/*
! tailwindcss v3.2.7 | 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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: 350px) {
  .container {
    max-width: 350px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[0\] {
  z-index: 0;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[11\] {
  z-index: 11;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-px {
  margin: -1px;
}

.m-0 {
  margin: 0px;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[165px\] {
  margin-top: 165px;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\/0\.51\] {
  aspect-ratio: 1/0.51;
}

.aspect-\[1\/0\.56\] {
  aspect-ratio: 1/0.56;
}

.aspect-\[1\/1\.33\] {
  aspect-ratio: 1/1.33;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[75vw\] {
  height: 75vw;
}

.h-\[80px\] {
  height: 80px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-\[600px\] {
  max-height: 600px;
}

.max-h-\[82vh\] {
  max-height: 82vh;
}

.min-h-\[398px\] {
  min-height: 398px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[90px\] {
  min-height: 90px;
}

.min-h-\[calc\(90vh-166px\)\] {
  min-height: calc(90vh - 166px);
}

.w-\[22px\] {
  width: 22px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[72px\] {
  width: 72px;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[770px\] {
  max-width: 770px;
}

.max-w-\[865px\] {
  max-width: 865px;
}

.max-w-\[91vw\] {
  max-width: 91vw;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-\[16\%\] {
  --tw-translate-y: -16%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-tl-\[40px\] {
  border-top-left-radius: 40px;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-color7 {
  --tw-border-opacity: 1;
  border-color: rgb(161 171 176 / var(--tw-border-opacity));
}

.border-pink {
  --tw-border-opacity: 1;
  border-color: rgb(242 172 215 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 131 62 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 174 42 / var(--tw-bg-opacity));
}

.bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 141 / var(--tw-bg-opacity));
}

.bg-color4 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-color5 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity));
}

.bg-color6 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 53 55 / var(--tw-bg-opacity));
}

.bg-color8 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 43 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!py-\[9\.5px\] {
  padding-top: 9.5px !important;
  padding-bottom: 9.5px !important;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[5\.5px\] {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-\[124px\] {
  padding-right: 124px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[56px\] {
  font-size: 56px;
}

.\!font-bold {
  font-weight: 700 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[0\.75\] {
  line-height: 0.75;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(0 131 62 / var(--tw-text-opacity));
}

.text-color3 {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.text-color5 {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity));
}

.text-color7 {
  --tw-text-opacity: 1;
  color: rgb(161 171 176 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

/* vars */

#cursor {
  display: none;
}

@media screen and (min-width: 768px) {
  body.ready #cursor {
    display: block;
  }

  #cursor {
    position: fixed;
    text-align: center;
    width: 90px;
    height: 90px;
    width: max(min(140px, (6.25vw) + 0px), 90px);
    height: max(min(140px, (6.25vw) + 0px), 90px);
    z-index: 9999;
    transform-origin: center center;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.22, 0.66, 0.24, 1.05) 0s;
  }

  #cursor .cursor_big,
  #cursor .cursor_label {
    will-change: opacity, transform, color;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    background-color: #00843D;
    border-radius: 50%;
    transform: scale(0.1);
    transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0s, color 0.3s ease 0s;
  }

  #cursor .cursor_label {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 0;
    box-sizing: border-box;
    padding-top: 5px;
  }

  #cursor.label .cursor_label {
    visibility: visible;
  }

  #cursor.label:before, #cursor.label:after {
    content: "\e5de";
    position: absolute;
    top: 42%;
    left: 10px;
    font-family: "Material Icons";
    z-index: 2;
    color: #00843D;
    font-size: 24px;
    transition: all 0.3s ease;
    visibility: hidden;
  }

  #cursor.label:after {
    content: "\e5df";
    left: auto;
    right: 10px;
  }

  #cursor.label .cursor_label {
    opacity: 1;
    transform: scale(1);
    color: #fff;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0.1s, color 0.3s ease 0s;
  }

  #cursor.label.drag:before {
    visibility: visible;
    left: -10px;
  }

  #cursor.label.drag:after {
    right: -10px;
    visibility: visible;
  }

  #cursor.label.drag .cursor_label,
  #cursor.label.drag .cursor_big {
    transform: scale(0.6);
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
}

header .signup-box {
  background-color: rgba(35, 31, 32, 0.8);
  position: relative;
}

header .navbar-brand img {
  max-width: 365px;
  max-height: 70px;
}

header nav {
  min-height: 120px;
}

header nav.navbar {
  padding: 0 1rem;
}

header nav .navbar-nav {
  align-items: center;
  min-height: 40px;
}

header nav li.dropdown:hover .dropdown-menu {
  display: block;
  top: 30px;
}

header nav .dropdown-toggle::after {
  position: absolute;
  right: 4px;
  top: 48%;
  font-size: 12px;
}

header nav .nav-item.dropdown {
  margin-right: 0.5rem;
}

header nav span.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  /*color: $color_light_black;
  &:hover {
    color: $color_white;
  }*/
}

header nav .dropdown-menu {
  background-color: transparent;
  padding: 10px 0 0;
  border: none;
}

header nav .dropdown-menu .child-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 0;
}

header nav .dropdown-menu .child-container a:first-child {
  position: relative;
}

header nav .dropdown-menu .child-container a:first-child:before {
  content: "";
  position: absolute;
  color: #fff;
  left: 20%;
  top: -8px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
  transition: background-color 0s ease;
}

header nav .dropdown-menu .child-container a:first-child:hover:before {
  background: #00843D;
}

header nav .dropdown-menu a {
  padding: 13px 20px 7px;
  font-weight: 600;
  color: #8D8D8D;
}

header nav .dropdown-menu a:hover {
  background-color: #00843D;
  color: #fff !important;
}

header nav .dropdown-menu a.active {
  color: #231F20;
  text-decoration: none;
  background-color: transparent;
}

header nav .dropdown-menu a.active:hover {
  background-color: #00843D;
  color: #fff !important;
}

header nav .top .search-form {
  margin-top: 12px;
  max-width: 100%;
  margin-bottom: 10px;
}

header nav .top .search-form .form-control {
  border: 1px solid #8D8D8D;
  border-right: none;
  outline-style: none;
  box-shadow: none;
  border-radius: 0;
  color: #8D8D8D;
  height: auto;
  padding-bottom: 0;
}

header nav .top .search-form .btn-outline-secondary {
  color: #fff;
  background: #00843D;
  border: none;
  width: 32px;
  height: 32px;
}

header nav .top .search-form .btn-outline-secondary:active, header nav .top .search-form .btn-outline-secondary:focus, header nav .top .search-form .btn-outline-secondary:hover {
  outline-style: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: #005D2B;
}

header nav .top .search-form .btn-outline-secondary i {
  margin-top: 5px;
  color: #fff;
}

header nav .top .search-form a.booking {
  font-size: 15px;
  display: flex;
  width: 90%;
  padding: 5px 0 10px !important;
  float: left;
  margin-right: 30px;
  height: 32px;
  text-align: center;
  border-bottom: 1px solid #A1ABB0;
}

header nav .top .search-form a.booking i {
  font-size: 20px;
  margin-right: 10px;
  color: #00843D;
}

header nav .top .search-form a.booking span {
  padding-top: 5px;
}

header nav .top .search-form a.facebook {
  background: #00843D;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
}

header nav .top .search-form a.facebook i {
  color: #fff;
  padding-top: 8px;
  margin-left: -5px;
  font-weight: normal;
}

header nav .top .search-form a.facebook {
  margin-left: 15px;
}

header nav .top .search-form a.facebook:hover {
  background-color: #005D2B;
}

header nav .top .search-form .button {
  background-color: #00843D;
  border: none;
  outline-style: none;
}

header nav .left-nav {
  margin-right: 0;
  padding-right: 0;
}

header nav a {
  text-decoration: none;
  color: #8D8D8D;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

header nav a.nav-link {
  margin-bottom: -10px;
}

header nav a:hover {
  color: #fff;
}

header nav a.btn-blue {
  height: 35px;
  font-weight: bold;
  min-width: 100px;
}

header nav a.navbar-brand {
  padding-left: 0 !important;
}

header nav .active > a,
header nav a:hover {
  color: #231F20;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  header .navbar {
    padding: 0.5rem 0;
  }

  header .navbar .navbar-brand {
    margin-right: 0;
  }

  header .navbar-toggler {
    outline-style: none;
    padding-right: 0;
  }

  header .navbar-toggler .material-icons {
    font-size: 45px;
  }

  header nav {
    padding-top: 0 !important;
  }

  header nav:before {
    height: 65px;
  }

  header nav a.nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  header nav .dropdown-toggle::after {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-nav {
    display: none;
  }

  header nav .right-section {
    overflow: hidden;
  }

  header nav .right-section .top {
    transform: translateX(calc(100% - 48px));
    -ms-transform: translateX(84%);
    transition: all 0.3s ease;
  }

  header nav .right-section .top .search-form a.booking {
    display: none !important;
    border-bottom: none;
    width: 32px;
    padding: 1px 0 0 !important;
    margin-right: 15px;
  }

  header nav .right-section .top .search-form a.booking i {
    font-size: 28px;
  }

  header nav .right-section .top .search-form a.booking span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  header .navbar-brand {
    position: absolute;
    top: 15px;
    transition: all 0.3s ease;
  }

  header .navbar-brand img {
    max-width: 240px;
  }

  header .dropdown-toggle {
    right: 15px;
  }

  header nav {
    min-height: 100px;
    padding: 0 !important;
  }

  header nav .top .search-form {
    position: absolute;
  }
}

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  transition: background 0.45s, transform 0.3s;
}

header.sticky nav {
  margin-top: 0;
}

header.sticky nav .primary {
  display: block;
}

header.sticky nav .dropdown-toggle,
header.sticky nav a {
  color: #A1ABB0;
  text-decoration: none;
}

header.sticky nav .dropdown-toggle .fas,
header.sticky nav a .fas {
  color: #231F20;
}

header.sticky nav .dropdown-toggle:hover,
header.sticky nav a:hover {
  color: #231F20;
}

header.sticky nav .nav-item.active > a {
  color: #231F20;
  text-decoration: none;
}

header.sticky .dropdown-menu:before {
  display: none;
}

body.ie header,
body.ie header.sticky {
  transform: translateY(0px);
}

body.ie.Home header nav.navbar {
  padding-top: 10px !important;
}

body.ie header nav .top .search-form {
  margin-bottom: 15px;
}

header.sticky.animate-nav {
  transition: background 0.25s, transform 0s !important;
}

header.is-active {
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 1;
}

header.is-active a.nav-link {
  color: #231F20 !important;
}

header.is-active.has-signup {
  transform: translateY(0%);
}

@media screen and (max-width: 1200px) {
  .navbar-collapse,
  header nav {
    transition: none !important;
  }

  ul.navbar-nav {
    text-align: left;
  }
}

.div-for-mobile {
  transform: translatex(100%);
  background-color: #fff;
  width: 90%;
  max-width: 300px;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  padding-top: 115px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.div-for-mobile.has-signup {
  top: 65px;
}

.div-for-mobile .btn-sale {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 15px solid #F4F4F4;
  z-index: 9;
}

.div-for-mobile .btn-sale .btn-blue {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}

.div-for-mobile .top-bar {
  padding: 0 16px;
  left: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}

.div-for-mobile .top-bar ul {
  height: calc(100vh - 120px);
  display: block;
  padding-top: 16px !important;
}

.div-for-mobile ul {
  height: 100%;
  padding-bottom: 115px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.div-for-mobile ul li {
  border-bottom: 1px solid #8D8D8D;
  padding: 20px 15px 20px 20px;
}

.div-for-mobile ul li a {
  text-transform: uppercase;
  color: #8D8D8D;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.div-for-mobile ul li a.back {
  font-weight: normal;
  font-size: 18px;
}

.div-for-mobile ul li a.back .material-icons {
  color: #8D8D8D;
  position: relative;
  top: 5px;
}

.div-for-mobile ul li a.booking i {
  margin-right: 10px;
  color: #00843D;
}

.div-for-mobile ul li:last-child {
  border: none;
}

.div-for-mobile ul li .child-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 20px;
  color: #8D8D8D;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .div-for-mobile {
    display: none;
  }
}

/*cl md*/

@media screen and (max-width: 1200px) {
  body .body-overlay {
    content: "";
    position: fixed !important;
    height: 100vh !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
  }

  body.nav-mobile {
    overflow: hidden !important;
    /*
    .body-overlay {
      height: 100vh;
      overflow: hidden;
      opacity: 1;
      z-index: 999;
    }
    */
  }

  body.nav-mobile header .navbar-toggler {
    padding-right: 20px;
  }

  body.nav-mobile header .navbar-toggler img {
    display: none !important;
  }

  body.nav-mobile header .navbar-toggler .material-icons {
    display: none;
  }

  body.nav-mobile header .navbar-toggler .material-icons.d-none {
    display: block !important;
  }

  body.nav-mobile header nav .right-section .top {
    transform: translateX(0);
  }

  body.nav-mobile header nav .right-section .top .search-form {
    display: flex !important;
  }

  body.nav-mobile .div-for-mobile {
    transform: translatex(0%);
    opacity: 1;
  }

  body.nav-mobile .div-for-mobile:before {
    background-color: #F4F4F4 !important;
  }

  body.nav-mobile .div-for-mobile .top-bar .dropdown-item {
    padding: 0;
  }

  body.nav-mobile .div-for-mobile .top-bar .dropdown-item.active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:active, body.nav-mobile .div-for-mobile .top-bar .dropdown-item:hover {
    background-color: transparent;
    color: #231F20;
  }

  body.nav-mobile .div-for-mobile.animate > ul {
    transform: translatex(-100%);
  }

  body.nav-mobile .div-for-mobile.animate .top-bar {
    transform: translateX(-100%);
    z-index: 9;
  }
}

@media screen and (max-width: 768px) {
  body.nav-mobile header .navbar-brand {
    transform: translateX(-110%);
  }

  body.nav-mobile header nav .right-section {
    margin-left: 0 !important;
    width: 100%;
  }

  body.nav-mobile header nav .right-section .top .search-form {
    position: relative;
    width: calc(100% - 75px);
  }

  body.nav-mobile header nav .right-section .top .search-form .btn-outline-secondary,
  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    width: 50px;
    height: 50px;
  }

  body.nav-mobile header nav .right-section .top .search-form a.facebook {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body.nav-mobile header nav .right-section .top .search-form a.facebook i {
    padding: 0 0 0 4px;
    margin: 0;
    font-weight: normal;
  }

  body.nav-mobile header nav .right-section .top .search-form .form-control {
    height: 50px;
  }

  body.nav-mobile header .navbar-toggler {
    padding-left: 0 !important;
    margin-left: 0;
  }

  body.nav-mobile header .navbar-toggler .material-icons {
    font-size: 45px;
    padding-top: 10px;
  }

  body.nav-mobile .div-for-mobile {
    width: calc(100% - 75px);
    max-width: 800px;
    padding-top: 100px;
  }
}

header.is-hidden {
  transform: translateY(-120px);
}

header.is-hidden.has-signup {
  transform: translateY(-180px);
}

header {
  transform: translateY(0px);
  transition: background 0.3s linear 0s, transform 0.4s !important;
}

header a.nav-link {
  transition: color 0.3s;
}

header.is-active {
  background: #fff;
  transition: background 0.3s linear 0.3s, transform 0.3s !important;
}

header.is-active a.nav-link {
  transition: color 0.3s linear 0.5s;
}

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

.newsletter-subscription .form-container {
  padding-top: 3.125em;
  position: relative;
  z-index: 1;
}

.newsletter-subscription .form-field {
  float: left;
}

.newsletter-subscription .form-field:nth-child(1), .newsletter-subscription .form-field:nth-child(2) {
  width: 20%;
}

.newsletter-subscription .form-field:nth-child(3) {
  width: 28%;
}

.newsletter-subscription .form-field:nth-child(4) {
  width: calc(32% - 88px);
}

.newsletter-subscription .multi-select {
  position: relative;
  padding-right: 3px;
}

.newsletter-subscription .multi-select .material-icons {
  position: absolute;
  left: 15px;
  bottom: 17px;
  font-size: 16px;
  color: #8D8D8D;
  z-index: 1;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu {
  width: 100%;
  color: #8D8D8D;
  padding: 15px 0;
  border-radius: 0;
  border: 1px solid #F1F1F1;
  margin-top: -2px;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li {
  padding: 12px 16px 8px;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a {
  position: relative;
  display: block;
  outline-style: none;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox,
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox:active,
.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a label.checkbox:focus {
  outline-style: none;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #fff;
  z-index: -1;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li a input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.newsletter-subscription .multi-select ul.multiselect-container.dropdown-menu li.active a:before {
  border: 1px solid #00843D;
  background-color: #00843D;
}

.newsletter-subscription .multi-select .multiselect-container > li > a > label.checkbox,
.newsletter-subscription .multi-select .multiselect-container > li > a > label.radio {
  color: #8D8D8D;
}

.newsletter-subscription .multi-select .multiselect-container > li > a > label {
  padding: 0 35px;
  font-weight: normal;
}

.newsletter-subscription .multi-select .btn-group {
  background-color: #fff;
  padding: 3px 0 0;
  color: #fff;
  font-size: 14px;
  height: 50px;
  width: 100%;
  color: #8D8D8D;
}

.newsletter-subscription .multi-select .btn-group .btn {
  padding-left: 50px;
  padding-right: 50px;
  color: #8D8D8D;
  justify-content: flex-start;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
}

.newsletter-subscription .multi-select .btn-group .btn::after {
  position: absolute;
  right: 15px;
  top: 20px;
}

.newsletter-subscription .field-container {
  float: left;
  position: relative;
  z-index: 3;
  height: 50px;
}

.newsletter-subscription .field-container.small {
  width: 14.2857142857%;
}

.newsletter-subscription .field-container label {
  position: absolute;
  pointer-events: none;
  left: 50px;
  top: 19px;
  transition: 0.2s ease all;
  color: #8D8D8D;
}

.newsletter-subscription .field-container .material-icons {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #8D8D8D;
  font-size: 16px;
}

.newsletter-subscription .field-container .material-icons.down-icon {
  left: auto;
  right: 15px;
  cursor: pointer;
}

.newsletter-subscription .field-container .select,
.newsletter-subscription .field-container input {
  width: 99%;
  padding: 0;
  background-color: #fff;
  box-shadow: none;
  border: none;
  padding: 18px 10px 13px 50px;
}

.newsletter-subscription .field-container .select {
  padding: 0;
  height: 55px;
}

.newsletter-subscription .field-container .select li {
  padding: 15px 10px 8px 50px;
}

.newsletter-subscription .field-container.custom-dropdown-subs {
  background-color: #fff;
  margin-right: 3px;
}

.newsletter-subscription .field-container.custom-dropdown-subs:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #8D8D8D;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 15px;
  top: 25px;
}

.newsletter-subscription .field-container.custom-dropdown-subs .selected-text {
  padding: 19px 10px 8px 50px;
  color: #8D8D8D;
  text-align: left;
}

.newsletter-subscription .field-container.custom-dropdown-subs .selected-text:hover {
  cursor: pointer;
}

.newsletter-subscription .field-container.custom-dropdown-subs ul {
  display: none;
  background-color: #fff;
  border: 1px solid #F1F1F1;
  padding: 15px 0;
}

.newsletter-subscription .field-container.custom-dropdown-subs ul.show {
  display: block;
}

.newsletter-subscription .field-container.custom-dropdown-subs ul li {
  color: #8D8D8D;
  display: block;
  width: 100%;
  padding: 12px 16px 8px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.newsletter-subscription .field-container.custom-dropdown-subs ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #fff;
  z-index: 0;
}

.newsletter-subscription .field-container.custom-dropdown-subs ul li.active:before, .newsletter-subscription .field-container.custom-dropdown-subs ul li:hover:before {
  border-color: #00843D;
  background-color: #00843D;
}

.newsletter-subscription .field-container input:focus {
  box-shadow: none;
  border: none;
  outline-style: none;
}

.newsletter-subscription .field-container .select.active ~ label,
.newsletter-subscription .field-container input:focus ~ label,
.newsletter-subscription .field-container input:not(:focus):valid ~ label {
  font-size: 10px;
  top: 6px;
}

.newsletter-subscription .field-container .select.active ~ .material-icons,
.newsletter-subscription .field-container input:focus ~ .material-icons,
.newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #231F20 !important;
}

.newsletter-subscription .field-container .select {
  padding: 0;
  height: 50px;
}

.newsletter-subscription .field-container .select li {
  position: relative;
  z-index: 2;
  padding: 15px 10px 8px 50px;
}

.newsletter-subscription .field-container .select li.init {
  padding-top: 18px !important;
}

.newsletter-subscription .form-neighbour {
  position: absolute;
}

.newsletter-subscription button {
  width: 85px;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 50px;
  padding: 0;
}

.newsletter-subscription button i {
  color: #fff;
  transition: all 0.3s ease;
  margin-right: -5px;
}

.newsletter-subscription.newsletter-subscription.bg-white .field-container .select,
.newsletter-subscription.newsletter-subscription.bg-white .field-container input {
  background-color: #F4F4F4;
}

.newsletter-subscription.newsletter-subscription.bg-white .field-container.custom-dropdown-subs {
  background-color: #F4F4F4;
}

.newsletter-subscription.newsletter-subscription.bg-white .multi-select .btn-group {
  background-color: #F4F4F4;
}

@media screen and (max-width: 991px) {
  .newsletter-subscription .multi-select {
    padding-right: 0;
  }

  .newsletter-subscription .field-container.custom-dropdown-subs .selected-text {
    padding: 19px 50px 8px;
  }

  .newsletter-subscription .field-container,
  .newsletter-subscription .multi-select {
    width: 100% !important;
    margin-bottom: 4px;
  }

  .newsletter-subscription .field-container .select,
  .newsletter-subscription .field-container input,
  .newsletter-subscription .multi-select .select,
  .newsletter-subscription .multi-select input {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsletter-subscription .field-container label {
    left: 0;
    right: 0;
    text-align: center;
  }

  .newsletter-subscription .field-container .selected-text {
    text-align: center !important;
  }

  .newsletter-subscription .field-container input {
    text-align: center;
    padding: 18px 50px 8px 50px !important;
  }

  .newsletter-subscription .btn {
    margin: 0 auto;
  }

  .newsletter-subscription .multi-select .btn-group .btn {
    text-align: center;
    justify-content: center;
  }
}

#newsletter-subscription .btn[type=submit] {
  height: auto;
}

#newsletter-subscription .btn[type=submit] .material-icons {
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  #newsletter-subscription .multi-select.form-field {
    margin-top: 5px;
    margin-bottom: 6px;
  }
}

footer {
  background-color: #231F20;
  padding: 80px 0 0;
  width: 100%;
  display: block;
  color: #fff;
}

footer a,
footer h5 {
  color: #fff;
}

footer a:hover,
footer h5:hover {
  color: #fff !important;
}

footer .footer-nav a {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
}

footer .footer-logo-container {
  margin-bottom: 1.5em;
  display: block;
  max-width: 260px;
}

footer .promotion-logo-container {
  margin-top: 4em;
  display: block;
  max-width: 180px;
}

footer .footer-search-form {
  margin-bottom: 10px;
}

footer .footer-search-form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  outline-style: none;
  box-shadow: none;
  border-radius: 0;
  color: #8D8D8D;
  font-size: 14px;
  padding: 18px;
}

footer .footer-search-form .btn-outline-secondary {
  width: 38px;
  height: 38px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .footer-search-form .btn-outline-secondary:active, footer .footer-search-form .btn-outline-secondary:focus {
  outline-style: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

footer .footer-search-form .btn-outline-secondary i {
  color: #fff;
}

footer a.facebook {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #8D8D8D;
  text-decoration: none;
}

footer a.facebook span {
  font-size: 14px;
  color: #8D8D8D;
}

footer a.facebook span:hover {
  color: #fff;
}

footer a.facebook {
  padding-left: 0;
}

footer a.facebook i {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 14px;
  margin-right: 10px;
}

footer .footer-nav {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
}

footer .footer-nav li {
  padding: 0 0 10px;
}

footer h6 {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: normal;
}

footer .newsletter-subscription .form-container {
  padding-top: 15px;
}

footer .newsletter-subscription .multi-select {
  padding-right: 0;
  margin-bottom: 4px;
}

footer .newsletter-subscription .multi-select .material-icons {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 16px;
  color: #8D8D8D;
}

footer .newsletter-subscription .multi-select .btn-group {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0;
  height: 34px;
}

footer .newsletter-subscription .multi-select .btn-group .btn {
  font-size: 14px;
}

footer .newsletter-subscription .field-container {
  position: relative;
  z-index: 3;
  height: 34px;
  width: 100%;
  margin-bottom: 4px;
}

footer .newsletter-subscription .field-container .select,
footer .newsletter-subscription .field-container input {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 10px 6px 50px;
  color: #fff;
  font-size: 14px;
  height: 34px;
}

footer .newsletter-subscription .field-container .select {
  padding: 14px 0 8px;
}

footer .newsletter-subscription .field-container .select li.init {
  padding-top: 8px !important;
  color: #fff;
}

footer .newsletter-subscription .field-container.custom-dropdown-subs {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
}

footer .newsletter-subscription .field-container.custom-dropdown-subs .selected-text {
  padding: 18px 50px 8px 50px !important;
}

footer .newsletter-subscription .field-container .select.active ~ label,
footer .newsletter-subscription .field-container input:focus ~ label,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ label {
  top: 4px;
}

footer .newsletter-subscription .field-container .select.active ~ .material-icons,
footer .newsletter-subscription .field-container input:focus ~ .material-icons,
footer .newsletter-subscription .field-container input:not(:focus):valid ~ .material-icons {
  color: #FFF !important;
}

footer .newsletter-subscription .field-container label {
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  footer .newsletter-subscription .form-container .custom-dropdown-subs {
    margin-bottom: 6px !important;
  }

  footer .newsletter-subscription .form-container .custom-dropdown-subs .selected-text {
    text-align: center !important;
  }

  footer .newsletter-subscription .form-container .btn-green {
    margin-top: 6px;
  }
}

footer .copyright {
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
}

footer .terms {
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: flex-end;
}

footer .terms ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

footer .terms ul li {
  display: inline-block;
}

footer .terms ul li a {
  padding: 0 20px;
  color: #A1ABB0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  line-height: normal;
  border-right: 1px solid #A1ABB0;
  text-decoration: none;
}

footer .terms ul li:last-child a {
  border: none;
}

footer .terms ul li:first-child a {
  padding-left: 0;
}

footer .terms .powered {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #8D8D8D;
}

footer .terms .powered a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

footer .terms .powered.mobile .text-left,
footer .terms .powered.mobile .text-right {
  color: #8D8D8D;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 80px 0 40px;
  }

  footer .logo-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }

  footer .footer-logo-container {
    margin-bottom: 1.8125em;
    display: inline-block;
  }

  footer .promotion-logo-container {
    margin-top: 0;
    display: inline-block;
  }

  footer a.facebook {
    text-decoration: none;
    margin-bottom: 3.25em;
    text-align: center;
    margin-top: 0;
  }

  footer a.facebook i {
    padding-top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 35px;
  }

  footer a.facebook span {
    display: none;
  }

  footer .footer-search-form {
    display: none;
  }

  footer .nav-container {
    margin-bottom: 1.5em;
  }

  footer .nav-container .footer-nav {
    padding: 0;
  }

  footer h6 {
    margin-top: 20px;
    text-align: center;
  }

  footer .terms {
    text-align: center;
  }

  footer .terms ul li a {
    padding: 0 10px;
  }

  footer .terms .copyright {
    color: #A1ABB0;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 17px;
    float: left;
  }

  footer .terms .copyright br {
    display: none;
  }

  footer .newsletter-subscription .field-container {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  footer .footer-logo-container {
    margin-bottom: 0;
  }

  footer .logo-section {
    flex-direction: column;
    align-items: center;
  }

  footer a.facebook {
    margin-top: 15px;
  }

  footer .promotion-logo-container {
    margin-bottom: 3.125em;
  }
}

#popup-video {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  max-width: 0;
  max-height: 0;
}

#popup-video.open {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}

#popup-video.open .popup-video-close {
  cursor: pointer;
}

#popup-video.open .popup-video-close .material-icons {
  color: #fff;
  font-size: 60px;
  opacity: 0.5;
}

#popup-video.open .popup-video-close .material-icons:hover {
  opacity: 1;
}

#popup-video .popup-video-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#popup-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup-video .iframe-wrapper {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#popup-video .iframe-wrapper iframe {
  min-width: 70vw;
  min-height: 40.1vw;
  max-height: 100%;
  width: auto;
  height: auto;
}

#popup-video .iframe-wrapper #popup-image,
#popup-video .iframe-wrapper #popup-video-internal {
  max-width: 70vw;
  max-height: 40.1vw;
  width: auto;
  height: auto;
}

#popup-video .iframe-wrapper #popup-video-internal {
  min-width: 70vw;
}

#popup-video .iframe-wrapper.video #popup-image,
#popup-video .iframe-wrapper.video #popup-video-internal {
  display: none;
}

#popup-video .iframe-wrapper.image #popup-video-internal,
#popup-video .iframe-wrapper.image #popup-video-player {
  display: none;
}

#popup-video .iframe-wrapper.internal-video #popup-image,
#popup-video .iframe-wrapper.internal-video #popup-video-player {
  display: none;
}

#popup-video .iframe-wrapper .popup-video-close {
  position: absolute;
  top: -60px;
  right: -60px;
}

@media screen and (max-width: 576px) {
  #popup-video .iframe-wrapper .popup-video-close {
    position: absolute;
    top: -60px;
    right: -15px;
  }

  #popup-video .iframe-wrapper #popup-video-internal,
  #popup-video .iframe-wrapper iframe {
    min-width: 95vmin;
    min-height: 56vmin;
    max-width: 100%;
  }
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#pageTransition.preload * {
  transition: none !important;
}

.heroLogo {
  position: absolute;
  width: 15%;
  top: 200px;
  left: 8%;
}

@media (max-width: 1200px) {
  .heroLogo {
    width: 30%;
    top: 250px;
  }
}

.eventContent ul {
  list-style: circle;
  padding-left: 40px;
  padding-top: 15px;
}

span, h1, h2, h3, p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  background-color: black;
  overflow-x: hidden;
}

.font-parabolica {
  font-family: parabolica, sans-serif !important;
}

.font-parabolica_text {
  font-family: parabolica-text, sans-serif !important;
}

.font-1, .fs-p-big-old, .fs-h1 {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding-top: 0.35em;
}

.font-2, .fs-caption, .fs-cta, .fs-p-small-old, .fs-p-bold, .fs-p-big-bold, .searchForm form input, .fs-h4, .fs-h3-default {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  padding-top: 0.35em;
}

.font-3, .fs-caption-3, .fs-caption-2, .fs-p-small, #headerOld .searchContainer input, footer.oldDesign form .field-container label, .fs-p, footer:not(.oldDesign) form .field-container input, .input-wrapper input, .input-wrapper select, .fs-p-big {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  padding-top: 0.35em;
}

.font-4, .fs-h3, .fs-h2.default, .fs-h2 {
  font-family: Calibre, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding-top: 0.35em;
}

.font-5, .fs-special {
  font-family: "active", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}

.fs-special {
  font-size: max(min(72px, (72vw) + 0px), 72px);
  line-height: 1;
}

.fs-h1 {
  font-size: max(min(144px, (144vw) + 0px), 144px);
  line-height: 0.85;
}

.fs-h2 {
  font-size: max(min(56px, (56vw) + 0px), 56px);
  line-height: 0.85;
}

.fs-h2.default {
  font-size: max(min(48px, (48vw) + 0px), 48px);
  line-height: 0.85;
}

.fs-h3 {
  font-size: max(min(32px, (32vw) + 0px), 32px);
  line-height: 1;
}

.fs-h3-default {
  font-size: max(min(32px, (32vw) + 0px), 32px);
  line-height: 1.2;
}

.fs-h4 {
  font-size: max(min(24px, (24vw) + 0px), 24px);
  line-height: 1;
}

.fs-p-big-bold, .searchForm form input {
  font-size: max(min(24px, (24vw) + 0px), 24px);
  line-height: 1.33;
}

.fs-p-big {
  font-size: max(min(24px, (24vw) + 0px), 24px);
  line-height: 1.33;
}

.fs-p-big-old {
  font-size: max(min(20px, (20vw) + 0px), 20px);
  line-height: 1.33;
}

.fs-p-bold {
  font-size: max(min(18px, (18vw) + 0px), 18px);
  line-height: 1.33;
}

.fs-p, footer:not(.oldDesign) form .field-container input, .input-wrapper input, .input-wrapper select {
  font-size: max(min(18px, (18vw) + 0px), 18px);
  line-height: 1.33;
}

.fs-p-small, #headerOld .searchContainer input, footer.oldDesign form .field-container label {
  font-size: max(min(16px, (16vw) + 0px), 16px);
  line-height: 1.5;
}

.fs-p-small-old {
  font-size: max(min(16px, (16vw) + 0px), 16px);
  line-height: 1.5;
}

.fs-cta {
  font-size: max(min(14px, (14vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption {
  font-size: max(min(14px, (14vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption-2 {
  font-size: max(min(14px, (14vw) + 0px), 14px);
  line-height: 1.15;
}

.fs-caption-3 {
  font-size: max(min(14px, (14vw) + 0px), 14px);
  line-height: 1.15;
}

.container-fluid {
  padding-left: max(min(135px, (135vw) + 0px), 16px);
  padding-right: max(min(135px, (135vw) + 0px), 16px);
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ignore-container {
  margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
  margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) + min(max(-135px, (-9.375vw) + 0px), -16px));
}

@media (max-width: 1200px) {
  .ignore-container {
    margin-left: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
    margin-right: calc(min((100vw - 1440px) / 2 * -1, 0px) - 16px);
  }
}

input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  color: white;
}

.input-wrapper {
  background-color: #00833E;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  display: flex;
  align-items: end;
  padding-top: 24px;
  padding-bottom: 8px;
}

.input-wrapper span {
  padding-right: 16px;
}

.input-wrapper input, .input-wrapper select {
  background-color: #00833E;
  height: 40px;
  width: 100%;
  color: #FFFFFF;
  outline: none;
  border: none;
}

.input-wrapper select {
  width: 100%;
}

.input-wrapper.drop-down input {
  cursor: pointer;
  outline: none;
  border: none;
}

.input-wrapper.drop-down ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 72px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.input-wrapper.drop-down ul li {
  padding: 15px;
  border-bottom: 1px solid #00833E;
  background-color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000000;
}

.input-wrapper.drop-down ul li input {
  width: 15px;
  margin-right: 10px;
  color: #FFFFFF;
}

.input-wrapper.drop-down ul li:first-child {
  border-top: 1px solid #00833E;
}

.auto-slider-slide {
  width: 100%;
  max-width: 560px;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: transform 2s ease-out 0s, opacity 2s ease-out 0s;
  opacity: 0;
  transform: translateY(75px);
}

.auto-slider-slide .imageContainer {
  transition: transform 0.3s ease-out 0s;
}

.auto-slider-slide .imageContainer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 10;
}

.auto-slider-slide:hover .imageContainer {
  transform: scale(1.05);
}

.auto-slider-slide .logo {
  max-height: 64px;
}

@media (max-width: 570px) {
  .auto-slider-slide {
    padding-top: 71%;
    height: auto;
  }
}

.auto-slider-slide:nth-child(10) {
  transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
}

.auto-slider-slide.slide-custom-pos-10 {
  transition: transform 0.8s ease-out 1.8s, opacity 0.8s ease-out 1.8s;
}

.auto-slider-slide:nth-child(9) {
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}

.auto-slider-slide.slide-custom-pos-9 {
  transition: transform 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s;
}

.auto-slider-slide:nth-child(8) {
  transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
}

.auto-slider-slide.slide-custom-pos-8 {
  transition: transform 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s;
}

.auto-slider-slide:nth-child(7) {
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
}

.auto-slider-slide.slide-custom-pos-7 {
  transition: transform 0.8s ease-out 1.2s, opacity 0.8s ease-out 1.2s;
}

.auto-slider-slide:nth-child(6) {
  transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
}

.auto-slider-slide.slide-custom-pos-6 {
  transition: transform 0.8s ease-out 1s, opacity 0.8s ease-out 1s;
}

.auto-slider-slide:nth-child(5) {
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
}

.auto-slider-slide.slide-custom-pos-5 {
  transition: transform 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
}

.auto-slider-slide:nth-child(4) {
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}

.auto-slider-slide.slide-custom-pos-4 {
  transition: transform 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}

.auto-slider-slide:nth-child(3) {
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

.auto-slider-slide.slide-custom-pos-3 {
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

.auto-slider-slide:nth-child(2) {
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.auto-slider-slide.slide-custom-pos-2 {
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.auto-slider-slide:nth-child(1) {
  transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}

.auto-slider-slide.slide-custom-pos-1 {
  transition: transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}

.is-inview .auto-slider-slide {
  opacity: 1;
  transform: translateY(0);
}

.splide__arrow {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #00833E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 15;
  top: 50%;
  transition: transform 0.3s ease-out 0s;
}

.splide__arrow.splide__arrow--prev {
  left: 32px;
}

.splide__arrow.splide__arrow--prev:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--prev:disabled {
  opacity: 0.7;
}

.splide__arrow.splide__arrow--next {
  right: 32px;
}

.splide__arrow.splide__arrow--next:hover:not(:disabled) {
  transform: scale(1.2);
}

.splide__arrow.splide__arrow--next:disabled {
  opacity: 0.7;
}

.mirror {
  transform: rotateZ(180deg);
}

.mapContainer {
  width: 100%;
  padding-top: 68%;
  position: relative;
}

.mapContainer .mapToggles {
  transition: transform 0.3s ease-out 0s;
}

.mapContainer .mapToggles:hover {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .mapContainer .mapToggles {
    /*padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;*/
  }

  .mapContainer .mapToggles span {
    font-size: 10px;
    text-transform: uppercase;
  }
}

.mapMobileToggles {
  width: auto;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mapMobileToggles.first {
  margin-left: 16px;
}

.splide__pagination, .pagination {
  padding-top: 12px;
  padding-left: 0;
}

.splide__pagination li:not(:first-child), .pagination li:not(:first-child) {
  padding-left: 6px;
}

.splide__pagination li .splide__pagination__page, .pagination li .splide__pagination__page {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid #00833E;
  outline: none;
}

.splide__pagination li .splide__pagination__page.is-active, .pagination li .splide__pagination__page.is-active {
  background-color: #00833E;
}

.fullScreenPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease 0s, transform 0s ease 0s;
  z-index: 99999;
}

.fullScreenPopup.active {
  opacity: 1;
  pointer-events: all;
}

.fullScreenPopup::before {
  opacity: 1;
}

.stickyMessage {
  position: fixed;
  bottom: 0;
  left: calc(50% - 155px);
  transition: transform 0.5s ease-out 0s;
  z-index: 20;
  transform: translateY(0);
}

.stickyMessage .rounded-t-lg {
  border-radius: 24px 24px 0px 0px;
}

.stickyMessage.closed {
  transform: translateY(101%);
}

@media (max-width: 1200px) {
  .stickyMessage {
    bottom: unset;
    top: 0;
    left: 0;
    right: 0;
  }

  .stickyMessage .rounded-t-lg {
    border-radius: 0;
  }

  .stickyMessage.closed {
    transform: translateY(-101%);
  }
}

.searchForm {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 60px 40px 40px;
  background-color: #FFFFFF;
  transition: transform 0.5s ease-out 0s;
  z-index: 20;
  transform: translateY(-101%);
}

.searchForm.open {
  transform: translateY(0);
}

.searchForm form {
  border-bottom: 1px solid #000000;
}

.searchForm form input {
  border: none;
  outline: none;
  background-color: #FFFFFF;
  color: #000000;
  padding-right: 30px;
  padding-left: 20px;
  height: 40px;
  width: 100%;
}

#headerV2 .nav-item, footer:not(.oldDesign) .nav-item {
  display: inline-block;
  position: relative;
}

#headerV2 .nav-item .animatedBorder, footer:not(.oldDesign) .nav-item .animatedBorder {
  height: 3px;
  background-color: #00833E;
  transition: transform 0.3s ease-out 0s;
  transform: scaleX(0%);
  transform-origin: right;
}

#headerV2 .nav-item:hover .animatedBorder, #headerV2 .nav-item.active .animatedBorder, footer:not(.oldDesign) .nav-item:hover .animatedBorder, footer:not(.oldDesign) .nav-item.active .animatedBorder {
  transform: scaleX(100%);
  transform-origin: left;
}

#headerV2 .nav-item.dropdown .dropdown-menu, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu {
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  padding-top: 15px;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transform: translateY(30%);
}

#headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  width: 100%;
  background-color: #FFFFFF;
}

#headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item:hover, #headerV2 .nav-item.dropdown .dropdown-menu .dropdown-item.active, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item:hover, footer:not(.oldDesign) .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #00833E;
}

#headerV2 .nav-item.dropdown:hover .dropdown-menu, footer:not(.oldDesign) .nav-item.dropdown:hover .dropdown-menu {
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}

footer:not(.oldDesign) .backgroundImage:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

footer:not(.oldDesign) form .field-container input {
  background-color: transparent;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #FFFFFF;
  outline: none;
  border-radius: 0;
}

footer:not(.oldDesign) form .field-container input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

footer:not(.oldDesign) form .field-container input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

footer:not(.oldDesign) form .field-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

footer:not(.oldDesign) form .field-container input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

footer:not(.oldDesign) form .field-container input input[type=search] {
  -webkit-appearance: none;
}

#headerV2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  transition: transform 0.7s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: translateY(0);
}

#headerV2.closed {
  transform: translateY(-100%);
}

.mobileMenu:not(.oldMenu) {
  position: fixed;
  width: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  z-index: 100;
  background-color: #F4F4F4;
  transform: scale(0);
  transition: opacity 0.3s ease-out 0s, transform 0s ease-out 0s;
}

.mobileMenu:not(.oldMenu).opened {
  width: 100%;
  opacity: 1;
  transform: scale(1);
}

.mobileMenu:not(.oldMenu) form {
  background-color: #FFFFFF;
  width: 100%;
}

.mobileMenu:not(.oldMenu) form input {
  width: 100%;
  border: none;
  outline: none;
  height: 48px;
  padding: 5px 10px;
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer {
  transition: transform 0.3s ease-out 0s;
  transform: translateX(0);
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer.dropdownOpened {
  transform: translateX(calc(-100% - 40px));
}

.mobileMenu:not(.oldMenu) .mobileAnimationContainer .animatedMobileMenu {
  left: 100%;
}

#horizontalSlider .horizontalSlideItem {
  min-width: 570px;
}

@media (max-width: 570px) {
  #horizontalSlider .horizontalSlideItem {
    min-width: calc(100vw - 32px);
  }
}

.imageOverlay:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.imageOverlay.gradient:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.47%, rgba(0, 0, 0, 0.5) 100%);
}

footer.oldDesign form .field-container {
  position: relative;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 4px;
}

footer.oldDesign form .field-container img {
  height: 16px;
}

footer.oldDesign form .field-container input {
  color: #fff;
  font-size: 14px;
  height: 44px;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 6px;
  width: 100%;
  background-color: transparent;
}

@media (max-width: 1200px) {
  footer.oldDesign form .field-container input {
    text-align: center;
  }
}

footer.oldDesign form .field-container label {
  position: absolute;
  top: 12px;
  left: 53px;
  pointer-events: none;
  color: #8D8D8D;
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1) 0s;
}

@media (max-width: 1200px) {
  footer.oldDesign form .field-container label {
    left: 0;
    right: 0;
    text-align: center;
  }
}

footer.oldDesign form .field-container input:focus ~ label, footer.oldDesign form .field-container input:not(:focus):valid ~ label {
  top: 3px;
  transform-origin: left;
  transform: scale(0.7) translateY(-10px);
}

@media (max-width: 1200px) {
  footer.oldDesign form .field-container input:focus ~ label, footer.oldDesign form .field-container input:not(:focus):valid ~ label {
    transform-origin: center;
  }
}

footer.oldDesign form .field-container input:focus ~ img, footer.oldDesign form .field-container input:not(:focus):valid ~ img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(240deg) brightness(109%) contrast(101%);
}

footer.oldDesign form .field-container.custom-dropdown-subs ul {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  padding: 10px 0;
  border-radius: 5px;
  margin-top: 10px;
  top: 40px;
  left: 0;
  width: 100%;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul.show {
  display: block;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li {
  color: #8D8D8D;
  display: block;
  width: 100%;
  padding: 12px 16px 8px 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #8D8D8D;
  background-color: #FFFFFF;
  z-index: 0;
  border-radius: 50%;
}

footer.oldDesign form .field-container.custom-dropdown-subs ul li.active:before, footer.oldDesign form .field-container.custom-dropdown-subs ul li:hover:before {
  border-color: #00833E;
  background-color: #00833E;
}

#headerOld {
  background: #FFFFFF;
  transition: transform 0.7s cubic-bezier(0, 0, 0.5, 1) 0s;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  #headerOld {
    top: 49px;
  }
}

#headerOld.closed {
  transform: translateY(-200%);
}

#headerOld .navbar-toggler.close {
  display: none;
}

#headerOld .navbar-toggler.open {
  display: block;
}

#headerOld .mobileSearch {
  display: none;
}

#headerOld.menuOpened .navbar-toggler.close {
  display: block;
}

#headerOld.menuOpened .navbar-toggler.open {
  display: none;
}

#headerOld.menuOpened .mobileSearch {
  display: flex;
  max-width: 50%;
}

@media (max-width: 991px) {
  #headerOld.menuOpened .mobileSearch {
    max-width: 100%;
  }

  #headerOld.menuOpened .headerLogo {
    display: none;
  }
}

#headerOld .searchContainer input {
  background-color: #F1F1F1;
  color: #8D8D8D;
  border: none;
  outline: none;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
}

#headerOld .searchContainer input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D8D8D;
  opacity: 1;
  /* Firefox */
}

#headerOld .searchContainer input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8D8D8D;
  opacity: 1;
  /* Firefox */
}

#headerOld .searchContainer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8D8D8D;
}

#headerOld .searchContainer input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8D8D8D;
}

#headerOld .searchContainer input input[type=search] {
  -webkit-appearance: none;
}

#headerOld .nav-item {
  display: inline-block;
  position: relative;
}

#headerOld .nav-item .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #8D8D8D;
  display: inline-block;
  transform: rotateZ(225deg);
}

#headerOld .nav-item:not(:last-child) {
  padding-right: 32px;
}

#headerOld .nav-item:hover, #headerOld .nav-item.active {
  color: #000000;
}

#headerOld .nav-item.dropdown .dropdown-menu {
  position: absolute;
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #8D8D8D;
  transition: transform 0.3s ease-out 0s, opacity 0.3s ease-out 0s;
  transform: translateY(30%);
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 20px;
  width: 100%;
  background-color: #FFFFFF;
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item:hover, #headerOld .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: #00833E;
}

#headerOld .nav-item.dropdown .dropdown-menu .dropdown-item:hover span, #headerOld .nav-item.dropdown .dropdown-menu .dropdown-item.active span {
  color: #FFFFFF !important;
}

#headerOld .nav-item.dropdown:hover .dropdown-menu {
  height: auto;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0%);
}

.mobileMenu.oldMenu {
  position: fixed;
  width: 0;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 120px;
  z-index: 100;
  overflow: hidden;
  background-color: #FFFFFF;
  transform: scale(0);
  transition: opacity 0.3s ease-out 0s, transform 0s ease-out 0s;
}

.mobileMenu.oldMenu.opened {
  width: 300px;
  opacity: 1;
  transform: scale(1);
}

.mobileMenu.oldMenu .mobileAnimationContainer {
  transition: transform 0.3s ease-out 0s;
  transform: translateX(0);
}

.mobileMenu.oldMenu .mobileAnimationContainer.dropdownOpened {
  transform: translateX(-100%);
}

.mobileMenu.oldMenu .mobileAnimationContainer .animatedMobileMenu {
  left: 100%;
}

.mobileMenu.oldMenu .mobileListItem {
  border-bottom: 1px solid #8D8D8D;
  padding: 16px;
}

.cursorContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  z-index: 10;
}

.custom-cursor > div {
  background: #FFFFFF;
  border-radius: 50%;
  pointer-events: none;
  margin-left: -45px;
  margin-top: -45px;
  color: black;
  transition: transform 0.4s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  height: 90px;
  width: 90px;
  transform: scale(0);
}

.custom-cursor.openCursor > div {
  transform: scale(1);
}

@media (max-width: 1200px) {
  .custom-cursor {
    transform: scale(0) !important;
  }
}

/*==overwrite*/

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
}

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse {
  visibility: initial;
}

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.float-right {
  float: right !important;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-append, .input-group-prepend {
  display: flex;
}

/*custom*/

@media screen and (min-width: 768px) {
  body:not(.for-sale-landing) header .container-fluid, body:not(.for-sale-landing) footer .container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 5px 15px 0;
  border-radius: 0;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: none !important;
}

.btn:focus, .btn:hover {
  outline-style: none !important;
  box-shadow: none;
}

.btn.big {
  height: 50px;
  padding: 17px 35px 15px;
  min-width: 100px;
}

.btn.small {
  height: auto;
  padding: 12px 15px 8px;
  font-size: 14px;
}

.btn-green {
  background-color: #00843D !important;
  border: 1px solid #00843D !important;
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.btn-green:hover {
  background-color: #005D2B !important;
  border: 1px solid #005D2B !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row .col-12, .row .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1281px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important;
  }

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

  .float-md-right {
    float: right !important;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

/*main banner for sale
new banner have pattern on top so adjust nav accordingly*/

body.ForSale.header-layout-1 .div-for-mobile {
  background-color: #F4F4F4;
  max-height: 110px;
}

body.ForSale.header-layout-1.nav-mobile .div-for-mobile {
  max-height: 100%;
}

.main-banner.hide-controls .splide__arrows, .main-banner.hide-controls .splide__pagination {
  display: none;
}

/*when nav open*/

body.nav-mobile .forsale-secondary-logo {
  opacity: 0;
  pointer-events: none;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:min-h-\[600px\] {
    min-height: 600px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-\[0\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

@media (min-width: 768px) {
  .md\:top-\[150px\] {
    top: 150px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-w-\[180px\] {
    max-width: 180px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-\[112px\] {
    padding-left: 112px;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

  .md\:text-\[34px\] {
    font-size: 34px;
  }

  .md\:text-\[58px\] {
    font-size: 58px;
  }

  .md\:text-\[74px\] {
    font-size: 74px;
  }
}

@media (min-width: 992px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[200vh\] {
    height: 200vh;
  }

  .lg\:h-\[24px\] {
    height: 24px;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[800px\] {
    min-height: 800px;
  }

  .lg\:max-w-\[230px\] {
    max-width: 230px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[13\%\] {
    padding-left: 13%;
    padding-right: 13%;
  }

  .lg\:px-\[2\%\] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

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

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

@media (min-width: 1200px) {
  .xl\:top-\[100px\] {
    top: 100px;
  }

  .xl\:max-w-\[1200px\] {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .xxl\:w-\[100px\] {
    width: 100px;
  }

  .xxl\:pl-\[172px\] {
    padding-left: 172px;
  }

  .xxl\:pl-\[56px\] {
    padding-left: 56px;
  }

  .xxl\:pr-\[156px\] {
    padding-right: 156px;
  }
}

/*# sourceMappingURL=style.css.map */