/*
! tailwindcss v3.4.1 | 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.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 100%) {

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

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

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

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

  .container {
    max-width: 1850px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-20 {
  top: -5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[-200px\] {
  bottom: -200px;
}
.bottom-\[-72px\] {
  bottom: -72px;
}
.left-0 {
  left: 0px;
}
.left-8 {
  left: 2rem;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.-order-1 {
  order: -1;
}
.order-first {
  order: -9999;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.-mt-\[75px\] {
  margin-top: -75px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-7\.5 {
  margin-bottom: 1.875rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-7\.5 {
  margin-top: 1.875rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-131px\] {
  margin-top: -131px;
}
.mt-\[-245px\] {
  margin-top: -245px;
}
.mt-\[400px\] {
  margin-top: 400px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[91px\] {
  margin-top: 91px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-\[141px\] {
  width: 141px;
  height: 141px;
}
.size-\[51px\] {
  width: 51px;
  height: 51px;
}
.size-\[58px\] {
  width: 58px;
  height: 58px;
}
.h-0 {
  height: 0px;
}
.h-12 {
  height: 3rem;
}
.h-\[203px\] {
  height: 203px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[800px\] {
  height: 800px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-\[384px\] {
  max-height: 384px;
}
.min-h-\[166px\] {
  min-height: 166px;
}
.min-h-\[202px\] {
  min-height: 202px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[367px\] {
  min-height: 367px;
}
.min-h-\[384px\] {
  min-height: 384px;
}
.min-h-\[62px\] {
  min-height: 62px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-\[900px\] {
  min-height: 900px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2 {
  width: 0.5rem;
}
.w-48 {
  width: 12rem;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[850px\] {
  width: 850px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-48 {
  min-width: 12rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[127px\] {
  max-width: 127px;
}
.max-w-\[255px\] {
  max-width: 255px;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --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));
}
.-translate-x-\[70\%\] {
  --tw-translate-x: -70%;
  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 {
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-normal {
  justify-content: normal;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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)));
}
.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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));
}
.space-y-\[26px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26px * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border-2 {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(221 0 118 / var(--tw-border-opacity));
}
.bg-\[\#152831\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 40 49 / var(--tw-bg-opacity));
}
.bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 118 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 118 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-grey-door {
  background-image: url("/wp-content/themes/knockout/assets/images/grey-icon.svg");
}
.bg-primary-gradient {
  background-image: linear-gradient(#dd0076 0%, rgba(221, 0, 118, 0.53) 100%);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[1px\] {
  padding-left: 1px;
  padding-right: 1px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-5\.5 {
  padding-bottom: 1.375rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[17px\] {
  padding-left: 17px;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[72px\] {
  padding-right: 72px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-15 {
  padding-top: 3.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.75rem;
  line-height: 2rem;
}
.text-\[11px\]\/7 {
  font-size: 11px;
  line-height: 1.75rem;
}
.text-\[13px\]\/\[21px\] {
  font-size: 13px;
  line-height: 21px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\]\/8 {
  font-size: 18px;
  line-height: 2rem;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\]\/\[38px\] {
  font-size: 22px;
  line-height: 38px;
}
.text-\[23px\]\/7 {
  font-size: 23px;
  line-height: 1.75rem;
}
.text-\[31px\] {
  font-size: 31px;
}
.text-\[35px\]\/\[58px\] {
  font-size: 35px;
  line-height: 58px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/6\.5 {
  font-size: 1rem;
  line-height: 1.625rem;
}
.text-base\/7 {
  font-size: 1rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-lg\/8 {
  font-size: 1.125rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.text-\[\#A5A5A5\] {
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}
.text-body {
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(221 0 118 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 198 222 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[inset_0_0_0_2000px_rgba\(11\2c 34\2c 49\2c 0\.8\)\] {
  --tw-shadow: inset 0 0 0 2000px rgba(11,34,49,0.8);
  --tw-shadow-colored: inset 0 0 0 2000px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.saturate-50 {
  --tw-saturate: saturate(.5);
  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);
}
.transition {
  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: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}
.aligncenter {
    float: none;
    margin: .5em auto 1em;
}
.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}
.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
    display: inline;
}
body b, body strong {
    font-weight: 600;
}
.wp-caption p.wp-caption-text {
  margin: 11px 0 0;
  padding: 0px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {

  .wp-caption p.wp-caption-text {
    margin-top: 23px;
  }

  body .wp-caption .wp-caption-text br {
    display: none;
  }
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;

    /* Common styles for container classes */
    .container {
        /* 2560 - 220*2 = 2120 */
    }
    @media (min-width: 1024px) {

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

    .container {
      max-width: calc(100vw - 100px);
    }
  }
    @media (min-width: 1536px) {

    .container {
      max-width: calc(100vw - 100px);
    }
  }
    @media (min-width: 1900px) {

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

    .container {
      max-width: 2120px;
    }
  }

    @media (min-width: 1900px) {

    #main-navbar {
      max-width: 1700px;
    }
  }

    @media (min-width: 2500px) {

    #main-navbar {
      max-width: 2120px;
    }
  }
}
body.navbar-is-fixed {
    &.scroll-down .logo-wrapper, &.scroll-up .logo-wrapper {
    opacity: 0;
  }
    @media (min-width: 1024px) {

    &.scroll-down .logo-wrapper, &.scroll-up .logo-wrapper {
      opacity: 1;
    }
  }
    @media (min-width: 1024px) {

    .navbar-wrapper {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
  }
    @media (min-width: 1024px) {

    #main-navbar {
      min-height: 100px;
    }
  }
}
body:not(.wp-editor) {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(24 30 30 / var(--tw-bg-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity)); /* 95+54 */
}
.button-primary {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  height: 3rem;
  max-width: 255px;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(221 0 118 / var(--tw-bg-opacity));
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .button-primary {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
  }
}
section#content {
  flex-grow: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    &:not(.no-default-padding) {
    padding-top: 0.5rem;
  }
    &:not(.no-default-padding) {
    padding-bottom: 1rem;
  }
    @media (min-width: 1024px) {

    &:not(.no-default-padding) {
      padding-top: 1rem;
    }
  }
    font-family: Roboto, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
h1,
.h1 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  h1,
.h1 {
    font-size: 4rem;
    line-height: 4.5625rem;
  }
}
h2,
.h2 {
  font-size: 23px;
  line-height: 27px;
}
@media (min-width: 1024px) {

  h2,
.h2 {
    font-size: 31px;
    line-height: 36px;
  }
}
h3,
.h3 {
  padding-bottom: 0.75rem;
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 1024px) {

  h3,
.h3 {
    font-size: 27px;
    line-height: 30px;
  }
}
h4,
.h4 {
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1024px) {

  h4,
.h4 {
    font-size: 23px;
    line-height: 26px;
  }
}
h5,
.h5 {
  padding-bottom: 0.5rem;
  font-size: 19px;
  line-height: 22px;
}
@media (min-width: 1024px) {

  h5,
.h5 {
    font-size: 19px;
    line-height: 21px;
  }
}
h6,
.h6 {
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1024px) {

  h6,
.h6 {
    font-size: 16px;
    line-height: 18px;
  }
}
p a:not(.no-underline) {
  --tw-text-opacity: 1;
  color: rgb(0 198 222 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
p a:not(.no-underline):hover {
  --tw-text-opacity: 1;
  color: rgb(221 0 118 / var(--tw-text-opacity));
}
p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {

  p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.button:not(.ninja-forms-field),
input[type="submit"]:not(.ninja-forms-field) {
  position: relative;
  display: inline-flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 0 118 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
p a:not(.button:not(.ninja-forms-field)),p a:not(
input[type="submit"]:not(.ninja-forms-field)) {
  --tw-text-opacity: 1;
  color: rgb(0 198 222 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
p a:not(.button:not(.ninja-forms-field)):hover,p a:not(
input[type="submit"]:not(.ninja-forms-field)):hover {
  --tw-text-opacity: 1;
  color: rgb(221 0 118 / var(--tw-text-opacity));
}
.button:not(.ninja-forms-field):hover,
input[type="submit"]:not(.ninja-forms-field):hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 198 222 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:not(.ninja-forms-field),
input[type="submit"]:not(.ninja-forms-field)  {
    &:after {
    position: absolute;
  }
    &:after {
    right: 0px;
  }
    &:after {
    top: 50%;
  }
    &:after {
    display: inline-flex;
  }
    &:after {
    width: 0.625rem;
    height: 0.625rem;
  }
    &:after {
    --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));
  }
    &:after {
    --tw-translate-y: -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));
  }
    &:after {
    border-radius: 9999px;
  }
    &:after {
    --tw-bg-opacity: 1;
    background-color: rgb(221 0 118 / var(--tw-bg-opacity));
  }
    &:after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
    &:after {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    &:after {
    --tw-content: '';
    content: var(--tw-content);
  }
    &:hover:after {
    --tw-bg-opacity: 1;
    background-color: rgb(0 198 222 / var(--tw-bg-opacity));
  }
}
input,
textarea {
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#nf-form-title-1,
#nf-form-title-2,
#nf-form-title-3,
#nf-form-title-4 {
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
}
@media (min-width: 1024px) {

  #nf-form-title-1,
#nf-form-title-2,
#nf-form-title-3,
#nf-form-title-4 {
    font-size: 31px;
    line-height: 36px;
  }
}
#nf-form-title-1,
#nf-form-title-2,
#nf-form-title-3,
#nf-form-title-4 {
    h3 {
    font-family: Roboto, sans-serif;
  }
    h3 {
    font-size: 26px;
  }
    h3 {
    font-weight: 600;
  }
    h3 {
    line-height: 31px;
  }
    @media (min-width: 1024px) {

    h3 {
      font-size: 31px;
    }
  }
    @media (min-width: 1024px) {

    h3 {
      line-height: 36px;
    }
  }
}
body#tinymce {
  margin-left: 15px;
  margin-right: 15px;
}
.y-no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.y-no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
article.page {
    min-height: 50vh;
    h2:not(.no-default-padding) {
    padding-top: 17px;
  }
    select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }

    .layout div:last-of-type:has(table) {
    margin-top: 0.625rem;
  }

    .layout div:last-of-type:has(table) {
    display: flex;
  }

    .layout div:last-of-type:has(table) {
    justify-content: flex-end;
  }

    .layout div:last-of-type:has(table) { /* Add margin to the last div if it contains a table which means ninja form... */
    }

    @media (min-width: 768px) {

    .nf-table-display {
      max-width: 463px;
    }
  }

    @media (min-width: 1024px) {

    .nf-table-display {
      margin-right: 0px;
    }
  }

    @media (min-width: 1024px) {

    .nf-table-display {
      display: block;
    }
  }

    ul li, ol li {
    display: flex;
  }

    ul li::before, ol li::before {
    content: var(--tw-content);
    margin-right: 0.5rem;
  }

    ul li::before, ol li::before {
    content: var(--tw-content);
    display: inline-block;
  }

    ul li::before, ol li::before {
    content: var(--tw-content);
    height: 28px;
  }

    ul li::before, ol li::before {
    content: var(--tw-content);
    width: 1rem;
  }

    ul li::before, ol li::before {
    content: var(--tw-content);
    vertical-align: middle;
  }

    ul li::before, ol li::before {
    --tw-content: url("/wp-content/themes/knockout/assets/images/checkbox.svg");
    content: var(--tw-content);
  }
}
/* Hide submenus by default */
@media (min-width: 1024px) {

  #menu-primary-menu li ul.sub-menu {
    position: absolute;
    display: none;
  }
}
/* Show submenu on hover of the parent item */
#menu-primary-menu li:hover > ul.sub-menu {
  padding-bottom: 0.125rem;
}
@media (min-width: 1024px) {

  #menu-primary-menu li:hover > ul.sub-menu {
    position: absolute;
    top: calc(100% - 16px);
    display: block;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(94 94 94 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
    padding-top: 1.25rem;
    padding-left: 1.375rem;
    padding-right: 38px;
  }
}
#menu-primary-menu li:hover > ul.sub-menu {

    /* Triangle */ 
    &:before {
    position: absolute;
  } 
    &:before {
    top: -0.625rem;
  } 
    &:before {
    left: 1.75rem;
  } 
    &:before {
    display: none;
  } 
    &:before {
    height: 0.75rem;
  } 
    &:before {
    width: 1rem;
  } 
    &:before {
    border-style: solid;
  } 
    &:before {
    background-image: url('/wp-content/themes/knockout/assets/images/arrow-menu.svg');
  } 
    &:before {
    background-repeat: no-repeat;
  } 
    &:before {
    --tw-content: '';
    content: var(--tw-content);
  } 
    @media (min-width: 1024px) {

    &:before {
      display: block;
    }
  }

    &:after {
    position: absolute;
  }

    &:after {
    top: -0.5rem;
  }

    &:after {
    left: 1.75rem;
  }

    &:after {
    display: none;
  }

    &:after {
    height: 0.75rem;
  }

    &:after {
    width: 1rem;
  }

    &:after {
    border-style: solid;
  }

    &:after {
    background-image: url('/wp-content/themes/knockout/assets/images/arrow-menu-black.svg');
  }

    &:after {
    background-repeat: no-repeat;
  }

    &:after {
    --tw-content: '';
    content: var(--tw-content);
  }

    @media (min-width: 1024px) {

    &:after {
      display: block;
    }
  }

    li {
    position: relative;
  }

    @media (min-width: 1024px) {

    li {
      margin-top: 0px;
    }
  }

    @media (min-width: 1024px) {

    li {
      margin-bottom: 18px;
    }
  }

    @media (min-width: 1024px) {

    li {
      padding-top: 0px;
    }
  }

    @media (min-width: 1024px) {

    li {
      padding-bottom: 0px;
    }
  }

    li a {
    position: relative;
  }

    li a {

        &:after {
      top: 50%;
    }

        @media (min-width: 1024px) {

      &:after {
        position: absolute;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        right: -1rem;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        margin-left: 2.5rem;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        height: 8.735px;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        width: 5px;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        --tw-translate-y: -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));
      }
    }

        @media (min-width: 1024px) {

      &:after {
        background-image: url('/wp-content/themes/knockout/assets/images/arrow-right.svg');
      }
    }

        @media (min-width: 1024px) {

      &:after {
        background-size: cover;
      }
    }

        @media (min-width: 1024px) {

      &:after {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
    }
}
section img {
  --tw-saturate: saturate(.5);
  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);
}
body {
    .ninja-forms-req-symbol {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
  }

    .nf-form-fields-required {
    display: none;
  }

    .nf-field-container {
    margin-bottom: 1.5rem;
  }

    .html-wrap .nf-field-element p {
    margin-bottom: 14px;
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    min-height: 62px;
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    border-width: 1px;
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    background-color: transparent;
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    font-size: 22px;
    line-height: 38px;
  }

    input[type="email"], input[type="text"], input[type="tel"], input[type="url"], textarea {
    --tw-text-opacity: 1;
    color: rgb(206 206 206 / var(--tw-text-opacity));
  }

    input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }


    .nf-form-content input:not([type=button]) {
    border-width: 1px;
  }


    .nf-form-content input:not([type=button]) {
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
  }


    .nf-form-content input:not([type=button]) {
    background-color: transparent;
  }


    .nf-form-content input:not([type=button]) {
    --tw-text-opacity: 1;
    color: rgb(206 206 206 / var(--tw-text-opacity));
  }

    .nf-field-label {
        display: none;
    }

    .nf-form-content {
    padding-left: 0px;
    padding-right: 0px;
  }

    .nf-form-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

    .nf-form-content {

        label {
      font-size: 1.125rem;
      line-height: 1.875rem;
    }
        input:not([type=button]):not([type=submit]):not([type=reset]), textarea {
      border-width: 1px;
    }
        input:not([type=button]):not([type=submit]):not([type=reset]), textarea {
      --tw-border-opacity: 1;
      border-color: rgb(112 112 112 / var(--tw-border-opacity));
    }
        input:not([type=button]):not([type=submit]):not([type=reset]), textarea {
      background-color: transparent;
    }
        input:not([type=button]):not([type=submit]):not([type=reset]), textarea {
      --tw-text-opacity: 1;
      color: rgb(206 206 206 / var(--tw-text-opacity));
    }

        .label-right .nf-after-field {
      width: 100%;
    }
        .checkbox-container label {
      font-size: 1rem;
      line-height: 1.5rem;
    }
        .checkbox-container label {

            &:before {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
        }

        input[type="submit"] {
      position: relative;
    }

        input[type="submit"] {
      display: inline-flex;
    }

        input[type="submit"] {
      height: 55px;
    }

        input[type="submit"] {
      width: auto;
    }

        input[type="submit"] {
      min-width: 12rem;
    }

        input[type="submit"] {
      cursor: pointer;
    }

        input[type="submit"] {
      align-items: center;
    }

        input[type="submit"] {
      justify-content: center;
    }

        input[type="submit"] {
      border-radius: 0px;
    }

        input[type="submit"] {
      border-width: 2px;
    }

        input[type="submit"] {
      border-style: solid;
    }

        input[type="submit"] {
      --tw-border-opacity: 1;
      border-color: rgb(221 0 118 / var(--tw-border-opacity));
    }

        input[type="submit"] {
      background-color: transparent;
    }

        input[type="submit"] {
      text-align: center;
    }

        input[type="submit"] {
      font-size: 1rem;
      line-height: 1.5rem;
    }

        input[type="submit"] {
      font-weight: 700;
    }

        input[type="submit"] {
      text-transform: uppercase;
    }

        input[type="submit"] {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        input[type="submit"]:hover {
      --tw-border-opacity: 1;
      border-color: rgb(0 198 222 / var(--tw-border-opacity));
    }

        input[type="submit"]:hover {
      background-color: transparent;
    }

        input[type="submit"]:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        input[type="submit"]:hover {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    }

    .nf-field-element:has(input[type="submit"]) {
    width: auto;
  }

    .nf-field-element:has(input[type="submit"]) {
        &:after {
      position: absolute;
    }
        &:after {
      right: 0px;
    }
        &:after {
      top: 50%;
    }
        &:after {
      display: inline-flex;
    }
        &:after {
      width: 0.625rem;
      height: 0.625rem;
    }
        &:after {
      --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));
    }
        &:after {
      --tw-translate-y: -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));
    }
        &:after {
      border-radius: 9999px;
    }
        &:after {
      --tw-bg-opacity: 1;
      background-color: rgb(221 0 118 / var(--tw-bg-opacity));
    }
        &:after {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
        &:after {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
        &:after {
      --tw-content: '';
      content: var(--tw-content);
    }
        &:hover:after {
      --tw-bg-opacity: 1;
      background-color: rgb(0 198 222 / var(--tw-bg-opacity));
    }
    }

    .nf-error-msg.nf-error-field-errors {
        /* @apply mb-10; */ 
    }

    .submit-container {
    margin-bottom: 0px;
  }

    .submit-container {
    padding-top: 1.25rem;
  }

    .nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

    .nf-form-content .list-select-wrap .nf-field-element>div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
    background-color: transparent;
  }

    .nf-error.field-wrap .nf-field-element:after {
    height: 33px;
  }

    .nf-error.field-wrap .nf-field-element:after {
    width: 33px;
  }

    .nf-error.field-wrap .nf-field-element:after {
    line-height: 33px;
  }

    .nf-form-content {
        .ninja-forms-field,
        .listselect-wrap .nf-field-element div {
      font-size: 22px;
      line-height: 38px;
    }
    }
}
@media (min-width: 1900px) {

  .\33xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 100%) {

    .\33xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 960px) {

    .\33xl\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1140px) {

    .\33xl\:container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1440px) {

    .\33xl\:container {
      max-width: 1440px;
    }
  }

  @media (min-width: 1850px) {

    .\33xl\:container {
      max-width: 1850px;
    }
  }
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}
.before\:h-\[150px\]::before {
  content: var(--tw-content);
  height: 150px;
}
.before\:-scale-y-100::before {
  content: var(--tw-content);
  --tw-scale-y: -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));
}
.before\:bg-grey-gradient::before {
  content: var(--tw-content);
  background-image: linear-gradient(rgba(24, 30, 30, 0) 0%, #181E1E 100%);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:z-\[1\]::after {
  content: var(--tw-content);
  z-index: 1;
}
.after\:h-\[276px\]::after {
  content: var(--tw-content);
  height: 276px;
}
.after\:bg-grey-gradient::after {
  content: var(--tw-content);
  background-image: linear-gradient(rgba(24, 30, 30, 0) 0%, #181E1E 100%);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.empty\:hidden:empty {
  display: none;
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(221 0 118 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .sm\:bottom-\[unset\] {
    bottom: unset;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

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

  .sm\:-translate-x-1\/2 {
    --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));
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -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));
  }
}
@media (min-width: 768px) {

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .md\:translate-x-\[40px\] {
    --tw-translate-x: 40px;
    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));
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

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

  .lg\:my-25 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

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

  .lg\:mb-5\.5 {
    margin-bottom: 1.375rem;
  }

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

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

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

  .lg\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

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

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

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

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

  .lg\:mt-25 {
    margin-top: 6.25rem;
  }

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

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

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

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

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

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

  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-48 {
    width: 12rem;
    height: 12rem;
  }

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

  .lg\:min-h-screen-no-header {
    min-height: calc(100vh - 101px);
  }

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

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

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

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

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

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

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:-translate-x-1\/2 {
    --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));
  }

  .lg\:-translate-x-\[45px\] {
    --tw-translate-x: -45px;
    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));
  }

  .lg\:translate-x-\[45px\] {
    --tw-translate-x: 45px;
    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));
  }

  .lg\:translate-x-\[80\%\] {
    --tw-translate-x: 80%;
    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));
  }

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

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

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

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

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

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

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

  .lg\:text-balance {
    text-wrap: balance;
  }

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

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

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

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

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

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

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

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

  .lg\:pb-\[14\] {
    padding-bottom: 14;
  }

  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .lg\:pb-\[38px\] {
    padding-bottom: 38px;
  }

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

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

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

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

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

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

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

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

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

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

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

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

  .lg\:pt-25 {
    padding-top: 6.25rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-\[42px\] {
    padding-top: 42px;
  }

  .lg\:pt-\[90px\] {
    padding-top: 90px;
  }

  .lg\:text-3xl {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-7xl {
    font-size: 4rem;
    line-height: 4.5625rem;
  }

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

  .lg\:text-\[18px\]\/\[30px\] {
    font-size: 18px;
    line-height: 30px;
  }

  .lg\:text-\[22px\]\/9\.5 {
    font-size: 22px;
    line-height: 2.375rem;
  }

  .lg\:text-\[22px\]\/\[38px\] {
    font-size: 22px;
    line-height: 38px;
  }

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

  .lg\:text-\[41px\]\/\[47px\] {
    font-size: 41px;
    line-height: 47px;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:tracking-\[0\.96px\] {
    letter-spacing: 0.96px;
  }

  .lg\:before\:h-\[347px\]::before {
    content: var(--tw-content);
    height: 347px;
  }

  .lg\:before\:max-h-\[30vh\]::before {
    content: var(--tw-content);
    max-height: 30vh;
  }

  .lg\:before\:bg-grey-gradient-smooth::before {
    content: var(--tw-content);
    background-image: linear-gradient(rgba(24, 30, 30, 0) 0%, rgba(0, 0, 0, 0.82) 100%);
  }

  .after\:lg\:bottom-0::after {
    content: var(--tw-content);
    bottom: 0px;
  }

  .after\:lg\:h-25::after {
    content: var(--tw-content);
    height: 6.25rem;
  }

  .after\:lg\:min-h-\[calc\(100vh-600px\)\]::after {
    content: var(--tw-content);
    min-height: calc(100vh - 600px);
  }

  .lg\:last-of-type\:mb-0:last-of-type {
    margin-bottom: 0px;
  }

  .lg\:hover\:scale-110:hover {
    --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));
  }
}
@media (min-width: 1280px) {

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:grow-0 {
    flex-grow: 0;
  }

  .xl\:-translate-x-1\/2 {
    --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));
  }

  .xl\:translate-x-1\/2 {
    --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));
  }

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

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

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-\[160px\] {
    padding-left: 160px;
  }

  .xl\:pl-\[75px\] {
    padding-left: 75px;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

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

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[15px\] {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-\[350px\] {
    top: -350px;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:size-\[78px\] {
    width: 78px;
    height: 78px;
  }

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

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

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

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-\[130vw\] {
    width: 130vw;
  }

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

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

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

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

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

  .\32xl\:space-x-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .\32xl\:pl-\[52px\] {
    padding-left: 52px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-\[52px\] {
    padding-right: 52px;
  }

  .\32xl\:pt-25 {
    padding-top: 6.25rem;
  }

  .\32xl\:text-7xl {
    font-size: 4rem;
    line-height: 4.5625rem;
  }

  .\32xl\:text-\[38px\]\/\[47px\] {
    font-size: 38px;
    line-height: 47px;
  }

  .\32xl\:text-\[41px\]\/\[47px\] {
    font-size: 41px;
    line-height: 47px;
  }

  .\32xl\:text-\[48px\]\/\[60px\] {
    font-size: 48px;
    line-height: 60px;
  }

  .\32xl\:text-\[48px\]\/\[78px\] {
    font-size: 48px;
    line-height: 78px;
  }

  .after\:2xl\:min-h-\[calc\(100vh-700px\)\]::after {
    content: var(--tw-content);
    min-height: calc(100vh - 700px);
  }
}
@media (min-width: 1900px) {

  .\33xl\:-top-64 {
    top: -16rem;
  }

  .\33xl\:-top-\[470px\] {
    top: -470px;
  }

  .\33xl\:top-10 {
    top: 2.5rem;
  }

  .\33xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\33xl\:mt-48 {
    margin-top: 12rem;
  }

  .\33xl\:mt-56 {
    margin-top: 14rem;
  }

  .\33xl\:mt-64 {
    margin-top: 16rem;
  }

  .\33xl\:mt-\[506px\] {
    margin-top: 506px;
  }

  .\33xl\:block {
    display: block;
  }

  .\33xl\:hidden {
    display: none;
  }

  .\33xl\:h-\[390px\] {
    height: 390px;
  }

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

  .\33xl\:min-h-\[1080px\] {
    min-height: 1080px;
  }

  .\33xl\:w-\[350px\] {
    width: 350px;
  }

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

  .\33xl\:-translate-x-\[60\%\] {
    --tw-translate-x: -60%;
    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));
  }

  .\33xl\:translate-x-\[70\%\] {
    --tw-translate-x: 70%;
    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));
  }

  .\33xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\33xl\:gap-x-\[104px\] {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }

  .\33xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\33xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\33xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\33xl\:pl-0 {
    padding-left: 0px;
  }

  .\33xl\:pl-64 {
    padding-left: 16rem;
  }

  .\33xl\:pr-0 {
    padding-right: 0px;
  }

  .\33xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\33xl\:pr-28 {
    padding-right: 7rem;
  }

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

  .\33xl\:pt-64 {
    padding-top: 16rem;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\33xl\:text-7xl {
    font-size: 4rem;
    line-height: 4.5625rem;
  }

  .\33xl\:text-\[41px\]\/\[47px\] {
    font-size: 41px;
    line-height: 47px;
  }
}
@media (min-width: 2500px) {

  .\34xl\:-top-80 {
    top: -20rem;
  }

  .\34xl\:-top-\[512px\] {
    top: -512px;
  }

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

  .\34xl\:-translate-x-1\/2 {
    --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));
  }

  .\34xl\:text-7xl {
    font-size: 4rem;
    line-height: 4.5625rem;
  }
}
