/*
! tailwindcss v3.0.24 | 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: #e5e7eb;
  /* 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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:  ;
}

[x-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.tw-font-medium {
  font-family: "Futura-Dem";
}

strong {
  font-family: "Futura-Dem";
  font-weight: 300;
}

.description p {
  margin-bottom: 1.25rem;
}

.location-profile p {
  margin-bottom: 1.5rem;
  font-size: 28px;
}

.features p {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

.features p a {
  font-family: "Futura-Dem";
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 204 193 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

.features p a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 41 53 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 41 53 / var(--tw-text-opacity));
}

/* .bggraphic {
      background-position: calc(100% - 0px) calc(100% - -50%); 
    } */

.bggraphic {
  background-position: right 100000px bottom -300%!important;
}

@media (min-width: 1300px) {
  .bggraphic {
    background-position: right 0px bottom -300%!important;
  }
}

.rooms p {
  margin-bottom: 1rem;
}

/* fonts */

.sub {
  font-family: "Futura-Dem";
  font-size: 24px;
  font-weight: 500;
}

.sec-heading {
  font-family: "Futura-Dem";
  padding-bottom: 0.5rem;
  font-size: 28px;
  font-weight: 500;
}

.sec-heading--underline {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 204 193 / var(--tw-border-opacity));
}

.col-text p {
  font-size: 23px;
}

.col-text p a {
  font-family: "Futura-Dem";
  margin-top: 2rem;
  display: inline-block;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 204 193 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

.col-text p a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 41 53 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 41 53 / var(--tw-text-opacity));
}

.cta-btn {
  font-family: "Futura-Dem";
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(137 204 193 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

.cta-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 41 53 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 41 53 / var(--tw-text-opacity));
}

.outlineSubTitle h2 {
  margin-bottom: 1.75rem;
  font-size: 45px;
}

.detailList ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.spec p {
  margin-bottom: 1.5rem;
  font-size: 24px;
}

.spec ul {
  list-style-type: disc;
  margin-top: -1.5rem;
  padding-left: 1.25rem;
}

.signUp label {
  font-size: 28px;
  font-weight: 400 !important;
  font-family: "Futura-Boo", Arial, sans-serif;
}

.signUp input {
  border-left-width: 0px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  background-color: transparent !important;
}

.signUp .button {
  border-left-width: 2px !important;
  border-top-width: 2px !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  background-color: transparent !important;
}

.signUp #Subscribe {
  margin-top: 2.5rem !important;
  display: inline-block !important;
  width: 66.666667% !important;
}

.eventEntryText p {
  margin-bottom: 1rem;
  font-size: 24px;
}

.eventEntryText p a {
  /* @apply tw-underline; */
}

.article--intro p {
  margin-bottom: 1.5rem;
  font-size: 28px;
}

.article--intro h3 {
  margin-bottom: 1.5rem;
  border-style: none;
  font-size: 28px;
}

.article--intro h4 {
  font-family: "Futura-Dem";
  margin-bottom: 1.5rem;
  border-style: none;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.article p {
  margin-bottom: 1.5rem;
  font-size: 24px;
}

.article--intro p strong {
  font-family: "Futura-Dem";
  font-weight: 500;
}

.article--intro ol {
  margin-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal !important;
}

.article--intro ol li {
  margin-bottom: 0.5rem;
}

.contactForm {
  position: absolute !important;
  top: 0px !important;
  height: 8000px !important;
}

.contactForm .outline {
  border-bottom-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(137 204 193 / var(--tw-border-opacity)) !important;
  padding-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.contactForm p, .contactForm h2 {
  margin-bottom: 1.25rem !important;
}

/* added for recommend a friend */

.article--intro h2, .article--intro ol, .article--intro li, .article--intro p {
  font-size: 20px;
}

@media (min-width: 790px) {
  .article--intro h2, .article--intro ol, .article--intro li, .article--intro p {
    font-size: 28px;
  }
}

.contactForm select {
  margin-top: 1.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.inColForm {
  margin-top: 1.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.inColForm .button {
  margin-top: 1.25rem !important;
}

.careersQuoteBox p:first-of-type:before {
  content: "\201c";
  position: absolute;
  left: 25px;
  font-size: 1.4em;
}

.careersQuoteBox p:first-of-type:after {
  content: "\201d";
  font-size: 1.4em;
}

.careersQuoteBox p:last-of-type {
  font-size: 1.1em;
}

@media only screen and (min-width: 790px) {
  .location-col {
    overflow: scroll;
    height: calc(100vh - 110px)!important;
    min-height: initial!important;
  }
}

.smallerText {
  padding-bottom: 3rem;
}

.smallerText p {
  margin-bottom: 0.5rem;
  font-size: 18px !important;
}

.smallerText ol li {
  margin-bottom: 0.5rem;
  font-size: 18px !important;
}

.smallerText ol {
  margin-left: 1rem;
  list-style-type: decimal !important;
}

/* p {
  font-size: 
} */

/* @media only screen and (max-width: 768px) {
html {
  font-size: 70%!important;
}
} */

/* .twbtn {
      transition: transform .2s;
     }
     .twbtn:hover {
     transform: scale(1.03);
    } */

/* 
     .tw-h-screen {
      @apply !tw-h-screen tw-bg-red-300;
     } */

/* .centreWrap { width: 100%; max-width: 1700px; margin: 0 auto; padding: 0 9%; }

@media (max-width: 1300px) { .centreWrap { padding: 0 4%; } }

@media (max-width: 790px) { .centreWrap { padding: 0 8%; } } */

/* a {
     
        @apply !tw-no-underline tw-text-red-500 !tw-border-0;
     
    } */

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

.tw-invisible {
  visibility: hidden;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.tw-top-0 {
  top: 0px;
}

.tw-right-0 {
  right: 0px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-left-0 {
  left: 0px;
}

.tw-top-\[1180px\] {
  top: 1180px;
}

.tw-top-\[200px\] {
  top: 200px;
}

.tw-z-\[60001\] {
  z-index: 60001;
}

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

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

.tw-z-\[50\] {
  z-index: 50;
}

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

.tw-z-50 {
  z-index: 50;
}

.tw-z-\[30\] {
  z-index: 30;
}

.tw-float-right {
  float: right;
}

.tw--mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw--mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.tw--mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

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

.tw--mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.tw-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.tw--mt-12 {
  margin-top: -3rem;
}

.tw--mt-24 {
  margin-top: -6rem;
}

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

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-12 {
  margin-top: 3rem;
}

.tw-mb-16 {
  margin-bottom: 4rem;
}

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

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

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

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

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-ml-3 {
  margin-left: 0.75rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-20 {
  margin-top: 5rem;
}

.tw--mt-8 {
  margin-top: -2rem;
}

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

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-24 {
  margin-bottom: 6rem;
}

.tw--mt-16 {
  margin-top: -4rem;
}

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

.tw-mb-7 {
  margin-bottom: 1.75rem;
}

.tw--ml-1 {
  margin-left: -0.25rem;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

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

.tw--mb-\[2px\] {
  margin-bottom: -2px;
}

.tw-ml-5 {
  margin-left: 1.25rem;
}

.tw--mt-1 {
  margin-top: -0.25rem;
}

.tw-mt-7 {
  margin-top: 1.75rem;
}

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

.tw-mt-24 {
  margin-top: 6rem;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

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

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

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

.tw-ml-4 {
  margin-left: 1rem;
}

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

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

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

.tw-mr-10 {
  margin-right: 2.5rem;
}

.tw-ml-6 {
  margin-left: 1.5rem;
}

.tw--mt-20 {
  margin-top: -5rem;
}

.tw--mt-7 {
  margin-top: -1.75rem;
}

.tw-block {
  display: block;
}

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

.tw-flex {
  display: flex;
}

.tw-hidden {
  display: none;
}

.tw-aspect-\[4\/2\.5\] {
  aspect-ratio: 4 / 2.5;
}

.tw-h-screen {
  height: 100vh;
}

.tw-h-64 {
  height: 16rem;
}

.tw-h-1\/4 {
  height: 25%;
}

.tw-h-full {
  height: 100%;
}

.tw-h-auto {
  height: auto;
}

.tw-h-85 {
  height: 85px;
}

.tw-h-2\/3 {
  height: 66.666667%;
}

.tw-h-150 {
  height: 150px;
}

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

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

.tw-h-32 {
  height: 8rem;
}

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

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

.tw-w-full {
  width: 100%;
}

.tw-w-1\/4 {
  width: 25%;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-1\/3 {
  width: 33.333333%;
}

.tw-w-auto {
  width: auto;
}

.tw-w-5\/12 {
  width: 41.666667%;
}

.tw-w-7\/12 {
  width: 58.333333%;
}

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

.tw-w-2\/3 {
  width: 66.666667%;
}

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

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-\[14\%\] {
  width: 14%;
}

.tw-w-40 {
  width: 10rem;
}

.tw-w-\[30\%\] {
  width: 30%;
}

.tw-w-\[90\.5\%\] {
  width: 90.5%;
}

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

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

.tw-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.tw-cursor-pointer {
  cursor: pointer;
}

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

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

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

.tw-place-items-center {
  place-items: center;
}

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

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

.tw-items-stretch {
  align-items: stretch;
}

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

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

.tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-rounded-xl {
  border-radius: 0.75rem;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-border-0 {
  border-width: 0px;
}

.tw-border {
  border-width: 1px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-b-2 {
  border-bottom-width: 2px;
}

.tw-border-t-2 {
  border-top-width: 2px;
}

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

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-b-0 {
  border-bottom-width: 0px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-none {
  border-style: none;
}

.tw-border-aquaBrand {
  --tw-border-opacity: 1;
  border-color: rgb(137 204 193 / var(--tw-border-opacity));
}

.tw-border-blueBrand {
  --tw-border-opacity: 1;
  border-color: rgb(0 41 53 / var(--tw-border-opacity));
}

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

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

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

.tw-bg-aquaBrand-md2 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 231 225 / var(--tw-bg-opacity));
}

.tw-bg-aquaBrand-md {
  --tw-bg-opacity: 1;
  background-color: rgb(211 237 232 / var(--tw-bg-opacity));
}

.tw-bg-greyBrand-light {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.tw-bg-aquaBrand-lt {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 249 / var(--tw-bg-opacity));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.tw-bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

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

.tw-bg-aquaBrand {
  --tw-bg-opacity: 1;
  background-color: rgb(137 204 193 / var(--tw-bg-opacity));
}

.tw-bg-right {
  background-position: right;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-fill-white {
  fill: #fff;
}

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

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

.tw-object-top {
  -o-object-position: top;
     object-position: top;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-\[10px\] {
  padding: 10px;
}

.tw-p-\[40px\] {
  padding: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pb-32 {
  padding-bottom: 8rem;
}

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

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

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

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

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

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

.tw-pr-7 {
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-text-28 {
  font-size: 28px;
}

.tw-text-20 {
  font-size: 20px;
}

.tw-text-26 {
  font-size: 26px;
}

.tw-text-22 {
  font-size: 22px;
}

.tw-text-16 {
  font-size: 16px;
}

.tw-text-11 {
  font-size: 11px;
}

.tw-text-45 {
  font-size: 45px;
}

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

.tw-text-40 {
  font-size: 40px;
}

.tw-text-24 {
  font-size: 24px;
}

.tw-text-38 {
  font-size: 38px;
}

.tw-text-12 {
  font-size: 12px;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-23 {
  font-size: 23px;
}

.tw-text-18 {
  font-size: 18px;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-normal-case {
  text-transform: none;
}

.tw-not-italic {
  font-style: normal;
}

.tw-leading-none {
  line-height: 1;
}

.tw-leading-snug {
  line-height: 1.375;
}

.tw-leading-tight {
  line-height: 1.25;
}

.tw-tracking-normal {
  letter-spacing: 0em;
}

.tw-tracking-widest {
  letter-spacing: 0.1em;
}

.tw-tracking-wider {
  letter-spacing: 0.05em;
}

.tw-text-aquaBrand {
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

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

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

.tw-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw-no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.tw-transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-300 {
  transition-duration: 300ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* end components layer */

.hover\:tw--translate-y-\[2px\]:hover {
  --tw-translate-y: -2px;
  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));
}

.hover\:tw-border-blueBrand:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 41 53 / var(--tw-border-opacity));
}

.hover\:tw-bg-aquaBrand-lt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 249 / var(--tw-bg-opacity));
}

.hover\:tw-bg-aquaBrand-md2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 231 225 / var(--tw-bg-opacity));
}

.hover\:tw-fill-current:hover {
  fill: currentColor;
}

.hover\:tw-text-blueBrand:hover {
  --tw-text-opacity: 1;
  color: rgb(0 41 53 / var(--tw-text-opacity));
}

.hover\:tw-text-aquaBrand:hover {
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

.hover\:tw-opacity-70:hover {
  opacity: 0.7;
}

.tw-group:hover .group-hover\:tw-text-blueBrand {
  --tw-text-opacity: 1;
  color: rgb(0 41 53 / var(--tw-text-opacity));
}

.tw-group:hover .group-hover\:tw-text-aquaBrand {
  --tw-text-opacity: 1;
  color: rgb(137 204 193 / var(--tw-text-opacity));
}

@media (min-width: 790px) {
  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-bottom-\[2\%\] {
    bottom: 2%;
  }

  .md\:tw-right-\[2\%\] {
    right: 2%;
  }

  .md\:tw-top-\[650px\] {
    top: 650px;
  }

  .md\:tw-right-\[-300px\] {
    right: -300px;
  }

  .md\:tw-bottom-\[-355px\] {
    bottom: -355px;
  }

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

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

  .md\:tw-mt-40 {
    margin-top: 10rem;
  }

  .md\:tw-mt-9 {
    margin-top: 2.25rem;
  }

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

  .md\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-505 {
    height: 505px;
  }

  .md\:tw-h-\[133px\] {
    height: 133px;
  }

  .md\:tw-h-full {
    height: 100%;
  }

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

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

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667%;
  }

  .md\:tw-w-1\/4 {
    width: 25%;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:tw-w-9\/12 {
    width: 75%;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .md\:tw-w-\[33\%\] {
    width: 33%;
  }

  .md\:tw-w-1\/6 {
    width: 16.666667%;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333%;
  }

  .md\:tw-w-6\/12 {
    width: 50%;
  }

  .md\:tw-w-32 {
    width: 8rem;
  }

  .md\:tw-w-\[89\%\] {
    width: 89%;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:tw-items-center {
    align-items: center;
  }

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-justify-between {
    justify-content: space-between;
  }

  .md\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem;
  }

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

  .md\:tw-pr-7 {
    padding-right: 1.75rem;
  }

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

  .md\:tw-pr-20 {
    padding-right: 5rem;
  }

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

  .md\:tw-text-30 {
    font-size: 30px;
  }

  .md\:tw-text-20 {
    font-size: 20px;
  }
}

@media (min-width: 1300px) {
  .lg\:tw-bottom-\[100px\] {
    bottom: 100px;
  }

  .lg\:tw-right-\[9\%\] {
    right: 9%;
  }

  .lg\:tw-top-\[520px\] {
    top: 520px;
  }

  .lg\:tw-right-\[-173px\] {
    right: -173px;
  }

  .lg\:tw-bottom-\[-295px\] {
    bottom: -295px;
  }

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

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-inline-block {
    display: inline-block;
  }

  .lg\:tw-flex {
    display: flex;
  }

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

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

  .lg\:tw-h-150 {
    height: 150px;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:tw-w-auto {
    width: auto;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667%;
  }

  .lg\:tw-w-\[23\%\] {
    width: 23%;
  }

  .lg\:tw-w-full {
    width: 100%;
  }

  .lg\:tw-w-\[35\%\] {
    width: 35%;
  }

  .lg\:tw-w-\[10px\] {
    width: 10px;
  }

  .lg\:tw-w-\[25px\] {
    width: 25px;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667%;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333%;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:tw-items-center {
    align-items: center;
  }

  .lg\:tw-justify-between {
    justify-content: space-between;
  }

  .lg\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:tw-pr-6 {
    padding-right: 1.5rem;
  }

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

  .lg\:tw-text-24 {
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  .xl\:tw-bottom-\[20\%\] {
    bottom: 20%;
  }
}

/*
Locations layout changes 15.11.22 IC
*/

@media (max-width: 1300px) {
	#locationsLayout1 {
		padding: 0 0 0 4% !important;
	}
}
@media (max-width: 790px) {
	#locationsLayout1 {
		padding: 0 8% !important;
	}
	.map_canvas_wrapper {
	display: none !important;
	}
}