/*!
Theme Name: TrustyShine
Theme URI: https://tekcreative.co.uk/
Author: Greg Sofroni
Author URI: https://www.linkedin.com/in/greg-sofroni/
Description: TekCreative WordPress base theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tc
Tags:

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

TekCreative is based on _tw https://underscoretw.com/, (C) 2021-2022 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-2022 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 Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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]:where(:not([hidden="until-found"])) {
  display: 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;
}

/**
 * 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.
*/

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Quicksand, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  body.logged-in .hero-video-image-carousel-003,
			body.logged-in .hero-video-image-carousel-002,
			body.logged-in .hero-video-image-carousel-001 {
    margin-top: 4rem;
  }
}

section {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

section {
  overflow-x: hidden;
}

/** Paddings */

section.top_extra_small {
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  section.top_extra_small {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  section.top_extra_small {
    padding-top: 2.5rem;
  }
}

section.top_small {
  padding-top: 60px;
}

@media (min-width: 768px) {
  section.top_small {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.top_small {
    padding-top: 5rem;
  }
}

section.top_large {
  padding-top: 60px;
}

@media (min-width: 768px) {
  section.top_large {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  section.top_large {
    padding-top: 120px;
  }
}

section.bottom_extra_small {
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  section.bottom_extra_small {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_extra_small {
    padding-bottom: 2.5rem;
  }
}

section.bottom_small {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.bottom_small {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_small {
    padding-bottom: 5rem;
  }
}

section.bottom_large {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  section.bottom_large {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  section.bottom_large {
    padding-bottom: 120px;
  }
}

section.top_none {
  padding-top: 0px;
}

section.bottom_none {
  padding-bottom: 0px;
}

/** Margins */

section.margin_top_small {
  margin-top: 60px;
}

@media (min-width: 768px) {
  section.margin_top_small {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_top_small {
    margin-top: 5rem;
  }
}

section.margin_top_large {
  margin-top: 60px;
}

@media (min-width: 768px) {
  section.margin_top_large {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  section.margin_top_large {
    margin-top: 120px;
  }
}

section.margin_bottom_small {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.margin_bottom_small {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  section.margin_bottom_small {
    margin-bottom: 5rem;
  }
}

section.margin_bottom_large {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.margin_bottom_large {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  section.margin_bottom_large {
    margin-bottom: 120px;
  }
}

section.margin_top_none {
  margin-top: 0px;
}

section.margin_bottom_none {
  margin-bottom: 0px;
}

/** Background colours */

section.white .heading-001,
		section.white .subheading-001,
		section.white .content-001 p {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

section.body h1,
		section.body h2,
		section.body h3,
		section.body h4,
		section.body h5,
		section.body h6,
		section.body p,
		section.body .heading-001,
		section.body .subheading-001,
		section.body .content-001 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section.body h1 a, section.body h2 a, section.body h3 a, section.body h4 a, section.body h5 a, section.body h6 a, section.body p a, section.body .heading-001 a, section.body .subheading-001 a, section.body .content-001 a {
  text-decoration-color: #fff;
}

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

section.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

section.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
}

section.body {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

section.quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
}

section .tns-controls button {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

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

div.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

div.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
}

div.body {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

div.quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
}

.heading-001.small {
  font-size: 24px;
  line-height: 120%;
}

.heading-001.medium {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .heading-001.medium {
    font-size: 32px;
    line-height: 120%;
  }
}

.heading-001.large {
  font-size: 32px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .heading-001.large {
    font-size: 36px;
    line-height: 110%;
  }
}

picture {
  display: flex;
}

#page p + p {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  #page p + p {
    margin-top: 1rem;
  }
}

#page p + ul, #page p + ol, #page p + h1, #page p + h2, #page p + h3, #page p + h4, #page p + h5, #page p + h6 {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  #page p + ul, #page p + ol, #page p + h1, #page p + h2, #page p + h3, #page p + h4, #page p + h5, #page p + h6 {
    margin-top: 1rem;
  }
}

#page a:not(.btn):not(.header a):not(.footer a):not(.btn) {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#page a:not(.btn):not(.header a):not(.footer a):not(.btn):hover {
  text-decoration-color: transparent;
}

#page object,
	#page svg {
  pointer-events: none;
}

#page ul {
  padding-left: 1.5rem;
}

#page ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

#page ol {
  padding-left: 1.5rem;
}

#page ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

/** Animations */

@keyframes infinite_scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/** Admin bar */

.admin-bar .header--transparent,
	.admin-bar .header--fixed {
  padding-top: 46px;
}

@media (min-width: 768px) {
  .admin-bar .header--transparent,
	.admin-bar .header--fixed {
    padding-top: 2rem;
  }
}

.admin-bar .header--fixed.sticky {
  padding-top: 0px;
}

@media (min-width: 768px) {
  .admin-bar .header--fixed.sticky {
    padding-top: 2rem;
  }
}

.admin-bar .mobile-menu {
  top: 45px;
}

.admin-bar .mobile-menu .mobile-menu__menu {
  height: 87dvh;
}

.admin-bar .mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  top: 137px;
  height: 87dvh;
}

.admin-bar.sticky-header .mobile-menu {
  top: 0px;
}

.admin-bar.sticky-header .mobile-menu .mobile-menu__menu {
  height: 90dvh;
}

.admin-bar.sticky-header .mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  top: 92px;
  height: 90dvh;
}

/** Accesibility Skip to Content button */

.skip-to-content {
  position: absolute;
  top: 1.25rem;
  left: -100%;
  z-index: 2;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  text-decoration-color: transparent;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.skip-to-content:focus {
  left: 1.25rem;
}

.icon-wrap-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

/* node_modules/aos/dist/aos.css */

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s !important;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * 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 `mixings`
 * directory (except for `mixings.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript mixings or WordPress plugins.
 */

/** Import global styles from inside the theme*/

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer ul, .footer ol {
  padding-left: 0px !important;
}

.footer ul li, .footer ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.footer__top-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .footer__top {
    padding-bottom: 60px;
  }
}

.footer__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer__logo-link {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__logo-link {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer__top-logo {
  height: auto;
  width: 11rem;
}

@media (min-width: 1024px) {
  .footer__top-logo {
    width: 13rem;
  }
}

.footer__top-address-logo {
  height: auto;
  width: 11rem;
}

@media (min-width: 1024px) {
  .footer__top-address-logo {
    width: 13rem;
  }
}

.footer__top-menues {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer__top-menues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 7rem;
  }
}

@media (min-width: 1024px) {
  .footer__top-menues {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 0px;
  }
}

@media (min-width: 1280px) {
  .footer__top-menues {
    padding-right: 7rem;
  }
}

.footer__top-menues .menu-item {
  padding-bottom: 0.5rem;
}

.footer__top-menues .menu-item a {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 120%;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__top-menues .menu-item a:hover {
  text-decoration-color: #19203F;
}

.footer__top-menu {
  width: 100% !important;
}

.footer__top-menu-wrap,
.footer__top-menu {
  margin-top: 1.5rem;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .footer__top-menu-wrap,
.footer__top-menu {
    margin-top: 0px;
    margin-bottom: 2rem;
    max-width: calc(50% - 20px);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer__top-menu-wrap,
.footer__top-menu {
    margin-bottom: 0px;
    width: auto;
  }
}

.footer__top-menu-wrap,
.footer__top-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer__top-menu-wrap,
.footer__top-menu {
    align-items: flex-start;
    text-align: left;
  }
}

.footer__top-menu-wrap:last-child, .footer__top-menu:last-child {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .footer__top-menu-wrap:last-child, .footer__top-menu:last-child {
    margin-bottom: 0px;
  }
}

.footer__top-menu-link {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .footer__top-menu-link {
    max-width: 20rem;
  }
}

.footer__top-menu-link:hover {
  text-decoration-color: #19203F;
}

.footer__top-menu-link-content {
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.footer__top-menu-link-icon-wrap {
  min-height: 1.25rem;
  min-width: 1.25rem;
}

.footer__top-menu-link-icon {
  max-height: 1.25rem;
  max-width: 1.25rem;
}

.footer__bottom-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.footer__bottom-container::before {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1px;
  width: 100%;
  width: calc(100% - 40px);
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1280px) {
  .footer__bottom-container::before {
    width: 100%;
  }
}

.footer__bottom-copy-copyright {
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.footer__bottom-copy-copyright span {
  position: relative;
  margin-left: 1.75rem;
}

.footer__bottom-copy-copyright span::before {
  position: absolute;
  top: 0px;
  left: -1rem;
  height: 1rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.footer__bottom-copy-copyright span a {
  text-wrap: nowrap;
  line-height: 1.5;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__bottom-copy-copyright span a:hover {
  text-decoration-color: #19203F;
}

.footer__bottom-copy-copyright span a:active {
  text-decoration-color: #19203F;
}

.footer__bottom-copy-copyright span a:not(:last-child) {
  margin-right: 0.5rem;
}

.footer__scroll-up-btn {
  position: absolute !important;
  right: 1.25rem;
  bottom: 0px;
  z-index: 50;
  --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));
}

@media (min-width: 1024px) {
  .footer__scroll-up-btn {
    bottom: -2.5rem;
  }
}

@media (min-width: 1280px) {
  .footer__scroll-up-btn {
    right: 0px;
  }
}

.footer__tekcreative-link {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  height: 2rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1280px) {
  .footer__tekcreative-link {
    right: 0px;
  }
}

.header {
  position: relative;
  z-index: 20;
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

.header ul, .header ol {
  padding-left: 0px !important;
}

.header ul li, .header ol li {
  margin-bottom: 0px !important;
  list-style-type: none !important;
}

.header--transparent {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  background-color: transparent;
}

.header.sticky {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  max-width: 100%;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* .header__bottom {
          @apply py-5;

          .header__bottom-left {
              @apply max-w-16 md:max-w-20 lg:max-w-[100px];
          }
        } */

.header.sticky .header__bottom {
  margin-top: 0.375rem;
}

@media (min-width: 768px) {
  .header.sticky .header__bottom {
    margin-top: 0.5rem;
  }
}

.header__bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.05;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(12px);
  -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);
  margin-top: 0.75rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header__bottom {
    margin-top: 1.5rem;
  }
}

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

@media (min-width: 1440px) {
  .header__bottom {
    max-width: 1284px;
  }
}

@media (min-width: 1536px) {
  .header__bottom {
    max-width: 1284px;
  }
}

@media (min-width: 1800px) {
  .header__bottom {
    max-width: 1540px;
  }
}

.header__bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__bottom-left {
  max-width: 10rem;
}

.header__bottom-center {
  display: none;
}

@media (min-width: 1024px) {
  .header__bottom-center {
    display: block;
  }
}

.header__bottom-list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header__link {
  position: relative;
  padding-left: 1.25rem;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  aspect-ratio: 4/5;
  height: auto;
  width: 0.75rem;
  --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));
  background-image: url("../theme/assets/vectors/star.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.header__link:hover::before {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
}

.current-menu-item .header__link::before {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.header__bottom-mobile-menu {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .header__bottom-mobile-menu {
    display: none;
  }
}

.header__bottom-mobile-menu:hover,
    .header__bottom-mobile-menu:active {
  --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));
}

.header__bottom-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .header__bottom-right {
    gap: 1.5rem;
  }
}

.header__bottom-right-contact-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .header__bottom-right-contact-buttons {
    gap: 1.5rem;
  }
}

.header__bottom-right-phone-button {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .header__bottom-right-phone-button {
    display: flex;
  }
}

.header__bottom-right-phone-button:hover .header__bottom-right-phone-button-icon-wrap {
  --tw-rotate: 12deg;
  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));
}

.header__bottom-right-phone-button-icon-wrap {
  display: flex;
  min-height: 3rem;
  min-width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__bottom-right-phone-button-icon {
  height: 50%;
  width: 50%;
}

.header__bottom-right-phone-button-text {
  font-family: Quicksand, sans-serif !important;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .header__bottom-right-phone-button-text {
    display: none;
  }
}

@media (min-width: 1280px) {
  .header__bottom-right-phone-button-text {
    display: flex;
  }
}

.mobile-menu {
  position: fixed;
  top: 0px;
  right: -100%;
  bottom: 0px;
  z-index: 50;
  width: 100%;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(40px);
  -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);
}

.mobile-menu.is-active {
  right: 0px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu object,
	.mobile-menu svg {
  pointer-events: none;
}

.mobile-menu__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__close .close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu__close .close-icon svg {
}

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

.mobile-menu__close:focus,
    .mobile-menu__close:active {
  --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));
}

.mobile-menu__icon {
}

.mobile-menu__container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.mobile-menu__container::-webkit-scrollbar {
  display: none;
}

.mobile-menu__logo-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__logo-wrap .custom-logo-link {
  display: flex;
  align-items: center;
}

.mobile-menu__logo-link {
  align-items: center;
}

.mobile-menu__container-title {
  display: flex;
  justify-content: center;
}

.mobile-menu__menu {
  position: relative;
  display: flex;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

/* Firefox */

.mobile-menu__menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu__menu::-webkit-scrollbar-track {
  display: none;
}

.mobile-menu__menu::-webkit-scrollbar-thumb {
  display: none;
}

.mobile-menu__menu-wrap {
  margin-top: 20vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-menu__link {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 1.75rem;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  aspect-ratio: 4/5;
  height: auto;
  width: 1rem;
  --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));
  background-image: url("../theme/assets/vectors/star-white.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.mobile-menu__link:hover::before {
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
}

.mobile-menu__link .megamenu__right-plus {
  display: none;
}

.current-menu-item .mobile-menu__link::before {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.mobile-menu__submenu-title {
  position: relative;
  display: block;
  width: 100%;
}

.mobile-menu__submenu-2-title {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mobile-menu__item.menu-item-has-children {
  position: relative;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper {
  position: fixed;
  right: -9999px;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active {
  right: 0px;
  left: 0px;
  z-index: 30;
  width: 100%;
  overflow-y: scroll;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active::-webkit-scrollbar {
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active::-webkit-scrollbar-track {
  display: none;
}

.mobile-menu__submenu.menu__submenu--depth-1-wrapper.active::-webkit-scrollbar-thumb {
  display: none;
}

.mobile-menu__submenu .menu__submenu--depth-1 {
  display: flex;
  flex-direction: column;
}

.mobile-menu__submenu .menu__submenu--depth-1 > .mobile-menu__item {
  z-index: 1;
}

.mobile-menu__submenu .menu__submenu--depth-1 > .mobile-menu__item:first-child {
  border-top-width: 0;
}

.mobile-menu__submenu .menu__submenu--depth-1 > .mobile-menu__item > .mobile-menu__link {
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper {
  height: 0px;
  opacity: 0;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper.active {
  height: auto;
  opacity: 1;
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper.active .mobile-menu__item {
}

.mobile-menu__submenu .menu__submenu--depth-1 .menu__submenu--depth-3-wrapper .menu__submenu--depth-3 li.menu-item .mobile-menu__link {
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas {
  order: 9999;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta {
  position: relative;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row .mobile-menu__cta-title {
  width: 50%;
}

.mobile-menu__submenu .menu__submenu--depth-1 .mobile-menu__ctas .mobile-menu__cta .mobile-menu__cta-row .mobile-menu__cta-button {
}

.mobile-menu__submenu .menu__submenu--depth-2 .mobile-menu__link {
}

.mobile-menu__open-submenu,
.mobile-menu__open-submenu--depth-2 {
  position: absolute;
  top: 50%;
  right: -0px;
  --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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu::after,
.mobile-menu__open-submenu--depth-2::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  width: 18px;
  --tw-translate-x: -50%;
  --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));
  background-image: url("../theme/assets/vectors/arrow-down.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.mobile-menu__submenu-back::before {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  z-index: 1;
  height: 16px;
  width: 16px;
  --tw-translate-y: -50%;
  --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));
  background-image: url("../theme/assets/vectors/arrow-down-white.svg");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.mobile-menu__submenu-back::after {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  height: 1.75rem;
  width: 1.75rem;
  --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));
  content: var(--tw-content);
  border-radius: 9999px;
}

.mobile-menu__open-submenu--depth-3 {
  position: absolute;
  --tw-rotate: 90deg;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu--depth-3.active {
  --tw-rotate: -90deg;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__open-submenu-3 {
  position: absolute;
  top: 1.25rem;
  right: 0px;
  --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));
  border-radius: 9999px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-menu__open-submenu-3::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --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));
  background-image: url("../theme/assets/vectors/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  --tw-brightness: brightness(0);
  content: var(--tw-content);
  --tw-invert: invert(1);
  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);
}

.mobile-menu__open-submenu-3.active::after {
  top: 57%;
  content: var(--tw-content);
  background-image: url("../theme/assets/vectors/minus.svg");
}

.mobile-menu__menu-wrap-bottom {
  position: absolute;
  bottom: 0px;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
}

.mobile-menu__top-menu-title::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.mobile-menu__top-menu-title::after {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.mobile-menu__top-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 448px) {
  .mobile-menu__top-socials {
    flex-direction: row;
    justify-content: space-between;
  }
}

.left-slide-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  flex-direction: column;
}

.left-slide-menu.is-active {
  display: flex;
  animation: show_left_slide_menu 0.4s ease-in-out;
}

.left-slide-menu .left-slide-menu__heading {
}

.left-slide-menu .left-slide-menu__boxe-heading {
}

.left-slide-menu__header {
}

.left-slide-menu__body {
  position: relative;
  flex: 1 1 0%;
}

.left-slide-menu__content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-y: scroll;
}

.left-slide-menu__content::-webkit-scrollbar {
}

.left-slide-menu__content::-webkit-scrollbar-track {
}

.left-slide-menu__content::-webkit-scrollbar-thumb {
}

.left-slide-menu__boxes {
  display: flex;
  flex-direction: column;
}

.left-slide-menu__close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .left-slide-menu__close {
    right: 1.75rem;
    top: 1.75rem;
  }
}

.left-slide-menu__close: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));
}

.left-slide-menu__close:focus .left-slide-menu__close-icon, .left-slide-menu__close:active .left-slide-menu__close-icon {
}

.left-slide-menu__close-icon {
  pointer-events: none;
}

.left-slide-menu__menu {
  display: flex;
  flex-direction: column;
}

.left-slide-menu__menu a {
  display: block;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.left-slide-menu__menu a:hover {
  text-decoration-color: #19203F;
}

.left-slide-menu__menu--account .left-slide-menu__item .left-slide-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.left-slide-menu__menu--account .left-slide-menu__item .left-slide-menu__link .megamenu__cta-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu__icon-item .mobile-menu__link {
  display: flex;
  align-items: center;
}

.mobile-menu__icon-item .mobile-menu__link .megamenu__cta-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu__icon-item + .mobile-menu__icon-item {
}

.mobile-menu__row {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mobile-menu__row .mobile-menu__submenu-2-button {
}

.mobile-menu__bottom-icon {
  display: flex;
  align-items: center;
}

.mobile-menu__bottom-icon-svg {
}

.mobile-menu__phone-button {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mobile-menu__phone-button:hover .mobile-menu__phone-button-icon-wrap {
  --tw-rotate: 12deg;
  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(25 32 63 / var(--tw-bg-opacity, 1));
}

.mobile-menu__phone-button:hover .mobile-menu__phone-button-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu__phone-button-icon-wrap {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__phone-button-icon {
  height: 50%;
  width: 50%;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu__phone-button-text {
  font-family: Quicksand, sans-serif !important;
  font-size: 20px !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu__contact-button {
  width: -moz-fit-content;
  width: fit-content;
}

body.document-open-model {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90vh;
  width: 75%;
  --tw-translate-x: -50%;
  --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));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .modal__content {
    padding: 2.5rem;
  }
}

.modal__content-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 940px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .modal__content-inner {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .modal__content-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1.75rem;
  }
}

.modal__content-inner--xl {
  max-width: 56rem;
}

.modal__content-inner--lg {
  max-width: 48rem;
}

.modal__content-inner--md {
  max-width: 42rem;
}

.modal__content-inner--sm {
  max-width: 36rem;
}

.modal__content-inner--xs {
  max-width: 28rem;
}

.modal__content-inner.tinv-modal-inner {
  height: auto;
  width: 100%;
  max-width: 554px !important;
  padding: 2.5rem;
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__heading {
  font-size: 18px;
  line-height: 120%;
}

.modal__content-inner.tinv-modal-inner .tinv-txt {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 120%;
}

.modal__content-inner.tinv-modal-inner .tinvwl-buttons-group.tinv-wishlist-clear {
  display: none;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__row {
    margin-bottom: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.modal__content-inner.tinv-modal-inner .modal-mini-cart__notification {
  margin-bottom: 0px;
  margin-top: 1.75rem;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .modal-mini-cart__notification {
    margin-top: 0px;
  }
}

.modal__content-inner.tinv-modal-inner .modal__close {
  top: 1.25rem;
  right: 1.25rem;
}

.modal__content-inner.tinv-modal-inner .tinvwl_wishlist-added {
  position: relative;
  width: 100%;
  cursor: default;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col {
  width: 100%;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col {
    width: 44%;
  }
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col.tinvwl_add_to_select_wishlist__col--separator {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col.tinvwl_add_to_select_wishlist__col--separator {
    width: 10%;
    max-width: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col:last-child {
  position: relative;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col:last-child::before {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  z-index: 1;
  display: block;
  height: 0.25rem;
  width: 0.5rem;
  --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));
  background-image: url("../theme/assets/vectors/arrow-down.svg");
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col:last-child::before {
    content: var(--tw-content);
    right: 1rem;
  }
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a,
      .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a:focus,
      .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a:active {
  cursor: default;
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a:hover,
      .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a:focus:hover,
      .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col a:active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__col:nth-child(2) {
    padding: 0px;
  }
}

.modal__content-inner.tinv-modal-inner .tinvwl_add_to_select_wishlist__success {
  gap: 0.75rem;
  text-transform: uppercase;
}

.modal__content-inner.tinv-modal-inner .tinvwl_wishlist-added {
  justify-content: flex-start;
}

.modal__close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  font-size: 32px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 448px) {
  .modal__close {
    height: 1.75rem;
    width: 1.75rem;
  }
}

@media (min-width: 768px) {
  .modal__close {
    right: 1.75rem;
    top: 1.75rem;
  }
}

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

.modal__close:focus,
  .modal__close:active {
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
}

.modal__close:focus .modal__close-icon, .modal__close:active .modal__close-icon {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.modal__close-icon {
  pointer-events: none;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.modal__content-data {
  height: 100%;
}

@media (min-width: 768px) {
  .modal__content-data {
    height: auto;
  }
}

.modal__content-data.loading:before {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 3.5rem;
  width: 3.5rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.modal__content-data.loading:before {
  animation: spin 20s linear infinite;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.modal-mini-cart {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  display: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 15rem;
}

@media (min-width: 768px) {
  .modal-mini-cart {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.2;
    padding-top: 0px;
  }
}

.modal-mini-cart.open {
  display: block;
}

.modal-mini-cart.open .modal-mini-cart-box {
  animation: show_popup_mobile 0.4s ease-in-out;
}

@media (min-width: 768px) {
  @keyframes show_popup {
  }

  .modal-mini-cart.open .modal-mini-cart-box {
    animation: show_popup 0.4s ease-in-out;
  }
}

.modal-mini-cart .modal-mini-cart__heading {
  display: none;
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .modal-mini-cart .modal-mini-cart__heading {
    display: block;
  }
}

.modal-mini-cart .woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.modal-mini-cart .woocommerce-mini-cart-item {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 1.25rem !important;
}

.modal-mini-cart .woocommerce-mini-cart-item-product-name {
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 120%;
}

.modal-mini-cart .woocommerce-mini-cart-item-product-name a {
  font-weight: 300 !important;
  text-decoration-line: underline !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-mini-cart .woocommerce-mini-cart-item-product-name a:hover {
  text-decoration-color: #000 !important;
}

.modal-mini-cart-box {
  position: relative;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 5px 8px #00000026;
  --tw-shadow-colored: 0px 5px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .modal-mini-cart-box {
    margin-left: auto;
    height: 100%;
    width: 525px;
    --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);
  }
}

.modal-mini-cart-close {
  position: absolute;
  right: 1.75rem;
  top: 1.75rem;
  z-index: 2;
  display: none;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  font-size: 32px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 768px) {
  .modal-mini-cart-close {
    display: flex;
  }
}

.modal-mini-cart-close:hover,
  .modal-mini-cart-close:focus,
  .modal-mini-cart-close:active {
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
}

.modal-mini-cart-close:hover .modal-mini-cart-close-icon, .modal-mini-cart-close:focus .modal-mini-cart-close-icon, .modal-mini-cart-close:active .modal-mini-cart-close-icon {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.modal-mini-cart-close-icon {
  pointer-events: none;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.modal-mini-cart-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .modal-mini-cart-inner {
    padding-top: 3.5rem;
    padding-bottom: 15rem;
  }
}

.modal-mini-cart-top {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .modal-mini-cart-top {
    padding-left: 15rem;
    padding-right: 15rem;
    padding-bottom: 1.75rem;
  }
}

.modal-mini-cart-middle {
  position: relative;
  margin-left: 15rem;
  display: none;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .modal-mini-cart-middle {
    display: block;
  }

  .modal-mini-cart-bottom {
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
    padding-top: 1.75rem;
  }
}

.modal-mini-cart-items-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-right: 15rem;
}

.modal-mini-cart-items-wrap::-webkit-scrollbar {
  width: 0.5rem;
}

.modal-mini-cart-items-wrap::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.modal-mini-cart-items-wrap::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #66BCBD;
}

.modal-mini-cart-items {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.modal-mini-cart-items:last-child {
  margin-bottom: 0px;
}

.modal-mini-cart-item-name {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 120%;
}

.modal-mini-cart-item-name:after {
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  height: 0px;
  width: 0px;
  --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));
  border-width: 6px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

.modal-mini-cart-item-name.open::after {
  content: var(--tw-content);
  --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));
}

.modal-mini-cart-item-detail {
  display: none;
  padding-top: 1rem;
}

.modal-mini-cart-item-checkbox-wrap {
  margin-bottom: 0.25rem;
}

.modal-mini-cart-item-checkbox-wrap:last-child {
  margin-bottom: 0px;
}

.modal-mini-cart-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
}

.modal-mini-cart-checkbox input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.modal-mini-cart-checkbox input[type=checkbox]:checked + .modal-mini-cart-checkbox-marker {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.modal-mini-cart-checkbox input[type=checkbox]:checked + .modal-mini-cart-checkbox-marker::after {
  content: var(--tw-content);
  display: block;
}

.modal-mini-cart-checkbox-marker {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.modal-mini-cart-checkbox-marker:after {
  display: none;
  height: 11px;
  width: 11px;
  background-image: url("../theme/assets/vectors/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.modal-mini-cart-checkbox-label {
  font-size: 14px;
  line-height: 120%;
  line-height: 1rem;
}

.modal-mini-cart-buttons {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .modal-mini-cart-buttons {
    flex-direction: row;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.modal-mini-cart-buttons .btn-001 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  min-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .modal-mini-cart-buttons .btn-001 {
    width: calc(50% - 12px)
  }
}

.woocommerce-mini-cart-item-innet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.woocommerce-mini-cart-item-left .attachment-woocommerce_thumbnail {
  float: none;
  margin: 0px !important;
  height: 3.5rem !important;
  width: 3.5rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-mini-cart-item-right {
  flex: 1 1 0%;
  padding-left: 1.25rem;
}

.woocommerce-mini-cart-item-product-range {
  font-size: 12px;
  line-height: 120%;
  font-weight: 300 !important;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-mini-cart-item-product-range:hover {
  text-decoration-color: transparent;
}

.woocommerce-mini-cart-item-variations {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  padding-top: 0.25rem !important;
}

.woocommerce-mini-cart-item-variation {
  font-size: 12px;
  line-height: 120%;
  line-height: 1.25rem;
}

.woocommerce-mini-cart-item-variation span {
  opacity: 0.6;
}

.woocommerce-mini-cart-item-variation strong {
  font-weight: 300;
}

.woocommerce-mini-cart-item-remove {
  display: flex !important;
  height: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0px !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-mini-cart-item-remove:hover {
  background-color: transparent !important;
}

.woocommerce-mini-cart-item-remove:hover .woocommerce-mini-cart-item-remove-icon,
    .woocommerce-mini-cart-item-remove:hover .woocommerce-mini-cart-item-remove-text {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
}

.woocommerce-mini-cart-item-remove-icon {
  height: 1rem;
  width: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-mini-cart-item-remove-text {
  font-size: 12px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-mini-cart__notifications {
}

.modal-mini-cart__notification {
  margin-bottom: 0.75rem;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75rem;
}

@media (min-width: 768px) {
  .modal-mini-cart__notification {
    margin-bottom: 2.5rem;
    padding: 1.25rem;
  }
}

.modal-mini-cart__notification.show {
  display: flex;
}

.modal-mini-cart__notification--success {
  background-color: rgb(51 115 87 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.15;
  background-image: url("../theme/assets/vectors/success.svg");
}

.modal-mini-cart__notification--success .modal-mini-cart__notification-circle {
  --tw-bg-opacity: 1;
  background-color: rgb(51 115 87 / var(--tw-bg-opacity, 1));
  background-image: url("../theme/assets/vectors/success.svg");
}

.modal-mini-cart__notification--success .modal-mini-cart__notification-circle-icon {
  height: 0.5rem !important;
  width: 0.625rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal-mini-cart__notification--warning {
  background-color: rgb(180 35 24 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.15;
}

.modal-mini-cart__notification--warning .modal-mini-cart__notification-circle {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity, 1));
}

.modal-mini-cart__notification--warning .modal-mini-cart__notification-circle-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.modal-mini-cart__notification-circle {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.modal-mini-cart__notification-text {
  flex: 1 1 0%;
  padding-left: 0.75rem;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .modal-mini-cart__notification-text {
    font-size: 16px;
    line-height: 120%;
  }
}

.modal-mini-cart__notification-circle-icon {
}

.modal-mini-cart-button-order-now {
  display: none;
}

@media (min-width: 768px) {
  .modal-mini-cart-button-order-now {
    display: flex;
  }
}

.modal-mini-cart-button-view-continue-browsing {
  display: flex;
}

@media (min-width: 768px) {
  .modal-mini-cart-button-view-continue-browsing {
    display: none;
  }
}

.modal-mini-cart-loading {
  border-style: dashed;
}

.modal-mini-cart-loading::after {
  margin-left: auto;
  margin-right: auto;
  display: none;
  height: 2.5rem;
  content: var(--tw-content);
  width: 2.5rem;
}

@keyframes spin {
  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }

  0% {
    content: var(--tw-content);
    transform: rotate(0deg);
  }

  100% {
    content: var(--tw-content);
    transform: rotate(-360deg);
  }
}

.modal-mini-cart-loading::after {
  animation: spin 20s linear infinite;
  border-radius: 9999px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.modal-mini-cart-loading.show::after {
  content: var(--tw-content);
  display: block;
}

.modal-mini-cart-help {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px) {
  .modal-mini-cart-help {
    display: none !important;
  }
}

.modal-mini-cart-help.show {
  display: block;
}

.modal-mini-cart-help .modal-mini-cart-help__heading {
  margin-bottom: 0.5rem;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.modal-mini-cart-help .modal-mini-cart-help__link {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-mini-cart-help .modal-mini-cart-help__link:hover {
  text-decoration-color: transparent !important;
}

.woocommerce-001__popup-brochure-mask {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.15;
}

.woocommerce-001__popup-brochure-mask.open {
  display: block;
}

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

  100% {
    opacity: 1;
  }
}

.woocommerce-001__popup-brochure-mask.open {
  animation: fade_in 0.4s ease-in-out;
}

.woocommerce-001__popup-brochure {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 4rem;
  z-index: 30;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure {
    top: 6rem;
  }
}

.woocommerce-001__popup-brochure-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-inner {
    flex-direction: row;
    padding-right: 3rem;
  }
}

.woocommerce-001__popup-brochure-heading-wrap {
  display: flex;
  min-height: 2.5rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  background-color: rgb(51 115 87 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.15;
  background-image: url("../theme/assets/vectors/success.svg");
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-heading-wrap {
    width: auto;
    flex: 1 1 0%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.woocommerce-001__popup-brochure-circle {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 115 87 / var(--tw-bg-opacity, 1));
  background-image: url("../theme/assets/vectors/success.svg");
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-circle {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.woocommerce-001__popup-brochure-icon {
  height: 0.5rem;
  width: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-001__popup-brochure-heading {
  flex: 1 1 0%;
  font-size: 14px !important;
  line-height: 120% !important;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-heading {
    font-size: 16px !important;
    line-height: 120% !important;
  }
}

.woocommerce-001__popup-brochure-button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-button {
    width: auto;
  }
}

.woocommerce-001__popup-brochure-close {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  display: none;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  font-size: 32px !important;
  line-height: 120% !important;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 448px) {
  .woocommerce-001__popup-brochure-close {
    height: 1.75rem;
    width: 1.75rem;
  }
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-close {
    display: flex;
  }
}

.woocommerce-001__popup-brochure-close: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));
}

.woocommerce-001__popup-brochure-close:focus,
  .woocommerce-001__popup-brochure-close:active {
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
}

.woocommerce-001__popup-brochure-close:focus .woocommerce-001__popup-brochure-close-icon, .woocommerce-001__popup-brochure-close:active .woocommerce-001__popup-brochure-close-icon {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.woocommerce-001__popup-brochure-close-icon {
  pointer-events: none;
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.woocommerce-001__popup-brochure-button-continue-browsing {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-001__popup-brochure-button-continue-browsing {
    display: none;
  }
}

body.header-sticky .woocommerce-001__popup-brochure {
  top: 4rem;
}

@media (min-width: 768px) {
  body.header-sticky .woocommerce-001__popup-brochure {
    top: 5rem;
  }
}

body.open-popup-brochure {
  overflow: hidden;
}

.modal-responsive-height .modal__content {
  height: 100%;
  width: 100%;
}

.modal-responsive-height .modal__content-inner {
  position: relative;
  height: 100%;
  padding-top: 4rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .modal-responsive-height .modal__content-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .modal-responsive-height .modal__content-inner {
    padding-right: 0.75rem;
    padding-left: 15rem;
  }
}

.modal-responsive-height .modal__content-data {
  position: relative;
  height: 100%;
}

.modal-responsive-height .modal__content-data-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .modal-responsive-height .modal__content-data-inner {
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .modal-responsive-height .modal__content-data-inner {
    padding-right: 3rem;
  }
}

/* width */

.modal-responsive-height .modal__content-data-inner::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */

.modal-responsive-height .modal__content-data-inner::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

/* Handle */

.modal-responsive-height .modal__content-data-inner::-webkit-scrollbar-thumb {
  width: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.modal-responsive-height .modal-enquiry {
  margin-right: 0px !important;
}

.modal-responsive-height .nf-multi-cell .nf-cell {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .modal-responsive-height .nf-multi-cell .nf-cell {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.modal-all-enquiry {
}

.modal-all-enquiry__heading {
  font-size: 32px !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .modal-all-enquiry__heading {
    font-size: 36px !important;
    line-height: 110% !important;
  }
}

.modal-all-enquiry__subheading {
  padding-top: 1rem !important;
  font-size: 14px !important;
  line-height: 120% !important;
}

.modal-all-enquiry__products-heading {
  font-size: 20px !important;
  line-height: 120% !important;
}

.modal__content-products {
  margin-bottom: 3.5rem;
  width: 100%;
  padding-top: 2.25rem !important;
}

@media (min-width: 768px) {
  .modal__content-products {
    padding-top: 3.5rem !important;
  }
}

.modal__content-products-all-enquiry-products {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1.5rem !important;
}

.modal__content-products-all-enquiry-product {
  width: 100%;
}

@media (min-width: 768px) {
  .modal__content-products-all-enquiry-product {
    width: 50%;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list {
  display: block;
  width: 100%;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list {
    display: table;
    background-color: transparent;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tbody {
  display: block;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tbody {
    display: table-row-group;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item {
    margin-left: 0px;
    margin-right: 0px;
    display: table-row;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item td {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item td {
    display: table-cell;
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-thumbnail {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0px !important;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-thumbnail {
    margin-right: 0px;
    width: 3rem;
    padding-left: 1.25rem !important;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-thumbnail a {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-thumbnail a img {
  height: 2.5rem;
  width: 2.5rem;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .tinvwl-remove-new span {
  display: none !important;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .new-line {
  display: block;
  height: 0px !important;
  flex-basis: 100%;
  padding: 0px !important;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .new-line {
    display: none;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-name {
  flex: 1 1 0%;
  text-align: left;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-name a {
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-name a:hover {
  text-decoration-color: transparent !important;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0px !important;
}

@media (min-width: 448px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity {
    padding-left: 15rem !important;
  }
}

@media (min-width: 768px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity {
    padding-left: 0px !important;
  }
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity {
    width: 5rem;
    padding-left: 0.625rem !important;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity .quantity {
  width: 6rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity .quantity {
    width: 15rem !important;
  }
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-quantity .product-action-text {
  display: none !important;
}

.modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-remove {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media (min-width: 1024px) {
  .modal__content-products-all-enquiry-product .tinvwl-table-manage-list tr.wishlist_item .product-remove {
    width: 3.5rem;
    padding-right: 2rem !important;
  }
}

.modal-search .modal__content {
  height: 100%;
  width: 100%;
  padding: 0px;
}

.modal-search .modal__content-inner {
  position: relative;
  height: 100%;
  max-width: unset;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4rem;
}

.modal-search .modal__content-data {
  position: relative;
  height: 100%;
}

.modal-search .modal__content-data-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .modal-search .modal__content-data-inner {
    padding-top: 0.5rem;
  }
}

/* width */

.modal-search .modal__content-data-inner::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */

.modal-search .modal__content-data-inner::-webkit-scrollbar-track {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

/* Handle */

.modal-search .modal__content-data-inner::-webkit-scrollbar-thumb {
  width: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.modal-search .modal__close {
  top: 1.25rem;
  right: 1.25rem;
}

@media (min-width: 768px) {
  .modal-search .modal__close {
    top: 2.5rem;
    right: 15rem;
  }
}

.modal-search__container {
  padding-bottom: 2.5rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .modal-search__container {
    padding-bottom: 7rem;
    padding-top: 1.75rem;
  }
}

.modal-search__container.loading {
  opacity: 0.5;
}

.modal-search__heading {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 20px !important;
  line-height: 120% !important;
  text-transform: uppercase !important;
}

@media (min-width: 768px) {
  .modal-search__heading {
    margin-bottom: 3.5rem;
    font-size: 32px !important;
    line-height: 120% !important;
  }
}

.modal-search__form {
  position: relative;
  margin-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .modal-search__form {
    margin-bottom: 3.5rem;
  }
}

.modal-search__input {
  position: relative;
  z-index: 1;
  height: 2.75rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 3.5rem;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.modal-search__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.modal-search__button {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  z-index: 2;
  height: 1.25rem;
  width: 1rem;
  --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));
  cursor: pointer;
  border-width: 0;
  background-color: transparent;
}

.modal-search__list-wrap {
  margin-bottom: 2.25rem;
  display: none;
}

@media (min-width: 768px) {
  .modal-search__list-wrap {
    margin-bottom: 3.5rem;
  }
}

.modal-search__list-wrap.show {
  display: block;
}

.modal-search__list-heading {
  margin-bottom: 2rem;
  font-size: 20px !important;
  line-height: 120% !important;
}

.modal-search__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.875rem;
}

.modal-search__list li {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .modal-search__list li {
    width: 25%;
  }
}

.modal-search__list li a {
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-search__list li a:hover {
  text-decoration-color: transparent;
}

.modal-search__list-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.modal-search__list-button.show {
  display: flex;
}

.modal-search__list--results {
}

.modal-search__popular-searches {
  margin-bottom: 2.25rem;
  display: none;
}

@media (min-width: 768px) {
  .modal-search__popular-searches {
    margin-bottom: 3.5rem;
  }
}

.modal-search__popular-searches.show {
  display: block;
}

.modal-search__popular-searches-heading {
  margin-bottom: 1.5rem;
  font-size: 14px !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .modal-search__popular-searches-heading {
    margin-bottom: 2rem;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}

.modal-search__list--popular-searches {
}

.modal-search__porducts {
  display: none;
}

.modal-search__porducts.show {
  display: block;
}

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

  100% {
    opacity: 1;
  }
}

.modal-search__porducts.show {
  animation: fade_in 0.4s ease-in-out;
}

.modal-search__porducts-heading {
  margin-bottom: 1.5rem;
  font-size: 14px !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .modal-search__porducts-heading {
    margin-bottom: 2.25rem;
    font-size: 20px !important;
    line-height: 120% !important;
  }
}

.modal-search__porducts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.5rem;
  padding-top: 0px !important;
}

.modal-search__porducts-list-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .modal-search__porducts-list-item {
    width: 33.333333%;
  }
}

.modal-search__porducts-figure {
  margin-right: auto;
}

.modal-search__porducts-image {
  height: 15rem;
  width: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .modal-search__porducts-image {
    height: 5rem;
    width: 5rem;
  }
}

.modal-search__porducts-content {
  flex: 1 1 0%;
  padding-left: 1.25rem;
}

.modal-search__porducts-range {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.modal-search__porducts-product-name {
  text-align: left !important;
  font-size: 16px !important;
  line-height: 120% !important;
}

@media (min-width: 1024px) {
  .modal-search__porducts-product-name {
    font-size: 20px !important;
    line-height: 120% !important;
  }
}

.modal-search__porducts-product-name a {
  text-decoration-line: underline !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-search__porducts-product-name a:hover {
  text-decoration-color: #000 !important;
}

.modal-search__cta {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
}

@media (min-width: 768px) {
  .modal-search__cta {
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .modal-search__cta {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.modal-search__cta.show {
  display: flex;
}

.modal-search__cta-circle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: flex;
  height: 15rem;
  width: 15rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .modal-search__cta-circle {
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

.modal-search__cta-circle-icon {
  height: 1.75rem;
  width: 1.75rem;
}

.modal-search__cta-content {
  margin-bottom: 1rem;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .modal-search__cta-content {
    margin-bottom: 0px;
  }
}

.modal-search__cta-heading {
  text-align: center !important;
  font-size: 20px !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .modal-search__cta-heading {
    text-align: left !important;
  }
}

.modal-search__cta-subheading {
  padding-top: 0.5rem !important;
  text-align: center;
  font-size: 14px !important;
  line-height: 120% !important;
}

@media (min-width: 768px) {
  .modal-search__cta-subheading {
    text-align: left;
  }
}

.modal-search__cta-button {
  margin-left: auto;
  margin-right: auto;
  height: 2.75rem;
  min-width: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .modal-search__cta-button {
    margin-left: auto;
    margin-right: 0px;
  }
}

.modal-search__sorry-message {
  margin-bottom: 2.25rem;
  display: none;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .modal-search__sorry-message {
    margin-bottom: 3.5rem;
  }
}

.modal-search__sorry-message strong {
  font-weight: 700;
}

.modal-search__sorry-message.show {
  display: block;
}

.modal-search__list-wrap--sugested .searchwp-live-search-results {
  position: relative;
  left: 0px !important;
  top: 0px !important;
  width: unset !important;
  background-color: transparent;
  padding-top: 0px !important;
  --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);
}

.modal-search__list-wrap--sugested .searchwp-live-search-results .searchwp-live-search-results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.875rem;
}

.modal-search__list-wrap--sugested .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .modal-search__list-wrap--sugested .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result {
    width: 25%;
  }
}

.modal-search__list-wrap--sugested .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result a {
  font-size: 14px !important;
  line-height: 120% !important;
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-search__list-wrap--sugested .searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result a:hover {
  text-decoration-color: transparent;
}

.modal-search__list-wrap--sugested .searchwp-live-search-result {
  display: block !important;
  border-style: none !important;
  padding: 0px;
}

.modal-search__list-wrap--sugested .searchwp-live-search-results {
  max-height: unset;
  min-height: 2.5rem;
}

#modal-wishlist .modal__content-inner {
  top: 50%;
  --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));
}

.author-001 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.author-001__image {
  display: inline-block;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 9999px;
  vertical-align: middle;
}

.author-001__name {
  margin-top: 0px !important;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 12px;
  line-height: 120%;
  text-transform: capitalize;
}

.author-001__date {
  position: relative;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 12px;
  line-height: 120%;
}

.author-001__date::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 50%;
  width: 1px;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

.content-001 {
  z-index: 2 !important;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}

/** Define the spacing between heading and content */

.content-001 + .buttons__wrap {
  padding-top: 2rem;
}

.heading-001 {
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading-001 {
    font-size: 48px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .heading-001 {
    font-size: 64px;
    line-height: 110%;
  }
}

.heading-001 strong,
    .heading-001 b {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}

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

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

.heading-001--right + .subheading-001 {
  text-align: right;
}

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

.heading-001--center + .subheading-001 {
  text-align: center;
}

.heading-001--center + .subheading-001 + .buttons__wrap {
  justify-content: center;
}

.heading-001--center + .content-001 {
  text-align: center;
}

.heading-001--center + .content-001 + .buttons__wrap {
  justify-content: center;
}

/** Define the spacing between heading and any div */

.heading-001 + div {
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .heading-001 + div {
    padding-top: 2.5rem;
  }
}

/** Define the spacing between heading and subheading */

.heading-001 + .subheading-001 {
  padding-top: 1.5rem;
}

/** Define the spacing between heading and content, buttons */

.heading-001 + .content-001 {
  padding-top: 1.25rem;
}

.heading-001 + .buttons__wrap {
  padding-top: 2rem;
}

.subheading-001 {
  z-index: 2 !important;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/** Define the spacing between subheading and content, buttons */

.subheading-001 + .content-001,
    .subheading-001 + div {
  padding-top: 2rem;
}

.subheading-001 + .buttons__wrap {
  padding-top: 2rem;
}

.subheading-001 p {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}

@media (min-width: 768px) {
  .subheading-001 p {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .subheading-001 p {
    font-size: 24px;
    line-height: 120%;
  }
}

.subheading-001__icon {
  height: auto;
  width: 2rem;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .subheading-001__icon {
    width: 2.5rem;
  }
}

.tns-nav-001 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.tns-nav-001__previous .tns-nav-001__button-icon {
  --tw-translate-x: -0.25rem;
  --tw-rotate: 90deg;
  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));
}

.tns-nav-001__next .tns-nav-001__button-icon {
  --tw-translate-x: 0.25rem;
  --tw-rotate: -90deg;
  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));
}

.tns-nav-001__button-icon {
  height: 40%;
  width: auto;
}

.tns-nav-001__next:disabled, .tns-nav-001__previous:disabled {
  opacity: 0.5;
}

.linkboxe-008 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.linkboxe-008 .linkboxe-008__button {
  margin-top: 1.25rem;
  height: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.linkboxe-008:hover .linkboxe-008__background-figure {
  --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));
}

.linkboxe-008__button-wrap {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  display: flex;
  --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));
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-008__wrap {
  position: relative;
  display: flex;
  height: 344px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.75rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1536px) {
  .linkboxe-008__wrap {
    height: 440px;
  }
}

.linkboxe-008__wrap::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: var(--tw-content);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
}

.linkboxe-008__wrap:hover .linkboxe-008__button-wrap {
  position: relative;
  bottom: 0px;
}

.linkboxe-008__tag {
  position: absolute;
  top: 1.75rem;
  left: 1.75rem;
  display: flex;
  height: 72px;
  width: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

.linkboxe-008__tag-text {
  z-index: 1;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.linkboxe-008__wrap-content {
  position: relative;
}

.linkboxe-008__background-figure {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-008__background-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.linkboxe-008__figure {
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  width: 9rem;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.linkboxe-008__image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.linkboxe-008__heading {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 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 an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

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

.entry-content :where([class~="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;
}

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

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

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

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

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

.entry-content :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;
}

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

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

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

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

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

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

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

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

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

.entry-content :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;
}

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

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

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

.entry-content :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;
}

.entry-content :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;
}

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

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

.entry-content :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;
}

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

.entry-content :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;
}

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

.entry-content :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;
}

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

.entry-content :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;
}

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

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

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

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

.entry-content :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;
}

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

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

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

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

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

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

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

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

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

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

.entry-content :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;
}

.entry-content :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;
}

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

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

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

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

.entry-content :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;
}

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

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

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

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

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

.entry-content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

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

.entry-content :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;
}

.entry-content {
  --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;
}

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

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

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

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

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

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

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

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

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

.entry-content :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;
}

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

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

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

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

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

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

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

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

.entry-content :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;
}

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

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

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

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

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

.entry-content {
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
  max-width: none;
}

.entry-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

/* Content width from the `theme.json` file */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Wide width from the `theme.json` file */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

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

.not-found {
  min-height: calc(100vh - 76px);
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .not-found {
    min-height: calc(100vh - 90px);
  }
}

.not-found__container {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.not-found__wrap {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .not-found__wrap {
    padding-bottom: 3rem;
  }
}

.not-found__heading {
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .not-found__heading {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .not-found__heading {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.not-found__subheading {
  margin-bottom: 3rem;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .not-found__subheading {
    margin-bottom: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.not-found__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.not-found__button {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
}

.not-found__button:hover {
  text-decoration-line: none;
}

.error-404 .content-404 h1 {
  padding-bottom: 1.5rem;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .error-404 .content-404 h1 {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .error-404 .content-404 h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.error-404 .content-404 p {
  margin-bottom: 3rem;
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 20px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .error-404 .content-404 p {
    margin-bottom: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ajax-results {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  border-style: none;
}

.ajax-search__results {
  width: 100%;
}

@media (min-width: 768px) {
  .ajax-search__results {
    width: 50%;
  }
}

.ajax-search__results span:not(.search-popup-001__sugestions-tag) {
  font-size: 16px;
  line-height: 120%;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ajax-search__results:hover span:not(.search-popup-001__sugestions-tag) {
  text-decoration-color: transparent;
}

.ajax-search__results .search-popup-001__sugestions-link {
  width: 100%;
}

.relevanssi-live-search-results {
  max-height: unset;
  width: 100% !important;
  min-width: 0px;
  --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;
}

.relevanssi-live-search-result a {
  display: flex !important;
  white-space: normal !important;
}

.relevanssi-live-search-result span {
  display: flex !important;
}

.relevanssi-live-search-result span:first-child {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ajax-search__missing-text {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 28px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ajax-search__missing-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 32px;
    line-height: 120%;
  }
}

.ajax-search__heading {
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .ajax-search__heading {
    font-size: 32px;
    line-height: 120%;
  }
}

.ajax-search__heading {
  padding: 0px;
}

.ajax-search__result-heading {
  font-size: 18px;
  line-height: 120%;
}

.ajax-search__result-content {
  border-style: none !important;
  font-size: 14px;
  line-height: 120%;
}

.ajax-search__result-content p {
  border-style: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.25rem !important;
}

.ajax-search__result-btn {
  display: inline !important;
  padding: 0px;
}

.ajax-search__buttons {
  width: 100%;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .ajax-search__buttons {
    padding-top: 1.25rem;
  }
}

.btn,
.btn-custom a,
input.btn-input,
.alm-load-more-btn {
  position: relative;
  margin: 0px;
  display: flex;
  height: 3rem;
  min-width: 120px;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn[disabled] span, .btn-custom a[disabled] span, input.btn-input[disabled] span, .alm-load-more-btn[disabled] span {
  opacity: 0.5;
}

/**
        &:hover {
            .btn__icon {
                @apply translate-x-1;

                &--left {
                    @apply -translate-x-1;
                }

                &--arrow-btn-download {
                    @apply translate-x-0 -translate-y-[5px];
                }

                &--view {
                    @apply scale-110 translate-x-0;
                }
            }
        }
    */

.btn-001--icon span, .btn-custom a-001--icon span, input.btn-input-001--icon span, .alm-load-more-btn-001--icon span {
  padding-right: 0.625rem;
}

.btn-001--icon-left span, .btn-custom a-001--icon-left span, input.btn-input-001--icon-left span, .alm-load-more-btn-001--icon-left span {
  padding-right: 0px;
  padding-left: 1rem;
}

.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn-white.btn-decorated:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-body {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn-body.btn-decorated:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.btn-primary.btn-decorated:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-transparent {
  min-width: 0px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.btn-transparent:hover {
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  text-decoration-color: transparent;
  --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;
}

.btn-transparent .btn__icon--right {
  left: 100%;
  right: unset;
}

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

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

.btn-transparent.btn-blue_dark {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-blue_dark:hover {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.btn-transparent.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.btn-sm {
  height: 34px;
  min-width: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
}

.btn-lg {
  min-width: 180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 20px;
  line-height: 120%;
}

.btn-xl {
  min-width: 220px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 32px;
  line-height: 120%;
}

.btn-outlined {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

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

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

.btn-outlined.btn-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.btn-outlined.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

/** Icon styles */

.btn__icon {
  height: 18px;
  width: 18px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__icon--right {
  left: unset;
  right: 1.25rem;
}

.btn__icon--view {
  left: 1.75rem;
  width: 1.25rem;
}

.btn__icon--arrow-btn-download + span {
  padding-left: 0.5rem;
}

.btn-arrow {
  height: 60px;
  width: 60px;
  min-width: 0px;
  border-radius: 9999px;
  padding: 0px;
}

.btn-arrow.btn-pink_dark .btn__just-arrow-icon {
  --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));
}

.btn-arrow:hover.btn-pink_dark .btn__just-arrow-icon {
  --tw-translate-x: 0.25rem;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn-arrow:hover .btn__just-arrow-icon {
  --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));
}

.btn__just-arrow-icon {
  height: auto;
  width: 50%;
  --tw-translate-y: 0.125rem;
  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-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-001--decoration {
  overflow: hidden;
  border-style: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.btn-001--decoration:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-001--decoration:hover .btn__custom-icon {
  opacity: 1;
}

.btn-001--decoration:active .btn__custom-icon {
  opacity: 1;
}

.btn-001--decoration:focus::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  content: var(--tw-content);
  --tw-shadow: 0px 0px 8px 0px #00000066 inset;
  --tw-shadow-colored: inset 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-001--decoration:focus .btn__custom-icon {
  opacity: 1;
}

.btn-001--decoration.btn-blue_dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-001--decoration.btn-blue_dark .btn__right-asterix {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-001--decoration.btn-blue_dark:active {
  outline-color: #66BCBD;
}

.btn-001--decoration.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.btn-001--decoration.btn-transparent:hover {
  background-color: transparent;
}

.btn-001--decoration.btn-transparent:hover .btn__custom-icon {
  opacity: 0;
}

.btn__custom-icon {
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__left-icon {
  height: 1.75rem;
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn__left-icon-message {
  left: -18px;
  height: 2.25rem;
  width: 2.25rem;
  --tw-rotate: -12deg;
  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));
}

.btn__right-icon-drops {
  left: unset;
  top: 50%;
  right: -0.75rem;
  height: 34px;
  width: 34px;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
}

.btn__right-icon-top {
  right: -0.5rem;
  top: -0.5rem;
  left: unset;
  height: 1.75rem;
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn__bottom-icon {
  bottom: -18px;
  top: unset;
  left: unset;
  right: 26px;
  height: 1.75rem;
  width: 54px;
  --tw-rotate: -137deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}

.buttons__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .buttons__wrap {
    row-gap: 1.25rem;
  }
}

/** Styles for forms */

.contact-form .nf-field-container {
  margin-bottom: 5px;
}

.contact-form .nf-field-container.textarea-container {
  margin-bottom: 10px;
}

.contact-form .nf-field-container .file_upload-wrap {
  margin-bottom: 20px;
}

.contact-form .nf-multi-cell .nf-cell {
  padding: 0 8px !important;
}

.contact-form .nf-form-content {
  padding: 5px 1px !important;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 12px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select,
            .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
    padding: 1.25rem;
  }
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 120%;
  opacity: 0.5;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) input::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder, .contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
  font-size: 14px;
  line-height: 120%;
  opacity: 0.5;
}

.contact-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 132px;
}

.contact-form .nf-form-content .checkbox-wrap {
  margin-bottom: 20px;
}

.contact-form .nf-form-content .checkbox-wrap .nf-field-element {
  width: auto;
}

.contact-form .nf-form-content .checkbox-wrap label {
  color: white;
  font-weight: 300;
  font-size: 14px;
  display: block !important;
}

.contact-form .nf-form-content .checkbox-wrap label a {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .nf-form-content .checkbox-wrap label a:hover {
  text-decoration-color: transparent;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div {
  border-radius: 0px !important;
}

.contact-form .nf-form-content .list-wrap .nf-field-element div:after {
  height: 20px;
  width: 20px;
  content: '';
  background-image: url('../theme/assets/vectors/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 3px);
}

.contact-form .nf-form-content .nf-field-label {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
}

.contact-form .nf-form-content .nf-field-label label {
  padding-left: 0.5rem;
  border-radius: 0.25rem;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-form .nf-form-content .nf-field-label label::after {
  content: var(--tw-content);
  border-width: 2px;
}

.contact-form .nf-form-content .nf-field-label label {
  /* &.nf-checked-label {
                    &:after {
                        border-color: white;
                    }
                } */
}

.contact-form .nf-form-content .label-right label {
  margin: 0 0 0 50px;
  height: 27px;
  display: flex;
  align-items: center;
}

.contact-form .contact-form__checkboxes {
  padding-top: 20px;
}

.contact-form .submit-container {
  margin-top: 2.5rem;
}

.contact-form .submit-container .nf-field .nf-field-element {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.contact-form #nf-label-field-11 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .contact-form .nf-form-content .checkbox-wrap label b,
                    .contact-form .nf-form-content .checkbox-wrap label strong {
    font-weight: 700;
  }

  .contact-form .contact-form__half {
    width: 50%;
    padding-right: 8px;
  }
}

@media (min-width: 1024px) {
  .contact-form .nf-field-container {
    margin-bottom: 25px;
  }

  .contact-form .nf-field-container.textarea-container {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .checkbox-wrap {
    margin-bottom: 25px;
  }

  .contact-form .nf-form-content .field-wrap:not(.submit-wrap) input,
                .contact-form .nf-form-content .field-wrap:not(.submit-wrap) select {
    height: 50px;
  }

  .contact-form .nf-form-content .list-wrap .nf-field-element div {
    height: 50px;
  }
}

/*
 * Ninja Forms - Form Display Structure
 */

.ninja-forms-form-wrap *,
 .ninja-forms-form-wrap *:after,
 .ninja-forms-form-wrap *:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nf-response-msg {
  display: none;
}

.nf-field-container,
 #ninja_forms_required_items {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}

.nf-field-container::after, #ninja_forms_required_items::after {
  clear: both;
  content: "";
  display: block;
}

.nf-field-container.hidden-container,
     .nf-field-container.hr-container,
     #ninja_forms_required_items.hidden-container,
     #ninja_forms_required_items.hr-container {
  margin: 0;
  height: auto;
}

.nf-field-container.hidden-container .nf-field-label, .nf-field-container.hr-container .nf-field-label, #ninja_forms_required_items.hidden-container .nf-field-label, #ninja_forms_required_items.hr-container .nf-field-label {
  display: none;
}

.nf-field-container.html-container .nf-field-label, #ninja_forms_required_items.html-container .nf-field-label {
  display: none;
}

.nf-field-label .nf-label-span,
     .nf-field-label label {
  font-weight: light;
  margin: 0;
  padding: 0;
}

.nf-field-element {
  position: relative;
}

.nf-field-element input,
     .nf-field-element select,
     .nf-field-element textarea {
  border-radius: 4px;
  margin: 0;
  width: auto;
  height: auto;
  vertical-align: inherit;
}

.nf-field-element textarea {
  height: 200px;
}

.nf-field-description p:last-child {
  margin: 0;
}

.nf-help {
  background: url( '../img/help-info.png' ) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.nf-input-limit {
  font-size: 12px;
  margin-top: 5px;
}

.nf-static {
  padding: 0 10px;
}

.nf-after-field .nf-error-msg {
  margin-right: 10px;
  //text-align: right;
}

/* ---------------------------------
 CHECKBOX FIELD
 ----------------------------------*/

/* ---------------------------------
 RADIO & CHECKBOX LISTS
 ----------------------------------*/

.list-radio-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element ul, .list-checkbox-wrap .nf-field-element li, .list-image-wrap .nf-field-element ul, .list-image-wrap .nf-field-element li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element ul input, .list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element ul input, .list-image-wrap .nf-field-element li input {
  margin-right: 5px;
}

.list-radio-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element li, .list-image-wrap .nf-field-element li {
  padding-left: 10px;
  margin: 0 0 5px !important;
  text-indent: initial !important;
}

.list-radio-wrap .nf-field-element li label, .list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label {
  //display: inline;
  display: block;
  float: initial;
  //margin: 0;
  width: auto;
  margin-left: 1.5em;
}

.list-radio-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input {
  width: auto !important;
  float: left;
  margin-top: .25em;
}

.listimage-wrap li {
  width: 100%;
  height: 100%;
  display: inline-grid;
}

.listimage-wrap li label {
  padding: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}

.listimage-wrap li label.nf-checked-label {
  border-width: 2px;
  border-style: solid;
  border-color: #007acc;
  transition: all .5s;
}

.listimage-wrap li label img {
  display: block;
}

.listimage-wrap li input {
  display: none;
}

/* ---------------------------------
 PRODUCT FIELD
 ----------------------------------*/

.product-wrap > div input {
  width: 80px !important;
}

.product-wrap > div .nf-product-field span {
  padding: 0 5px;
}

/* ---------------------------------
 STAR RATING
 ----------------------------------*/

.starrating-wrap .star {
  border-bottom: 0;
}

/* ---------------------------------
 HONEYPOT
 ----------------------------------*/

.nf-form-hp {
  position: absolute;
  visibility: hidden;
}

/* ---------------------------------
 SELECT LIST
 ----------------------------------*/

.list-select-wrap div div {
  display: none;
}

/* ---------------------------------
 COLORS
 As minimal as possible
 ----------------------------------*/

.ninja-forms-req-symbol,
 .nf-error-msg {
  color: #E80000;
}

.nf-error .ninja-forms-field {
  border: 1px solid #E80000;
}

.nf-error.listimage-wrap .nf-field-element ul {
  border: 1px solid #E80000;
}

.nf-field-submit-error {
  padding: 15px;
}

.ninja-forms-noscript-message {
  background: #f1f1f1;
  border: 4px dashed #ccc;
  color: #333;
  display: block;
  font-size: 20px;
  margin: 20px 0;
  padding: 40px;
  text-align: center;
}

/* ---------------------------------
 HELPER CLASSES
 ----------------------------------*/

.two-col-list ul li {
  float: left;
  width: 50%
}

.three-col-list ul li {
  float: left;
  width: 33.33%
}

.four-col-list ul li {
  float: left;
  width: 25%
}

.five-col-list ul li {
  float: left;
  width: 20%
}

.six-col-list ul li {
  float: left;
  width: 16.66%
}

body .pika-label {
  background: transparent;
}

/* Column Classes
     Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
 --------------------------------------------- */

.nf-form-cont .five-sixths,
     .nf-form-cont .four-sixths,
     .nf-form-cont .one-fourth,
     .nf-form-cont .one-half,
     .nf-form-cont .one-sixth,
     .nf-form-cont .one-third,
     .nf-form-cont .three-fourths,
     .nf-form-cont .three-sixths,
     .nf-form-cont .two-fourths,
     .nf-form-cont .two-sixths,
     .nf-form-cont .two-thirds {
  clear: initial;
  float: left;
  margin-left: 2.564102564102564%;
}

.nf-form-cont .five-sixths .inside, .nf-form-cont .four-sixths .inside, .nf-form-cont .one-fourth .inside, .nf-form-cont .one-half .inside, .nf-form-cont .one-sixth .inside, .nf-form-cont .one-third .inside, .nf-form-cont .three-fourths .inside, .nf-form-cont .three-sixths .inside, .nf-form-cont .two-fourths .inside, .nf-form-cont .two-sixths .inside, .nf-form-cont .two-thirds .inside {
  padding: 20px;
}

.nf-form-cont .five-sixths::after, .nf-form-cont .four-sixths::after, .nf-form-cont .one-fourth::after, .nf-form-cont .one-half::after, .nf-form-cont .one-sixth::after, .nf-form-cont .one-third::after, .nf-form-cont .three-fourths::after, .nf-form-cont .three-sixths::after, .nf-form-cont .two-fourths::after, .nf-form-cont .two-sixths::after, .nf-form-cont .two-thirds::after {
  clear: both;
  content: "";
  display: block;
}

.nf-form-cont .one-half,
     .nf-form-cont .three-sixths,
     .nf-form-cont .two-fourths {
  width: 48.717948717948715%;
}

.nf-form-cont .one-third,
     .nf-form-cont .two-sixths {
  width: 31.623931623931625%;
}

.nf-form-cont .four-sixths,
     .nf-form-cont .two-thirds {
  width: 65.81196581196582%;
}

.nf-form-cont .one-fourth {
  width: 23.076923076923077%;
}

.nf-form-cont .three-fourths {
  width: 74.35897435897436%;
}

.nf-form-cont .one-sixth {
  width: 14.52991452991453%;
}

.nf-form-cont .five-sixths {
  width: 82.90598290598291%;
}

.nf-form-cont .first {
  clear: both;
  margin-left: 0;
}

/* ---------------------------------
STANDARDIZE ALL FIELDS
----------------------------------*/

.field-wrap {
  display: flex;
}

.field-wrap > label {
  display: block;
}

.field-wrap > div input,
  .field-wrap textarea,
  .field-wrap select,
  .field-wrap .pikaday__container,
  .field-wrap .pikaday__display {
  width: 100%;
}

.field-wrap > div input[type="checkbox"] {
  width: auto;
}

.field-wrap input[type="submit"],
  .field-wrap input[type="button"],
  .field-wrap button {
  width: auto;
}

.nf-field-label {
  order: 5;
}

.nf-field-description {
  width: 100%;
  order: 10;
}

.nf-field-element {
  order: 15;
}

/* ---------------------------------
LABEL ABOVE
----------------------------------*/

.label-above .nf-field-label {
  margin-bottom: 10px;
}

/* ---------------------------------
LABEL BELOW
----------------------------------*/

.label-below .nf-field-label {
  margin-top: 10px;
  order: 15;
}

.label-below .nf-field-element {
  order: 5;
}

/* ---------------------------------
LABEL HIDDEN
----------------------------------*/

.label-hidden .field-wrap {
  flex-wrap: wrap;
}

.label-hidden .nf-field-label {
  height: 0;
  margin: 0 !important;
  width: 100%;
  visibility: hidden;
}

.label-hidden .nf-field-description {
  width: 100%;
  order: 20;
}

.label-hidden .nf-field-element {
  width: 100%;
}

/* ---------------------------------
LABEL LEFT
----------------------------------*/

.label-left .field-wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.label-left .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 2%;
  text-align: right;
  width: 35%;
  order: 5;
}

.label-left .nf-field-label label {
  width: 100%;
}

.label-left .nf-field-description {
  margin-left: 35%;
}

.label-left .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 10;
}

.label-left .nf-after-field {
  margin-left: 36.5%;
}

/* ---------------------------------
LABEL RIGHT
----------------------------------*/

.label-right .field-wrap {
  flex-direction: row;
}

.label-right .nf-field-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  width: 35%;
  order: 10;
}

.label-right .nf-field-description {
  margin-right: 35%;
  order: 15;
}

.label-right .nf-field-element {
  display: inline-block;
  width: 65%;
  order: 5;
}

.label-right .checkbox-wrap .nf-field-label {
  width: auto;
}

.label-right .checkbox-wrap .nf-field-element {
  width: 20px;
}

.label-right .nf-after-field {
  width: 65%;
}

/* ---------------------------------
ADJUST SOME LABEL ABOVE & BELOW ISSUES
----------------------------------*/

.label-below .field-wrap, .label-above .field-wrap {
  flex-direction: column;
  flex-flow: wrap;
}

.label-below .nf-field-element, .label-above .nf-field-element {
  margin: 0;
  width: 100%;
}

/* ---------------------------------
ADJUST SOME LABEL LEFT & RIGHT ISSUES
----------------------------------*/

.label-left .textarea-wrap .nf-field-label, .label-left .listradio-wrap .nf-field-label, .label-left .listcheckbox-wrap .nf-field-label, .label-right .textarea-wrap .nf-field-label, .label-right .listradio-wrap .nf-field-label, .label-right .listcheckbox-wrap .nf-field-label {
  align-items: flex-start;
}

.label-left .textarea-wrap .nf-field-label, .label-right .textarea-wrap .nf-field-label {
  margin-top: 5px;
}

.label-left .html-wrap,
  .label-left .hr-wrap,
  .label-right .html-wrap,
  .label-right .hr-wrap {
  display: block;
}

.label-left .html-wrap .nf-field-element, .label-left .hr-wrap .nf-field-element, .label-right .html-wrap .nf-field-element, .label-right .hr-wrap .nf-field-element {
  display: block;
  margin: 0;
  width: 100%;
}

/* ---------------------------------
FIELD DESCRIPTION POSITIONS
----------------------------------*/

/** Custom code */

.custom-ninja-form {
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.custom-ninja-form .nf-before-form-content {
  display: none;
}

.custom-ninja-form .nf-form-title {
  margin-bottom: 1rem;
  display: none;
  text-align: center;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .custom-ninja-form .nf-form-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select {
  height: 3rem;
  border-radius: 0.25rem;
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 14px;
  line-height: 120%;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select {
    font-size: 16px;
    line-height: 120%;
  }

  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field::-moz-placeholder, .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select::-moz-placeholder {
    font-size: 16px;
    line-height: 120%;
  }

  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field::placeholder,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select::placeholder {
    font-size: 16px;
    line-height: 120%;
  }
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email].ninja-forms-field,
      .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
  height: 7rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  font-size: 14px;
  line-height: 120%;
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea {
    font-size: 16px;
    line-height: 120%;
  }

  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 120%;
  }

  .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea::placeholder {
    font-size: 16px;
    line-height: 120%;
  }
}

.custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) .html-container {
  text-align: center;
}

.custom-ninja-form .nf-form-content .html-container {
  margin-bottom: 2.5rem;
}

.custom-ninja-form .nf-form-content .html-container .html-wrap .nf-field-element {
  padding-top: 0px !important;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-label {
  order: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 1 1 0%;
  padding-right: 0px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-label label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-label label::after {
  content: var(--tw-content);
  display: none;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-label label span {
  font-size: 16px;
  line-height: 120%;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element {
  order: 3;
  margin-top: 0.375rem;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element::before {
  content: var(--tw-content);
  display: none;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element::after {
  content: var(--tw-content);
  background-image: none;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element input[type=text].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element textarea,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element input[type=tel].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element input[type=email].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element select {
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(199 235 237 / var(--tw-bg-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-element:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  height: 1.25rem;
  width: 1.5rem;
  --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));
  background-image: url("../theme/assets/vectors/error.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  background-color: transparent;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-error .nf-field-element::after {
  content: var(--tw-content);
  opacity: 1;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass .nf-field-element::after {
  content: var(--tw-content);
  opacity: 1;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).list-select-wrap .nf-field-element, .custom-ninja-form .field-wrap:not(.checkbox-wrap).listcountry-wrap .nf-field-element {
  position: relative;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).list-select-wrap .nf-field-element > div, .custom-ninja-form .field-wrap:not(.checkbox-wrap).listcountry-wrap .nf-field-element > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).list-select-wrap .nf-field-element > div::after, .custom-ninja-form .field-wrap:not(.checkbox-wrap).listcountry-wrap .nf-field-element > div::after {
  --tw-content: none;
  content: var(--tw-content);
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap) .nf-field-description {
  order: 2;
  width: auto;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-danger .nf-field-description {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-danger input[type=text].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-danger input[type=tel].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-danger input[type=email].ninja-forms-field {
  --tw-border-opacity: 1;
  border-color: rgb(180 35 24 / var(--tw-border-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-danger .nf-field-label label span {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass input[type=text].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass input[type=tel].ninja-forms-field,
      .custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass input[type=email].ninja-forms-field {
  z-index: 1;
  --tw-border-opacity: 1;
  border-color: rgb(51 115 87 / var(--tw-border-opacity, 1));
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass:not(.checkbox-wrap, .list-wrap) .nf-field-element {
  position: relative;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass:not(.checkbox-wrap, .list-wrap) .nf-field-element::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 2;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(51 115 87 / var(--tw-bg-opacity, 1));
  background-image: url("../theme/assets/vectors/success.svg");
  background-size: contain;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass:not(.checkbox-wrap, .list-wrap) .nf-field-element:after {
  background-color: transparent !important;
  content: '';
}

.custom-ninja-form .field-wrap:not(.checkbox-wrap).nf-pass label span {
  --tw-text-opacity: 1;
  color: rgb(51 115 87 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .checkbox-container {
  margin-bottom: 0px !important;
}

.custom-ninja-form .checkbox-container .checkbox-wrap.nf-error label {
  --tw-text-opacity: 1 !important;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1)) !important;
}

.custom-ninja-form .checkbox-container .checkbox-wrap.nf-error label a {
  --tw-text-opacity: 1 !important;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1)) !important;
}

.custom-ninja-form .checkbox-container .checkbox-wrap.nf-error .nf-field-element::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 35 24 / var(--tw-border-opacity, 1)) !important;
}

.custom-ninja-form .field-wrap.checkbox-wrap {
  position: relative;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .custom-ninja-form .field-wrap.checkbox-wrap {
    margin-bottom: 0px;
  }
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label label {
  margin-left: 0px !important;
  height: auto;
  cursor: pointer;
  padding-left: 2rem;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label label::after {
  display: none;
  transition-duration: 300ms;
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label::after {
  position: absolute;
  top: 0.375rem;
  left: 2px;
  z-index: 2;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-style: none;
  background-image: url("../theme/assets/vectors/check-white.svg");
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-label .ninja-forms-req-symbol {
  display: none;
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-element {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1.25rem;
  width: 1.25rem;
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-element::after {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 1.25rem !important;
  width: 1.25rem !important;
  --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));
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  background-image: none;
  content: var(--tw-content);
  --tw-invert: invert(0);
  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);
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-element {
  --tw-translate-y: 0.125rem;
  --tw-translate-x: -0.125rem;
  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));
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-element::before {
  position: absolute !important;
  left: 50%;
  top: 50% !important;
  height: 0.625rem !important;
  width: 0.625rem !important;
  background-color: transparent !important;
  background-image: url("../theme/assets/vectors/check-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  content: var(--tw-content);
  opacity: 0;
}

.custom-ninja-form .field-wrap.checkbox-wrap .nf-field-element--checked::before {
  content: var(--tw-content);
  opacity: 1;
}

.custom-ninja-form .field-wrap.checkbox-wrap input[type=checkbox] {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  height: 1.25rem;
  width: 1.25rem;
  opacity: 0;
}

.custom-ninja-form .field-wrap.checkbox-wrap.nf-danger .nf-field-element::after {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 35 24 / var(--tw-border-opacity, 1)) !important;
}

.custom-ninja-form .field-wrap.checkbox-wrap.nf-error .nf-field-label label::before {
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(180 35 24 / var(--tw-border-opacity, 1)) !important;
}

.custom-ninja-form .field-wrap.checkbox-wrap.nf-error .nf-field-element::after {
  content: var(--tw-content);
  opacity: 1;
}

.custom-ninja-form .nf-field-container {
  margin-bottom: 1.25rem;
}

.custom-ninja-form .nf-after-field {
  display: none;
}

.custom-ninja-form .submit-wrap {
  text-align: center;
}

.custom-ninja-form .submit-wrap .nf-field-element {
  margin: 0px !important;
  padding: 0px;
}

.custom-ninja-form input[type=submit].ninja-forms-field {
  height: 3rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-ninja-form input[type=submit].ninja-forms-field:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.custom-ninja-form .nf-after-form-content {
  display: none;
}

.custom-ninja-form .nf-response-msg:not(:empty) {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(51 115 87 / var(--tw-text-opacity, 1));
}

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

.custom-ninja-form .submit-container {
  margin-bottom: 0px;
  margin-top: 0px;
}

.custom-ninja-form .nf-error label span {
  --tw-text-opacity: 1 !important;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1)) !important;
}

.heading-001 + .modal-enquiry {
  padding-top: 0px;
}

.modal-enquiry {
  margin-right: -0.375rem;
  padding-right: 0.125rem;
}

.modal-enquiry::-webkit-scrollbar {
  width: 0.5rem;
}

.modal-enquiry::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.modal-enquiry::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #66BCBD;
}

#modal-enquiry .modal__close {
  right: 0.625rem;
}

@media (min-width: 768px) {
  #modal-enquiry .modal__close {
    right: 1.75rem;
  }
}

section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) select,
        section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input:not([type=text]),
        section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) textarea,
        section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=text],
        section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=tel],
        section.white .custom-ninja-form .nf-form-content .field-wrap:not(.submit-wrap) input[type=email] {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
}

section.white .custom-ninja-form .nf-form-content label {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

section.white .custom-ninja-form .nf-form-content .checkbox-container label {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

section.white .custom-ninja-form .nf-form-content .checkbox-container label a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

section.white .custom-ninja-form .nf-form-content .checkbox-container .field-wrap.checkbox-wrap .nf-field-element::after {
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
}

section.white .custom-ninja-form .nf-form-content .checkbox-container .field-wrap.checkbox-wrap .nf-field-element::before {
  content: var(--tw-content);
  background-image: url("../theme/assets/vectors/check.svg");
}

section.white .custom-ninja-form .nf-form-content .checkbox-container .field-wrap.checkbox-wrap .nf-field-label label.nf-checked-label::after {
  content: var(--tw-content);
  background-image: url("../theme/assets/vectors/check.svg");
}

section.white .custom-ninja-form .nf-form-content .submit-container input[type=submit].ninja-forms-field {
  font-weight: 300;
}

section.white .custom-ninja-form .nf-form-content .submit-container input[type=submit].ninja-forms-field:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-page {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .search-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .search-page {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.search-page .three-col-posts-003__container {
  padding-left: 0px;
  padding-right: 0px;
}

.search-page__result-heading {
  font-size: 18px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .search-page__result-heading {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (min-width: 1024px) {
  .search-page__result-heading {
    font-size: 32px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .search-page__result-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.search-page__result-heading + .search-page__result-content {
  padding-top: 0.75rem;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .search-page__result-heading + .search-page__result-content {
    font-size: 16px;
    line-height: 120%;
  }
}

.search-page__heading-001 {
  font-size: 32px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .search-page__heading-001 {
    font-size: 48px;
    line-height: 120%;
  }
}

.search-page__heading-001 + .search-page__results-found {
  padding-top: 1.75rem;
}

.search-page__results-found {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.search-page__subheading-001 {
  max-width: 898px;
  padding-top: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .search-page__subheading-001 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
}

.search-page__tabs {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  margin-top: 1.75rem;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .search-page__tabs {
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
  }
}

.search-page__tabs.show .search-page__tab {
  display: block;
}

.search-page__tabs.show .search-page__icon {
  display: none;
}

.search-page__icon {
  margin-left: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .search-page__icon {
    display: none;
  }
}

.search-page__tab {
  margin-top: 0.5rem;
  display: none;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  opacity: 0.6;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .search-page__tab {
    margin-top: 0px;
    display: flex;
    width: 25%;
  }
}

.search-page__tab:first-child {
  margin-top: 0px;
}

.search-page__tab:hover {
  opacity: 1;
}

.search-page__tab.active {
  display: block;
  opacity: 1;
}

.search-page__tab.active label {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 188 189 / var(--tw-border-opacity, 1));
  opacity: 1;
}

.search-page__tab label {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom-width: 4px;
  border-bottom-color: transparent;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .search-page__tab label {
    padding-bottom: 1rem;
  }
}

.search-page__tab label input {
  display: none;
}

.search-page__wrap-result {
  display: none;
}

.search-page__wrap-result.active {
  display: block;
}

.single-post .single-post__container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .single-post .single-post__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.single-post .one-col-tags-001 {
  padding-top: 2.5rem;
}

@media (min-width: 1024px) {
  .single-post .one-col-tags-001 {
    padding-top: 60px;
  }
}

.single-post__sidebar-sections-link-icon-wrap {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__sidebar-sections-link-icon {
  width: 15px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-post__sidebar-sections-link {
  display: none;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(65 125 126 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  text-decoration-color: transparent;
}

@media (min-width: 1024px) {
  .single-post__sidebar-sections-link {
    display: flex;
  }
}

.single-post__sidebar-sections-link:hover {
  text-decoration-color: #19203F !important;
}

.single-post__sidebar-sections-link:hover .single-post__sidebar-sections-link-icon {
  --tw-rotate: 45deg;
  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));
}

.single-post__sidebar-sections-link .hero-post-001__go-back-icon-wrap {
  display: none;
}

.single-post__sidebar-sections-link.active {
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}

.single-post__sidebar-sections-link.active .hero-post-001__go-back-icon-wrap {
  display: flex;
}

.single-post__sidebar-sections-link + .single-post__sidebar-sections-menu-share {
  margin-top: 2.5rem;
}

.single-post__sidebar-sections-heading {
  display: none;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .single-post__sidebar-sections-heading {
    display: block;
  }
}

.single-post__row {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .single-post__row {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .single-post__row {
    gap: 60px;
  }
}

.single-post__sidebar {
  width: 100%;
}

@media (min-width: 1024px) {
  .single-post__sidebar {
    width: 25%;
  }
}

@media (min-width: 1536px) {
  .single-post__sidebar {
    width: 16.666667%;
  }
}

.single-post__sidebar.active .single-post__sidebar-sections {
  position: fixed;
  top: 10rem;
  display: none;
}

@media (min-width: 1024px) {
  .single-post__sidebar.active .single-post__sidebar-sections {
    display: block;
  }
}

.single-post__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .single-post__content {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .single-post__content {
    width: 83.333333%;
  }
}

.single-post__sidebar-sections-menu-share {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

@media (min-width: 1024px) {
  .single-post__sidebar-sections-menu-share {
    margin-left: unset;
    margin-right: unset;
    margin-top: 0px;
    max-width: unset;
    text-align: left;
  }
}

.single-post__share-icons {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.single-post__icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.single-post__icon svg {
  height: 1rem;
  width: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.single-post__icon-linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(9 102 194 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__icon-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__icon-x {
  --tw-bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__icon-messenger {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__icon-whatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post__mobile-dropdown {
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
  margin-bottom: -1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .single-post__mobile-dropdown {
    display: none;
  }
}

.single-post__mobile-dropdown.active {
  margin-top: 0px;
}

.single-post__sidebar-dropdown {
  width: 70%;
  border-radius: 0.375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  background-image: url("../theme/assets/vectors/arrow-down-white.svg");
}

.single-post__sidebar-dropdown::-moz-placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

.single-post__sidebar-dropdown::placeholder {
  font-size: 14px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .single-post__sidebar-dropdown::-moz-placeholder {
    font-size: 16px;
    line-height: 120%;
  }
  .single-post__sidebar-dropdown::placeholder {
    font-size: 16px;
    line-height: 120%;
  }
}

.single-post__sidebar-dropdown {
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/** General styles */

body {
  overflow-x: hidden;
}

.no-scroll {
  overflow: hidden;
}

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

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

/** Container */

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

.container-flex {
  max-width: 2400px;
}

@media (min-width: 1536px) {
  .container-flex {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

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

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

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

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

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

/** Animations */

/* Define your text-reveal animation */

@keyframes textReveal {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/** TNS carousel */

.tns-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 2.5rem;
}

.tns-nav button {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

.tns-nav button.tns-nav-active {
  opacity: 1;
}

/** TNS buttons */

.tns-controls {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex;
}

.tns-controls button {
  z-index: 10;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  display: flex;
  height: 60px;
  width: 60px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .tns-controls button {
    height: 5rem;
    width: 5rem;
  }
}

.tns-controls button::after {
  position: absolute;
  --tw-content: none;
  content: var(--tw-content);
}

.tns-controls button:last-child {
  --tw-rotate: 0deg;
  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));
}

.tns-controls button svg {
  height: auto;
  width: 1.75rem;
}

@media (min-width: 1024px) {
  .tns-controls button svg {
    width: 2.5rem;
  }
}

.tns-controls .tns-nav-001__previous {
  --tw-rotate: 0deg;
  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));
}

/** Loader */

.loader-dual-ring,
.spinner,
.loader-dual-ring-dark {
  position: absolute;
  background-color: 'blue';
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.loader-dual-ring:after,
  .spinner:after {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid white;
  border-color: white transparent white transparent;
  animation: loader-dual-ring 1.2s linear infinite;
}

@keyframes loader-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner > div {
  display: none;
}

.spinner:after {
  top: 0;
}

.flipbook-overlay {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.flipbook-overlay .flipbook-main-wrapper {
  top: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  --tw-translate-x: -50%;
  --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));
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.flipbook-overlay .flipbook-menu-btn-wrapper {
  height: 1.75rem !important;
  width: 1.75rem !important;
  background-color: transparent !important;
}

.flipbook-overlay .flipbook-menu-btn-wrapper .flipbook-icon {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  height: 1.75rem;
  width: 1.75rem;
  fill: #66BCBD !important;
}

.flipbook-overlay .flipbook-nav .flipbook-icon {
  background-color: transparent !important;
  fill: #66BCBD !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1)) !important;
  filter: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.flipbook-overlay .flipbook-nav .flipbook-icon path {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.flipbook-overlay .flipbook-nav .flipbook-icon:hover path {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.flipbook-overlay .flipbook-currentPageHolder {
  background-color: transparent !important;
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

.flipbook-overlay .flipbook-currentPageHolder .flipbook-currentPageNumber,
		.flipbook-overlay .flipbook-currentPageHolder .flipbook-currentPageInput {
  --tw-text-opacity: 1 !important;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1)) !important;
}

/** Animations */

.rotate, .fence, .scale-up-down, .swing, .up-down {
  will-change: transform;
}

/** GDPR Plugin */

/** Cookies banner with the plugi - GDPR Cookie Compliance (CCPA, DSGVO, Cookie Consent)*/

body #moove_gdpr_cookie_info_bar {
  top: 50% !important;
  left: 50%;
  max-width: calc(100% - 40px);
  --tw-translate-x: -50%;
  --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));
  overflow: hidden;
  border-radius: 0.375rem;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 0 10px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  body #moove_gdpr_cookie_info_bar {
    max-width: 656px;
  }
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.75rem;
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
  height: 53px;
  width: 100%;
  min-width: 143px !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  font-family: Ubuntu, sans-serif !important;
  font-size: 16px !important;
  line-height: 120% !important;
  font-weight: 425 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  --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;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button {
    width: auto;
  }
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  flex-direction: column;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h1, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h2, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h3, body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content h4 {
  margin-bottom: 14px !important;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content p {
  text-align: center;
  font-family: Ubuntu, sans-serif !important;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300 !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content p a {
  --tw-text-opacity: 1 !important;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline !important;
  text-underline-offset: 2px !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 1.75rem;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body .moove_gdpr_cookie_modal_open .moove-gdpr-modal-content {
  border-radius: 0px !important;
}

body .moove_gdpr_cookie_modal_open .moovegdpr-arrow-close {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1)) !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body .moove_gdpr_cookie_modal_open .moovegdpr-arrow-close: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));
}

/** Screen loader */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
}

.top, .bottom, .left, .right {
  position: absolute;
  background: white;
  transition: all 1s ease;
}

/* Initial: full white screen */

.top {
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}

.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  position: absolute;
  transition: all 1s ease;
}

.left, .right {
  top: 20vh;
  bottom: 20vh;
  width: 30vw;
  height: 100vh;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1)) !important;
}

.select2-results__option {
  padding: 0.75rem !important;
  font-family: Ubuntu, sans-serif !important;
  font-size: 14px !important;
  line-height: 120% !important;
}

.select2-container--open .select2-dropdown--above {
  margin-top: 0.25rem !important;
}

.woocommerce-checkout-review-order-table .product-name {
  font-family: Ubuntu, sans-serif !important;
}

.woocommerce-checkout-review-order-table .product-name .variation p {
  font-family: Ubuntu, sans-serif !important;
}

/** End of file */

.relevanssi-live-search-results .live-search-item {
  border-bottom-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1)) !important;
  padding: 1rem !important;
}

.relevanssi-live-search-results .live-search-item .live-search-title {
  margin-bottom: 14px !important;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.relevanssi-live-search-results .live-search-item .live-search-title a {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1)) !important;
}

/** Global Tiny slider styles */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

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

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: (100% * 70 / 3);
  width: calc(100% * #{70} / #{3});
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: (100% / 70);
  width: calc(100% / #{70});
  height: 10px;
  float: left;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
    --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
  */

.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
    (it may be focused initially) */

.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
  .pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
  .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp,
  .pswp__scroll-wrap,
  .pswp__bg,
  .pswp__container,
  .pswp__item,
  .pswp__content,
  .pswp__img,
  .pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp {
  position: fixed;
}

.pswp__img,
  .pswp__zoom-wrap {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
  .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
  .pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */

.pswp__container,
  .pswp__img,
  .pswp__button,
  .pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */

.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*
  
    PhotoSwipe UI
  
  */

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */

.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
  class pswp__hide-on-close is applied to elements that
  should hide (for example fade out) when PhotoSwipe is closed
  and show (for example fade in) when PhotoSwipe is opened
   */

.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */

.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
  .pswp__button:active,
  .pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
  */

div.pswp__img--placeholder,
  .pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
       even though inner elements are not animated */
  will-change: opacity;
}

/*
  
    Close button
  
  */

.pswp__button--close {
  margin-right: 6px;
}

/*
  
    Arrow buttons
  
  */

.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */

.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*
  
    Zoom button
  
  */

.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*
  
    Loading indicator
  
  */

.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*
  
    "1 of 10" counter
  
  */

.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/** Import global styles from inside the theme*/

.breadcrumbs-001 {
  position: relative;
  z-index: 3;
  padding-top: 0px;
  padding-bottom: 0px;
}

.breadcrumbs-001 + .navigation-001 {
  z-index: 1;
}

.breadcrumbs-001__container {
  overflow: hidden;
}

.breadcrumbs-001__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .breadcrumbs-001__list {
    align-items: center;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.breadcrumbs-001__item {
  margin-bottom: 0px !important;
  display: flex;
  list-style-type: none;
  align-items: center;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

@media (max-width:767px) {
  .breadcrumbs-001__item {
    white-space: nowrap
  }
}

.breadcrumbs-001__item a.breadcrumbs-001__link {
  font-size: 14px;
  line-height: 120%;
  text-decoration-line: underline;
  text-underline-offset: 1px !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .breadcrumbs-001__item a.breadcrumbs-001__link {
    font-size: 16px;
    line-height: 120%;
  }
}

.breadcrumbs-001__item a.breadcrumbs-001__link:hover {
  text-decoration-color: transparent;
}

.breadcrumbs-001__item:last-child a.breadcrumbs-001__link,
        .breadcrumbs-001__item:last-child .breadcrumbs-001__text {
  font-weight: 300;
  text-decoration-color: transparent;
}

.breadcrumbs-001__home-icon {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.breadcrumbs-001__link-divider {
  margin-right: 0.5rem;
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .breadcrumbs-001__link-divider {
    margin-right: 0.75rem;
    font-size: 16px;
    line-height: 120%;
  }
}

.breadcrumbs-001__link {
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .breadcrumbs-001__link {
    margin-right: 0.75rem;
  }
}

.breadcrumbs-001__text {
  font-size: 14px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .breadcrumbs-001__text {
    font-size: 16px;
    line-height: 120%;
  }
}

.four-col-cards-001 {
  position: relative;
  overflow: hidden;
}

.four-col-cards-001__background {
  position: absolute;
  top: 50%;
  display: none;
  height: auto;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 448px) {
  .four-col-cards-001__background {
    display: block;
  }
}

.four-col-cards-001__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-col-cards-001__subheading {
  justify-content: center;
  text-align: center;
}

.four-col-cards-001__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.four-col-cards-001__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .four-col-cards-001__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .four-col-cards-001__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.four-col-cards-001__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(102, 188, 189, 0.5) 100%);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(4px);
  -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);
}

.four-col-cards-001__card-figure {
  height: 60px;
  width: auto;
}

.four-col-cards-001__card-heading {
  padding-top: 1.25rem;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .four-col-cards-001__card-heading {
    font-size: 28px;
    line-height: 120%;
  }
}

.four-col-cards-001__card-heading + .four-col-cards-001__card-content {
  padding-top: 0.5rem;
}

.four-col-cards-001__card-buttons {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

.four-col-cards-001__card-button {
  width: -moz-fit-content;
  width: fit-content;
}

.four-col-cards-001__buttons {
  margin-top: 2rem;
}

.four-col-cards-001__button {
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .four-col-cards-001__button {
    width: auto;
  }
}

.four-col-cards-002 {
  position: relative;
  overflow: hidden;
}

.four-col-cards-002__background {
  position: absolute;
  top: 50%;
  height: auto;
  width: 100%;
  --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));
}

.four-col-cards-002__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-col-cards-002__subheading {
  text-align: center;
}

.four-col-cards-002__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.four-col-cards-002__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .four-col-cards-002__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.four-col-cards-002__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(102, 188, 189, 0.5) 100%);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-backdrop-blur: blur(4px);
  -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);
}

@media (min-width: 448px) {
  .four-col-cards-002__card {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.four-col-cards-002__card-figure {
  height: 60px;
  width: auto;
}

.four-col-cards-002__card-heading {
  padding-top: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
}

@media (min-width: 448px) {
  .four-col-cards-002__card-heading {
    padding-top: 1.25rem;
    font-size: 24px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .four-col-cards-002__card-heading {
    font-size: 28px;
    line-height: 120%;
  }
}

.four-col-cards-002__card-heading + .four-col-cards-002__card-buttons {
  padding-top: 0.5rem;
}

@media (min-width: 448px) {
  .four-col-cards-002__card-heading + .four-col-cards-002__card-buttons {
    padding-top: 1.25rem;
  }
}

.four-col-cards-002__card-button {
  width: 100%;
  max-width: calc(100% - 10px);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 448px) {
  .four-col-cards-002__card-button {
    width: unset;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .four-col-cards-002__card-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.four-col-cards-002__buttons {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .four-col-cards-002__buttons {
    margin-top: 2rem;
  }
}

.four-col-cards-002__button {
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .four-col-cards-002__button {
    width: auto;
  }
}

.full-w-marquee-001 {
  overflow-x: hidden;
}

.full-w-marquee-001__marquee-text-track {
  display: flex;
}

@keyframes infinite_scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-35%);
  }
}

.full-w-marquee-001__marquee-text-track {
  animation: infinite_scroll 60s linear infinite;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
}

.full-w-marquee-001__star {
  height: auto;
  min-width: 2.5rem;
}

.full-w-marquee-001__word {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(65 125 126 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow:
      1px 1px 0px rgb(255, 255, 255),
      0.5px 0.5px 0.1px #fff,
      -0.5px -0.5px 0.1px #fff,
      0.5px -0.5px 0.1px #fff,
      -0.5px 0.5px 0.1px #fff;
}

.full-w-marquee-001__word:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-001 {
  position: relative;
  height: 100vh;
}

.hero-001--sm {
  height: 70vh;
}

.hero-001::before {
  position: absolute;
  inset: 0px;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-content: '';
  content: var(--tw-content);
}

.hero-001__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-001__heading {
  font-size: 48px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-001__heading {
    font-size: 64px;
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  .hero-001__heading {
    width: 75%;
    font-size: 96px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .hero-001__heading {
    font-size: 110px;
    line-height: 110px;
  }
}

.hero-001__heading-sm {
  margin-top: 0.75rem;
  font-size: 48px;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hero-001__heading-sm {
    font-size: 64px;
    line-height: 110%;
  }
}

.hero-001__subheading {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-001__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-001__button {
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .hero-001__button {
    width: auto;
  }
}

.one-col-cards-001 {
  background-image: url("../theme/assets/vectors/background-circles-bottom.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.one-col-cards-001__container {
  z-index: 1;
}

.one-col-cards-001__subheading {
  justify-content: center;
}

.one-col-cards-001__cards {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .one-col-cards-001__cards {
    margin-top: 2.5rem;
  }
}

.one-col-cards-001__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .one-col-cards-001__card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .one-col-cards-001__card--odd .one-col-cards-001__card-content-wrap {
    order: 2;
  }
}

.one-col-cards-001__card-content-wrap {
  position: relative;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-content-wrap {
    padding: 2.5rem;
  }
}

.one-col-cards-001__card-background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: 83.333333%;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-background {
    width: 80%;
  }
}

.one-col-cards-001__card-content-wrap-inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.one-col-cards-001__card-icon-wrap {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
}

.one-col-cards-001__card-icon-figure {
  height: 66.666667%;
  width: 66.666667%;
}

.one-col-cards-001__card-heading {
  margin-top: 1rem;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-heading {
    font-size: 48px;
    line-height: 120%;
  }

  .one-col-cards-001__card-content {
    font-size: 20px;
    line-height: 120%;
  }
}

.one-col-cards-001__card-features {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-features {
    margin-top: 1.75rem;
  }
}

.one-col-cards-001__card-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.one-col-cards-001__card-feature-icon-wrap {
  display: flex;
  min-height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
}

.one-col-cards-001__card-feature-figure {
  height: 50%;
  width: 50%;
}

.one-col-cards-001__card-feature-content {
  font-size: 20px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-feature-content {
    font-size: 24px;
    line-height: 120%;
  }
}

.one-col-cards-001__card-figure {
  height: 100%;
  width: 100%;
}

.one-col-cards-001__card-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.one-col-cards-001__card-button {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .one-col-cards-001__card-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.one-col-content-001__breadcrumbs .container {
  margin-bottom: 1.25rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.one-col-content-001__content p {
  margin-bottom: 1.25rem;
}

.one-col-content-001__content h1, .one-col-content-001__content h2, .one-col-content-001__content h3, .one-col-content-001__content h4, .one-col-content-001__content h5, .one-col-content-001__content h6 {
  margin-bottom: 0.75rem;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.one-col-content-001__content h1 {
  font-size: 48px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h1 {
    font-size: 64px;
    line-height: 110%;
  }
}

.one-col-content-001__content h2 {
  font-size: 36px;
  line-height: 110%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h2 {
    font-size: 48px;
    line-height: 120%;
  }
}

.one-col-content-001__content h3 {
  font-size: 32px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h3 {
    font-size: 36px;
    line-height: 110%;
  }
}

.one-col-content-001__content h4 {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h4 {
    font-size: 32px;
    line-height: 120%;
  }
}

.one-col-content-001__content h5 {
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h5 {
    font-size: 28px;
    line-height: 120%;
  }
}

.one-col-content-001__content h6 {
  font-size: 18px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .one-col-content-001__content h6 {
    font-size: 24px;
    line-height: 120%;
  }
}

.one-col-form-001 {
  position: relative;
  overflow: hidden;
}

.one-col-form-001__background-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  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));
  align-items: center;
  justify-content: center;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.one-col-form-001__background {
  animation: spin 20s linear infinite;
}

.one-col-form-001__container {
  z-index: 1;
  display: flex;
  justify-content: center;
}

.one-col-form-001__form-wrap-background {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: none;
  height: auto;
  width: 100%;
  --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));
}

@media (min-width: 768px) {
  .one-col-form-001__form-wrap-background {
    display: block;
  }
}

.one-col-form-001__form-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .one-col-form-001__form-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 8rem !important;
  }
}

@media (min-width: 1024px) {
  .one-col-form-001__form-wrap {
    max-width: 1000px;
    gap: 5rem;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .one-col-form-001__form-wrap {
    padding-left: 72px;
    padding-right: 72px;
  }
}

.one-col-form-001__contacts {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .one-col-form-001__contacts {
    margin-top: 2.5rem;
  }
}

.one-col-form-001__contact {
  display: flex;
  gap: 0.75rem;
}

.one-col-form-001__contact-icon-wrap {
  max-height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}

.one-col-form-001__contact-icon {
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}

.one-col-form-001__contact-label {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 448px) {
  .one-col-form-001__contact-label {
    font-size: 20px;
    line-height: 120%;
  }
}

.one-col-form-001__contact-label:hover {
  text-decoration-color: transparent;
}

.three-col-cards-001__container {
  position: relative;
  z-index: 1;
}

.three-col-cards-001__subheading {
  justify-content: center;
}

.three-col-cards-001__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.three-col-cards-001__testimonials--simple {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.three-col-cards-001__testimonial-wrap {
  padding: 0.375rem;
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonial-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-cards-001__testimonial-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonial-wrap--multiple {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .three-col-cards-001__testimonial-wrap--multiple {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.three-col-cards-001__testimonial {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 235 237 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  -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);
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonial {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .three-col-cards-001__testimonial {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonial--multiple {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .three-col-cards-001__testimonial--multiple {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.three-col-cards-001__testimonial-icon-wrap {
  display: flex;
  min-height: 60px;
  min-width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

.three-col-cards-001__testimonial-icon {
  height: auto;
  width: 60%;
}

.three-col-cards-001__testimonial-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.three-col-cards-001__testimonial-name {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

.three-col-cards-001__testimonial-location {
  margin-bottom: 0.75rem;
  text-align: center;
}

.three-col-cards-001__testimonial-text {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.three-col-cards-001__testimonials-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonials-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.three-col-cards-001__testimonials-wrap .tns-nav {
  padding-top: 0.75rem !important;
}

@media (min-width: 768px) {
  .three-col-cards-001__testimonials-wrap .tns-nav {
    display: none;
  }
}

.three-col-cards-001__testimonials-wrap .tns-nav button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 235 237 / var(--tw-border-opacity, 1));
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  opacity: 1 !important;
}

.three-col-cards-001__testimonials-wrap .tns-nav .tns-nav-active {
  background-color: rgb(199 235 237 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.three-col-cards-001__tns-controls {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  width: 100%;
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .three-col-cards-001__tns-controls {
    display: flex;
  }
}

.three-col-cards-001__tns-controls .tns-nav-001__previous,
   .three-col-cards-001__tns-controls .tns-nav-001__next {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 235 237 / var(--tw-border-opacity, 1));
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  --tw-backdrop-blur: blur(4px);
  -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);
}

.three-col-cards-001__tns-controls .tns-nav-001__previous {
  --tw-translate-x: -33.333333%;
  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));
}

.three-col-cards-001__tns-controls .tns-nav-001__next {
  --tw-translate-x: 33.333333%;
  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));
}

.three-col-cards-001__stars-bg {
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 13rem;
  --tw-translate-y: 16.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .three-col-cards-001__stars-bg {
    width: 16rem;
  }
}

@media (min-width: 1024px) {
  .three-col-cards-001__stars-bg {
    width: 18rem;
  }
}

.three-col-cards-001__stars-bg--left {
  left: 0px;
  display: none;
  --tw-translate-x: -16.666667%;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .three-col-cards-001__stars-bg--left {
    display: block;
  }
}

.three-col-cards-001__stars-bg--right {
  right: 0px;
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .three-col-cards-001__stars-bg--right {
    --tw-translate-x: 16.666667%;
    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));
  }
}

.three-col-form-map-001 {
  position: relative;
  overflow: hidden;
}

.three-col-form-map-001__background {
  position: absolute;
  top: 50%;
  display: none;
  height: auto;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 448px) {
  .three-col-form-map-001__background {
    display: block;
  }
}

.three-col-form-map-001__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.three-col-form-map-001__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.three-col-form-map-001__contact-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .three-col-form-map-001__contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.three-col-form-map-001__contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 1.25rem;
  --tw-backdrop-blur: blur(4px);
  -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);
}

@media (min-width: 448px) {
  .three-col-form-map-001__contact-card {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-001__contact-card {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .three-col-form-map-001__contact-card {
    flex-direction: row;
  }
}

.three-col-form-map-001__contact-card:hover .three-col-form-map-001__contact-card-icon-wrap, .three-col-form-map-001__contact-card:active .three-col-form-map-001__contact-card-icon-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

.three-col-form-map-001__contact-card:hover .three-col-form-map-001__contact-card-icon, .three-col-form-map-001__contact-card:active .three-col-form-map-001__contact-card-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.three-col-form-map-001__contact-card:hover .three-col-form-map-001__contact-card-content, .three-col-form-map-001__contact-card:active .three-col-form-map-001__contact-card-content {
  text-decoration-color: transparent;
}

.three-col-form-map-001__contact-card-icon-wrap {
  display: flex;
  min-height: 60px;
  min-width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-001__contact-card-icon-wrap {
    min-height: 5rem;
    min-width: 5rem;
  }
}

.three-col-form-map-001__contact-card-icon {
  height: 50%;
  width: 50%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-001__contact-card-content {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 448px) {
  .three-col-form-map-001__contact-card-content {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-001__contact-card-content {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .three-col-form-map-001__contact-card-content {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .three-col-form-map-001__contact-card-content {
    text-align: left;
  }
}

.three-col-form-map-001__main-wrap {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .three-col-form-map-001__main-wrap {
    flex-direction: row;
  }
}

.three-col-form-map-001__social-cards {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .three-col-form-map-001__social-cards {
    flex-direction: column;
  }
}

.three-col-form-map-001__social-card {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-001__social-card {
    gap: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
    padding: 0.75rem;
    padding-right: 2.5rem;
  }
}

.three-col-form-map-001__social-card:hover, .three-col-form-map-001__social-card:active {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.three-col-form-map-001__social-card:hover .three-col-form-map-001__social-card-icon, .three-col-form-map-001__social-card:active .three-col-form-map-001__social-card-icon {
  --tw-rotate: -12deg;
  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));
}

.three-col-form-map-001__social-card:hover .three-col-form-map-001__social-card-label, .three-col-form-map-001__social-card:active .three-col-form-map-001__social-card-label {
  text-decoration-color: transparent;
}

.three-col-form-map-001__social-card-icon-wrap {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-001__social-card-icon {
  height: 50%;
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-001__social-card-label {
  display: none;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-001__social-card-label {
    display: block;
    font-size: 20px;
    line-height: 120%;
  }
}

.three-col-form-map-001__map {
  aspect-ratio: 3/4;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 5px 8px #00000026;
  --tw-shadow-colored: 0px 5px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 448px) {
  .three-col-form-map-001__map {
    aspect-ratio: 1;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-001__map {
    aspect-ratio: auto;
  }
}

.three-col-form-map-001__map iframe {
  height: 100%;
  width: 100%;
}

.three-col-form-map-001__form {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 5px 8px #00000026;
  --tw-shadow-colored: 0px 5px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .three-col-form-map-001__form {
    max-width: 20rem;
  }
}

@media (min-width: 1024px) {
  .three-col-form-map-001__form {
    max-width: 24rem;
  }
}

.three-col-form-map-002 {
  position: relative;
  overflow: hidden;
}

.three-col-form-map-002__background {
  position: absolute;
  top: 50%;
  display: none;
  height: auto;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 448px) {
  .three-col-form-map-002__background {
    display: block;
  }
}

.three-col-form-map-002__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.three-col-form-map-002__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.three-col-form-map-002__contact-cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .three-col-form-map-002__contact-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.three-col-form-map-002__contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 1.25rem;
  --tw-backdrop-blur: blur(4px);
  -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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 448px) {
  .three-col-form-map-002__contact-card {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__contact-card {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .three-col-form-map-002__contact-card {
    flex-direction: row;
  }
}

.three-col-form-map-002__contact-card:hover, .three-col-form-map-002__contact-card:active {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.three-col-form-map-002__contact-card:hover .three-col-form-map-002__contact-card-icon-wrap, .three-col-form-map-002__contact-card:active .three-col-form-map-002__contact-card-icon-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

.three-col-form-map-002__contact-card:hover .three-col-form-map-002__contact-card-icon, .three-col-form-map-002__contact-card:active .three-col-form-map-002__contact-card-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.three-col-form-map-002__contact-card:hover .three-col-form-map-002__contact-card-content, .three-col-form-map-002__contact-card:active .three-col-form-map-002__contact-card-content {
  text-decoration-color: transparent;
}

.three-col-form-map-002__contact-card-icon-wrap {
  display: flex;
  min-height: 60px;
  min-width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-002__contact-card-icon-wrap {
    min-height: 5rem;
    min-width: 5rem;
  }
}

.three-col-form-map-002__contact-card-icon {
  height: 50%;
  width: 50%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-002__contact-card-content {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 448px) {
  .three-col-form-map-002__contact-card-content {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__contact-card-content {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .three-col-form-map-002__contact-card-content {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .three-col-form-map-002__contact-card-content {
    text-align: left;
  }
}

.three-col-form-map-002__main-wrap {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .three-col-form-map-002__main-wrap {
    flex-direction: row;
  }
}

.three-col-form-map-002__social-cards {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.three-col-form-map-002__social-card {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-002__social-card {
    gap: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
    padding: 0.75rem;
    padding-right: 2.5rem;
  }
}

.three-col-form-map-002__social-card:hover, .three-col-form-map-002__social-card:active {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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));
}

.three-col-form-map-002__social-card:hover .three-col-form-map-002__social-card-icon, .three-col-form-map-002__social-card:active .three-col-form-map-002__social-card-icon {
  --tw-rotate: -12deg;
  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));
}

.three-col-form-map-002__social-card:hover .three-col-form-map-002__social-card-label, .three-col-form-map-002__social-card:active .three-col-form-map-002__social-card-label {
  text-decoration-color: transparent;
}

.three-col-form-map-002__social-card-icon-wrap {
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-002__social-card-icon {
  height: 50%;
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-form-map-002__social-card-label {
  display: none;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .three-col-form-map-002__social-card-label {
    display: block;
    font-size: 20px;
    line-height: 120%;
  }
}

.three-col-form-map-002__map {
  aspect-ratio: 3/4;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 5px 8px #00000026;
  --tw-shadow-colored: 0px 5px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 448px) {
  .three-col-form-map-002__map {
    aspect-ratio: 1;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__map {
    aspect-ratio: auto;
  }
}

.three-col-form-map-002__map iframe {
  height: 100%;
  width: 100%;
}

.three-col-form-map-002__schedule {
  position: relative;
  height: 600px !important;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  padding-bottom: 3.5rem;
  --tw-shadow: 0px 5px 8px #00000026;
  --tw-shadow-colored: 0px 5px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 448px) {
  .three-col-form-map-002__schedule {
    height: auto !important;
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
    min-width: 24rem;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__schedule {
    width: auto;
  }
}

.three-col-form-map-002__schedule-stars-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  --tw-translate-y: 20%;
  --tw-translate-x: 20%;
  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));
}

.three-col-form-map-002__schedule-title {
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .three-col-form-map-002__schedule-title {
    font-size: 36px;
    line-height: 110%;
  }
}

.three-col-form-map-002__schedule-items {
  display: flex;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.three-col-form-map-002__schedule-item {
  display: flex;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.three-col-form-map-002__schedule-day {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

@media (min-width: 448px) {
  .three-col-form-map-002__schedule-day {
    font-size: 24px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__schedule-day {
    font-size: 28px;
    line-height: 120%;
  }
}

.three-col-form-map-002__schedule-program {
  text-wrap: nowrap;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

@media (min-width: 448px) {
  .three-col-form-map-002__schedule-program {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .three-col-form-map-002__schedule-program {
    font-size: 24px;
    line-height: 120%;
  }
}

.three-col-images-001__subheading {
  justify-content: center;
}

.three-col-images-001__images {
  margin-top: 2.5rem;
}

.three-col-images-001__columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .three-col-images-001__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.three-col-images-001__column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.three-col-images-001__image-wrap {
  height: auto;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.three-col-images-001__image-wrap:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-shadow: 0px 8px 12px #00000026;
  --tw-shadow-colored: 0px 8px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.three-col-images-001__modal-wrap {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  justify-content: center;
  overflow: hidden;
  background-color: rgb(0 0 0 / 0.5);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .three-col-images-001__modal-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1280px) {
  .three-col-images-001__modal-wrap {
    align-items: center;
  }
}

.three-col-images-001__modal-wrap.active {
  pointer-events: auto;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  opacity: 1;
}

.three-col-images-001__modal {
  height: 50%;
  width: 50%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.two-col-cards-content-001 {
  position: relative;
  overflow-x: hidden;
}

.two-col-cards-content-001__background-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.two-col-cards-content-001__background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 3000px;
}

.two-col-cards-content-001__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-cards-content-001__container {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .two-col-cards-content-001__container {
    gap: 6rem;
  }
}

.two-col-cards-content-001__cards {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-cards-content-001__cards {
    order: 1;
    width: 50%;
  }
}

.two-col-cards-content-001__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.two-col-cards-content-001__card:hover .two-col-cards-content-001__card-figure {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

.two-col-cards-content-001__card:hover .two-col-cards-content-001__card-image {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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);
}

.two-col-cards-content-001__card-figure {
  margin-bottom: 0.5rem;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.two-col-cards-content-001__card-image {
  height: 66.666667%;
  width: 66.666667%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.two-col-cards-content-001__card-heading {
  font-size: 24px;
  line-height: 120%;
}

.two-col-cards-content-001__card-heading + .two-col-cards-content-001__card-content {
  padding-top: 0.5rem;
}

.two-col-cards-content-001__content-wrap {
  order: 1;
}

@media (min-width: 768px) {
  .two-col-cards-content-001__content-wrap {
    order: 2;
    width: 50%;
  }
}

.two-col-cards-content-001__subheading {
  margin-bottom: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-cards-content-001__subheading {
    justify-content: flex-start;
  }

  .two-col-cards-content-001__heading {
    text-align: left;
  }

  .two-col-cards-content-001__content {
    text-align: left !important;
  }

  .two-col-cards-content-001__buttons {
    justify-content: flex-start !important;
  }
}

.two-col-carousel-content-001 {
  position: relative;
  overflow-x: hidden;
}

.two-col-carousel-content-001__background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 80%;
  --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));
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .two-col-carousel-content-001__background {
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    width: 60%;
    --tw-rotate: 0deg;
    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));
  }
}

.two-col-carousel-content-001__container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-carousel-content-001__container {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-carousel-content-001__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

@media (min-width: 1280px) {
  .two-col-carousel-content-001__container {
    gap: 7rem;
  }
}

.two-col-carousel-content-001__left-wrap {
  order: 2;
}

@media (min-width: 1024px) {
  .two-col-carousel-content-001__left-wrap {
    order: 1;
  }
}

.two-col-carousel-content-001__right-wrap {
  order: 1;
}

@media (min-width: 768px) {
  .two-col-carousel-content-001__right-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-carousel-content-001__right-wrap {
    order: 2;
  }
}

.two-col-carousel-content-001__stat-title {
  font-size: 32px;
  line-height: 120%;
}

.two-col-carousel-content-001__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-carousel-content-001__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.two-col-carousel-content-001__stat {
  display: flex;
  align-items: center;
  gap: 0px;
  font-family: Open Sans, sans-serif;
  font-size: 96px;
  line-height: 100%;
  font-weight: 800;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-variant-numeric: tabular-nums;
}

.two-col-carousel-content-001__stat-number {
  color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-text-stroke-color: #19203F;
  -webkit-text-stroke-width: 2px;
  text-stroke-color: #19203F;
  text-stroke-width: 2px;
}

.two-col-carousel-content-001__stat-wrap:hover .two-col-carousel-content-001__stat-number {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0px;
  text-stroke-color: transparent;
  text-stroke-width: 0px;
}

.two-col-carousel-content-001__buttons {
  margin-top: 1.25rem;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .two-col-carousel-content-001__buttons {
    margin-top: 2.5rem;
  }
}

/* .two-col-carousel-content-001__gallery {
   @apply overflow-hidden relative;
}

.two-col-carousel-content-001__gallery {
   + .two-col-carousel-content-001__gallery {
       @apply mt-3;
   }
}

.two-col-carousel-content-001__gallery-wrap {
   @apply w-screen;
   margin-left: calc(-1px - ((100vw - 100%) / 2) + 1px);
}

.two-col-carousel-content-001__gallery-list {
  display: flex;
  flex-direction: row;
  width: max-content;

  @media (min-width: 1024px) {
    flex-direction: column;
    width: auto;
    height: max-content;
  }
}

.two-col-carousel-content-001__gallery-list-wrap {
   @apply overflow-hidden;
}

.two-col-carousel-content-001__gallery-list-inner {
   @apply flex flex-nowrap gap-2 md:gap-3 overflow-hidden md:w-full;
}

.two-col-carousel-content-001__gallery-item {
   @apply rounded aspect-[3/4] overflow-hidden;
}

.two-col-carousel-content-001__gallery-item-inner {
   @apply w-full h-full;
}

.two-col-carousel-content-001__gallery-item-link {
   @apply block w-full h-full relative overflow-hidden;
   
   &:hover {
       .two-col-carousel-content-001__figure {
           @apply scale-105;
       }
   }
}

.two-col-carousel-content-001__figure {
   @apply w-full h-full ease-in-out duration-300;
}

.two-col-carousel-content-001__image {
   @apply w-full h-full object-cover;
}

.two-col-carousel-content-001__gallery--first {
  @apply lg:col-span-1;
}

.two-col-carousel-content-001__gallery--second {
  @apply lg:col-span-1;
}

@keyframes infinite_scroll_x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes infinite_scroll_y {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
 } */

.two-col-content-cards-001 {
  background-image: url("../theme/assets/vectors/background-circles-quarter.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.two-col-content-cards-001__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {
  .two-col-content-cards-001__container {
    grid-template-columns: 2fr 3fr;
    gap: 5rem;
  }
}

.two-col-content-cards-001__buttons {
  justify-content: flex-start;
}

.two-col-content-cards-001__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-001__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.two-col-content-cards-001__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.two-col-content-cards-001__card:hover .two-col-content-cards-001__card-figure {
  --tw-bg-opacity: 1;
  background-color: rgb(25 32 63 / var(--tw-bg-opacity, 1));
}

.two-col-content-cards-001__card:hover .two-col-content-cards-001__card-image {
  --tw-brightness: brightness(0);
  --tw-invert: invert(100%);
  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);
}

.two-col-content-cards-001__card-figure {
  margin-bottom: 0.5rem;
  display: flex;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(25 32 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.two-col-content-cards-001__card-image {
  height: 66.666667%;
  width: 66.666667%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.two-col-content-cards-001__card-heading {
  font-size: 24px;
  line-height: 120%;
}

.two-col-content-cards-001__card-heading + .two-col-content-cards-001__card-content {
  padding-top: 0.5rem;
}

.two-col-content-cards-002 {
  overflow-x: hidden;
}

.two-col-content-cards-002__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__container {
    flex-direction: row;
    gap: 7rem;
  }
}

.two-col-content-cards-002__left-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__left-wrap {
    min-width: 40%;
  }
}

.two-col-content-cards-002__right-wrap {
  position: relative;
}

.two-col-content-cards-002__background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: 10rem;
  --tw-translate-y: 20%;
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .two-col-content-cards-002__background {
    width: 18rem;
  }
}

.two-col-content-cards-002__content-wrap {
  position: relative;
  z-index: 1;
}

.two-col-content-cards-002__subheading {
  justify-content: center;
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__subheading {
    justify-content: flex-start;
  }
}

.two-col-content-cards-002__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__heading {
    text-align: left;
  }

  .two-col-content-cards-002__content {
    text-align: left !important;
  }

  .two-col-content-cards-002__buttons {
    justify-content: flex-start !important;
  }

  .two-col-content-cards-002__cards {
    min-width: 936px;
  }
}

.two-col-content-cards-002__cards--simple {
  display: flex;
}

.two-col-content-cards-002__card-wrap {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.two-col-content-cards-002__card {
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  padding: 0.75rem;
  --tw-backdrop-blur: blur(4px);
  -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);
}

.two-col-content-cards-002__card-figure {
  margin-bottom: 0.75rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.5rem;
}

.two-col-content-cards-002__card-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col-content-cards-002__card-name {
  font-size: 20px;
  line-height: 120%;
}

.two-col-content-cards-002__card-name + .content-001 {
  padding-top: 0px;
}

.two-col-content-cards-002__card-position {
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}

.two-col-content-cards-002__card-description {
  font-weight: 300;
}

.two-col-content-cards-002__tns-controls {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__tns-controls {
    width: 50%;
    --tw-translate-x: -4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1280px) {
  .two-col-content-cards-002__tns-controls {
    width: 72%;
  }
}

@media (min-width: 1440px) {
  .two-col-content-cards-002__tns-controls {
    width: 83.333333%;
  }
}

@media (min-width: 2000px) {
  .two-col-content-cards-002__tns-controls {
    width: 115%;
  }
}

.two-col-content-cards-002__tns-controls .tns-nav-001__previous,
   .two-col-content-cards-002__tns-controls .tns-nav-001__next {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 235 237 / var(--tw-border-opacity, 1));
  background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  --tw-backdrop-blur: blur(4px);
  -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);
}

.two-col-content-cards-002__tns-controls .tns-nav-001__previous {
  --tw-translate-x: -33.333333%;
  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));
}

.two-col-content-cards-002__tns-controls .tns-nav-001__next {
  --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));
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__tns-controls .tns-nav-001__next {
    --tw-translate-x: 33.333333%;
    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));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 1;
  }
}

@media (min-width: 2000px) {
  .two-col-content-cards-002__tns-controls .tns-nav-001__next {
    background-color: rgb(65 125 126 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.4;
  }
}

@media (min-width: 1024px) {
  .two-col-content-cards-002__tns-controls .tns-nav-001__next .tns-nav-001__button-icon {
    --tw-text-opacity: 1;
    color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 2000px) {
  .two-col-content-cards-002__tns-controls .tns-nav-001__next .tns-nav-001__button-icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.two-col-content-cards-003 {
  position: relative;
  overflow: hidden;
}

.two-col-content-cards-003__background-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.two-col-content-cards-003__background {
  height: auto;
  width: 100%;
}

.two-col-content-cards-003__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-003__container {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .two-col-content-cards-003__container {
    gap: 6rem;
  }
}

@media (min-width: 768px) {
  .two-col-content-cards-003__content-wrap {
    top: 8rem;
    width: 40%;
  }
}

.two-col-content-cards-003__subheading {
  margin-bottom: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-content-cards-003__subheading {
    justify-content: flex-start;
  }
}

.two-col-content-cards-003__subheading-icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .two-col-content-cards-003__heading {
    text-align: left;
  }

  .two-col-content-cards-003__content {
    text-align: left !important;
  }

  .two-col-content-cards-003__buttons {
    justify-content: flex-start !important;
  }
}

.two-col-content-cards-003__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-003__cards-wrap {
    width: 60%;
    flex-direction: row;
    align-items: flex-start;
  }
}

.two-col-content-cards-003__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-003__cards {
    width: 50%;
  }

  .two-col-content-cards-003__cards--first {
    padding-top: 9rem;
  }
}

.two-col-content-cards-003__card {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 244 245 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(102, 188, 189, 0.5) 100%);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-backdrop-blur: blur(4px);
  -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);
}

.two-col-content-cards-003__card-figure {
  height: 60px;
  width: auto;
}

.two-col-content-cards-003__card-heading {
  padding-top: 1.25rem;
  text-align: center;
  font-size: 24px;
  line-height: 120%;
}

@media (min-width: 768px) {
  .two-col-content-cards-003__card-heading {
    font-size: 28px;
    line-height: 120%;
  }
}

.two-col-content-cards-003__card-heading + .two-col-content-cards-003__card-content {
  padding-top: 0.5rem;
}

.two-col-content-cards-004 {
  background-image: url("../theme/assets/vectors/background-circles-half.svg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-position: left;
  background-position: center;
  overflow-x: hidden;
}

.two-col-content-cards-004__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__container {
    flex-direction: row;
  }

  .two-col-content-cards-004__content-wrap {
    width: 40%;
  }
}

.two-col-content-cards-004__subheading {
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__subheading {
    justify-content: flex-start;
  }
}

.two-col-content-cards-004__heading {
  text-align: center;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__heading {
    text-align: left;
  }
}

.two-col-content-cards-004__content {
  text-align: center;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__content {
    text-align: left !important;
  }

  .two-col-content-cards-004__buttons {
    justify-content: flex-start !important;
  }
}

.two-col-content-cards-004__testimonials-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__testimonials-wrap {
    width: 60%;
  }
}

.two-col-content-cards-004__testimonial {
  position: relative;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(232 244 245 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .two-col-content-cards-004__testimonial:nth-child(2) {
    margin-left: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-content-cards-004__testimonial:nth-child(2) {
    margin-left: 8rem;
  }
}

@media (min-width: 768px) {
  .two-col-content-cards-004__testimonial:nth-child(1),
   .two-col-content-cards-004__testimonial:nth-child(3) {
    margin-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .two-col-content-cards-004__testimonial:nth-child(1),
   .two-col-content-cards-004__testimonial:nth-child(3) {
    margin-right: 8rem;
  }
}

.two-col-content-cards-004__testimonial-quotes-wrap {
  position: absolute;
  top: 0px;
  right: 2.5rem;
  display: flex;
  min-height: 60px;
  min-width: 60px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 188 189 / var(--tw-bg-opacity, 1));
}

.two-col-content-cards-004__testimonial-content {
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__testimonial-content {
    font-size: 18px;
    line-height: 120%;
  }
}

.two-col-content-cards-004__testimonial-bottom {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.two-col-content-cards-004__testimonial-figure {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
}

.two-col-content-cards-004__testimonial-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col-content-cards-004__testimonial-name {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}

.two-col-content-cards-004__testimonial-location {
  font-weight: 400;
}

@media (min-width: 768px) {
  .two-col-content-cards-004__testimonial-location {
    font-size: 20px;
    line-height: 120%;
  }
}

.two-col-content-image-001 {
  position: relative;
  overflow: hidden;
}

.two-col-content-image-001__background {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: 3000px;
}

.two-col-content-image-001__container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-content-image-001__container {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .two-col-content-image-001__container {
    gap: 6rem;
  }
}

@media (min-width: 768px) {
  .two-col-content-image-001__content-wrap {
    width: 50%;
  }

  .two-col-content-image-001__right-wrap {
    width: 50%;
  }
}

.two-col-content-image-001__figure {
  aspect-ratio: 6/7;
  overflow: hidden;
  border-radius: 1rem;
  --tw-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 4px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.two-col-content-image-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col-content-image-001__subheading {
  margin-bottom: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .two-col-content-image-001__subheading {
    justify-content: flex-start;
  }

  .two-col-content-image-001__heading {
    text-align: left;
  }

  .two-col-content-image-001__content {
    text-align: left !important;
  }

  .two-col-content-image-001__buttons {
    justify-content: flex-start !important;
  }
}

.two-col-image-stats-001 {
  position: relative;
  overflow-x: hidden;
}

.two-col-image-stats-001__background {
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto;
  width: 80%;
  --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));
  --tw-text-opacity: 1;
  color: rgb(102 188 189 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .two-col-image-stats-001__background {
    bottom: 0px;
    right: 0px;
    top: auto;
    left: auto;
    width: 60%;
    --tw-rotate: 0deg;
    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));
  }
}

.two-col-image-stats-001__container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-image-stats-001__container {
    gap: 4rem;
  }
}

@media (min-width: 1024px) {
  .two-col-image-stats-001__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

@media (min-width: 1280px) {
  .two-col-image-stats-001__container {
    gap: 7rem;
  }
}

.two-col-image-stats-001__left-wrap {
  order: 2;
}

@media (min-width: 1024px) {
  .two-col-image-stats-001__left-wrap {
    order: 1;
  }
}

.two-col-image-stats-001__right-wrap {
  order: 1;
}

@media (min-width: 1024px) {
  .two-col-image-stats-001__right-wrap {
    order: 2;
  }
}

.two-col-image-stats-001__figure {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  --tw-shadow: 0px 12px 16px #00000026;
  --tw-shadow-colored: 0px 12px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .two-col-image-stats-001__figure {
    aspect-ratio: 3/4;
  }
}

.two-col-image-stats-001__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-col-image-stats-001__stat-title {
  font-size: 32px;
  line-height: 120%;
}

.two-col-image-stats-001__stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.75rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px) {
  .two-col-image-stats-001__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.two-col-image-stats-001__stat {
  display: flex;
  align-items: center;
  gap: 0px;
  font-family: Open Sans, sans-serif;
  font-size: 96px;
  line-height: 100%;
  font-weight: 800;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-variant-numeric: tabular-nums;
}

.two-col-image-stats-001__stat-number {
  color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  -webkit-text-stroke-color: #19203F;
  -webkit-text-stroke-width: 2px;
  text-stroke-color: #19203F;
  text-stroke-width: 2px;
}

.two-col-image-stats-001__stat-wrap:hover .two-col-image-stats-001__stat-number {
  --tw-text-opacity: 1;
  color: rgb(25 32 63 / var(--tw-text-opacity, 1));
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 0px;
  text-stroke-color: transparent;
  text-stroke-width: 0px;
}

.two-col-image-stats-001__buttons {
  margin-top: 1.25rem;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .two-col-image-stats-001__buttons {
    margin-top: 2.5rem;
  }
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

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

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

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
}

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

/**
 * 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
 */
