*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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: "Source Sans 3", 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

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

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

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

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

h1 {
  font-family: Merriweather, serif;
  font-size: 46px;
  line-height: 56px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 70px;
    line-height: 75px;
  }
}

h2 {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 40px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1450px) {
  h2 {
    font-size: 46px;
  }
}

p {
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
}

@media (min-width: 1024px) {
  p {
    font-size: 20px;
  }
}

.nav-link {
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(93 169 233 / var(--tw-text-opacity, 1));
}

.home.home.swiper-button-next,
  .home.swiper-button-prev {
  left: 30%;
  top: auto;
  bottom: 0px;
  height: 60px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 43 25 / var(--tw-bg-opacity, 1));
  padding: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.home.home.swiper-button-next:hover,
  .home.swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 175 110 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .home.home.swiper-button-next,
  .home.swiper-button-prev {
    left: -30px;
    bottom: 150px;
  }
}

.home.home.swiper-button-next {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(123 196 124 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .home.home.swiper-button-next {
    left: -10px;
    bottom: 90px;
  }
}

section:not(.inner-hero-simple) .rank-math-breadcrumb p,
  .top-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 209 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  section:not(.inner-hero-simple) .rank-math-breadcrumb p,
  .top-text {
    font-size: 28px;
  }
}

.inner-hero-simple .rank-math-breadcrumb p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 209 102 / var(--tw-text-opacity, 1));
}

.top-text .rank-math-breadcrumb p {
  margin-bottom: 5px;
}

#carouselDescription h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

#carouselDescription p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 768px) {
  #carouselDescription p {
    line-height: 1.2;
  }
}

.signup-form input[type="email"],
  .signup-form input[type="text"] {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.signup-form input[type="email"] {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
}

.signup-form input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.signup-form input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: Merriweather, serif;
}

input::placeholder,
  input,
  textarea::placeholder,
  textarea {
  font-family: Merriweather, serif;
}

.signup-form input[type="submit"] {
  display: inline-flex;
  width: 100%;
  border-radius: 100px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 209 102 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.signup-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 169 233 / var(--tw-bg-opacity, 1));
}

.signup-form .wpcf7-response-output {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.project-toggle button {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(10 43 25 / var(--tw-text-opacity, 1));
}

.project-toggle button.toggle-engaged {
  --tw-bg-opacity: 1;
  background-color: rgb(93 169 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.resource-filter {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 43 25 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.resource-filter svg {
  position: absolute;
  bottom: 15px;
  left: 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));
}

.resource-filter.engaged {
  --tw-bg-opacity: 1;
  background-color: rgb(93 169 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-nav-main {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .hero-nav-main {
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .hero-nav-main {
    padding-right: 0px;
  }
}

.hero-nav {
  position: relative;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .hero-nav {
    min-width: 300px;
  }
}

.hero-nav .swiper-pagination {
  position: relative;
  bottom:0!important;
}

.hero-nav .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hero-nav .swiper-button-prev,
  .hero-nav .swiper-button-next {
  position: relative;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-nav .swiper-button-prev:hover,
  .hero-nav .swiper-button-next:hover {
  --tw-text-opacity: 1;
  color: rgb(93 169 233 / var(--tw-text-opacity, 1));
}

.hero-nav .swiper-button-prev::after,
  .hero-nav .swiper-button-next::after {
  display: none;
}

.step {
  font-family: Merriweather, serif;
}

.piz {
  width: 100%;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .piz {
    width: auto;
    text-align: left;
  }
}

.piz {
  background: #9E9E9E;
}

.active-piz {
  position: relative;
  width: 100%;
  border-radius: 9999px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 40px;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px) {
  .active-piz {
    width: auto;
    text-align: left;
  }
}

.active-piz {
  background: #5DA9E9;
}

.inner-hero-simple{
  background:url('/wp-content/uploads/2026/03/Background-1-2.jpg');
  background-size: cover;
  background-position: bottom center;
}

@media(max-width:1200px){
  .inner-hero-simple{
    background-position: bottom left;
  }
}

.hero-nav .swiper-button-prev,
  .hero-nav .swiper-button-next {
  width: auto;
  height: auto;
}

.discover-main{
  background:url('/wp-content/uploads/2026/03/Background.jpg');
  background-size: cover;
  background-position: center center;
}

.inner-page-hero-main{
  background:url('/wp-content/uploads/2026/03/Group-350-1.jpg');
  background-size: cover;
  background-position: center center;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-7 {
  bottom: -1.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-\[-90\%\] {
  left: -90%;
}

.left-\[25\%\] {
  left: 25%;
}

.left-\[auto\] {
  left: auto;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[-100\%\] {
  right: -100%;
}

.right-\[15px\] {
  right: 15px;
}

.right-\[5px\] {
  right: 5px;
}

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

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-\[15\%\] {
  top: 15%;
}

.top-\[15px\] {
  top: 15px;
}

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

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

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

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

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

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

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

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

.mb-\[0\] {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100\%\] {
  height: 100%;
}

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

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

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

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

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

.h-\[70\%\] {
  height: 70%;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.max-w-\[100\%\] {
  max-width: 100%;
}

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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-y-0 {
  --tw-translate-y: 0px;
  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;
}

.list-disc {
  list-style-type: disc;
}

.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-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[70px\] {
  gap: 70px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}

.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}

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

.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-t-\[10px\] {
  border-top-width: 10px;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#5DA9E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(93 169 233 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(10 43 25 / var(--tw-border-opacity, 1));
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#004E89\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 137 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0A2B19\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 43 25 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0B132B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 19 43 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5DA9E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(93 169 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9E7E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 231 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a6a6a6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 166 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

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

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

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

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-body {
  font-family: "Source Sans 3", sans-serif;
}

.font-header {
  font-family: Merriweather, serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-\[400\] {
  font-weight: 400;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

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

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

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[30px\] {
  line-height: 30px;
}

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

.leading-\[35px\] {
  line-height: 35px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[42px\] {
  line-height: 42px;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#004E89\] {
  --tw-text-opacity: 1;
  color: rgb(0 78 137 / var(--tw-text-opacity, 1));
}

.text-\[\#0A2B19\] {
  --tw-text-opacity: 1;
  color: rgb(10 43 25 / var(--tw-text-opacity, 1));
}

.text-\[\#0A2B5DA9E919\] {
  color: #0A2B5DA9E919;
}

.text-\[\#0B132B\] {
  --tw-text-opacity: 1;
  color: rgb(11 19 43 / var(--tw-text-opacity, 1));
}

.text-\[\#0B132Bs\] {
  color: #0B132Bs;
}

.text-\[\#0B1F12\] {
  --tw-text-opacity: 1;
  color: rgb(11 31 18 / var(--tw-text-opacity, 1));
}

.text-\[\#41B54D\] {
  --tw-text-opacity: 1;
  color: rgb(65 181 77 / var(--tw-text-opacity, 1));
}

.text-\[\#5DA9E9\] {
  --tw-text-opacity: 1;
  color: rgb(93 169 233 / var(--tw-text-opacity, 1));
}

.text-\[\#A6A6A6\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.text-\[\#F1EBE4\] {
  --tw-text-opacity: 1;
  color: rgb(241 235 228 / var(--tw-text-opacity, 1));
}

.text-\[\#FFB400\] {
  --tw-text-opacity: 1;
  color: rgb(255 180 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFD166\] {
  --tw-text-opacity: 1;
  color: rgb(255 209 102 / var(--tw-text-opacity, 1));
}

.text-\[\#a6a6a6\] {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(10 43 25 / var(--tw-text-opacity, 1));
}

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

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

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

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

@media(max-width:767px){
  .mobile-inner-page-hero-main{
    background:url('/wp-content/uploads/2026/03/Group-350-1.jpg');
    background-size: cover;
    background-position: center center;
  }
}

@media(max-width:768px){
  .custom-logo{
    min-width:200px!important;
    padding-top:10px!important;
  }

  .hero-nav{
    width: 100%;
  }
}

@media(min-width:389px) and (max-width:1024px){
  .home-slider-adjust{
    padding-top:180px!important;
  }
}

.review-box p{
  margin:0;
}

.vendors-form input[type="submit"]{
  width:auto!important;
}

.vendors-form .wpcf7-response-output{
  display:none!important;
}

.vendor-form p{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
}

.step {
  font-family:"Merriweather",sans-serif;
  position: relative;
  color: #fff;
}

.step.active {
  color: #5DA9E9;
}

.step::after {
  content: '';
  display: block;
  height: 4px;
  background: #e5e7eb;
  margin-top: 8px;
  border-radius: 999px;
}

.step.active::after {
  background: #5DA9E9;
}

.message-review-main {
  max-height:70px;
  overflow-y: scroll;
}

.acceptance-signup p label{
  display:flex;
  align-items: center;
  gap:10px;
}

.acceptance-signup input{
  width:15px;
}

.faq-answer.open {
  max-height: 500px;
  /* large enough for your content */
  opacity: 1;
}

.faq-icon.rotate {
  transform: rotate(180deg);
}

@media(max-width:768px){
  .vendor-form p{
    grid-template-columns: 1fr;
  }
}

input, textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d1d5db;
  padding: 10px 0;
  outline: none;
  max-height:125px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  padding-left:5px;
}

input:focus, textarea:focus {
  border-color: #5DA9E9;
}

.button-flex-main p{
  display: flex;
  justify-content: space-between;
  width:100%;
}

.next-btn,
.prev-btn,
.submit-btn {
  background: #5DA9E9;
  color: white;
  padding: 5px 35px;
  border-radius: 999px;
  font-weight: 500;
}

.step p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  margin:0;
}

.step .circle p{
  color:#fff!important;
}

.prev-btn {
  background: #9ca3af;
}

/* --- MULTISTEP SLIDER CORE --- */

#cf7-multistep {
  position: relative;
  overflow: hidden;
}

#cf7-multistep .form-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none;
  transition:
        transform 0.45s ease,
        opacity 0.25s ease;
}

#cf7-multistep .form-step.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

#cf7-multistep textarea{
  height:125px;
}

/* Slide directions */

#cf7-multistep .form-step.slide-in-right {
  transform: translateX(100%);
}

#cf7-multistep .form-step.slide-in-left {
  transform: translateX(-100%);
}

#cf7-multistep .form-step.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}

#cf7-multistep .form-step.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}

/* ---- VALIDATION ---- */

.cf7-error {
  border: 2px solid #ef4444 !important;
}

.resource-filter.engaged svg ellipse{
  fill:#fff!important;
}

.files-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.25s ease;
}

.files-panel.is-open {
  opacity: 1;
}

.engaged-files span{
  color:#41B54D;
  transition:.5s all ease-in-out;
}

.engaged-files svg path{
  fill:#41B54D;
  transition:.5s all ease-in-out;
}

.event-upcoming {
  color: #41B54D;
}

.event-past {
  color: #A6A6A6;
}

.toggle-engaged{
  transition:.3s all ease-in-out;
  color:#fff;
}

.engaged:not(.resource-filter){
  transition:.3s all ease-in-out;
}

.active-piz::before{
  content:url('/wp-content/uploads/2026/03/icon-6.svg');
  position: absolute;
  left:0;
  top:0;
}

.filter-btn{
  line-height: 1;
}

.filter-btn svg {
  position:absolute;
}

.resource-filter svg ellipse,
.project-toggle svg ellipse,
.filter-btn svg ellipse {
  opacity: 0;
  transform: translateY(6px);
}

.resource-filter.engaged svg ellipse,
.project-toggle .toggle-engaged svg ellipse,
.filter-btn.engaged svg ellipse {
  animation: dotIn 0.4s ease forwards;
}

.project-toggle button{
  border:1px solid #000;
}

.project-toggle .toggle-engaged{
  border:1px solid #5DA9E9;
}

.resource-filter.engaged svg ellipse:nth-child(1),
.project-toggle .toggle-engaged svg ellipse:nth-child(1),
.filter-btn.engaged svg ellipse:nth-child(1) {
  animation-delay: 0s;
}

.resource-filter.engaged svg ellipse:nth-child(2),
.project-toggle .toggle-engaged svg ellipse:nth-child(2),
.filter-btn.engaged svg ellipse:nth-child(2) {
  animation-delay: 0.1s;
}

.resource-filter.engaged svg ellipse:nth-child(3),
.project-toggle .toggle-engaged svg ellipse:nth-child(3),
.filter-btn.engaged svg ellipse:nth-child(3) {
  animation-delay: 0.2s;
}

.resource-filter.engaged svg ellipse:nth-child(4),
.project-toggle .toggle-engaged svg ellipse:nth-child(4),
.filter-btn.engaged svg ellipse:nth-child(4) {
  animation-delay: 0.3s;
}

.general-inner-linking-main{
  background:url('/wp-content/uploads/2026/03/Background-3.jpg');
  background-size: cover;
  background-position: center center;
}

@media(max-width:1600px){
  .general-inner-linking-main{
    background-position: center right;
  }
}

.project-toggle svg{
  position: absolute;
  bottom:8px;
}

@media(max-width:1024px){
  .hero-swiper{
    max-height: 400px;
  }
}

.tab-panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.45s ease, opacity 0.25s ease;
}

.tab-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.slider-main:after{
  content: '';
  position: absolute;
  top: 40px;
  right: -10px;
  width: 90%;
  height: 350px;
  background:#004E89;
  z-index: 0;
  border-radius: 10px;
}

.progress-section{
  background:url('/wp-content/uploads/2026/01/Background.jpg');
  background-size: cover;
  background-position: center center;
}

input[type="email"],
input[type="text"] {
  font-family: 'Merriweather', serif;
  border-bottom:1px solid #a6a6a6;
  font-size:16px;
  padding:10px 5px;
  width:100%;
}

textarea::-moz-placeholder, input::-moz-placeholder{
  color:#000;
  opacity:1;
}

textarea::placeholder,
input::placeholder{
  color:#000;
  opacity:1;
}

.application-form form .wpcf7-form-control-wrap textarea,
.application-form form .wpcf7-form-control-wrap input{
  margin-bottom:20px;
}

.wpcf7-acceptance .wpcf7-list-item{
  margin:0;
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip,
.wpcf7-acceptance label{
  font-size:14px;
  line-height:16px;
}

.wpcf7-response-output{
  font-size:16px;
}

input[type="submit"] {
  background-color: #5DA9E9;
  border-radius: 100px;
  color: #fff;
  border: none;
  padding: 12px 58px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  transition:.5s all ease-in-out;
}

input[type="submit"]:hover{
  background:#0B132B;
}

.signup-form input[type="submit"]{
  display: inline-flex;
  text-align: center;
}

.wpcf7-spinner{
  position:absolute;
  bottom:0;
}

/* Force CF7 fields to behave as grid items */

#cf7-multistep .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Make inputs full width */

#cf7-multistep input,
#cf7-multistep textarea {
  width: 100%;
}

.mobile-slide.menu-open {
  max-height: 500px;
  /* adjust if menu taller */
  opacity: 1;
}

.large-content p{
  margin-bottom:20px;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
}

@media(max-width:1024px){
  .stepper{
    display: grid;
    gap:15px;
    grid-template-columns: repeat(2,1fr);
  }

  .stepper .line{
    display: none;
  }
}

@media(max-width:768px){
  .stepper{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:15px;
    justify-content: flex-start;
  }
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #999;
  white-space: nowrap;
}

.circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

.step.active {
  color: #000;
}

.step.active .circle {
  background: #4da3d9;
  color: #fff;
}

.line {
  flex: 1;
  height: 1px;
  background: #dcdcdc;
  margin: 0 15px;
}

@keyframes dotIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.placeholder\:text-\[\#000\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#000\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#a6a6a6\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#a6a6a6\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:border-\[\#0B132B\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(11 19 43 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0A2B19\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 43 25 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0B132B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 19 43 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f1f1f1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e4e4e4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#5DA9E9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(93 169 233 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#bcdefa\]:hover {
  --tw-text-opacity: 1;
  color: rgb(188 222 250 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(10 43 25 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:text-\[\#0B132B\] {
  --tw-text-opacity: 1;
  color: rgb(11 19 43 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#5DA9E9\] {
  --tw-text-opacity: 1;
  color: rgb(93 169 233 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

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

  .sm\:w-\[45\%\] {
    width: 45%;
  }

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:w-48 {
    width: 12rem;
  }

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

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

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

  .md\:w-\[calc\(100\%_-_200px\)\] {
    width: calc(100% - 200px);
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[20px\] {
    gap: 20px;
  }

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

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  @media (min-width: 1024px) {
    .md\:lg\:max-w-\[121px\] {
      max-width: 121px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:top-full {
    top: 100%;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

  .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\:items-end {
    align-items: flex-end;
  }

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

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

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

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

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

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

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

  .lg\:rounded-br-\[0\] {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-tr-\[0\] {
    border-top-right-radius: 0;
  }

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

  .lg\:border-\[\#D9D9D9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .th\:absolute {
    position: absolute;
  }

  .th\:left-\[-20px\] {
    left: -20px;
  }

  .th\:left-\[-45px\] {
    left: -45px;
  }

  .th\:left-\[-59px\] {
    left: -59px;
  }

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

  .th\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .th\:block {
    display: block;
  }

  .th\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .th\:w-\[40\%\] {
    width: 40%;
  }

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

  .th\:w-\[70\%\] {
    width: 70%;
  }

  .th\:w-\[auto\] {
    width: auto;
  }

  .th\:w-\[calc\(40\%_-_156px\)\] {
    width: calc(40% - 156px);
  }

  .th\:min-w-\[30px\] {
    min-width: 30px;
  }

  .th\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .th\:max-w-\[85\%\] {
    max-width: 85%;
  }

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

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

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

  .th\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .th\:gap-\[50px\] {
    gap: 50px;
  }

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

  .th\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

  .th\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .th\:pt-\[120px\] {
    padding-top: 120px;
  }

  .th\:pt-\[70px\] {
    padding-top: 70px;
  }

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

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

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

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

  .th\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .th\:leading-\[42px\] {
    line-height: 42px;
  }
}

@media (min-width: 1450px) {
  .xxl\:left-\[-59px\] {
    left: -59px;
  }

  .xxl\:block {
    display: block;
  }

  .xxl\:hidden {
    display: none;
  }

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

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

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

  .xxl\:gap-\[20px\] {
    gap: 20px;
  }

  .xxl\: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)));
  }

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

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

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

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

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

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