<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Amenity Collective
Theme URI: https://lazarusdesignteam.com
Author: Lazarus Design Team
Author URI: https://underscoretw.com/
Description: A custom tailwind based block theme for WordPress.
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: amenity-collective
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Amenity Collective is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwindâ€™s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.10 | 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: 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 */
  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] {
  display: none;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  color: #1F577C;
}

@media (min-width: 480px) {
  h1 {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  color: #A88E6B;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 64px;
  }
}

h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #A88E6B;
}

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

h4 {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #1F577C;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.3rem;
  }
}

@media (min-width: 1280px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: #A88E6B;
}

h6 {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #A88E6B;
}

p {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #191919;
}

@media (min-width: 1024px) {
  p {
    font-size: 22px;
    line-height: 1.8;
  }
}

ul {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 350;
  color: #191919;
}

@media (min-width: 1024px) {
  ul {
    font-size: 22px;
    line-height: 1.8;
  }
}

ol {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 350;
  color: #191919;
}

@media (min-width: 1024px) {
  ol {
    font-size: 22px;
    line-height: 1.8;
  }
}

*:focus {
  outline: none;
  boxshadow: none;
}

*:focus-visible {
  outline: none;
  boxshadow: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

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

/**
 * Custom styles to immediately follow Tailwindâ€™s `base` layer
 *
 * â€œAdd things like base typography styles [or] opinionated global resets.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/* Table of Contents:
// 1. Vars
// 2. Site General
// 3. Button Colors
// 4. Site Header
// 5. Animations 
// 6. Paddings
// 7. Gradients
// 8. Media Query
*/

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/

:root {
  --color-white: #FFFFFF;
  --color-primary: #1F577C;
  --color-secondary: #A88E6B;
  --color-tertiary: #5491BF;
  --color-accent: #FFF4E9;
  --color-info: #95C176;
  --color-info-light: #f4f9f1;
  --color-blue-info: #eef4fa;
  --color-offwhite: #fffbf6;
  --color-foreground: #191919;
  --var-contain-xxl: 1520px;
  --var-contain-xl:  1440px;
  --var-contain-lg:  1200px;
}

/*--------------------------------------------------------------
# Site General
--------------------------------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: proxima-nova, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(31 87 124 / var(--tw-text-opacity));
}

body &gt; * {
  color: #1F577C;
}

body.mobile-menu-open {
  overflow: hidden;
}

a {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

p {
  margin-block-start: 0;
  margin-bottom: 1.2em;
}

strong, b{
  font-weight: bolder !important;
}

p:last-of-type {
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

.style-disc ul {
  margin-left: 1.3em;
  list-style-type: disc;
}

.wp-block-list {
  margin-bottom: 1.2em;
  margin-left: 1.3em;
  list-style-type: disc;
}

.simpleParallax {
  height: 100%;
}

.no-scroll {
  overflow: hidden;
  /* Disables scrolling */
}

.custom-scroll::-webkit-scrollbar{
  width: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--color-offwhite);
  border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: var(--color-foreground);
  border-radius: 20px;
}

/*--------------------------------------------------------------
# Button Colors       
--------------------------------------------------------------*/

.btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.96px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .btn {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
}

@media (min-width: 1280px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1536px) {
  .btn {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
  }
}

.btn .text {
  position: relative;
  z-index: 100;
}

/*Custom Btn Colors*/

.btn.btn_style1{
  /*White With Black Hover*/
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style1 &gt; * {
  color: #191919;
}

.btn.btn_style1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style1:hover &gt; * {
  color: #FFF;
}

.btn.btn_style1:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style1:focus &gt; * {
  color: #FFF;
}

.btn.btn_style_nav_sm{
  /*White With Black Hover*/
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style_nav_sm &gt; * {
  color: #191919;
}

.btn.btn_style_nav_sm:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style_nav_sm:hover &gt; * {
  color: #FFF;
}

.btn.btn_style_nav_sm:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style_nav_sm:focus &gt; * {
  color: #FFF;
}

.btn.btn_style_focus{
  /*White Border With White Bg Hover*/
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style_focus &gt; * {
  color: #FFF;
}

.btn.btn_style_focus:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style_focus:hover &gt; * {
  color: #FFF;
}

.btn.btn_style_focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style_focus:focus &gt; * {
  color: #FFF;
}

.btn.btn_style_focus.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style_focus.active &gt; * {
  color: #191919;
}

.btn.btn_style_focus.active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style_focus.active:hover &gt; * {
  color: #191919;
}

.btn.btn_style_focus.active:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style_focus.active:focus &gt; * {
  color: #191919;
}

.btn.btn_style2{
  /*Black*/
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style2 &gt; * {
  color: #FFF;
}

.btn.btn_style2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style2:hover &gt; * {
  color: #191919;
}

.btn.btn_style2:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.btn.btn_style2:focus &gt; * {
  color: #191919;
}

.btn.btn_style3{
  /*Gold*/
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 142 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(168 142 107 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style3 &gt; * {
  color: #FFF;
}

.btn.btn_style3:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 142 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(168 142 107 / var(--tw-text-opacity));
}

.btn.btn_style3:hover &gt; * {
  color: #A88E6B;
}

.btn.btn_style3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 142 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(168 142 107 / var(--tw-text-opacity));
}

.btn.btn_style3:focus &gt; * {
  color: #A88E6B;
}

.btn.btn_style4{
  /*Navy*/
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 87 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 87 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn_style4 &gt; * {
  color: #FFF;
}

.btn.btn_style4:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 87 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 87 124 / var(--tw-text-opacity));
}

.btn.btn_style4:hover &gt; * {
  color: #1F577C;
}

.btn.btn_style4:focus {
  --tw-border-opacity: 1;
  border-color: rgb(31 87 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 87 124 / var(--tw-text-opacity));
}

.btn.btn_style4:focus &gt; * {
  color: #1F577C;
}

.site-header.header-scrolled .btn.btn_style1,
.site-header.header-scrolled-top .btn.btn_style1,
.site-header.header-white .btn.btn_style1 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header.header-scrolled .btn.btn_style1 &gt; *,
.site-header.header-scrolled-top .btn.btn_style1 &gt; *,
.site-header.header-white .btn.btn_style1 &gt; * {
  color: #FFF;
}

.site-header.header-scrolled .btn.btn_style1:hover,
.site-header.header-scrolled-top .btn.btn_style1:hover,
.site-header.header-white .btn.btn_style1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.site-header.header-scrolled .btn.btn_style1:hover &gt; *,
.site-header.header-scrolled-top .btn.btn_style1:hover &gt; *,
.site-header.header-white .btn.btn_style1:hover &gt; * {
  color: #191919;
}

.site-header.header-scrolled .btn.btn_style1:focus,
.site-header.header-scrolled-top .btn.btn_style1:focus,
.site-header.header-white .btn.btn_style1:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.site-header.header-scrolled .btn.btn_style1:focus &gt; *,
.site-header.header-scrolled-top .btn.btn_style1:focus &gt; *,
.site-header.header-white .btn.btn_style1:focus &gt; * {
  color: #191919;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

.site-navigation a {
  position: relative;
  display: block;
  width: 100%;
}

.logo svg {
  height: 100%;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.site-navigation li&gt;a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-white);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}

.site-navigation li.current-menu-item&gt;a::after, .site-navigation li&gt;a:focus::after, .site-navigation li&gt;a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.site-header.header-scrolled .site-navigation li&gt;a::after,
.site-header.header-scrolled-top .site-navigation li&gt;a::after,
.site-header.header-white .site-navigation li&gt;a::after {
  background-color: var(--color-foreground)
}

.submenu li a::after{
  display: none;
}

#menu-primary-menu .menu-item-has-children {
  padding-inline-end: 48px;
}

.site-navigation .menu-item-has-children &gt; a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3e%3cpath d='M21.1537 8.17027L13.3303 16.6269C13.2212 16.7452 13.0917 16.839 12.949 16.903C12.8064 16.967 12.6535 17 12.499 17C12.3446 17 12.1916 16.967 12.049 16.903C11.9064 16.839 11.7768 16.7452 11.6678 16.6269L3.84431 8.17027C3.62385 7.93197 3.5 7.60876 3.5 7.27175C3.5 6.93474 3.62385 6.61154 3.84431 6.37324C4.06477 6.13493 4.36378 6.00106 4.67556 6.00106C4.98733 6.00106 5.28634 6.13493 5.5068 6.37324L12.5 13.9324L19.4932 6.37218C19.7137 6.13388 20.0127 6 20.3244 6C20.6362 6 20.9352 6.13388 21.1557 6.37218C21.3761 6.61048 21.5 6.93369 21.5 7.2707C21.5 7.60771 21.3761 7.93091 21.1557 8.16921L21.1537 8.17027Z' fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -10px;
  transition: all ease .25s;
  position: absolute;
  right: -34px;
  top: 50%;
  transform: rotate(0);
  transition: transform .25s ease 0s;
}

.site-header.header-scrolled .site-navigation:not(.site-mobile-navigation) .menu-item-has-children &gt; a:before,
.site-header.header-scrolled-top .site-navigation:not(.site-mobile-navigation) .menu-item-has-children &gt; a:before,
.site-header.header-white .site-navigation:not(.site-mobile-navigation) .menu-item-has-children &gt; a:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3e%3cpath d='M21.1537 8.17027L13.3303 16.6269C13.2212 16.7452 13.0917 16.839 12.949 16.903C12.8064 16.967 12.6535 17 12.499 17C12.3446 17 12.1916 16.967 12.049 16.903C11.9064 16.839 11.7768 16.7452 11.6678 16.6269L3.84431 8.17027C3.62385 7.93197 3.5 7.60876 3.5 7.27175C3.5 6.93474 3.62385 6.61154 3.84431 6.37324C4.06477 6.13493 4.36378 6.00106 4.67556 6.00106C4.98733 6.00106 5.28634 6.13493 5.5068 6.37324L12.5 13.9324L19.4932 6.37218C19.7137 6.13388 20.0127 6 20.3244 6C20.6362 6 20.9352 6.13388 21.1557 6.37218C21.3761 6.61048 21.5 6.93369 21.5 7.2707C21.5 7.60771 21.3761 7.93091 21.1557 8.16921L21.1537 8.17027Z' fill='%23191919'/%3e%3c/svg%3e") !important;
}

.site-navigation .menu-item-has-children.menu-open&gt;a:before {
  transform: rotate(180deg);
}

.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}

.site-header.header-scrolled,
.site-header.header-white {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 29px;
  padding-bottom: 29px;
  box-shadow: 0px 5px 64px 0px rgba(0, 0, 0, 0.12);
}

.site-header.header-scrolled-top {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 29px;
  padding-bottom: 29px;
  box-shadow: 0px 5px 64px 0px rgba(0, 0, 0, 0.12);
}

.site-header .white-logo svg path {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.site-header.header-scrolled .white-logo svg path,
.site-header.header-scrolled-top .white-logo svg path,
.site-header.header-white .white-logo svg path {
  fill: #191919;
}

.site-header.header-scrolled #primary-navigation a,
.site-header.header-scrolled-top #primary-navigation a,
.site-header.header-white #primary-navigation a {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.site-header.header-scrolled #primary-navigation a &gt; *,
.site-header.header-scrolled-top #primary-navigation a &gt; *,
.site-header.header-white #primary-navigation a &gt; * {
  color: #191919;
}

ul#menu-mobile-menu ul.sub-menu {
  width: 100%;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

ul#menu-mobile-menu ul.sub-menu li
{
  padding: 13px 0 0px 13px;
}

ul#menu-mobile-menu ul.sub-menu li a {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(203 176 140 / var(--tw-text-opacity));
}

ul#menu-mobile-menu ul.sub-menu li a:hover,
  ul#menu-mobile-menu ul.sub-menu li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

ul#menu-mobile-menu ul.sub-menu li a:hover &gt; *,
  ul#menu-mobile-menu ul.sub-menu li.current-menu-item a &gt; * {
  color: #FFF;
}

.site-header.header-scrolled #mobile-menu-toggle svg path,
  .site-header.header-scrolled-top #mobile-menu-toggle svg path{
  stroke: var(--color-foreground) !important;
}

.footer-navigation ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.content-info-section h3 {
  --tw-text-opacity: 1;
  color: rgb(168 142 107 / var(--tw-text-opacity));
}

.content-info-section h3 &gt; * {
  color: #A88E6B;
}

.content-info-section .style-disc ul {
  margin-bottom: 1.2em;
}

.social:hover svg path{
  fill: var(--color-secondary);
}

.style-sm-line p{
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.editor-styles-wrapper:not(.is-admin-bar) .animate__animated {
  opacity: 1;
}

.animate__animated {
  opacity: 0;
}

/* Simple fade-in */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate__animated.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the top */

@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__animated.fadeTop {
  animation-name: fadeTop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the left */

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__animated.fadeLeft {
  animation-name: fadeLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the right */

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate__animated.fadeRight {
  animation-name: fadeRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Fade-in from the bottom */

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate__animated.fadeBottom {
  animation-name: fadeBottom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/*--------------------------------------------------------------
# Paddings
--------------------------------------------------------------*/

.padding-small {
  padding: 74px 0 !important;
}

.padding-medium {
  padding: 106px 0 !important;
}

.padding-large {
  padding: 120px 0;
}

/*--------------------------------------------------------------
# Paddings Full W  
--------------------------------------------------------------*/

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

@media (min-width: 1200px) {
  .pl-contain {
    padding-left: calc(((100vw - var(--var-contain-lg)) / 2) + 1.5rem);
  }
}

@media (min-width: 1440px) {
  .pl-contain {
    padding-left: calc(((100vw - var(--var-contain-xl)) / 2) + 1.5rem);
  }
}

@media (min-width: 1520px) {
  .pl-contain {
    padding-left: calc(((100vw - var(--var-contain-xxl)) / 2) + 1.5rem);
  }
}

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

@media (min-width: 1200px) {
  .pr-contain {
    padding-right: calc(((100vw - var(--var-contain-lg)) / 2) + 1.5rem);
  }
}

@media (min-width: 1440px) {
  .pr-contain {
    padding-right: calc(((100vw - var(--var-contain-xl)) / 2) + 1.5rem);
  }
}

@media (min-width: 1520px) {
  .pr-contain {
    padding-right: calc(((100vw - var(--var-contain-xxl)) / 2) + 1.5rem);
  }
}

/*--------------------------------------------------------------
# Custom Gradients
--------------------------------------------------------------*/

.custom-gradient-accent {
  background: linear-gradient(180deg, var(--color-info-light) calc(100% - 200px), var(--color-foreground) 200px);
}

.custom-gradient-white-rev{
  background: linear-gradient(0deg, var(--color-white) calc(100% - 200px), var(--color-blue-info) 200px);
}

.content-map{
  box-shadow: 10px 14px 64px 0px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# OWL Logo Slider
--------------------------------------------------------------*/

.slider-logos .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: 0px;
  --tw-translate-y: -1rem;
  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));
}

.slider-logos .owl-next:hover {
  background-color: transparent;
}

.slider-logos .owl-next:focus {
  background-color: transparent;
}

.slider-logos .owl-next:focus-visible {
  background-color: transparent;
}

.slider-logos .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: 0px;
  --tw-translate-y: -1rem;
  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));
}

.slider-logos .owl-prev:hover {
  background-color: transparent;
}

.slider-logos .owl-prev:focus {
  background-color: transparent;
}

.slider-logos .owl-prev:focus-visible {
  background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]{
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover,
  owl-theme .owl-nav [class*=owl-]:focus,
  owl-theme .owl-nav [class*=owl-]:focus-visible{
  background: transparent !important;
}

.dot-timeline:before{
  position: absolute;
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: -2px;
  top: -6px;
  background-color: var(--color-primary);
}

.text-cards p {
  font-size: 18px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# OWL Blog Slider
--------------------------------------------------------------*/

.slider-dash .owl-dots {
  background: rgba(31, 87, 124, .4);
  flex-direction: row;
  display: flex;
  border-radius: 70px;
  margin-top: 30px !important;
}

.slider-dash .owl-dots .owl-dot {
  width: calc(100% / 3);
}

.slider-dash .owl-dots .owl-dot.active span {
  background: rgb(31, 87, 124) !important;
}

.slider-dash .owl-dots .owl-dot span {
  height: 8px !important;
  width: 100% !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# FLuid Slider
--------------------------------------------------------------*/

.slider-fluid-full .owl-nav {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding-top: 6px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .slider-fluid-full .owl-nav {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .slider-fluid-full .owl-nav {
    gap: 15px;
    padding-top: 15px;
  }
}

.fluid-slide.item {
  width: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .fluid-slide.item {
    margin-right: 30px;
  }
}

@media (min-width: 1536px) {
  .fluid-slide.item {
    margin-right: 44px;
  }
}

.timeline-slide.fluid-slide.item {
  width: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .timeline-slide.fluid-slide.item {
    margin-right: 100px;
  }
}

.slider-fluid-full  .owl-stage-outer {
  overflow: visible;
}

.slider-fluid-full .owl-item.active{
  margin-left: 5px;
}

.slider-fluid-full  .owl-stage {
  display: flex;
}

.slider-fluid-full  .fluid-slidde.item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.general-arrows {
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .general-arrows {
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
# Accordeon
--------------------------------------------------------------*/

.accordion_images {
  position: relative;
}

.accordion_images img {
  opacity: 0;
  transition: 0.3s;
}

.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.accordion_images img.active {
  opacity: 1;
}

.accordeon_images img {
  transition: opacity 1s ease;
}

.image-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  /* Prevent interactions with hidden images */
}

.image-container.opacity-100 {
  opacity: 1;
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.contact-form .gform_button {
  position: relative !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border-radius: 70px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 87 124 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 87 124 / var(--tw-bg-opacity)) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  text-align: center !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
  letter-spacing: 0.96px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.contact-form .gform_button &gt; * {
  color: #FFF !important;
}

.contact-form .gform_button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 87 124 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(31 87 124 / var(--tw-text-opacity)) !important;
}

.contact-form .gform_button:hover &gt; * {
  color: #1F577C !important;
}

.contact-form .gform_button:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 87 124 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(31 87 124 / var(--tw-text-opacity)) !important;
}

.contact-form .gform_button:focus &gt; * {
  color: #1F577C !important;
}

@media (min-width: 1024px) {
  .contact-form .gform_button {
    padding-left: 30px !important;
    padding-right: 30px !important;
    letter-spacing: 0.8px !important;
  }
}

@media (min-width: 1280px) {
  .contact-form .gform_button {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    font-size: 18px !important;
  }
}

@media (min-width: 1536px) {
  .contact-form .gform_button {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

.contact-form label {
  font-family: proxima-nova, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-text-opacity)) !important;
}

.contact-form label &gt; * {
  color: #191919 !important;
}

.contact-form label.gform-field-label--type-sub {
  margin-bottom: 0.5rem !important;
}

.contact-form [type='text'], .contact-form input:where(:not([type])), .contact-form [type='email'], .contact-form [type='url'], .contact-form [type='password'], 
.contact-form [type='number'], .contact-form [type='date'], .contact-form [type='datetime-local'], .contact-form [type='month'], .contact-form [type='search'], .contact-form [type='tel'], 
.contact-form [type='time'], .contact-form [type='week'], .contact-form [multiple], .contact-form textarea {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 187 187 / var(--tw-border-opacity)) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
}

.contact-form [type='text']::-moz-placeholder, .contact-form input:where(:not([type]))::-moz-placeholder, .contact-form [type='email']::-moz-placeholder, .contact-form [type='url']::-moz-placeholder, .contact-form [type='password']::-moz-placeholder, .contact-form [type='number']::-moz-placeholder, .contact-form [type='date']::-moz-placeholder, .contact-form [type='datetime-local']::-moz-placeholder, .contact-form [type='month']::-moz-placeholder, .contact-form [type='search']::-moz-placeholder, .contact-form [type='tel']::-moz-placeholder, .contact-form [type='time']::-moz-placeholder, .contact-form [type='week']::-moz-placeholder, .contact-form [multiple]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-placeholder-opacity)) !important;
}

.contact-form [type='text']::placeholder, .contact-form input:where(:not([type]))::placeholder, .contact-form [type='email']::placeholder, .contact-form [type='url']::placeholder, .contact-form [type='password']::placeholder, 
.contact-form [type='number']::placeholder, .contact-form [type='date']::placeholder, .contact-form [type='datetime-local']::placeholder, .contact-form [type='month']::placeholder, .contact-form [type='search']::placeholder, .contact-form [type='tel']::placeholder, 
.contact-form [type='time']::placeholder, .contact-form [type='week']::placeholder, .contact-form [multiple]::placeholder, .contact-form textarea::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-placeholder-opacity)) !important;
}

.contact-form [type='text'], .contact-form input:where(:not([type])), .contact-form [type='email'], .contact-form [type='url'], .contact-form [type='password'], 
.contact-form [type='number'], .contact-form [type='date'], .contact-form [type='datetime-local'], .contact-form [type='month'], .contact-form [type='search'], .contact-form [type='tel'], 
.contact-form [type='time'], .contact-form [type='week'], .contact-form [multiple], .contact-form textarea {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 1280px) {
  .contact-form [type='text'], .contact-form input:where(:not([type])), .contact-form [type='email'], .contact-form [type='url'], .contact-form [type='password'], 
.contact-form [type='number'], .contact-form [type='date'], .contact-form [type='datetime-local'], .contact-form [type='month'], .contact-form [type='search'], .contact-form [type='tel'], 
.contact-form [type='time'], .contact-form [type='week'], .contact-form [multiple], .contact-form textarea {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    font-size: 18px !important;
  }
}

.contact-form select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(187 187 187 / var(--tw-border-opacity)) !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
}

.contact-form select::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-placeholder-opacity)) !important;
}

.contact-form select::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(132 132 132 / var(--tw-placeholder-opacity)) !important;
}

.contact-form select {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 1280px) {
  .contact-form select {
    font-size: 18px !important;
  }
}

.contact-form [type='text']:focus, 
.contact-form input:where(:not([type])):focus, 
.contact-form [type='email']:focus, 
.contact-form [type='url']:focus, 
.contact-form [type='password']:focus, 
.contact-form [type='number']:focus, 
.contact-form [type='date']:focus, 
.contact-form [type='datetime-local']:focus, 
.contact-form [type='month']:focus, 
.contact-form [type='search']:focus, 
.contact-form [type='tel']:focus, 
.contact-form [type='time']:focus, 
.contact-form [type='week']:focus, 
.contact-form [multiple]:focus, 
.contact-form textarea:focus, 
.contact-form select:focus,
.contact-form [type='text']:focus-visible, 
.contact-form input:where(:not([type])):focus-visible, 
.contact-form [type='email']:focus-visible, 
.contact-form [type='url']:focus-visible, 
.contact-form [type='password']:focus-visible, 
.contact-form [type='number']:focus-visible, 
.contact-form [type='date']:focus-visible, 
.contact-form [type='datetime-local']:focus-visible, 
.contact-form [type='month']:focus-visible, 
.contact-form [type='search']:focus-visible, 
.contact-form [type='tel']:focus-visible, 
.contact-form [type='time']:focus-visible, 
.contact-form [type='week']:focus-visible, 
.contact-form [multiple]:focus-visible, 
.contact-form textarea:focus-visible, 
.contact-form select:focus-visible{
  outline: none !important;
  box-shadow: none !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 25 25 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-text-opacity)) !important;
}

.contact-form [type='text']:focus::-moz-placeholder, .contact-form input:where(:not([type])):focus::-moz-placeholder, .contact-form [type='email']:focus::-moz-placeholder, .contact-form [type='url']:focus::-moz-placeholder, .contact-form [type='password']:focus::-moz-placeholder, .contact-form [type='number']:focus::-moz-placeholder, .contact-form [type='date']:focus::-moz-placeholder, .contact-form [type='datetime-local']:focus::-moz-placeholder, .contact-form [type='month']:focus::-moz-placeholder, .contact-form [type='search']:focus::-moz-placeholder, .contact-form [type='tel']:focus::-moz-placeholder, .contact-form [type='time']:focus::-moz-placeholder, .contact-form [type='week']:focus::-moz-placeholder, .contact-form [multiple]:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder, .contact-form select:focus::-moz-placeholder, .contact-form [type='text']:focus-visible::-moz-placeholder, .contact-form input:where(:not([type])):focus-visible::-moz-placeholder, .contact-form [type='email']:focus-visible::-moz-placeholder, .contact-form [type='url']:focus-visible::-moz-placeholder, .contact-form [type='password']:focus-visible::-moz-placeholder, .contact-form [type='number']:focus-visible::-moz-placeholder, .contact-form [type='date']:focus-visible::-moz-placeholder, .contact-form [type='datetime-local']:focus-visible::-moz-placeholder, .contact-form [type='month']:focus-visible::-moz-placeholder, .contact-form [type='search']:focus-visible::-moz-placeholder, .contact-form [type='tel']:focus-visible::-moz-placeholder, .contact-form [type='time']:focus-visible::-moz-placeholder, .contact-form [type='week']:focus-visible::-moz-placeholder, .contact-form [multiple]:focus-visible::-moz-placeholder, .contact-form textarea:focus-visible::-moz-placeholder, .contact-form select:focus-visible::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-placeholder-opacity)) !important;
}

.contact-form [type='text']:focus::placeholder, 
.contact-form input:where(:not([type])):focus::placeholder, 
.contact-form [type='email']:focus::placeholder, 
.contact-form [type='url']:focus::placeholder, 
.contact-form [type='password']:focus::placeholder, 
.contact-form [type='number']:focus::placeholder, 
.contact-form [type='date']:focus::placeholder, 
.contact-form [type='datetime-local']:focus::placeholder, 
.contact-form [type='month']:focus::placeholder, 
.contact-form [type='search']:focus::placeholder, 
.contact-form [type='tel']:focus::placeholder, 
.contact-form [type='time']:focus::placeholder, 
.contact-form [type='week']:focus::placeholder, 
.contact-form [multiple]:focus::placeholder, 
.contact-form textarea:focus::placeholder, 
.contact-form select:focus::placeholder,
.contact-form [type='text']:focus-visible::placeholder, 
.contact-form input:where(:not([type])):focus-visible::placeholder, 
.contact-form [type='email']:focus-visible::placeholder, 
.contact-form [type='url']:focus-visible::placeholder, 
.contact-form [type='password']:focus-visible::placeholder, 
.contact-form [type='number']:focus-visible::placeholder, 
.contact-form [type='date']:focus-visible::placeholder, 
.contact-form [type='datetime-local']:focus-visible::placeholder, 
.contact-form [type='month']:focus-visible::placeholder, 
.contact-form [type='search']:focus-visible::placeholder, 
.contact-form [type='tel']:focus-visible::placeholder, 
.contact-form [type='time']:focus-visible::placeholder, 
.contact-form [type='week']:focus-visible::placeholder, 
.contact-form [multiple]:focus-visible::placeholder, 
.contact-form textarea:focus-visible::placeholder, 
.contact-form select:focus-visible::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(25 25 25 / var(--tw-placeholder-opacity)) !important;
}

.contact-form [type='text']:focus &gt; *, 
.contact-form input:where(:not([type])):focus &gt; *, 
.contact-form [type='email']:focus &gt; *, 
.contact-form [type='url']:focus &gt; *, 
.contact-form [type='password']:focus &gt; *, 
.contact-form [type='number']:focus &gt; *, 
.contact-form [type='date']:focus &gt; *, 
.contact-form [type='datetime-local']:focus &gt; *, 
.contact-form [type='month']:focus &gt; *, 
.contact-form [type='search']:focus &gt; *, 
.contact-form [type='tel']:focus &gt; *, 
.contact-form [type='time']:focus &gt; *, 
.contact-form [type='week']:focus &gt; *, 
.contact-form [multiple]:focus &gt; *, 
.contact-form textarea:focus &gt; *, 
.contact-form select:focus &gt; *,
.contact-form [type='text']:focus-visible &gt; *, 
.contact-form input:where(:not([type])):focus-visible &gt; *, 
.contact-form [type='email']:focus-visible &gt; *, 
.contact-form [type='url']:focus-visible &gt; *, 
.contact-form [type='password']:focus-visible &gt; *, 
.contact-form [type='number']:focus-visible &gt; *, 
.contact-form [type='date']:focus-visible &gt; *, 
.contact-form [type='datetime-local']:focus-visible &gt; *, 
.contact-form [type='month']:focus-visible &gt; *, 
.contact-form [type='search']:focus-visible &gt; *, 
.contact-form [type='tel']:focus-visible &gt; *, 
.contact-form [type='time']:focus-visible &gt; *, 
.contact-form [type='week']:focus-visible &gt; *, 
.contact-form [multiple]:focus-visible &gt; *, 
.contact-form textarea:focus-visible &gt; *, 
.contact-form select:focus-visible &gt; * {
  color: #191919 !important;
}

body .gform_wrapper.gravity-theme .gform_drop_instructions {
  display: inline-block;
  color: var(--color-foreground) !important;
  font-weight: 400;
}

body .gform_wrapper.gravity-theme .gform_drop_area {
  padding: 3em !important;
}

body .gform_button_select_files {
  background: unset;
  border: unset;
  padding: unset;
  text-transform: none;
  letter-spacing: inherit;
  color: var(--color-foreground);
  font-weight: 600;
  cursor: pointer;
}

.ginput_container_fileupload{
  display: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview{
  flex-direction: row !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{
  padding-right: 20px !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list{
  padding: 0 20px !important;
}

body .custom-file-up {
  border: 1px solid var(--color-foreground);
  border-radius: 0px;
}

.custom-file-up .gfield_label {
  font-size: 18px !important;
  text-transform: uppercase;
  display: flex !important;
  margin-bottom: 8px;
  color: var(--color-foreground);
  letter-spacing: 0.17px;
  padding: 0;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.5em;
  padding-top: 2em !important;
  padding-bottom: 0 !important;
}

body .custom-file-up  label::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3e%3cmask id='mask0_639_2911' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='46' height='46'%3e%3crect x='0.46875' width='45.0625' height='45.0625' fill='%23D9D9D9'/%3e%3c/mask%3e%3cg mask='url(%23mask0_639_2911)'%3e%3cpath d='M22.0614 29.2473V13.006L17.6851 17.3823L16.3563 16.0319L23.0002 9.388L29.644 16.0319L28.3152 17.3823L23.939 13.006V29.2473H22.0614ZM12.89 35.6745C12.0258 35.6745 11.3043 35.385 10.7253 34.8061C10.1464 34.2271 9.85693 33.5056 9.85693 32.6414V28.0919H11.7345V32.6414C11.7345 32.9303 11.8549 33.1951 12.0956 33.4358C12.3363 33.6765 12.6011 33.7969 12.89 33.7969H33.1104C33.3992 33.7969 33.664 33.6765 33.9047 33.4358C34.1454 33.1951 34.2658 32.9303 34.2658 32.6414V28.0919H36.1434V32.6414C36.1434 33.5056 35.8539 34.2271 35.275 34.8061C34.6961 35.385 33.9745 35.6745 33.1104 35.6745H12.89Z' fill='%23191919'/%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  cursor: pointer;
  padding: 10px;
}

body .custom-file-up .gfield_fileupload_filename, body .custom-file-up .dashicons-trash:before, body .custom-file-up .ginput_preview_list {
  color: var(--color-foreground);
  font-size: 17px;
  font-weight: 400 !important;
}

body .custom-file-up .gform_drop_instructions,
body .custom-file-up  .gform_button_select_files,
body .custom-file-up  .gfield_required{
  display: none !important;
}

body .custom-file-up .gfield_description{
  text-align: center;
  font-weight: 500;
  font-size: 14px !important;
  padding-bottom: 2em;
  padding-top: 0 !important;
}

body .custom-file-up .ginput_preview {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

body .custom-file-up .gform_delete_file{
  padding: 0 !important;
}

body .custom-file-up .gform_drop_area {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none;
}

/*--------------------------------------------------------------
# Focus Areas Slider
--------------------------------------------------------------*/

.buttons-focus{
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #000 100%);
  background-blend-mode: plus-darker;
}

.background img {
  transition: opacity 0.2s ease-in-out;
}

.background img.fade-out {
  opacity: 0;
}

.background img.fade-in {
  opacity: 1;
}

.custom-span {
  font-weight: 400;
}

.custom-span span {
  --tw-bg-opacity: 1;
  background-color: rgb(168 142 107 / var(--tw-bg-opacity));
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
}

.content-value p{
  margin-bottom: 20px !important;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

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

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/

/*.separator-lines {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.separator-lines.show-lines {
  opacity: 1;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer p span {
  display: none;
}

@media screen and (min-width: 1024px){
   .brands-section .container &gt; footer p span .hidden{
    margin-left: 20px;
    margin-right: 20px;
  }

   	.brands-section .container &gt; footer p span &gt; div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 28px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  footer p span {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Media Query 
--------------------------------------------------------------*/

@media (min-width: 1920px) {
  .site-footer .container{
    max-width: 1744px;
  }
}

@media (min-width: 1024px) {
  .site-navigation .menu-item-has-children:hover&gt;a:before {
    --tw-rotate: 180deg;
    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));
  }

  br.not-hide-desk{
    display: none;
  }

  .site-header:not(.header-scrolled):not(.header-scrolled-top).header-gradient{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
  }

  .slider-logos{
    display: none !important;
  }

  .padding-small.lg\:pt-0{
    padding-top: 0 !important;
  }

  .padding-medium.lg\:pt-0{
    padding-top: 0 !important;
  }

  .padding-large.lg\:pt-0{
    padding-top: 0 !important;
  }

  .padding-small.lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .padding-medium.lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .padding-large.lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .hide-br-desk br{
    display: none;
  }
}

@media screen and (min-width: 1024px){
  .counter-section .hhidden, .brands-section .container &gt; .hidden .hidden{
    margin-left: 20px;
    margin-right: 20px;
  }

  .counter-section .mx-auto .mx-auto &gt; div:nth-child(2), 	.brands-section .container &gt; .hidden &gt; div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 28px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .home .lg\:h-\[940px\]{
    height: 1000px;
  }

  .logos-list-section img:not(.shape){
    height: 120px
  }
}

@media (max-width: 1520px) {
  .cards-info-section h3{
    font-size: 32px;
  }
}

@media (max-width: 1439.98px) {
  .map-section .container{
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1370.98px) {
  .tab-button{
    font-size: 14px !important;
    gap: 8px !important;
  }
}

@media (min-width: 1301px) and (max-width: 1365px) {
  .tab-button-blog{
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 15px !important;
  }

  .view-all-button-blog{
    font-size: 15px !important;
  }
}

@media (min-width: 1365px) and (max-width: 1420.98px) {
  .tab-button-blog{
    font-size: 14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

@media (max-width: 1300.98px) {
  .blog-desktop{
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .map-desktop{
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .map-mobile{
    display: none;
  }
}

@media (min-width: 1301px) {
  .blog-mobile{
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .site-header.header-scrolled-top,
  .site-header.header-scrolled{
    padding: 22px 0;
  }

  .site-header{
    height: 61px;
  }

  .site-navigation .menu-item-has-children &gt; a:before{
    right: 0 !important;
  }

  .site-navigation li&gt;a::after {
    display: none;
  }

  @media screen and (min-width: 1024px){
     .brands-section .container &gt; .site-navigation li&gt;a .hidden::after{
      margin-left: 20px;
      margin-right: 20px;
    }

     	.brands-section .container &gt; .site-navigation li&gt;a &gt; div:nth-child(2)::after{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      padding-top: 28px;
      justify-items: center;
      justify-content: center;
      align-items: center;
      margin-left: 20px;
      margin-right: 20px;
    }
  }

  h1 br:not(.no-hide),
  h2 br:not(.no-hide),
  h3 br:not(.no-hide),
  h4 br:not(.no-hide),
  h5 br:not(.no-hide),
  h6 br:not(.no-hide),
  .hide-br-mv br 
  {
    display: none;
  }

  .padding-small,
.padding-medium,
.padding-large {
    padding: 32px 0 !important;
  }

  .pb-0-important{
    padding-bottom: 0 !important;
  }

  .pt-0-important{
    padding-top: 0 !important;
  }

  #menu-mobile-menu a{
    font-size: 18px;
    color: var(--color-white);
  }

  #menu-mobile-menu li {
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  #menu-mobile-menu li &gt; * {
    color: #FFF;
  }

  .big-sm{
    font-size: 64px !important;
  }

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

  .hero-section .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .site-header .white-logo svg path {
    fill: #FFFFFF;
  }

  .site-header #mobile-menu-toggle svg path{
    stroke: var(--color-foreground) !important;
  }

  .parallax-image{
    transform: unset !important;
    transition: unset!important;
  }
}

@media (max-width: 480.98px) {
  .jobs-section .btn{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure &gt; *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture &gt; img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul &gt; li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose &gt; ul &gt; li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose &gt; ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose &gt; :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose &gt; :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote &gt; cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.submenu li a {
  color: #191919;
  font-size: 0.8rem;
  padding: 0.3rem;
  display: block;
  text-decoration: none;
}

.submenu li a:hover {
  color: #A88E6B;
  padding: 0.3rem 1.2rem;
}

.submenu li.current-menu-item &gt; a {
  color: #A88E6B;
}

.footer-nav li.current-menu-item &gt; a {
  color: #CBB08C;
}

.footer-navigation a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  color: #FFF4E9;
}

.footer-navigation a:hover {
  color: #CBB08C;
}

.site-footer p a {
  color: #A88E6B;
}

.site-footer p a:hover {
  color: #FFF4E9;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `components` layer
 *
 * â€œAdd more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 81.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media screen and (min-width: 1024px){
  .counter-section .page-title .mx-auto &gt; div:nth-child(2),.counter-section 
.entry-title .mx-auto &gt; div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 28px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content &gt;` and `.entry-content &gt;`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content &gt; *,
.entry-content &gt; * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 81.25rem;
}

@media screen and (min-width: 1024px){
  .counter-section .page-content &gt; * .mx-auto &gt; div:nth-child(2),.counter-section 
.entry-content &gt; * .mx-auto &gt; div:nth-child(2){
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 28px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.entry-content &gt; .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 89.375rem;
}

.entry-content &gt; .alignfull {
  max-width: none;
}

.entry-content &gt; .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content &gt; .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[3em\] {
  bottom: -3em;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[0\.2em\] {
  margin-top: 0.2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[10em\] {
  height: 10em;
}

.h-\[11em\] {
  height: 11em;
}

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

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

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

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

.h-\[15em\] {
  height: 15em;
}

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

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

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

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

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

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

.h-\[25em\] {
  height: 25em;
}

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

.h-\[27em\] {
  height: 27em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[9em\] {
  height: 9em;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

.w-28 {
  width: 7rem;
}

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

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

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

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

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

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

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

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[15em\] {
  min-width: 15em;
}

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

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.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-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-x-full {
  --tw-translate-x: 100%;
  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-\[50px\] {
  --tw-translate-y: 50px;
  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-full {
  --tw-translate-y: 100%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

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

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

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

.grid-cols-\[auto_auto_auto\] {
  grid-template-columns: auto auto auto;
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.gap-\[2em\] {
  gap: 2em;
}

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

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

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

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

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

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

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

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

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-\[18px\] {
  row-gap: 18px;
}

.gap-y-\[1em\] {
  row-gap: 1em;
}

.gap-y-\[2em\] {
  row-gap: 2em;
}

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

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

.space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-\[0px_800px_0px_73px\] {
  border-radius: 0px 800px 0px 73px;
}

.rounded-\[0px_990px_0px_0px\] {
  border-radius: 0px 990px 0px 0px;
}

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

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

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

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

.rounded-\[73px_0px_800px_0px\] {
  border-radius: 73px 0px 800px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.border-b-\[12px\] {
  border-bottom-width: 12px;
}

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

.border-\[\#EEF4F9\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 244 249 / var(--tw-border-opacity));
}

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

.border-blueinfo {
  --tw-border-opacity: 1;
  border-color: rgb(137 178 209 / var(--tw-border-opacity));
}

.border-blueinfo-medium {
  --tw-border-opacity: 1;
  border-color: rgb(204 222 236 / var(--tw-border-opacity));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(31 87 124 / var(--tw-border-opacity));
}

.border-secondary-light {
  --tw-border-opacity: 1;
  border-color: rgb(203 176 140 / var(--tw-border-opacity));
}

.border-secondary\/20 {
  border-color: rgb(168 142 107 / 0.2);
}

.border-transparent {
  border-color: transparent;
}

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 87 124 / var(--tw-border-opacity));
}

.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 142 107 / var(--tw-border-opacity));
}

.bg-\[\#EEF4F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 249 / var(--tw-bg-opacity));
}

.bg-\[rgba\(25\2c 25\2c 25\2c 0\.70\)\] {
  background-color: rgba(25,25,25,0.70);
}

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

.bg-blueinfo-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 250 / var(--tw-bg-opacity));
}

.bg-blueinfo-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(204 222 236 / var(--tw-bg-opacity));
}

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

.bg-foreground-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 87 124 / var(--tw-bg-opacity));
}

.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(203 176 140 / var(--tw-bg-opacity));
}

.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 252 / var(--tw-bg-opacity));
}

.bg-tertiary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(84 145 191 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

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

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

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

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

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-\[1\.2rem\] {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[1em\] {
  padding-left: 1em;
}

.pl-\[1rem\] {
  padding-left: 1rem;
}

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

.pr-\[2em\] {
  padding-right: 2em;
}

.pr-\[3em\] {
  padding-right: 3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-primary-font {
  font-family: proxima-nova, sans-serif;
}

.font-secondary-font {
  font-family: proxima-nova, sans-serif;
}

.font-text-font {
  font-family: proxima-nova, sans-serif;
}

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

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

.text-\[0\.64rem\] {
  font-size: 0.64rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-mainmenu {
  font-size: 18px;
  letter-spacing: 1.08px;
}

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

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

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

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

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

.tracking-\[0\.56px\] {
  letter-spacing: 0.56px;
}

.tracking-\[0\.64px\] {
  letter-spacing: 0.64px;
}

.tracking-\[0\.72px\] {
  letter-spacing: 0.72px;
}

.tracking-\[0\.789px\] {
  letter-spacing: 0.789px;
}

.tracking-\[0\.88px\] {
  letter-spacing: 0.88px;
}

.tracking-\[1\.08px\] {
  letter-spacing: 1.08px;
}

.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.\!text-tertiary-light {
  --tw-text-opacity: 1 !important;
  color: rgb(204 220 234 / var(--tw-text-opacity)) !important;
}

.text-blueinfo-medium {
  --tw-text-opacity: 1;
  color: rgb(204 222 236 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 87 124 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(168 142 107 / var(--tw-text-opacity));
}

.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(203 176 140 / var(--tw-text-opacity));
}

.text-tertiary-dark {
  --tw-text-opacity: 1;
  color: rgb(84 145 191 / var(--tw-text-opacity));
}

.text-tertiary-light {
  --tw-text-opacity: 1;
  color: rgb(204 220 234 / var(--tw-text-opacity));
}

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

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

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

.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

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

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

.blur-xl {
  --tw-blur: blur(24px);
  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);
}

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

.backdrop-blur-\[62px\] {
  --tw-backdrop-blur: blur(62px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.text-white &gt; * {
  color: #FFF;
}

.text-primary &gt; * {
  color: #1F577C;
}

.text-secondary &gt; * {
  color: #A88E6B;
}

.text-foreground &gt; * {
  color: #191919;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwindâ€™s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

@media (min-width: 1024px) {
  .lg\:bodymd * {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
  }
}

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

.hover\:rounded-none:hover {
  border-radius: 0px;
}

.hover\:border-l-0:hover {
  border-left-width: 0px;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 87 124 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:text-white:hover &gt; * {
  color: #FFF;
}

.hover\:text-foreground:hover &gt; * {
  color: #191919;
}

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

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

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

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

.group:hover .group-hover\:h-full {
  height: 100%;
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:justify-center {
  justify-content: center;
}

.group:hover .group-hover\:bg-\[rgba\(25\2c 25\2c 25\2c 0\.70\)\] {
  background-color: rgba(25,25,25,0.70);
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 87 124 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-foreground {
  fill: #191919;
}

.group:hover .group-hover\:fill-primary {
  fill: #1F577C;
}

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

.group:hover .group-hover\:pt-\[30px\] {
  padding-top: 30px;
}

.group:hover .group-hover\:text-tertiary-light {
  --tw-text-opacity: 1;
  color: rgb(204 220 234 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:text-white &gt; * {
  color: #FFF;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(31 87 124 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) &gt; * {
  color: #1F577C;
}

@media (min-width: 375px) {
  .xxs\:max-w-\[275px\] {
    max-width: 275px;
  }
}

@media (min-width: 480px) {
  .xs\:h-\[18em\] {
    height: 18em;
  }

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

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

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

@media (min-width: 640px) {
  .sm\:mb-\[18px\] {
    margin-bottom: 18px;
  }

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

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

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

  .sm\:h-\[15em\] {
    height: 15em;
  }

  .sm\:h-\[25em\] {
    height: 25em;
  }

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

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

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

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

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

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

  .sm\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

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

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

  .md\:h-\[22em\] {
    height: 22em;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-\[0\] {
    bottom: 0;
  }

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

  .lg\:-top-\[0\] {
    top: 0;
  }

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

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

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

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

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

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

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

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

  .lg\:ml-\[24px\] {
    margin-left: 24px;
  }

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

  .lg\:mr-\[3em\] {
    margin-right: 3em;
  }

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

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

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

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

  .lg\:mt-\[3\.5em\] {
    margin-top: 3.5em;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-\[15em\] {
    height: 15em;
  }

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

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

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

  .lg\:h-\[28em\] {
    height: 28em;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[calc\(100vh-103px\)\] {
    height: calc(100vh - 103px);
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

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

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

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

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

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

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[repeat\(5\2c _1fr\)\] {
    grid-template-columns: repeat(5, 1fr);
  }

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

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

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

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

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

  .lg\:gap-\[1em\] {
    gap: 1em;
  }

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

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

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

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

  .lg\:gap-\[5em\] {
    gap: 5em;
  }

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

  .lg\:gap-x-\[2em\] {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }

  .lg\:gap-x-\[2rem\] {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .lg\:gap-x-\[4em\] {
    -moz-column-gap: 4em;
         column-gap: 4em;
  }

  .lg\:gap-x-\[63px\] {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }

  .lg\:gap-x-\[6em\] {
    -moz-column-gap: 6em;
         column-gap: 6em;
  }

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

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

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

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

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border-\[3px\] {
    border-width: 3px;
  }

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

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

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-\[1rem\] {
    padding-right: 1rem;
  }

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

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

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

  .lg\:pt-\[16rem\] {
    padding-top: 16rem;
  }

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

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

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

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

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

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

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

  .lg\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }

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

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

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

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

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

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

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

  .lg\:tracking-\[1\.08px\] {
    letter-spacing: 1.08px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:rounded-none {
    border-radius: 0px;
  }

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

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-4 {
    gap: 1rem;
  }

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

  .xl\:gap-\[38px\] {
    gap: 38px;
  }

  .xl\:gap-\[4rem\] {
    gap: 4rem;
  }

  .xl\:gap-\[56px\] {
    gap: 56px;
  }

  .xl\:gap-\[9px\] {
    gap: 9px;
  }

  .xl\:gap-x-\[3em\] {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }

  .xl\:gap-x-\[6em\] {
    -moz-column-gap: 6em;
         column-gap: 6em;
  }

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

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

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

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

  .xl\:pr-\[2rem\] {
    padding-right: 2rem;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:h-\[156px\] {
    height: 156px;
  }

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

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

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

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

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

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

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

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

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

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

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-\[11px\] {
    gap: 11px;
  }

  .\32xl\:gap-\[4px\] {
    gap: 4px;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-\[144px\] {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }

  .\32xl\:gap-x-\[6em\] {
    -moz-column-gap: 6em;
         column-gap: 6em;
  }

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

  .\32xl\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .\32xl\:px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
  }

  .\32xl\:py-\[29px\] {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .\32xl\:pr-\[1\.5rem\] {
    padding-right: 1.5rem;
  }

  .\32xl\:pt-\[123px\] {
    padding-top: 123px;
  }

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

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

  .\32xl\:text-mainmenu {
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

@media (min-width: 2000px) {
  .\33xl\:h-\[160px\] {
    height: 160px;
  }

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

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

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

  .\33xl\:gap-\[150px\] {
    gap: 150px;
  }

  .\33xl\:gap-\[200px\] {
    gap: 200px;
  }

  .\33xl\:gap-\[92px\] {
    gap: 92px;
  }
}
</pre></body></html>