/*
! tailwindcss v3.4.0 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Neutrek Regular, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

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

  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px) {

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

  .container {
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

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

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

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

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

  .container {
    max-width: 2140px;
  }
}
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.h-1 {
  height: 0.25rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-mat-black {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.leading-tight {
  line-height: 1.25;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
@font-face {
    font-family: 'Neutrek Regular';
    src: url('/fonts/Neutrek-Regular.woff2') format('woff2'), url('/fonts/Nuetrek-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    -ms-text-size-adjust: 100%; /* 2 */
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.container {
  max-width: 100%;
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 600px) {

  .container {
    max-width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 782px) {

  .container {
    max-width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 960px) {

  .container {
    max-width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 100%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1480px) {

  .container {
    max-width: 1440px;
  }
}
.full-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .full-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .full-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .full-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .full-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .full-container {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
.full-container-nor {
  width: 100%;
  padding-left: 1rem;
}
@media (min-width: 600px) {

  .full-container-nor {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .full-container-nor {
    padding-left: 3rem;
  }
}
@media (min-width: 1480px) {

  .full-container-nor {
    padding-left: 5rem;
  }
}
@media (min-width: 1780px) {

  .full-container-nor {
    padding-left: 10rem;
  }
}
@media (min-width: 2140px) {

  .full-container-nor {
    padding-left: 15rem;
  }
}
.fuller-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .fuller-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .fuller-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .fuller-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .fuller-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .fuller-container {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 1480px) {

  .fuller-container {
    padding-left: 16%;
    padding-right: 16%;
  }
}
.rwd-map {
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 52%;
}
.rwd-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.pea_cook_wrapper p {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.vidWrap {
  position: relative;
  margin-bottom: 3rem;
  overflow: hidden;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-top: 52%;
}
.vidWrap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}
a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
a:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {

  p {
    margin-bottom: 1.75rem;
  }
}
p a {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
p a:hover {
  --tw-text-opacity: 1;
  color: rgb(217 11 40 / var(--tw-text-opacity));
}
h1, h2, h3, h4, h5, h6 {
  font-family: Neutrek Regular, sans-serif;
  font-weight: 400;
}
.aligncenter {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block !important;
  text-align: center;
}
.rwd-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 782px) {

  .rwd-wrapper {
    margin-top: -1rem;
    overflow: hidden;
    padding-top: 4rem;
  }
}
.cta {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 237 132 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.cta:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
.cta + .alt-cta {
  margin-left: 1.25rem;
}
.cta svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #000;
}
.alt-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 237 132 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.alt-cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.alt-cta svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #fff !important;
}
.outline-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 237 132 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.outline-cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.outline-cta svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #fff !important;
}
.black-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.black-cta:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.black-cta svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #fff !important;
}
#header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: flex;
  width: 100%;
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#header #logo {
  display: flex;
  width: 50%;
}
@media (min-width: 960px) {

  #header #logo {
    width: 33.333333%;
  }

  #header #logo img {
    max-width: 160px;
  }
}
#header #primary-menu {
  display: flex;
  width: 50%;
}
@media (min-width: 960px) {

  #header #primary-menu {
    margin-left: auto;
    width: 50%;
    justify-content: flex-end;
  }
}
#header #nav-toggle {
  display: flex;
  width: 50%;
  align-items: center;
}
@media (min-width: 960px) {

  #header #nav-toggle {
    display: none;
  }
}
#header #nav-toggle a {
  margin-left: auto;
  display: block;
}
#header #nav-toggle a svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: #fff;
  stroke: #fff;
}
#header #nav-toggle a.active {
  z-index: 999;
}
.head-scroll #header {
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}
ul#menu-main-menu {
  margin: 0px;
  display: flex;
  display: none;
  width: auto;
  list-style-type: none;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 960px) {

  ul#menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
ul#menu-main-menu li {
  margin-left: 1rem;
}
ul#menu-main-menu li a {
  display: block;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
}
ul#menu-main-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}
ul#menu-main-menu li.current-menu-item a {
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}
ul#menu-main-menu li.booking a {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 237 132 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
ul#menu-main-menu li.booking a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
ul#menu-main-menu li.booking a svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #000;
}
ul#menu-main-menu.show {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-top: 3rem;
}
#hero {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {

  #hero {
    margin-bottom: 4rem;
  }
}
#hero .wrapper {
  position: relative;
  width: 100%;
}
#hero .video-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#hero .video-bg::after {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
#hero .video-bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
			background-size: cover;
}
#hero .video-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  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));
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
			background-size: cover;
}
#hero .video-bg:after {
			background: linear-gradient(215deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.85) 100%);
		}
#hero .slide {
  position: relative;
  z-index: 4;
  min-height: 645px;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  #hero .slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  #hero .slide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  #hero .slide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  #hero .slide {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  #hero .slide {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 960px) {

  #hero .slide {
    min-height: 900px;
    padding-top: 320px;
    padding-bottom: 120px;
  }
}
#hero .slide h1, #hero .slide h2 {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 782px) {

  #hero .slide h1, #hero .slide h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 960px) {

  #hero .slide h1, #hero .slide h2 {
    margin-bottom: 2.5rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  #hero .slide h1, #hero .slide h2 {
    margin-bottom: 3.5rem;
  }
}
#hero .slide p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#hero .slide p:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {

  #hero .slide p {
    margin-bottom: 2.5rem;
  }
}
#hero .slide p a {
  margin-bottom: 1.75rem;
}
.center-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .center-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .center-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .center-text {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .center-text {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .center-text {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 1480px) {

  .center-text {
    padding-left: 16%;
    padding-right: 16%;
  }
}
@media (min-width: 960px) {

  .center-text {
    margin-bottom: 4rem;
    flex-direction: row;
  }
}
.center-text .block-text {
  width: 100%;
}
@media (min-width: 960px) {

  .center-text .block-text {
    margin-left: 10%;
    margin-right: 10%;
    max-width: 80%;
  }
}
.center-text .block-text p {
  font-family: Neutrek Regular, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}
@media (min-width: 960px) {

  .center-text .block-text p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.center-text .block-text p strong {
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
.col-2-block {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .col-2-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .col-2-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .col-2-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .col-2-block {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .col-2-block {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 960px) {

  .col-2-block {
    margin-bottom: 4rem;
    flex-direction: row;
  }
}
.col-2-block .text-block {
  order: 2;
  width: 100%;
  align-content: center;
}
@media (min-width: 960px) {

  .col-2-block .text-block {
    z-index: 2;
    order: 1;
    margin-right: -8.33%;
    width: 58.333333%;
  }
}
.col-2-block .text-block .text-wrapper {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}
@media (min-width: 960px) {

  .col-2-block .text-block .text-wrapper {
    padding: 2.5rem;
  }
}
.col-2-block .text-block .text-wrapper h2, .col-2-block .text-block .text-wrapper h3 {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 782px) {

  .col-2-block .text-block .text-wrapper h2, .col-2-block .text-block .text-wrapper h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px) {

  .col-2-block .text-block .text-wrapper h2, .col-2-block .text-block .text-wrapper h3 {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.col-2-block .block-image {
  order: 1;
  width: 100%;
}
@media (min-width: 960px) {

  .col-2-block .block-image {
    order: 2;
    width: 66.666667%;
  }
}
.col-2-block .block-image img {
  border-radius: 0.75rem;
}
@media (min-width: 960px) {

  .col-2-block.left-img .text-block {
    order: 2;
    margin-left: -8.33%;
    margin-right: auto;
  }

  .col-2-block.left-img .block-image {
    order: 1;
  }
}
.cta-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .cta-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .cta-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .cta-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .cta-block {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .cta-block {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 960px) {

  .cta-block {
    margin-bottom: 4rem;
    flex-direction: row;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cta-block .block-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
@media (min-width: 782px) {

  .cta-block .block-text {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 960px) {

  .cta-block .block-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .cta-block .block-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .cta-block .block-text {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1780px) {

  .cta-block .block-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 2140px) {

  .cta-block .block-text {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.cta-block .block-text .left-cut {
  position: absolute;
  left: -14%;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 300px;
}
@media (min-width: 960px) {

  .cta-block .block-text .left-cut {
    left: -2%;
  }
}
.cta-block .block-text .left-cut svg {
  height: 100%;
  width: 100%;
}
.cta-block .block-text .right-cut {
  position: absolute;
  right: -2%;
  bottom: -2%;
  z-index: 0;
  display: none;
  height: 105%;
  width: 310px;
}
@media (min-width: 960px) {

  .cta-block .block-text .right-cut {
    display: block;
  }
}
.cta-block .block-text .right-cut svg {
  height: 100%;
  width: 100%;
}
.cta-block .block-text h3 {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.cta-block .block-text p {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}
.event-features {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 960px) {

  .event-features {
    margin-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .event-features {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.event-features .feature-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.event-features .feature-wrapper h3 {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.event-features .feature-wrapper .left-cut {
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
}
@media (min-width: 600px) {

  .event-features .feature-wrapper .left-cut {
    left: -75%;
  }
}
@media (min-width: 782px) {

  .event-features .feature-wrapper .left-cut {
    left: -50%;
  }
}
@media (min-width: 960px) {

  .event-features .feature-wrapper .left-cut {
    left: -25%;
  }
}
@media (min-width: 1280px) {

  .event-features .feature-wrapper .left-cut {
    left: 0px;
  }
}
.event-features .feature-wrapper .right-cut {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 1280px) {

  .event-features .feature-wrapper .right-cut {
    display: block;
  }
}
.event-features .features {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .event-features .features {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .event-features .features {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .event-features .features {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .event-features .features {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .event-features .features {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
.event-features .features .feature {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.event-features .features .feature .num {
  margin-bottom: 1.25rem;
  display: inline-flex;
  height: 70px;
  width: 70px;
  place-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Neutrek Regular, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.event-features .features .feature img {

			}
.event-features .features .feature .card-text {
  padding: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}
.event-features .features .feature .card-text h4 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.event-features .features .feature .card-text p {
  margin: 0px;
  min-height: 56px;
}
.event-partners {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .event-partners {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .event-partners {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .event-partners {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .event-partners {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .event-partners {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 960px) {

  .event-partners {
    margin-bottom: 4rem;
  }
}
.event-partners h3 {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 782px) {

  .event-partners h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px) {

  .event-partners h3 {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.event-partners .the-partners {
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 782px) {

  .event-partners .the-partners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .event-partners .the-partners {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.register-interest {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 600px) {

  .register-interest {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .register-interest {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {

  .register-interest {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1780px) {

  .register-interest {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 2140px) {

  .register-interest {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media (min-width: 960px) {

  .register-interest {
    margin-bottom: 4rem;
    flex-direction: row;
  }
}
.register-interest h4 {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .register-interest h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 960px) {

  .register-interest h4 {
    margin-bottom: 1.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.register-interest .gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  padding-bottom: 2.5rem;
}
.register-interest .gform_wrapper .gform_heading {
  margin-bottom: 2.5rem;
}
.register-interest .gform_wrapper .gform_heading .gform_title {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .register-interest .gform_wrapper .gform_heading .gform_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 960px) {

  .register-interest .gform_wrapper .gform_heading .gform_title {
    margin-bottom: 1.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.register-interest .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.register-interest .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 24rem;
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield .gfield_label {
  margin-bottom: 0.625rem;
  display: block;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield .gfield_label .gfield_required {
  padding-left: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield .ginput_container input {
  height: 3rem;
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container {
  display: flex;
  justify-content: center;
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container input {
  height: 1.25rem;
  width: 1.25rem;
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield.gfield--type-consent .ginput_container .gform-field-label {
  margin-left: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 .gform-body .gform_fields .gfield.gfield--type-consent #gfield_consent_description_1_5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 .gform-footer {
  margin-top: 1.25rem;
  text-align: center;
}
.register-interest .gform_wrapper #gform_1 .gform-footer .gform_button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 237 132 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(163 237 132 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Neutrek Regular, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.register-interest .gform_wrapper #gform_1 .gform-footer .gform_button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(163 237 132 / var(--tw-text-opacity));
}
.register-interest .gform_wrapper #gform_1 .gform-footer .gform_button svg {
  margin-left: 1.25rem;
  display: inline-block;
  stroke: #000;
}
#footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#footer .footer-info {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 960px) {

  #footer .footer-info {
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#footer .footer-info .footer-logo {
  margin-bottom: 2.5rem;
}
@media (min-width: 960px) {

  #footer .footer-info .footer-logo {
    margin-bottom: 1rem;
  }
}
#footer .footer-info .footer-logo img {
  max-width: 160px;
}
#footer .footer-info .footer-action-links {
  margin-bottom: 2.5rem;
}
@media (min-width: 960px) {

  #footer .footer-info .footer-action-links {
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }
}
#footer .footer-info .footer-links {
  display: none;
  width: 100%;
}
@media (min-width: 960px) {

  #footer .footer-info .footer-links {
    grid-column: span 2 / span 2;
    display: block;
  }
}
#footer .footer-info .footer-links ul {
  margin: 0px;
  display: flex;
  width: auto;
  list-style-type: none;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 960px) {

  #footer .footer-info .footer-links ul {
    justify-content: flex-start;
  }
}
#footer .footer-info .footer-links ul li {
  margin-right: 0.875rem;
  display: inline-block;
  width: auto;
}
#footer .event-by {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 960px) {

  #footer .event-by {
    width: 50%;
  }
}
#footer .event-by .logos {
  margin-bottom: 1.25rem;
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 960px) {

  #footer .event-by .logos {
    justify-content: flex-end;
  }
}
#footer .event-by .logos img {
  margin-right: 1rem;
  max-height: 1.25rem;
}
@media (min-width: 782px) {

  #footer .event-by .logos img {
    margin-right: 0px;
    margin-left: 1rem;
  }
}
@media (min-width: 960px) {

  #footer .event-by .logos img {
    max-height: 1.75rem;
  }
}
#footer .event-by .logos svg {
  margin-right: 1rem;
}
@media (min-width: 782px) {

  #footer .event-by .logos svg {
    margin-right: 0px;
    margin-left: 1rem;
  }
}
#footer .event-by .social-links {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media (min-width: 782px) {

  #footer .event-by .social-links {
    align-content: flex-end;
    justify-content: flex-end;
  }
}
#footer .event-by .social-links ul {
  margin: 0px;
  display: flex;
  width: auto;
  list-style-type: none;
  padding: 0px;
}
@media (min-width: 960px) {

  #footer .event-by .social-links ul {
    justify-content: flex-end;
  }
}
#footer .event-by .social-links ul li {
  margin-right: 0.875rem;
  display: inline-block;
  width: auto;
}
@media (min-width: 960px) {

  #footer .event-by .social-links ul li {
    margin-left: 0.875rem;
    margin-right: 0px;
  }
}
#footer .event-by .social-links ul li svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #fff;
}
#footer .event-by .copyright {
  width: 100%;
}
@media (min-width: 960px) {

  #footer .event-by .copyright {
    justify-content: flex-end;
  }
}
#footer .event-by .copyright p {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 782px) {

  #footer .event-by .copyright p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 960px) {

  #footer .event-by .copyright p {
    text-align: right;
  }
}
@media (min-width: 782px) {

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 960px) {

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

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