@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap);
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.left-8{
  left: 2rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-0{
  bottom: 0px;
}
.left-4{
  left: 1rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-3{
  top: 0.75rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.left-7{
  left: 1.75rem;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[60\]{
  z-index: 60;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.float-right{
  float: right;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[95vh\]{
  height: 95vh;
}
.h-full{
  height: 100%;
}
.h-\[220px\]{
  height: 220px;
}
.h-screen{
  height: 100vh;
}
.h-\[450px\]{
  height: 450px;
}
.h-auto{
  height: auto;
}
.w-1\/2{
  width: 50%;
}
.w-full{
  width: 100%;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-full{
  max-width: 100%;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded{
  border-radius: 0.25rem;
}
.border-2{
  border-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(3 3 3 / var(--tw-bg-opacity));
}
.bg-site{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 242 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pr-16{
  padding-right: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[180px\]{
  font-size: 180px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.\!leading-\[65px\]{
  line-height: 65px !important;
}
.\!leading-snug{
  line-height: 1.375 !important;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#1A1A1A\]{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-90{
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Modern No 20";
  src: url("../fonts/Modern No. 20.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 242 / var(--tw-bg-opacity));
}

html.noscroll {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialised;
  margin: 0;
  padding: 0;
}

body.noscroll {
  overflow: hidden;
}

body, html {
  overflow-x: hidden;
  width: 100%;
  font-family: "Montserrat", "sans-serif";
}

a {
  display: inline-block;
}

p {
  display: block;
  margin-bottom: 1rem;
  color: #7A7A79;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p.opening {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 500px) {
  p.opening {
    font-size: 20px;
    line-height: 28px;
  }
}

p.listhead {
  color: #000;
  font-weight: bold;
}

.sr-only {
  display: none;
}

.dark-overlay{
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  z-index: 0;
}
.dark-overlay .container{
  z-index: 10;
  position: relative;
}

h1,  h2,  h3,  h4,  h5{
  font-weight: 700;
  display: block;
  font-family: "Modern No 20";
}

h1{
  font-size: 4.5rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}

h2{
  font-size: 3rem;
  line-height: 1;
  font-family: "Modern No 20";
}
@media only screen and (max-width: 767px) {
  h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media only screen and (max-width: 767px) {
  h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.home-menu h2 {
  font-size: 86px;
  line-height: 92px;
  font-weight: 400;
}

h2.openingText {
  font-family: "Montserrat", "sans-serif";
}

a {
  transition: all 0.3s ease-in-out;
}
a::before {
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
}
a:hover::before {
  transition: all 0.3s ease-in-out;
}

.m__accordion--item__cross::before, .m__accordion--item__cross::after {
  transition: all 0.3s ease-in-out;
}
.m__accordion--item__cross.active::before, .m__accordion--item__cross.active::after {
  transition: all 0.3s ease-in-out;
}

.salon-border-slide-in {
  margin-left: -6000px;
  transition: 1.2s;
}

.below-border-salon {
  opacity: 0;
  transition: 1s;
}

.cta {
  padding: 19px 50px;
  min-width: 150px;
  text-align: center;
  cursor: pointer;
}
.cta--standard{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 242 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-width: 2px;
}
.cta--standard:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta--secondary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.cta--secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 215 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta--text {
  min-width: auto;
  text-align: left;
  padding: 0px;
  font-weight: 700;
  position: relative;
}
.cta--text::before {
  content: "";
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  width: 0;
  height: 2px;
  bottom: -2px;
}
.cta--text:hover::before{
  width: 100%;
}

.c__media {
  position: relative;
}
.c__media .c__image {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image {
    height: 300px;
  }
}
.c__media .c__image--wrap {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image--wrap {
    height: 300px;
  }
}
.c__media .c__image--wrap .slick-track {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .c__media .c__image--wrap .slick-track {
    height: 300px;
  }
}
.c__media .play-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  background-image: url("../images/icons/play-btn.svg");
  z-index: 9999;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  opacity: 0;
  transition: 0.3s;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.close#burger {
  position: absolute;
  top: 5%;
  right: 5%;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close#burger:hover,
.close#burger:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.c__filter__links .cta{
  margin-left: 1rem;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.contact_form_wrapper {
  margin-top: -14px;
}
.contact_form_wrapper h2.gform_submission_error {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ff5252;
  line-height: 22px;
}
.contact_form_wrapper .gfield {
  margin-bottom: 28px;
}
.contact_form_wrapper .gfield .validation_message {
  color: #ff5252;
}
.contact_form_wrapper .ginput_container {
  margin-top: 10px;
}
.contact_form_wrapper label {
  font-weight: 600;
  color: #878786;
}
.contact_form_wrapper input[type=text], .contact_form_wrapper input[type=email], .contact_form_wrapper input[type=tel], .contact_form_wrapper textarea {
  width: 100%;
  padding: 14px 14px;
}
.contact_form_wrapper input[type=submit]{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 234px;
  text-align: center;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 242 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-width: 2px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
}
.contact_form_wrapper input[type=submit]:hover {
  transition: 0.3s;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*TERMS AND CONDITIONS OVERLAY*/
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  cursor: pointer;
}

.tandc-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50%;
  height: 80%;
}

.tandc-holder {
  padding: 20px 80px;
  height: 100%;
}

.tandc-holder p.closeOverlay {
  float: right;
}

.tandc-content {
  overflow: auto;
  height: 80%;
  margin-top: 7%;
}

.tandc-content h2 {
  line-height: 60px;
  font-size: 20px;
}

@media all and (max-width: 1200px) {
  .tandc-box {
    width: 70%;
  }
}
@media all and (max-width: 576px) {
  .tandc-box {
    width: 90%;
  }
  .tandc-holder {
    padding: 20px 20px;
    height: 100%;
  }
}
.p__contact form fieldset legend {
  display: none;
}
.p__contact form fieldset span#tandc{
  text-decoration-line: underline;
}
.p__contact form div .gfield_description{
  padding-top: 0.5rem;
}

.g__header__search {
  transition: all 0.3s ease-in-out;
}
.g__header__search.active{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  display: flex;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
}
.g__header__search.active form{
  display: flex;
  width: 40%;
}
.g__header__search.active .g__header__search--close{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.g__header__search--icon{
  cursor: pointer;
}
.g__header__search--close{
  display: none;
}
.g__header__search--close i{
  cursor: pointer;
}
.g__header__search form{
  display: none;
}
.g__header__search form input{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-style: none;
  width: 100%;
}

#site-header {
  transition: background-color 0.3s, color 0.3s;
}

#site-header.scrolled {
  background-color: #F5F5F2;
  color: black;
  border-bottom: 1px solid #707070;
}
#site-header.scrolled .line {
  background-color: #000;
}

#site-header.scrolled .g__header__logo_white {
  display: none;
}

#site-header.scrolled .g__header__logo_dark {
  display: block;
}

/* Ensure the dark logo is hidden by default */
.g__header__logo_dark {
  display: none;
}

#site-header.scrolled .g__header__nav li {
  color: #000;
}

#site-header.home-screen.scrolled {
  border-bottom: 0px !important;
}

.logged-in.admin-bar #site-header {
  margin-top: 32px;
}

.c__hero{
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .c__hero{
    height: auto;
  }
}
.c__hero__small{
  height: auto;
}
.c__hero__img{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .c__hero__img{
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 250px;
  }
}
.c__hero__breadcrumb{
  padding-top: 0.75rem;
}
.c__hero__content--btns a + a{
  margin-left: 1rem;
}

.hero-video .menu a {
  font-family: "Modern No 20";
}

.m__nav{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.m__nav__item + .m__nav__item{
  margin-left: 2rem;
}

.home-menu .item {
  transition: 0.3s;
  cursor: pointer;
  color: #BEBEBE;
}
.home-menu .item.active {
  color: #000;
}
.home-menu .item:hover {
  color: #000;
  transition: 0.3s;
}
.home-menu .item h2 {
  line-height: 76px;
}
.home-menu h2 sup {
  top: 18px;
  right: -10px;
  font-size: 18%;
  line-height: 0;
  position: relative;
  vertical-align: text-top;
}
.home-menu .slash {
  color: #BEBEBE;
}

#the-menu {
  height: 0;
  transition: 0.8s;
  overflow: hidden;
}

#the-menu.active {
  height: 100vh;
  transition: 0.8s;
  overflow: hidden;
}
#the-menu.active .menu-item {
  transition: 0.3s;
}
#the-menu.active .menu-item:hover{
  padding-left: 2rem;
  transition: 0.3s;
}
#the-menu.active .wider-container .menu_wrapper {
  height: 90vh !important;
}
@media only screen and (max-width: 500px) {
  #the-menu.active .wider-container .menu_wrapper {
    height: 75vh !important;
  }
}
#the-menu.active .wider-container .menu_wrapper .menu_item_wrapper {
  transition: 0.3s;
}
#the-menu.active .wider-container .menu_wrapper .menu_item_wrapper sup {
  font-size: 100%;
}
#the-menu.active .wider-container .menu_wrapper .menu_item_wrapper:hover sup, #the-menu.active .wider-container .menu_wrapper .menu_item_wrapper:hover h2 {
  transition: 0.3s;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#the-menu.active .wider-container .menu_wrapper span a:hover {
  text-decoration: underline;
}

#burger {
  width: 35px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 25px;
  position: relative;
}

.line {
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  transition: all 0.8s ease;
}

#line1 {
  top: 0;
}

#line2 {
  top: 10px;
}

#line3 {
  top: 20px;
}

#burger.open #line1 {
  transform: rotate(45deg);
  top: 10px;
}

#burger.open #line2 {
  opacity: 0;
}

#burger.open #line3 {
  transform: rotate(-45deg);
  top: 10px;
}

#salon-section h5 {
  font-family: "Montserrat", "sans-serif";
}

#services-section #service-slide button {
  width: 30px;
}
#services-section #service-slide button::before {
  height: 50px;
}
#services-section #service-slide button.slick-prev::before {
  left: 100%;
}
.m__accordion--item{
  position: relative;
  padding: 20px 0;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  cursor: pointer;
}
.m__accordion--item__body p {
  margin: 10px 0;
  font-weight: 400;
  line-height: 24px;
}
.m__accordion--item__body .content{
  display: none;
  padding-right: 4rem;
}
.m__accordion--item__body .content ul {
  list-style-type: disc;
  color: black;
  padding-left: 1rem;
}
.m__accordion--item__body .content ul.split-col {
  -moz-column-count: 2;
       column-count: 2;
}
.m__accordion--item__cross{
  position: absolute;
  right: 20px;
  top: 40%;
  height: 15px;
  width: 15px;
}
.m__accordion--item__cross::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  background: url("../images/icons/lj_arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.m__accordion--item__cross.active {
  top: 30px;
}
.m__accordion--item__cross.active::before {
  transform: rotate(180deg);
}

.p__faq p.opening {
  font-weight: 400;
}

.m__card{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.m__card > a{
  display: block;
}
.m__card--page{
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.m__card--page a{
  display: inline-block;
}
.m__card__wrap{
  display: flex;
  flex-wrap: wrap;
}
.m__card__img {
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .m__card__img {
    height: 200px;
  }
}
.m__card__content{
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.m__card__content p{
  flex: 1 1 0%;
}

.m__carousel--item {
  height: 600px !important;
}
@media only screen and (max-width: 767px) {
  .m__carousel--item {
    height: 350px !important;
  }
}

.gallery-slide {
  padding: 0 3px; /* Adjust padding as needed */
  height: 100%; /* Reset height */
  transition: 0.5s;
}

.gallery-slide .slide-img-container {
  height: 450px;
  transition: 0.5s;
}

.gallery-slide img {
  width: 100%;
  height: 450px; /* Set image height to 100% of parent container */
  -o-object-fit: cover;
     object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  transition: 0.5s;
}

.slick-center.gallery-slide {
  transition: 0.5s;
}

.slick-center.gallery-slide .slide-img-container {
  height: 650px !important;
  transition: 0.5s;
}

.slick-center.gallery-slide img {
  width: 100%;
  height: 650px !important; /* Set image height to 100% of parent container */
  -o-object-fit: cover;
     object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  transition: 0.5s;
}

.m__contact__map{
  display: flex;
  width: 100%;
}
.m__contact__map iframe{
  width: 100%;
}
.m__contact__map--wrap{
  display: flex;
  width: 100%;
}

.m__logoCarousel .slick-track {
  display: flex !important;
  align-items: center;
}
.m__logoCarousel .slick-arrow {
  top: 30%;
}
.m__logoCarousel .slick-dots{
  position: relative;
  bottom: 0px;
  margin-top: 4rem;
}
.m__logoCarousel .slick-dots li button{
  border-style: solid;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.m__logoCarousel--item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.p__individual_services .service-description ul{
  list-style-type: disc;
  margin-left: 14px;
}
.p__individual_services .service-description ul li {
  color: #7A7A79;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .p__services #service-slide .service-individual-slider {
    padding-right: 20px;
  }
}
.p__services #service-slide .service-individual-slider:not(:last-of-type) .image-container{
  position: relative;
}
.p__services #service-slide .service-individual-slider:not(:last-of-type) .image-container:before {
  content: "";
  background: black;
  opacity: 0.1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.p__services #service-slide .service-individual-slider:not(:last-of-type) .image-container .image-overlay {
  z-index: 2;
}
.p__services #service-slide .service-individual-slider:last-of-type .image-container{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p__services #service-slide .service-individual-slider:last-of-type .image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p__services #service-slide button.slick-arrow::before {
  fill: #fff;
}
.p__services #service-slide button.slick-arrow::before svg, .p__services #service-slide button.slick-arrow::before path {
  fill: #fff;
}

.m__tabs__header{
  display: flex;
}
.m__tabs__header span{
  cursor: pointer;
  border-bottom-width: 2px;
  text-align: center;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.m__tabs__header span.active{
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
}
.m__tabs__panel{
  display: none;
}
.m__tabs__panel.active{
  display: flex;
  flex-wrap: wrap;
}
.m__tabs__panel p + p{
  margin-top: 1rem;
}

.m__team-member{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.m__team-member__img {
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
}
.m__team-member__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
}

.m__testimonials__slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.m__testimonials__slider .slick-slide {
  display: flex !important;
  flex-direction: column;
  height: inherit;
}
.m__testimonials__slider .slick-arrow {
  top: 30%;
}
.m__testimonials__slider .slick-dots{
  position: relative;
  bottom: 0px;
  margin-top: 3rem;
  text-align: left;
}
.m__testimonials__slider .slick-dots li button{
  border-style: solid;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.m__testimonials__slider .author{
  font-weight: 700;
  padding-left: 0.75rem;
}
.m__testimonials--item p:first-of-type{
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.75rem;
}
.m__testimonials--item p:first-of-type::before {
  content: '"';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: 700;
}
.m__testimonials--item p:first-of-type::after {
  content: '"';
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.m__tile{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.m__tile__wrap{
  display: flex;
  flex-wrap: wrap;
}
.m__tile__img {
  max-height: 45px;
}
.m__tile__content{
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}
.m__tile__content p{
  flex: 1 1 0%;
  margin-top: 0.5rem;
}

.m__video--item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .m__video--item {
    height: 350px;
  }
}
.m__video--item::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  z-index: 0;
}
.m__video--item a{
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  z-index: 10;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
}
.m__video--item a i{
  font-size: 4.5rem;
  line-height: 1;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 15px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 15px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
  cursor: pointer;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgb(30 215 96 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(30 215 96 / var(--tw-border-opacity));
  cursor: pointer;
}
.slick-dots li:not(:last-child) {
  margin-right: 15px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .slick-arrow::before {
    background: url(../images/icons/arrow-white.svg) center/contain no-repeat;
  }
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 3%;
  }
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:grid{
    display: grid;
  }
  .sm\:h-\[270px\]{
    height: 270px;
  }
  .sm\:h-\[450px\]{
    height: 450px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-12{
    padding-bottom: 3rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .sm\:text-\[200px\]{
    font-size: 200px;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:\!leading-\[85px\]{
    line-height: 85px !important;
  }
}
@media (min-width: 768px){
  .md\:left-20{
    left: 5rem;
  }
  .md\:bottom-16{
    bottom: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-44{
    margin-bottom: 11rem;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[105vh\]{
    height: 105vh;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[90vh\]{
    height: 90vh;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-28{
    gap: 7rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pr-20{
    padding-right: 5rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-8{
    padding-top: 2rem;
  }
  .md\:pl-14{
    padding-left: 3.5rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pr-32{
    padding-right: 8rem;
  }
  .md\:pb-7{
    padding-bottom: 1.75rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .md\:text-\[250px\]{
    font-size: 250px;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:\!leading-\[105px\]{
    line-height: 105px !important;
  }
}
@media (min-width: 1024px){
  .lg\:grid{
    display: grid;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:text-\[200px\]{
    font-size: 200px;
  }
  .lg\:text-\[320px\]{
    font-size: 320px;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:\!leading-\[170px\]{
    line-height: 170px !important;
  }
}
@media (min-width: 1280px){
  .xl\:h-\[590px\]{
    height: 590px;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:h-\[700px\]{
    height: 700px;
  }
}
