@import "https://unpkg.com/leaflet@1.7.1/dist/leaflet.css";

@import "https://unpkg.com/leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css";

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

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

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

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

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.\!aspect-w-1,
.\!aspect-w-2,
.\!aspect-w-3,
.\!aspect-w-4,
.\!aspect-w-5,
.\!aspect-w-6,
.\!aspect-w-7,
.\!aspect-w-8,
.\!aspect-w-9,
.\!aspect-w-10,
.\!aspect-w-11,
.\!aspect-w-12,
.\!aspect-w-13,
.\!aspect-w-14,
.\!aspect-w-15,
.\!aspect-w-16{
  position: relative !important;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%) !important;
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.\!aspect-w-1 > *,
.\!aspect-w-2 > *,
.\!aspect-w-3 > *,
.\!aspect-w-4 > *,
.\!aspect-w-5 > *,
.\!aspect-w-6 > *,
.\!aspect-w-7 > *,
.\!aspect-w-8 > *,
.\!aspect-w-9 > *,
.\!aspect-w-10 > *,
.\!aspect-w-11 > *,
.\!aspect-w-12 > *,
.\!aspect-w-13 > *,
.\!aspect-w-14 > *,
.\!aspect-w-15 > *,
.\!aspect-w-16 > *{
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.aspect-w-1{
  --tw-aspect-w: 1;
}

.aspect-w-4{
  --tw-aspect-w: 4;
}

.aspect-w-9{
  --tw-aspect-w: 9;
}

.aspect-w-10{
  --tw-aspect-w: 10;
}

.aspect-w-16{
  --tw-aspect-w: 16;
}

.\!aspect-w-16{
  --tw-aspect-w: 16 !important;
}

.aspect-h-1{
  --tw-aspect-h: 1;
}

.aspect-h-3{
  --tw-aspect-h: 3;
}

.aspect-h-6{
  --tw-aspect-h: 6;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

.\!aspect-h-9{
  --tw-aspect-h: 9 !important;
}

.header-text .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.header-text .text-center > *{
      text-align: center;
    }

.header-text .text-right > *{
      margin-left: auto;
    }

.header-text .text-right > *{
      text-align: right;
    }

.subheader-image .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.subheader-image .text-center > *{
      text-align: center;
    }

.subheader-image .text-right > *{
      margin-left: auto;
    }

.subheader-image .text-right > *{
      text-align: right;
    }

.accordion .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.accordion .text-center > *{
      text-align: center;
    }

.accordion .text-right > *{
      margin-left: auto;
    }

.accordion .text-right > *{
      text-align: right;
    }

.accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6{
    margin-bottom: 2rem;
  }

.accordion .accordion_container .tab-content{
      height: 0px;
    }

.accordion .accordion_container .tab-content{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.accordion .accordion_container .tab-content{
      transition-duration: 300ms;
    }

.accordion .accordion_container .tab button{
      position: relative;
    }

.accordion .accordion_container .tab:not(:first-child) button{
      border-top-width: 1px;
    }

.accordion .accordion_container .tab:not(:first-child) button{
      --tw-border-opacity: 1;
      border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }

/* Icon */

.accordion .accordion_container .tab button > svg{
      position: absolute;
    }

.accordion .accordion_container .tab button > svg{
      right: 0px;
    }

.accordion .accordion_container .tab button > svg{
      top: 1.5rem;
    }

.accordion .accordion_container .tab button > svg{
      display: block;
    }

.accordion .accordion_container .tab button > svg{
      height: 0.75rem;
    }

.accordion .accordion_container .tab button > svg{
      width: 0.75rem;
    }

.accordion .accordion_container .tab button > svg{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.accordion .accordion_container .tab button > svg{
      transition-duration: 300ms;
    }

@media (min-width: 768px){
      .accordion .accordion_container .tab button > svg{
        right: 1rem;
      }
    }

@media (min-width: 768px){
      .accordion .accordion_container .tab button > svg{
        top: 1.75rem;
      }
    }

@media (min-width: 768px){
      .accordion .accordion_container .tab button > svg{
        height: 1rem;
      }
    }

@media (min-width: 768px){
      .accordion .accordion_container .tab button > svg{
        width: 1rem;
      }
    }

/* Icon formatting - open */

.accordion .accordion_container .tab.active button > svg{
      --tw-rotate: 180deg;
      transform: var(--tw-transform);
    }

.text-image .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.text-image .text-center > *{
      text-align: center;
    }

.text-image .text-right > *{
      margin-left: auto;
    }

.text-image .text-right > *{
      text-align: right;
    }

.text-image__image img{
      height: 100%;
    }

.text-image__image img{
      width: 100%;
    }

.text-image__image img{
      -o-object-fit: cover;
         object-fit: cover;
    }

@media (min-width: 1024px){
      .text-image__col1.left{
        padding-right: 2.5rem;
      }
    }

@media (min-width: 1024px){
      .text-image__col1.right{
        padding-left: 2.5rem;
      }
    }

.delight-header-wrap > div {
    flex-basis: 33.33%;
  }

.delight-h1 {
  font-size: clamp(24px, 1.45rem + 2vw, 64px) !important;
  line-height: 1.1;
}

.delight-image-wrap {
  aspect-ratio: 1/1;
}

.delight-image-wrap img{
    border-radius: 9999px;
  }

@media screen and (min-width: 1280px) {
  .delight-h1 {
    font-size: clamp(2.6rem, -1.25rem + 4.375vw, 4rem) !important;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1440px) {
    .delight-text > p {
      margin-left: clamp(0rem, -22.5rem + 25vw, 7.5rem);
    }
}

@media screen and (min-width: 1921px) {
  .delight-h1 {
    font-size: clamp(4rem, 1.7477rem + 1.876vw, 6.25rem) !important;
    max-width: 25vw !important;
  }
    .delight-text > p {
      margin-left: clamp(7.5rem, -0.0078rem + 6.2533vw, 15rem);
      font-size: clamp(1.5rem, 0.499rem + 0.8338vw, 2.5rem);
      line-height: 1.1;
      max-width: 19vw !important;
    }

  h3#ellipse-text {
    font-size: clamp(1.5rem, -0.5021rem + 1.6675vw, 3.5rem) !important;
    line-height: 1.1;
  }
}

@media screen and (max-width: 1279px) {
  .delight-header {
    margin-top: clamp(0px, -14.9375rem + 40vh, 25px);
  }

  .delight-header-wrap {
    max-width: max(520px, 70vw);
  }
    .delight-header-wrap .delight-text {
      padding-top: clamp(10px, -14.9375rem + 40vh, 5rem);
    }

  .delight-h1 {
    max-width: clamp(230px, 7.4306rem + 30vw, 380px);
    padding-bottom: clamp(10px, -14.9375rem + 40vh, 28px);
  }

  .delight-image-wrap {
    width: clamp(220px, 6.7188rem + 20.4545vh, 238px);
    height: clamp(220px, 6.7188rem + 20.4545vh, 238px);
  }
    @media screen and (min-width: 768px) {

  .delight-image-wrap {
      width: clamp(350px, 6.7188rem + 20.4545vh, 380px);

      height: clamp(350px, 6.7188rem + 20.4545vh, 380px)
  }
    }
}

.header-image .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.header-image .text-center > *{
      text-align: center;
    }

.header-image .text-right > *{
      margin-left: auto;
    }

.header-image .text-right > *{
      text-align: right;
    }

.headline-element.text-center, .headline-element.text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.headline-element.text-center, .headline-element.text-center > *{
      text-align: center;
    }

.headline-element.text-right, .headline-element.text-right > *{
      margin-left: auto;
    }

.headline-element.text-right, .headline-element.text-right > *{
      text-align: right;
    }

.subheader-text-image .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.subheader-text-image .text-center > *{
      text-align: center;
    }

.subheader-text-image .text-right > *{
      margin-left: auto;
    }

.subheader-text-image .text-right > *{
      text-align: right;
    }

.headline-elemenet .text-center > *,.text-element .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.headline-elemenet .text-center > *,.text-element .text-center > *{
      text-align: center;
    }

.headline-elemenet .text-right > *,.text-element .text-right > *{
      margin-left: auto;
    }

.headline-elemenet .text-right > *,.text-element .text-right > *{
      text-align: right;
    }

.text-element ul{
    list-style-type: disc;
  }

.text-element ul{
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }

.text-element.text-center, .text-element.text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.text-element.text-center, .text-element.text-center > *{
      text-align: center;
    }

.text-element.text-right, .text-element.text-right > *{
      margin-left: auto;
    }

.text-element.text-right, .text-element.text-right > *{
      text-align: right;
    }

.subheader-text .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.subheader-text .text-center > *{
      text-align: center;
    }

.subheader-text .text-right > *{
      margin-left: auto;
    }

.subheader-text .text-right > *{
      text-align: right;
    }

.header-text-image .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.header-text-image .text-center > *{
      text-align: center;
    }

.header-text-image .text-right > *{
      margin-left: auto;
    }

.header-text-image .text-right > *{
      text-align: right;
    }

.delight-subheader .delight-image-wrap {
    aspect-ratio: 1/1;
  }

.delight-subheader .delight-subheader-wrap {
    min-height: min(90vh, 1400px);
  }

.delight-subheader .delight-h2 {
    font-size: clamp(1.5rem, 0.9231rem + 2.5641vw, 4rem) !important;
    line-height: 1.1;
  }

.delight-subheader .delight-image-wrap img{
      border-radius: 9999px;
    }

@media screen and (min-width: 1280px) {
    .delight-subheader .delight-h2 {
      font-size: clamp(3.5rem, -1.25rem + 4.375vw, 4rem) !important;
      line-height: 1.1;
    }
  }

@media screen and (min-width: 1920px) {
    .delight-subheader .delight-subheader-wrap {
      max-width: min(90vw, 2700px);
    }
      .delight-subheader .delight-subheader-wrap .delight-h2 {
        font-size: clamp(4rem, 2.999rem + 0.8338vw, 5rem) !important;
      }
      .delight-subheader .delight-subheader-wrap .delight-subheader-text {
        font-size: clamp(1.125rem, 0.3742rem + 0.6253vw, 1.875rem);
        line-height: 1.1;
      }
      .delight-subheader .delight-subheader-wrap .delight-image-wrap {
        min-width: clamp(31.375rem, 22.1154rem + 7.7124vw, 40.625rem);
        min-height: clamp(31.375rem, 22.1154rem + 7.7124vw, 40.625rem);
      }
  }

@media screen and (max-width: 1023px) {
    .delight-subheader .delight-subheader-wrap {
      max-width: max(520px, 70vw);
      min-height: min(100vw, 75vh);
    }
      .delight-subheader .delight-subheader-wrap .delight-subheader-text {
        max-width: max(215px, 70%);
      }

    .delight-subheader .delight-h2 {
      max-width: max(215px, 70%);
    }

    .delight-subheader .delight-image-wrap {
      width: clamp(9.375rem, 2.6786rem + 33.4821vw, 18.75rem);
      height: clamp(9.375rem, 2.6786rem + 33.4821vw, 18.75rem);
    }
      @media screen and (min-width: 768px) {

    .delight-subheader .delight-image-wrap {
        width: clamp(350px, 6.7188rem + 20.4545vh, 380px);

        height: clamp(350px, 6.7188rem + 20.4545vh, 380px)
    }
      }
  }

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-0{
  left: 0px;
}

.top-2{
  top: 0.5rem;
}

.left-2{
  left: 0.5rem;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

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

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

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

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

.top-full{
  top: 100%;
}

.top-0{
  top: 0px;
}

.\!top-\[unset\]{
  top: unset !important;
}

.bottom-\[17\%\]{
  bottom: 17%;
}

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.ml-1{
  margin-left: 0.25rem;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

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

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

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

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

.ml-4{
  margin-left: 1rem;
}

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

.ml-5{
  margin-left: 1.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-8{
  margin-right: 2rem;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

.h-3{
  height: 0.75rem;
}

.\!h-\[133px\]{
  height: 133px !important;
}

.h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.h-16{
  height: 4rem;
}

.h-80vh{
  height: 80vh;
}

.h-24{
  height: 6rem;
}

.h-auto{
  height: auto;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

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

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

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

.max-h-full{
  max-height: 100%;
}

.min-h-\[85vh\]{
  min-height: 85vh;
}

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

.min-h-full{
  min-height: 100%;
}

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

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

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

.w-full{
  width: 100%;
}

.w-5{
  width: 1.25rem;
}

.w-4{
  width: 1rem;
}

.w-3{
  width: 0.75rem;
}

.w-auto{
  width: auto;
}

.w-24{
  width: 6rem;
}

.w-9{
  width: 2.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-sm{
  max-width: 640px;
}

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

.max-w-screen-fhd{
  max-width: 1920px;
}

.max-w-screen-2xl{
  max-width: 1440px;
}

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

.max-w-screen-lg{
  max-width: 1024px;
}

.\!flex-shrink-0{
  flex-shrink: 0 !important;
}

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

.origin-left{
  transform-origin: left;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.translate-y-full{
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: var(--tw-transform);
}

.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: var(--tw-transform);
}

.translate-x-2{
  --tw-translate-x: 0.5rem;
  transform: var(--tw-transform);
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

.transform{
  transform: var(--tw-transform);
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5{
  gap: 1.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-32{
  row-gap: 8rem;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

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

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

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

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
}

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

.bg-fixed{
  background-attachment: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-primary{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

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

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

.pt-3{
  padding-top: 0.75rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

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

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

.pt-8{
  padding-top: 2rem;
}

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

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

.pt-2{
  padding-top: 0.5rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

.pr-5{
  padding-right: 1.25rem;
}

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

.pt-12{
  padding-top: 3rem;
}

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

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

.font-primary{
  font-family: 'Karla', sans-serif;
}

.font-OpenSansBold{
  font-family: OpenSans-Bold, sans-serif;
}

.\!font-OpenSansBold{
  font-family: OpenSans-Bold, sans-serif !important;
}

.\!font-OpenSansRegular{
  font-family: OpenSans-Regular, sans-serif !important;
}

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

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

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

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

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

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

.text-introHI{
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  line-height: 1.35;
}

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

.text-headlineHI{
  font-size: clamp(1.875rem, 1.45rem + 2.125vw, 4rem);
  line-height: 1.1;
}

.text-headlineHTI{
  font-size: clamp(1.875rem, 1.45rem + 2.125vw, 4rem);
  line-height: 1.1;
}

.text-headlineHT{
  font-size: clamp(2rem, 0.9rem + 5.5vw, 7.5rem);
  line-height: 1.08;
}

.text-introHT{
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  line-height: 1.35;
}

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

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-headlineSHT{
  font-size: clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem);
  line-height: 1.08;
}

.text-headlineSHTI{
  font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
  line-height: 1.08;
}

.font-black{
  font-weight: 900;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.uppercase{
  text-transform: uppercase;
}

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

.leading-normal{
  line-height: 1.5;
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgba(255, 56, 69, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

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

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-100{
  opacity: 1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
  filter: var(--tw-filter);
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

@font-face {
  font-family: "OpenSans-Regular";

  src: url("fonts/OpenSans-Regular.woff2") format("woff2");

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "OpenSans-SemiBold";

  src: url("fonts/OpenSans-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: "OpenSans-Bold";

  src: url("fonts/OpenSans-Bold.woff2") format("woff2");

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: "OpenSans-ExtraBold";

  src: url("fonts/OpenSans-ExtraBold.woff2") format("woff2");

  font-weight: 800;

  font-display: swap;
}

@font-face {
  font-family: "Karla";

  src: url("fonts/karla-regular.woff2") format("woff2");

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: "Karla";

  src: url("fonts/karla-600.woff2") format("woff2");

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: "Karla";

  src: url("fonts/karla-700.woff2") format("woff2");

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: "Karla";

  src: url("fonts/karla-800.woff2") format("woff2");

  font-weight: 800;

  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Bold";

  src: url("fonts/Montserrat-Bold.woff2") format("woff2");

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Light";

  src: url("fonts/Montserrat-Light.woff2") format("woff2");

  font-weight: 300;

  font-display: swap;
}

body{
  overflow-x: hidden;
  font-family: 'Karla', sans-serif;
}

.site-content{
  margin-top: 76px;
}

@media (min-width: 1024px){
  .site-content{
    margin-top: 90px;
  }
}

h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

@media (min-width: 768px){
  .text-copy{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .text-copy{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.woocommerce-result-count .screen-reader-text {
    display: none !important;
  }

.block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.block-editor-block-list__layout h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.block-editor-block-list__layout p a,.block-editor-block-list__layout ul a,.block-editor-block-list__layout ol a{
      --tw-text-opacity: 1;
      color: rgba(59, 130, 246, var(--tw-text-opacity));
    }

.block-editor-block-list__layout p a,.block-editor-block-list__layout ul a,.block-editor-block-list__layout ol a{
      text-decoration: underline;
    }

.block-editor-block-list__layout p a:hover,.block-editor-block-list__layout ul a:hover,.block-editor-block-list__layout ol a:hover{
        text-decoration: none;
      }

.block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
  }

.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-position: inside;
    }

.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-type: disc;
    }

.block-editor-block-list__layout ol li{
      list-style-position: inside;
    }

.block-editor-block-list__layout ol li{
      list-style-type: decimal;
    }

.page-id-1836 .text-element{
    padding-top: 0.75rem;
  }

@media (min-width: 1024px){
    .page-id-1836 .text-element{
      padding-top: 1.75rem;
    }
  }

.page-id-1836 .text-element p:not(:last-child){
      padding-bottom: 0.75rem;
    }

@media (min-width: 1024px){
      .page-id-1836 .text-element p:not(:last-child){
        padding-bottom: 1.75rem;
      }
    }

.woocommerce-result-count .screen-reader-text {
    display: none !important;
  }

.header{
  top: 0px;
}

.header .navigation{
    margin-left: auto;
    margin-right: auto;
  }

.header .navigation{
    max-width: 1920px;
  }

.header .navigation{
    padding-left: 1.25rem;
  }

.header .navigation{
    padding-right: 2.5rem;
  }

@media (min-width: 1024px){
      .header .navigation__horizontal{
        display: flex;
      }
    }

@media (min-width: 1024px){
      .header .navigation__horizontal{
        align-items: center;
      }
    }

@media (min-width: 1024px){
      .header .navigation__horizontal{
        justify-content: space-between;
      }
    }

.header .navigation__horizontal #primary-menu{
        margin-top: 1rem;
      }

.header .navigation__horizontal #primary-menu{
        max-height: 100vh;
      }

.header .navigation__horizontal #primary-menu{
        overflow: hidden;
      }

.header .navigation__horizontal #primary-menu{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }

.header .navigation__horizontal #primary-menu{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.header .navigation__horizontal #primary-menu{
        transition-duration: 300ms;
      }

@media (min-width: 1024px){
        .header .navigation__horizontal #primary-menu{
          margin-top: 0px;
        }
      }

@media (min-width: 1024px){
        .header .navigation__horizontal #primary-menu{
          display: block;
        }
      }

@media (min-width: 1024px){
        .header .navigation__horizontal #primary-menu{
          overflow: visible;
        }
      }

@media (min-width: 1024px){
        .header .navigation__horizontal #primary-menu{
          background-color: transparent;
        }
      }

@media (min-width: 1024px){
        .header .navigation__horizontal #primary-menu{
          padding: 0px;
        }
      }

@media screen and (max-width: 1023px) {
          .header .navigation__horizontal #primary-menu.mobile-hidden{
            margin-top: 0px;
          }

          .header .navigation__horizontal #primary-menu.mobile-hidden{
            max-height: 0px;
          }

          .header .navigation__horizontal #primary-menu.mobile-hidden{
            padding-top: 0px;
            padding-bottom: 0px;
          }
        }

.header .navigation__horizontal #primary-menu .menu-menu-1{
          position: relative;
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .menu-menu-1{
            margin-left: -1rem;
            margin-right: -1rem;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .menu-menu-1{
            display: flex;
          }
        }

.header .navigation__horizontal #primary-menu .menu-menu-1 > .menu-item{
            cursor: pointer;
          }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a{
              position: relative;
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a{
              display: block;
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a{
              padding-right: 1.25rem;
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a{
                padding-right: 0px;
              }
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after {
                content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                position: absolute;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                right: 0px;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                top: 50%;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                height: 1.5rem;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                width: 0.75rem;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                --tw-translate-y: -50%;
                transform: var(--tw-transform);
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transform: var(--tw-transform);
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
                transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                transition-property: background-color, border-color, 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;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transition-duration: 300ms;
              }

@media (min-width: 1024px){
                .header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                  display: none;
                }
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children.opened > a:after{
                  --tw-translate-y: -50%;
                  transform: var(--tw-transform);
                }

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children.opened > a:after{
                  --tw-rotate: 180deg;
                  transform: var(--tw-transform);
                }

@media screen and (min-width: 768px) {

.header .navigation__horizontal #primary-menu .menu-menu-1 .menu-item-has-children:hover > a {
                text-shadow: 0.6px 0.6px 0px #fff
            }
              }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              margin-left: 1.25rem;
              margin-right: 1.25rem;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              border-bottom-width: 8px;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              border-color: transparent;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
              transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
              transition-property: background-color, border-color, 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;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li{
              transition-duration: 300ms;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .menu-menu-1 > li:hover{
              --tw-border-opacity: 1;
              border-color: rgba(255, 255, 255, var(--tw-border-opacity));
            }
          }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li a{
              display: block;
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li a{
              padding-top: 0.375rem;
              padding-bottom: 0.375rem;
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li a{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li a{
                padding-top: 2rem;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li a{
                padding-bottom: 1.5rem;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:hover .sub-menu{
                max-height: 24rem;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:hover .sub-menu{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:hover .sub-menu{
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:hover .sub-menu{
                transition-duration: 500ms;
              }
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child{
              margin-top: 0.5rem;
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child{
                margin-left: 0px;
                margin-right: 0px;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child{
                margin-top: 0px;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child{
                border-style: none;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child{
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
              }
            }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                border-radius: 0.125rem;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                --tw-bg-opacity: 1;
                background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                padding-left: 0.5rem;
                padding-right: 0.5rem;
              }

.header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                --tw-text-opacity: 1;
                color: rgba(0, 0, 0, var(--tw-text-opacity));
              }

@media (min-width: 1024px){
                .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                  padding-top: 0.5rem;
                  padding-bottom: 0.5rem;
                }
              }

@media (min-width: 1024px){
                .header .navigation__horizontal #primary-menu .menu-menu-1 > li:last-child a{
                  padding-left: 1.25rem;
                  padding-right: 1.25rem;
                }
              }

.header .navigation__horizontal #primary-menu .sub-menu{
          max-height: 0px;
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          width: 100%;
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          overflow: hidden;
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          --tw-bg-opacity: 1;
          background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          padding-left: 0.75rem;
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          --tw-text-opacity: 1;
          color: rgba(0, 0, 0, var(--tw-text-opacity));
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.header .navigation__horizontal #primary-menu .sub-menu{
          transition-duration: 300ms;
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            position: absolute;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            left: 0px;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            top: 100%;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            z-index: -1;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            display: grid;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            transform: var(--tw-transform);
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            grid-auto-flow: column;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            grid-template-columns: repeat(3, minmax(0, 1fr));
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            grid-template-rows: repeat(3, minmax(0, 1fr));
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            padding-left: 0px;
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            --tw-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
        }

@media (min-width: 1024px){
          .header .navigation__horizontal #primary-menu .sub-menu{
            transition-property: none;
          }
        }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu > li{
              margin-left: 0px;
              margin-right: 0px;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu > li{
              padding-left: 2.5rem;
              padding-right: 2.5rem;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu > li{
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu > li{
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }

.header .navigation__horizontal #primary-menu .sub-menu > li a{
              display: block;
            }

.header .navigation__horizontal #primary-menu .sub-menu > li a{
              transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
              transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
              transition-property: background-color, border-color, 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;
            }

.header .navigation__horizontal #primary-menu .sub-menu > li a{
              transition-duration: 300ms;
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .sub-menu > li a{
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
              }
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .sub-menu > li a{
                padding-top: 0px;
                padding-bottom: 0px;
              }
            }

@media screen and (min-width: 768px) {

.header .navigation__horizontal #primary-menu .sub-menu > li:hover > a {
                text-shadow: 0.6px 0.6px 0px #fff
            }
              }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            max-height: 24rem;
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            border-radius: 0.125rem;
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            border-bottom-width: 1px;
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            border-top-width: 1px;
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            --tw-border-opacity: 1;
            border-color: rgba(255, 255, 255, var(--tw-border-opacity));
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened{
            padding-top: 0.375rem;
            padding-bottom: 0.375rem;
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu.opened{
              max-height: 0px;
            }
          }

@media (min-width: 1024px){
            .header .navigation__horizontal #primary-menu .sub-menu.opened{
              padding-top: 0px;
              padding-bottom: 0px;
            }
          }

.header .navigation__horizontal #primary-menu .sub-menu.opened a{
              padding-top: 0.375rem;
              padding-bottom: 0.375rem;
            }

@media (min-width: 1024px){
              .header .navigation__horizontal #primary-menu .sub-menu.opened a{
                padding-top: 0px;
                padding-bottom: 0px;
              }
            }

.admin-bar .header {
    top: 32px;
  }

@media screen and (max-width: 782px) {

.admin-bar .header {
      top: 46px
  }
    }

@media screen and (max-width: 600px) {

.admin-bar.scrolled header {
        top: 0px
    }
      }

.scrolled {
  background-color: white !important;
}

.header{
  top: 0px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.header .navigation{
    margin-left: auto;
    margin-right: auto;
  }

.header .navigation{
    max-width: 1920px;
  }

.header .navigation{
    padding-left: 1.25rem;
  }

.header .navigation{
    padding-right: 1.25rem;
  }

@media (min-width: 1280px){
    .header .navigation{
      padding-right: 2.5rem;
    }
  }

.header .navigation__vertical{
      transition-property: background-color, border-color, color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

@media (min-width: 1280px){
      .header .navigation__vertical{
        display: flex;
      }
    }

@media (min-width: 1280px){
      .header .navigation__vertical{
        align-items: center;
      }
    }

@media (min-width: 1280px){
      .header .navigation__vertical{
        justify-content: space-between;
      }
    }

.header .navigation__vertical #primary-menu{
        margin-top: 1rem;
      }

.header .navigation__vertical #primary-menu{
        max-height: 100vh;
      }

.header .navigation__vertical #primary-menu{
        overflow: hidden;
      }

.header .navigation__vertical #primary-menu{
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      }

.header .navigation__vertical #primary-menu{
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }

.header .navigation__vertical #primary-menu{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }

.header .navigation__vertical #primary-menu{
        transition-duration: 300ms;
      }

@media (min-width: 1280px){
        .header .navigation__vertical #primary-menu{
          margin-top: 0px;
        }
      }

@media (min-width: 1280px){
        .header .navigation__vertical #primary-menu{
          display: block;
        }
      }

@media (min-width: 1280px){
        .header .navigation__vertical #primary-menu{
          overflow: visible;
        }
      }

@media (min-width: 1280px){
        .header .navigation__vertical #primary-menu{
          background-color: transparent;
        }
      }

@media (min-width: 1280px){
        .header .navigation__vertical #primary-menu{
          padding: 0px;
        }
      }

@media screen and (max-width: 1279px) {
          .header .navigation__vertical #primary-menu.mobile-hidden{
            margin-top: 0px;
          }

          .header .navigation__vertical #primary-menu.mobile-hidden{
            max-height: 0px;
          }

          .header .navigation__vertical #primary-menu.mobile-hidden{
            padding-top: 0px;
            padding-bottom: 0px;
          }
        }

.header .navigation__vertical #primary-menu a{
          font-family: OpenSans-SemiBold, sans-serif;
        }

.header .navigation__vertical #primary-menu a{
          text-transform: uppercase;
        }

.header .navigation__vertical #primary-menu .current-menu-item > a{
            font-family: OpenSans-ExtraBold, sans-serif;
          }

.header .navigation__vertical #primary-menu .current-menu-item > a{
            --tw-text-opacity: 1 !important;
            color: rgba(255, 56, 69, var(--tw-text-opacity)) !important;
          }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .menu-menu-1{
            margin-left: -1rem;
            margin-right: -1rem;
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .menu-menu-1{
            display: flex;
          }
        }

.header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item{
            cursor: pointer;
          }

@media (min-width: 768px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > .menu-item:hover > a:not([aria-current="page"]){
                --tw-text-opacity: 1;
                color: rgba(255, 56, 69, var(--tw-text-opacity));
              }
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a{
              pointer-events: none;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a{
              position: relative;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a{
              display: block;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a{
              padding-right: 1.25rem;
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a{
                padding-right: 0px;
              }
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after {
                content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23000'/%3E%3C/svg%3E%0A");
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                position: absolute;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                right: 0px;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                top: 50%;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                height: 1.5rem;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                width: 0.75rem;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                --tw-translate-y: -50%;
                transform: var(--tw-transform);
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transform: var(--tw-transform);
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
                transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                transition-property: background-color, border-color, 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;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                transition-duration: 300ms;
              }

@media (min-width: 1280px){
                .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children > a:after{
                  display: none;
                }
              }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children.opened > a:after{
                  --tw-translate-y: -50%;
                  transform: var(--tw-transform);
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children.opened > a:after{
                  --tw-rotate: 180deg;
                  transform: var(--tw-transform);
                }

@media (min-width: 768px){
              .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children:hover > a{
                --tw-text-opacity: 1;
                color: rgba(255, 56, 69, var(--tw-text-opacity));
              }
            }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a{
                  position: relative;
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a{
                  display: block;
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a{
                  width: 100%;
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a{
                  padding-right: 1.25rem;
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a{
                    padding-right: 0px;
                  }
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after {
                    content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23000'/%3E%3C/svg%3E%0A");
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    position: absolute;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    right: 0px;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    top: 50%;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    height: 1.5rem;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    width: 0.75rem;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    --tw-translate-y: -50%;
                    transform: var(--tw-transform);
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    transform: var(--tw-transform);
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
                    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
                    transition-property: background-color, border-color, 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;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                    transition-duration: 300ms;
                  }

@media (min-width: 1280px){
                    .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                      right: -0.5rem;
                    }
                  }

@media (min-width: 1280px){
                    .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children > a:after{
                      display: block;
                    }
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                  --tw-bg-opacity: 1;
                  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                  padding-left: 0.75rem;
                  padding-right: 0.75rem;
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                  transition-property: all;
                  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                  transition-duration: 150ms;
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                  transition-duration: 300ms;
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    position: relative;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    left: 50%;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    top: 100%;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    --tw-translate-x: -50%;
                    transform: var(--tw-transform);
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    transform: var(--tw-transform);
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    border-style: none;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    padding-left: 0px;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    transition-property: all;
                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                    transition-duration: 150ms;
                  }
                }

@media (min-width: 1280px){
                  .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu{
                    transition-duration: 300ms;
                  }
                }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened{
                    border-top-width: 1px;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened{
                    border-bottom-width: 1px;
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened{
                    --tw-border-opacity: 1;
                    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
                  }

@media (min-width: 1280px){
                    .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu.opened{
                      border-style: none;
                    }
                  }

@media (min-width: 1280px){
                      .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu > li:nth-child(1){
                        padding-top: 0.75rem;
                      }
                    }

@media (min-width: 1280px){
                    .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu > li{
                      padding-left: 0.5rem;
                      padding-right: 0.5rem;
                    }
                  }

@media (min-width: 1280px){
                    .header .navigation__vertical #primary-menu .menu-menu-1 .menu-item-has-children .sub-menu > .menu-item-has-children .sub-menu > li{
                      padding-top: 0.5rem;
                      padding-bottom: 0.5rem;
                    }
                  }

.header .navigation__vertical #primary-menu .menu-menu-1 > li{
            position: relative;
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .menu-menu-1 > li{
              padding-left: 0.75rem;
              padding-right: 0.75rem;
            }
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .menu-menu-1 > li{
              padding-top: 1.5rem;
              padding-bottom: 1.5rem;
            }
          }

@media (min-width: 1440px){
            .header .navigation__vertical #primary-menu .menu-menu-1 > li{
              padding-left: 1.25rem;
              padding-right: 1.25rem;
            }
          }

.header .navigation__vertical #primary-menu .menu-menu-1 > li a{
              display: block;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 > li a{
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 > li a{
              transition-property: background-color, border-color, color, fill, stroke;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }

.header .navigation__vertical #primary-menu .menu-menu-1 > li a{
              transition-duration: 300ms;
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                visibility: visible;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                z-index: 20;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                height: auto;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                opacity: 1;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .menu-menu-1 > li:hover > .sub-menu{
                transition-duration: 500ms;
              }
            }

.header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                border-radius: 0.125rem;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                border-style: solid;
              }

.header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                --tw-border-opacity: 1;
                border-color: rgba(0, 0, 0, var(--tw-border-opacity));
              }

@media (min-width: 1280px){
                .header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                  border-width: 1px;
                }
              }

@media (min-width: 1280px){
                .header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                  padding-left: 0.5rem;
                  padding-right: 0.5rem;
                }
              }

@media (min-width: 1280px){
                .header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child a{
                  padding-left: 1.25rem;
                  padding-right: 1.25rem;
                }
              }

.header .navigation__vertical #primary-menu .menu-menu-1 > li:last-child:hover > a{
                --tw-border-opacity: 1;
                border-color: rgba(255, 56, 69, var(--tw-border-opacity));
              }

.header .navigation__vertical #primary-menu .sub-menu{
          height: 0px;
        }

.header .navigation__vertical #primary-menu .sub-menu{
          overflow: hidden;
        }

.header .navigation__vertical #primary-menu .sub-menu{
          --tw-bg-opacity: 1;
          background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        }

.header .navigation__vertical #primary-menu .sub-menu{
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }

.header .navigation__vertical #primary-menu .sub-menu{
          opacity: 0;
        }

.header .navigation__vertical #primary-menu .sub-menu{
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }

.header .navigation__vertical #primary-menu .sub-menu{
          transition-duration: 300ms;
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            position: absolute;
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            left: 50%;
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            top: 100%;
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            --tw-translate-x: -50%;
            transform: var(--tw-transform);
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            transform: var(--tw-transform);
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            padding-left: 0px;
            padding-right: 0px;
          }
        }

@media (min-width: 1280px){
          .header .navigation__vertical #primary-menu .sub-menu{
            transition-property: none;
          }
        }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu > li{
              margin-left: 0px;
              margin-right: 0px;
            }
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu > li{
              margin-bottom: 0px;
            }
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu > li{
              padding-left: 2.5rem;
              padding-right: 2.5rem;
            }
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu > li{
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
            }
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu > li{
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }

.header .navigation__vertical #primary-menu .sub-menu > li a{
              display: block;
            }

.header .navigation__vertical #primary-menu .sub-menu > li a{
              padding-top: 0.375rem;
              padding-bottom: 0.375rem;
            }

.header .navigation__vertical #primary-menu .sub-menu > li a{
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }

.header .navigation__vertical #primary-menu .sub-menu > li a{
              transition-duration: 300ms;
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .sub-menu > li a{
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
              }
            }

@media (min-width: 1280px){
              .header .navigation__vertical #primary-menu .sub-menu > li a{
                padding-top: 0px;
                padding-bottom: 0px;
              }
            }

@media (min-width: 768px){
              .header .navigation__vertical #primary-menu .sub-menu > li:hover > a{
                --tw-text-opacity: 1;
                color: rgba(255, 56, 69, var(--tw-text-opacity));
              }
            }

.header .navigation__vertical #primary-menu .sub-menu > li:last-child{
              margin-bottom: 0px;
            }

.header .navigation__vertical #primary-menu .sub-menu.opened{
            height: auto;
          }

.header .navigation__vertical #primary-menu .sub-menu.opened{
            border-top-width: 1px;
          }

.header .navigation__vertical #primary-menu .sub-menu.opened{
            border-bottom-width: 1px;
          }

.header .navigation__vertical #primary-menu .sub-menu.opened{
            --tw-border-opacity: 1;
            border-color: rgba(255, 255, 255, var(--tw-border-opacity));
          }

.header .navigation__vertical #primary-menu .sub-menu.opened{
            opacity: 1;
          }

@media (min-width: 1280px){
            .header .navigation__vertical #primary-menu .sub-menu.opened{
              padding-top: 0px;
              padding-bottom: 0px;
            }
          }

.admin-bar .header {
    top: 32px;
  }

@media screen and (max-width: 782px) {

.admin-bar .header {
      top: 46px
  }
    }

@media screen and (max-width: 600px) {

.admin-bar.scrolled header {
        top: 0px
    }
      }

.custom-logo{
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px){
  .custom-logo{
    height: 60px;
  }
}

@media (min-width: 1280px){
  .custom-logo{
    margin-left: 1.5rem;
  }
}

@media (min-width: 1440px){
  .custom-logo{
    margin-left: 3.5rem;
  }
}

.menu-footer-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

@media (min-width: 1024px){
  .menu-footer-container{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){
  .menu-footer-container{
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 1440px){
  .menu-footer-container{
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.site-footer .footer__wrap .registered-menu{
      display: flex;
    }

.site-footer .footer__wrap .registered-menu{
      width: 100%;
    }

.site-footer .footer__wrap .registered-menu{
      flex-wrap: wrap;
    }

.site-footer .footer__wrap .registered-menu{
      justify-content: space-between;
    }

.site-footer .footer__wrap .registered-menu{
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

.site-footer .footer__wrap .registered-menu{
      padding-top: 2.5rem;
    }

.site-footer .footer__wrap .registered-menu{
      text-align: left;
    }

@media (min-width: 640px){
      .site-footer .footer__wrap .registered-menu{
        padding-top: 6rem;
      }
    }

@media (min-width: 1280px){
      .site-footer .footer__wrap .registered-menu{
        padding-left: 5rem;
        padding-right: 5rem;
      }
    }

@media (min-width: 1440px){
      .site-footer .footer__wrap .registered-menu{
        padding-left: 9rem;
      }
    }

.site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap){
        border-bottom-width: 1px;
      }

.site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap){
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap){
          border-style: none;
        }
      }

.site-footer .footer__wrap .registered-menu-box{
        position: relative;
      }

.site-footer .footer__wrap .registered-menu-box{
        width: 100%;
      }

.site-footer .footer__wrap .registered-menu-box{
        padding-top: 1rem;
        padding-bottom: 1rem;
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-box{
          margin-bottom: 2.5rem;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-box{
          width: 32%;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-box{
          padding-top: 0px;
          padding-bottom: 0px;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-box{
          padding-right: 0.625rem;
        }
      }

@media (min-width: 768px){
        .site-footer .footer__wrap .registered-menu-box{
          padding-right: 1.25rem;
        }
      }

@media (min-width: 1024px){
        .site-footer .footer__wrap .registered-menu-box{
          width: 18%;
        }
      }

@media (min-width: 1440px){
        .site-footer .footer__wrap .registered-menu-box{
          width: 16.666667%;
        }
      }

.site-footer .footer__wrap .registered-menu-box.logo-wrap{
          width: 100%;
        }

@media (min-width: 1024px){
          .site-footer .footer__wrap .registered-menu-box.logo-wrap{
            width: 25%;
          }
        }

@media (min-width: 1440px){
          .site-footer .footer__wrap .registered-menu-box.logo-wrap{
            width: 33.333333%;
          }
        }

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
            margin-top: 1.5rem;
          }

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
            width: 80%;
          }

@media (min-width: 640px){
            .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
              width: 50%;
            }
          }

@media (min-width: 768px){
            .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
              margin-top: 2rem;
            }
          }

@media (min-width: 1024px){
            .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
              width: 100%;
            }
          }

@media (min-width: 1440px){
            .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text{
              width: 60%;
            }
          }

.site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a{
              font-size: 0.875rem;
              line-height: 1.25rem;
            }

@media (min-width: 768px){
              .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a{
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }

@media (min-width: 1280px){
              .site-footer .footer__wrap .registered-menu-box.logo-wrap .footer_description_text a{
                font-size: 1.25rem;
                line-height: 1.75rem;
              }
            }

.site-footer .footer__wrap .registered-menu-heading{
        transform: var(--tw-transform);
      }

.site-footer .footer__wrap .registered-menu-heading{
        cursor: pointer;
      }

.site-footer .footer__wrap .registered-menu-heading{
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

.site-footer .footer__wrap .registered-menu-heading{
        transition-duration: 300ms;
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-heading{
          margin-bottom: 1.5rem;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-heading{
          transform: none;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu-heading{
          cursor: auto;
        }
      }

@media (min-width: 768px){
        .site-footer .footer__wrap .registered-menu-heading{
          margin-bottom: 2rem;
        }
      }

@media (min-width: 768px){
        .site-footer .footer__wrap .registered-menu-heading{
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }

@media (min-width: 1280px){
        .site-footer .footer__wrap .registered-menu-heading{
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }

.site-footer .footer__wrap .registered-menu .menu-item{
        margin-bottom: 0.75rem;
      }

.site-footer .footer__wrap .registered-menu .menu-item{
        font-size: 0.875rem;
        line-height: 1.25rem;
      }

@media (min-width: 768px){
        .site-footer .footer__wrap .registered-menu .menu-item{
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }

.site-footer .footer__wrap .registered-menu .footer__nav{
        max-height: 0px;
      }

.site-footer .footer__wrap .registered-menu .footer__nav{
        transform: var(--tw-transform);
      }

.site-footer .footer__wrap .registered-menu .footer__nav{
        overflow: hidden;
      }

.site-footer .footer__wrap .registered-menu .footer__nav{
        transition-duration: 300ms;
      }

.site-footer .footer__wrap .registered-menu .footer__nav{
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu .footer__nav{
          display: block;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu .footer__nav{
          max-height: 100%;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu .footer__nav{
          overflow: auto;
        }
      }

@media (min-width: 640px){
        .site-footer .footer__wrap .registered-menu .footer__nav{
          transition-property: none;
        }
      }

.site-footer .footer__wrap .registered-menu .footer__nav.opened{
          margin-top: 1rem;
        }

.site-footer .footer__wrap .registered-menu .footer__nav.opened{
          max-height: 30rem;
        }

.site-footer .footer__wrap .registered-menu .footer__nav.opened{
          padding-left: 0.625rem;
        }

@media (min-width: 640px){
          .site-footer .footer__wrap .registered-menu .footer__nav.opened{
            padding-left: 0px;
          }
        }

@media (min-width: 768px){
          .site-footer .footer__wrap .registered-menu .footer__nav.opened{
            margin-top: 0px;
          }
        }

.site-footer .footer__wrap .registered-menu svg{
        height: auto;
      }

.site-footer .footer__wrap .registered-menu svg{
        max-width: 100%;
      }

.site-footer .footer__wrap #menu-footer-legals{
      display: flex;
    }

.site-footer .footer__wrap #menu-footer-legals{
      flex-direction: column;
    }

.site-footer .footer__wrap #menu-footer-legals{
      align-items: flex-end;
    }

.site-footer .footer__wrap #menu-footer-legals{
      justify-content: flex-end;
    }

.site-footer .footer__wrap #menu-footer-legals{
      padding-right: 2.5rem;
    }

@media (min-width: 768px){
      .site-footer .footer__wrap #menu-footer-legals{
        flex-direction: row;
      }
    }

@media (min-width: 768px){
      .site-footer .footer__wrap #menu-footer-legals{
        align-items: center;
      }
    }

.site-footer .footer__wrap #menu-footer-legals li{
        padding: 0.75rem;
      }

@media (min-width: 768px){
        .site-footer .footer__wrap #menu-footer-legals li{
          padding: 1.25rem;
        }
      }

.site-footer .footer__wrap #menu-footer-legals li a{
          font-size: 0.875rem;
          line-height: 1.25rem;
        }

.site-footer .footer__wrap #menu-footer-legals li a{
          text-transform: uppercase;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading{
        font-weight: 700;
      }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading{
        text-transform: uppercase;
      }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after {
          content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          position: absolute;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          right: 0px;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          top: 50%;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          height: 100%;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          width: 0.75rem;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          --tw-translate-y: -50%;
          transform: var(--tw-transform);
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          transform: var(--tw-transform);
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: background-color, border-color, 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;
        }

.site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
          transition-duration: 300ms;
        }

@media (min-width: 640px){
          .site-footer .footer__wrap .footer-menu-item .registered-menu-heading::after{
            display: none;
          }
        }

.site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading::after{
            --tw-translate-y: -50%;
            transform: var(--tw-transform);
          }

.site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading::after{
            --tw-rotate: 180deg;
            transform: var(--tw-transform);
          }

.site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading{
          font-weight: 700;
        }

@media (min-width: 640px){
          .site-footer .footer__wrap .footer-menu-item.opened .registered-menu-heading{
            font-weight: 400;
          }
        }

.light .site-footer:not(.bg-dark) .registered-menu svg path {
          fill: #000;
        }

.light .site-footer:not(.bg-dark) .registered-menu .registered-menu-heading::after {
          content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23000'/%3E%3C/svg%3E%0A");
        }

.dark .site-footer .footer__wrap .registered-menu svg path {
            fill: #fff;
          }

.dark .site-footer .footer__wrap .registered-menu .registered-menu-heading::after {
            content: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
          }

.dark .site-footer .footer__wrap .registered-menu > *:not(:last-child, .logo-wrap){
          --tw-border-opacity: 1;
          border-color: rgba(255, 255, 255, var(--tw-border-opacity));
        }

.btn-primary, .btn-secondary, .btn-full{
  font-family: OpenSans-Bold, sans-serif;
}

@media (min-width: 1024px){
  .btn-primary, .btn-secondary, .btn-full{
    font-family: OpenSans-SemiBold, sans-serif;
  }
}

.btn-primary{
  display: inline-block;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary, .button{
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 56, 69, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: OpenSans-SemiBold, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover, .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 56, 69, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .btn-secondary, .button{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-secondary, .button{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .btn-secondary, .button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .btn-secondary, .button{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.btn-transparent{
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: OpenSans-SemiBold, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-transparent:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .btn-transparent{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-transparent{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .btn-transparent{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.link-primary{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 56, 69, var(--tw-text-opacity));
}

.link-primary::after{
  content: "";
  padding-left: 0.5rem;
  content: "";
  font-size: 1.125rem;
  line-height: 1.75rem;
  content: "";
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
  transition-duration: 300ms;
  content: '\203A';
}

.dark .link-primary{
  --tw-text-opacity: 1;
  color: rgba(255, 56, 69, var(--tw-text-opacity));
}

.btn-full{
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 56, 69, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-full:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 56, 69, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .btn-full{
    height: 60px;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: 'lg';

  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  will-change: opacity, transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

/* global wrapper - shop home and default text size*/

.woocommerce-page .site-content{
    margin-left: auto;
    margin-right: auto;
  }

.woocommerce-page .site-content{
    width: 100%;
  }

.woocommerce-page .site-content{
    max-width: 1320px;
  }

.woocommerce-page .site-content{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.woocommerce-page .site-content{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

@media (min-width: 768px){
    .woocommerce-page .site-content{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

@media (min-width: 1024px){
    .woocommerce-page .site-content{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

.woocommerce-page .button{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

.woocommerce-page .button{
    line-height: 1.25rem !important;
  }

/* home page, checkout resetting global padding */

.archive .site-content,.woocommerce-checkout .site-content{
    max-width: none;
  }

.archive .site-content,.woocommerce-checkout .site-content{
    padding-left: 0px;
    padding-right: 0px;
  }

/* titles and headers text */

.product_title, .woocommerce-Tabs-panel > h2, .related > h2{
  padding-top: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .product_title, .woocommerce-Tabs-panel > h2, .related > h2{
    padding-top: 2rem;
  }

  .product_title, .woocommerce-Tabs-panel > h2, .related > h2{
    font-size: 3rem;
    line-height: 1;
  }
}

/* @apply overflow-ellipsis overflow-hidden whitespace-nowrap; */

/* global woocommerce top navigation */

.woocommerce-breadcrumb{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

@media (min-width: 768px){
  .woocommerce-breadcrumb{
    margin-top: 2.5rem;
  }

  .woocommerce-breadcrumb{
    margin-bottom: 4rem;
  }
}

.woocommerce-breadcrumb span:last-child{
    display: inline-block;
  }

.woocommerce-breadcrumb span:last-child{
    max-width: 20ch;
  }

.woocommerce-breadcrumb span:last-child{
    overflow: hidden;
  }

.woocommerce-breadcrumb span:last-child{
    text-overflow: ellipsis;
  }

.woocommerce-breadcrumb span:last-child{
    white-space: nowrap;
  }

/* global notification message - woocommerce pages */

.woocommerce-notices-wrapper, .woocommerce-NoticeGroup, .form-notice{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .woocommerce-notices-wrapper, .woocommerce-NoticeGroup, .form-notice{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    margin: 0px;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    display: flex;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    flex-direction: row-reverse;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    align-items: center;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    justify-content: space-between;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    border-radius: 1rem;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    padding: 0.75rem;
  }

.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
    font-family: Montserrat-Light, sans-serif;
  }

@media (min-width: 768px){
    .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-msg, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-message, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-msg, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-message, .form-notice .woocommerce-error, .form-notice .form-msg, .form-notice .form-error-msg{
      padding: 1.5rem;
    }
  }

.woocommerce-notices-wrapper .woocommerce-message .button,.woocommerce-notices-wrapper .woocommerce-error .button,.woocommerce-notices-wrapper .form-msg .button,.woocommerce-notices-wrapper .form-error-msg .button,.woocommerce-NoticeGroup .woocommerce-message .button,.woocommerce-NoticeGroup .woocommerce-error .button,.woocommerce-NoticeGroup .form-msg .button,.woocommerce-NoticeGroup .form-error-msg .button,.form-notice .woocommerce-message .button,.form-notice .woocommerce-error .button,.form-notice .form-msg .button,.form-notice .form-error-msg .button{
      margin-left: 1.5rem;
    }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    display: flex;
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    flex-direction: column;
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    align-items: flex-start;
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    border-width: 2px;
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .form-error-msg, .woocommerce-NoticeGroup .woocommerce-error, .woocommerce-NoticeGroup .form-error-msg, .form-notice .woocommerce-error, .form-notice .form-error-msg{
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

.form-erroe-msg, .form-msg{
  flex-direction: row !important;
}

/*notification message - checkout*/

.woocommerce-checkout .woocommerce-NoticeGroup{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

@media (min-width: 768px){
    .woocommerce-checkout .woocommerce-NoticeGroup{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

.woocommerce-info{
  margin: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Montserrat-Light, sans-serif;
}

@media (min-width: 768px){
  .woocommerce-info{
    padding: 1.5rem;
  }
}

/* product cart style (without grid layout, grid only in home) */

ul.products{
  position: relative;
  z-index: 50;
}

ul.products li.product{
    display: flex;
  }

ul.products li.product{
    flex-direction: column;
  }

ul.products li.product{
    align-items: center;
  }

ul.products li.product .woocommerce-loop-product__link{
      margin-bottom: 1.25rem;
    }

ul.products li.product .woocommerce-loop-product__link{
      display: flex;
    }

ul.products li.product .woocommerce-loop-product__link{
      width: 100%;
    }

ul.products li.product .woocommerce-loop-product__link{
      flex-direction: column;
    }

ul.products li.product .woocommerce-loop-product__link{
      align-items: center;
    }

ul.products li.product img{
      margin-bottom: 1.25rem;
    }

ul.products li.product img{
      height: auto;
    }

ul.products li.product img{
      width: 100%;
    }

ul.products li.product img{
      -o-object-fit: cover;
         object-fit: cover;
    }

ul.products li.product img {
      aspect-ratio: 1/1;
    }

ul.products li.product .woocommerce-loop-product__title{
      text-align: center;
    }

ul.products li.product .woocommerce-loop-product__title{
      font-family: 'Karla', sans-serif;
    }

ul.products li.product .woocommerce-loop-product__title{
      font-size: 1rem;
      line-height: 1.5rem;
    }

ul.products li.product .woocommerce-loop-product__title{
      font-weight: 400;
    }

@media (min-width: 1024px){
      ul.products li.product .woocommerce-loop-product__title{
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }

ul.products li.product .price{
      display: flex;
    }

ul.products li.product .price{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

ul.products li.product .price{
      font-weight: 700;
    }

@media (min-width: 1024px){
      ul.products li.product .price{
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }

ul.products li.product .price bdi{
        display: flex;
      }

ul.products li.product .price bdi .woocommerce-Price-currencySymbol{
          order: 1;
        }

ul.products li.product .price small{
        margin-top: auto;
      }

ul.products li.product .price small{
        margin-bottom: 0.125rem;
      }

ul.products li.product .price small{
        padding-left: 0.25rem;
      }

ul.products li.product .price small{
        font-size: 0.75rem;
        line-height: 1rem;
      }

ul.products li.product .price small{
        font-weight: 300;
      }

ul.products li.product .price small{
        font-style: italic;
      }

@media (min-width: 1024px){
        ul.products li.product .price small{
          margin-bottom: 0.25rem;
        }
      }

@media (min-width: 1024px){
        ul.products li.product .price small{
          padding-left: 0.5rem;
        }
      }

@media (min-width: 1024px){
        ul.products li.product .price small{
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
      }

ul.products li.product .added_to_cart{
      font-family: 'Karla', sans-serif;
    }

ul.products li.product .added_to_cart{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

ul.products li.product .added_to_cart{
      font-weight: 400;
    }

ul.products li.product .added_to_cart{
      --tw-text-opacity: 1;
      color: rgba(255, 56, 69, var(--tw-text-opacity));
    }

/* slick arrows */

.slick-next, .slick-prev{
  position: absolute;
  z-index: 20;
  height: 30px;
  width: 33px;
}

@media (min-width: 768px){
  .slick-next, .slick-prev{
    height: 58px;
  }

  .slick-next, .slick-prev{
    width: 63px;
  }
}

.slick-next::before, .slick-prev::before {
    content: "" !important;
    background-size: 63px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1 !important;
    display: block;
    width: 63px;
    height: 58px;
    transform: translate(0px, -50%);
  }

@media (max-width: 768px) {

.slick-next::before, .slick-prev::before {
      background-size: 33px !important;

      width: 33px !important;

      height: 30px !important
  }
    }

.slick-prev{
  left: -2.5rem !important;
}

@media (min-width: 768px){
  .slick-prev{
    left: -4rem !important;
  }
}

@media (min-width: 1024px){
  .slick-prev{
    left: -5rem !important;
  }
}

.slick-prev::before {
    background: url("data:image/svg+xml;utf8, <svg width='63' height='58' viewBox='0 0 63 58' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M-1.27944e-06 29L29.0318 -2.96959e-06L31.8085 2.77364L7.52791 27.0276L63 27.0276L63 30.9724L7.52791 30.9724L31.8085 55.2264L29.0318 58L-1.27944e-06 29Z' fill='black' /></svg>")
      no-repeat;
  }

.slick-next{
  right: -26px !important;
}

@media (min-width: 1024px){
  .slick-next{
    right: -2.5rem !important;
  }
}

.slick-next::before {
    background: url("data:image/svg+xml;utf8, <svg width='63' height='58' viewBox='0 0 63 58' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M63 29L33.9682 58L31.1915 55.2264L55.4721 30.9724L0 30.9724L0 27.0276L55.4721 27.0276L31.1915 2.77365L33.9682 0L63 29Z' fill='black' /></svg>")
      no-repeat;
  }

.woocommerce-result-count .screen-reader-text {
    display: none !important;
  }

/* global spacing for home */

.woocommerce-result-count, .woocommerce-ordering, .category-header{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .woocommerce-result-count, .woocommerce-ordering, .category-header{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.woocommerce-result-count .screen-reader-text,.woocommerce-ordering .screen-reader-text,.category-header .screen-reader-text{
    display: none !important;
  }

/* title for all products */

.woocommerce-result-count, .category-header{
  margin-bottom: 2.25rem;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .woocommerce-result-count, .category-header{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.woocommerce-loop-product__title{
  overflow-x: hidden;
}

@media (min-width: 640px){
  .woocommerce-loop-product__title{
    max-height: 72px;
  }

  .woocommerce-loop-product__title{
    min-height: 72px;
  }
}

@media (min-width: 1024px){
  .woocommerce-loop-product__title{
    max-height: 84px;
  }

  .woocommerce-loop-product__title{
    min-height: 84px;
  }
}

.archive .woocommerce-breadcrumb{
    display: none !important;
  }

.archive .page-title{
    display: none !important;
  }

.archive .products{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

@media (min-width: 768px){
    .archive .products{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

.archive ul.products{
    margin-left: auto;
    margin-right: auto;
  }

.archive ul.products{
    display: grid;
  }

.archive ul.products{
    width: 100%;
  }

.archive ul.products{
    max-width: 1320px;
  }

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

.archive ul.products{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

.archive ul.products{
    row-gap: 2.5rem;
  }

.archive ul.products{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

@media (min-width: 640px){
    .archive ul.products{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 768px){
    .archive ul.products{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

@media (min-width: 768px){
    .archive ul.products{
      row-gap: 3rem;
    }
  }

@media (min-width: 1280px){
    .archive ul.products{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

/* category anchors */

.archive .light > div:not(.text-paragraph){
    padding-left: 0px;
    padding-right: 0px;
  }

.archive .woocommerce > ul.products{
    display: grid;
  }

.archive .woocommerce > ul.products{
    gap: 1rem !important;
  }

.archive .woocommerce > ul.products{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

@media (min-width: 1024px){
    .archive .woocommerce > ul.products{
      display: flex;
    }
  }

@media (min-width: 1024px){
    .archive .woocommerce > ul.products{
      flex-direction: row;
    }
  }

.archive .woocommerce > ul.products li a{
        position: relative;
      }

.archive .woocommerce > ul.products li a{
        z-index: 50;
      }

.archive .woocommerce > ul.products li a{
        border-radius: 1.5rem;
      }

.archive .woocommerce > ul.products li a{
        --tw-bg-opacity: 1;
        background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
      }

.archive .woocommerce > ul.products li a{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
      }

.archive .woocommerce > ul.products li a{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
      }

.archive .woocommerce > ul.products li p{
        display: none;
      }

.archive .woocommerce > ul.products li h2{
        font-family: Montserrat-Light, sans-serif;
      }

.archive .woocommerce > ul.products li h2{
        font-size: 1rem;
        line-height: 1.5rem;
      }

.archive .woocommerce > ul.products li h2{
        font-weight: 300;
      }

@media (min-width: 1024px){
        .archive .woocommerce > ul.products li h2{
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }

.archive .woocommerce > ul.products li mark{
        display: none;
      }

.archive .woocommerce > ul.products li img{
        display: none;
      }

/* Pagination at the bottom of the home products grid */

.woocommerce-pagination{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1320px;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 1rem;
  font-family: Montserrat-Bold, sans-serif;
}

@media (min-width: 768px){
  .woocommerce-pagination{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .woocommerce-pagination{
    padding-bottom: 6rem;
  }

  .woocommerce-pagination{
    padding-top: 2.5rem;
  }
}

.woocommerce-pagination ul{
    display: flex;
  }

.woocommerce-pagination ul{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.woocommerce-pagination ul{
    font-weight: 700;
  }

.woocommerce-pagination ul li a, .woocommerce-pagination ul span{
      margin-left: 0.25rem;
      margin-right: 0.25rem;
    }

.woocommerce-pagination ul li a, .woocommerce-pagination ul span{
      border-radius: 0.25rem;
    }

.woocommerce-pagination ul li a, .woocommerce-pagination ul span{
      --tw-bg-opacity: 1;
      background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
    }

.woocommerce-pagination ul li a, .woocommerce-pagination ul span{
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
    }

.woocommerce-pagination ul li a, .woocommerce-pagination ul span{
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

.woocommerce-pagination ul li a:last-child,.woocommerce-pagination ul span:last-child{
        margin-left: 0.5rem;
      }

.woocommerce-pagination ul li a:last-child,.woocommerce-pagination ul span:last-child{
        margin-right: 0px;
      }

.woocommerce-pagination ul li a{
      transition-property: background-color, border-color, color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

.woocommerce-pagination ul li span{
      --tw-bg-opacity: 1;
      background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
    }

.woocommerce-pagination ul li span{
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.woocommerce-pagination ul li a:hover:not(.active){
      --tw-border-opacity: 1;
      border-color: rgba(255, 56, 69, var(--tw-border-opacity));
    }

.woocommerce-result-count .screen-reader-text {
    display: none !important;
  }

/* Font size */

input, textarea, .select2-selection{
  width: 100%;
  border-radius: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 768px){
  input, textarea, .select2-selection{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

input:not([type="checkbox"]):not([type="radio"]){
  height: 2rem;
  padding: 0.75rem;
}

@media (min-width: 768px){
  input:not([type="checkbox"]):not([type="radio"]){
    height: 40px;
  }
}

@media (min-width: 1440px){
  input:not([type="checkbox"]):not([type="radio"]){
    height: 50px;
  }
}

textarea{
  min-height: 96px;
  padding: 0.75rem;
}

@media (min-width: 768px){
  textarea{
    min-height: 120px;
  }
}

@media (min-width: 1440px){
  textarea{
    min-height: 144px;
  }
}

input:not([type="checkbox"]):not([type="radio"]):not([type="number"]):focus,
textarea:focus {
  border: 2px solid #ff3845 !important;
  padding: 11px;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
  border: 1px solid #00000040;
}

/* number input */

textarea{
  width: 100%;
}

input[type="number"]{
  max-width: 60px !important;
  padding-right: 0.25rem !important;
  text-align: center;
}

@media (min-width: 768px){
  input[type="number"]{
    max-width: 64px !important;
  }
}

input[type="number"]:focus {
    border: 2px solid #ff3845 !important;
  }

input[type="number"]:focus{
    padding-top: 11px;
    padding-bottom: 11px;
  }

input[type="number"]:focus{
    padding-left: 11px;
  }

input[type="number"]:focus{
    padding-right: 3px !important;
  }

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

/* custom radio input */

input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  height: 22px;
  width: 22px;
  padding: 4px !important;
  vertical-align: -5px;
  cursor: pointer;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #000000e5;
  border-radius: 50%;
  background-color: #f0f0f0;
}

input[type="radio"]:checked {
    border-color: #ff3845 !important;
    background-color: #ff3845 !important;
  }

input[type="radio"]:focus {
    box-shadow: none !important;
  }

@media (max-width: 1024px) {

input[type="radio"] {
    height: 15px;

    width: 15px;

    padding: 2px !important;

    vertical-align: -3px
}
  }

/* Woocommerce Select */

select,
.select2-dropdown {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%2300000080'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) 60%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select, .select2-selection, .select2-dropdown{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-right: 1.5rem !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  border: 1px solid #00000080;
}

select, .select2-selection{
  border-radius: 1.5rem !important;
}

.select2-search--dropdown{
  margin-top: 0.25rem;
  padding-bottom: 1rem;
}

.select2-container--default
  .select2-results__option--highlighted[data-selected]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
}

.select2-search__field{
  height: 2rem !important;
  width: calc(100% - 4px) !important;
}

.selection{
  padding-bottom: 1rem;
}

.selection .select2-selection{
    position: relative;
  }

.selection .select2-selection{
    display: flex;
  }

.selection .select2-selection{
    height: 2rem;
  }

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

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

.selection .select2-selection{
    padding: 0.75rem;
  }

@media (min-width: 768px){
    .selection .select2-selection{
      height: 40px;
    }
  }

@media (min-width: 1440px){
    .selection .select2-selection{
      height: 50px;
    }
  }

.selection .select2-selection__rendered{
      --tw-text-opacity: 1 !important;
      color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
    }

.selection .select2-selection{
    border: 1px solid #00000040;
}

.selection .select2-selection__arrow{
    position: absolute;
  }

.selection .select2-selection__arrow{
    right: 0.375rem !important;
  }

.selection .select2-selection__arrow{
    top: 3px !important;
  }

.selection .select2-selection__arrow{
    height: 2rem;
  }

@media (min-width: 768px){
    .selection .select2-selection__arrow{
      top: 0.375rem !important;
    }
  }

@media (min-width: 768px){
    .selection .select2-selection__arrow{
      height: 40px;
    }
  }

@media (min-width: 768px){
    .selection .select2-selection__arrow{
      width: 1.5rem !important;
    }
  }

@media (min-width: 1024px){
    .selection .select2-selection__arrow{
      right: 0px;
    }
  }

@media (min-width: 1024px){
    .selection .select2-selection__arrow{
      height: 50px;
    }
  }

@media (min-width: 1440px){
    .selection .select2-selection__arrow{
      top: 0.625rem !important;
    }
  }

/* select at top of the shop home */

.woocommerce-ordering select.orderby{
    position: relative;
  }

.woocommerce-ordering select.orderby{
    z-index: 50;
  }

.woocommerce-ordering select.orderby{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

.woocommerce-ordering select.orderby{
    display: flex;
  }

.woocommerce-ordering select.orderby{
    height: 2rem;
  }

.woocommerce-ordering select.orderby{
    align-items: center;
  }

.woocommerce-ordering select.orderby{
    justify-content: flex-start;
  }

.woocommerce-ordering select.orderby{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.woocommerce-ordering select.orderby{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

@media (min-width: 768px){
    .woocommerce-ordering select.orderby{
      height: 40px;
    }
  }

@media (min-width: 1440px){
    .woocommerce-ordering select.orderby{
      height: 50px;
    }
  }

.woocommerce-ordering select.orderby:focus {
    border: 2px solid #ff3845 !important;
  }

.woocommerce-ordering select.orderby:focus{
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

/*additional spacing when cart is empty*/

.woocommerce-cart article{
    min-height: 64vh;
  }

@media (min-width: 1280px){
    .woocommerce-cart article{
      min-height: 74vh;
    }
  }

/* Cart products table + Coupon section and update cart button */

.woocommerce-cart .woocommerce-cart-form{
    display: block;
  }

.woocommerce-cart .woocommerce-cart-form .shop_table{
      display: block;
    }

.woocommerce-cart .woocommerce-cart-form .shop_table{
      width: 100%;
    }

/* Table Header container */

.woocommerce-cart .woocommerce-cart-form .shop_table thead{
        display: block;
      }

.woocommerce-cart .woocommerce-cart-form .shop_table thead{
        border-radius: 1rem;
      }

.woocommerce-cart .woocommerce-cart-form .shop_table thead{
        --tw-bg-opacity: 1;
        background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
      }

/* Table headers arranged on a grid */

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          margin-top: 1rem;
          margin-bottom: 1rem;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          display: none;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          width: 100%;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          grid-template-columns: repeat(12, minmax(0, 1fr));
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          justify-content: space-between;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          font-family: Montserrat-Bold, sans-serif;
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
          text-transform: uppercase;
        }

@media (min-width: 1024px){
          .woocommerce-cart .woocommerce-cart-form .shop_table thead tr{
            display: grid;
          }
        }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th{
            grid-column: span 2 / span 2;
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th{
            text-align: center;
          }

/* Close */

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th:first-child{
            order: 1;
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th:first-child{
            grid-column: span 1 / span 1;
          }

/* Product */

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th:nth-child(2){
            grid-column: span 3 / span 3;
          }

@media (min-width: 1024px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr th:nth-child(2){
              grid-column: span 2 / span 2;
            }
          }

@media (min-width: 1280px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr th:nth-child(2){
              grid-column: span 3 / span 3;
            }
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-thumbnail, .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-name, .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price, .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-quantity, .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal, .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-remove{
            font-size: 13px !important;
          }

/* Single cells */

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-name{
            grid-column: span 6 / span 6;
          }

@media (min-width: 1024px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-name{
              grid-column: span 3 / span 3;
            }
          }

@media (min-width: 1280px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-name{
              grid-column: span 2 / span 2;
            }
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price{
            grid-column: span 6 / span 6;
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price{
            padding-bottom: 1rem;
          }

@media (min-width: 768px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price{
              padding-bottom: 0px;
            }
          }

@media (min-width: 1024px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price{
              grid-column: span 1 / span 1;
            }
          }

@media (min-width: 1280px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-price{
              grid-column: span 2 / span 2;
            }
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-quantity{
            grid-column: span 2 / span 2;
          }

@media (min-width: 1024px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-quantity{
              grid-column: span 3 / span 3;
            }
          }

@media (min-width: 1280px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-quantity{
              grid-column: span 2 / span 2;
            }
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal{
            grid-column: span 3 / span 3;
          }

@media (min-width: 1024px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal{
              grid-column: span 2 / span 2;
            }
          }

@media (min-width: 1280px){
            .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal{
              grid-column: span 2 / span 2;
            }
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal small{
              padding-left: 0.25rem;
            }

@media (min-width: 1024px){
              .woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-subtotal small{
                padding-left: 6px;
              }
            }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-remove{
            order: 1;
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr .product-remove{
            grid-column: span 1 / span 1;
          }

.woocommerce-cart .woocommerce-cart-form .shop_table thead tr:first-child{
          padding-right:15px;
        }

/* Products table */

.woocommerce-cart tbody{
    display: block;
  }

/* Table row - product */

.woocommerce-cart tbody .cart_item{
      display: grid;
    }

.woocommerce-cart tbody .cart_item{
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

.woocommerce-cart tbody .cart_item{
      border-bottom-width: 1px;
    }

.woocommerce-cart tbody .cart_item{
      --tw-border-opacity: 1;
      border-color: rgba(196, 196, 196, var(--tw-border-opacity));
    }

.woocommerce-cart tbody .cart_item{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

@media (min-width: 1024px){
      .woocommerce-cart tbody .cart_item{
        grid-template-columns: repeat(12, minmax(0, 1fr));
      }
    }

.woocommerce-cart tbody .cart_item {
      /* Single cells^ */
    }

.woocommerce-cart tbody .cart_item .product-thumbnail{
        grid-column: span 3 / span 3;
      }

.woocommerce-cart tbody .cart_item .product-thumbnail{
        display: flex;
      }

.woocommerce-cart tbody .cart_item .product-thumbnail{
        padding-bottom: 1rem;
      }

@media (min-width: 768px){
        .woocommerce-cart tbody .cart_item .product-thumbnail{
          padding-bottom: 0px;
        }
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-thumbnail{
          grid-column: span 2 / span 2;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-thumbnail{
          grid-column: span 3 / span 3;
        }
      }

.woocommerce-cart tbody .cart_item .product-thumbnail img{
          margin-bottom: 1rem;
        }

.woocommerce-cart tbody .cart_item .product-thumbnail img{
          max-height: 180px;
        }

.woocommerce-cart tbody .cart_item .product-thumbnail img{
          width: 100%;
        }

.woocommerce-cart tbody .cart_item .product-thumbnail img{
          -o-object-fit: cover;
             object-fit: cover;
        }

@media (min-width: 768px){
          .woocommerce-cart tbody .cart_item .product-thumbnail img{
            margin: 0px;
          }
        }

.woocommerce-cart tbody .cart_item .product-thumbnail img {
          aspect-ratio: 2/1.5;
        }

/* Overall style for every cell in the table*/

.woocommerce-cart tbody .cart_item .product-name, .woocommerce-cart tbody .cart_item .product-price, .woocommerce-cart tbody .cart_item .product-quantity, .woocommerce-cart tbody .cart_item .product-subtotal, .woocommerce-cart tbody .cart_item .product-remove{
        display: flex;
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-name, .woocommerce-cart tbody .cart_item .product-price, .woocommerce-cart tbody .cart_item .product-quantity, .woocommerce-cart tbody .cart_item .product-subtotal, .woocommerce-cart tbody .cart_item .product-remove{
          align-items: center;
        }
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-name, .woocommerce-cart tbody .cart_item .product-price, .woocommerce-cart tbody .cart_item .product-quantity, .woocommerce-cart tbody .cart_item .product-subtotal, .woocommerce-cart tbody .cart_item .product-remove{
          justify-content: center;
        }
      }

/* Single cells */

.woocommerce-cart tbody .cart_item .product-name{
        grid-column: span 6 / span 6;
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-name{
          grid-column: span 3 / span 3;
        }
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-name{
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-name{
          grid-column: span 2 / span 2;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-name{
          padding-left: 0px;
          padding-right: 0px;
        }
      }

.woocommerce-cart tbody .cart_item .product-price{
        grid-column: span 6 / span 6;
      }

.woocommerce-cart tbody .cart_item .product-price{
        padding-bottom: 1rem;
      }

@media (min-width: 768px){
        .woocommerce-cart tbody .cart_item .product-price{
          padding-bottom: 0px;
        }
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-price{
          grid-column: span 1 / span 1;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-price{
          grid-column: span 2 / span 2;
        }
      }

.woocommerce-cart tbody .cart_item .product-quantity{
        grid-column: span 2 / span 2;
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-quantity{
          grid-column: span 3 / span 3;
        }
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-quantity{
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-quantity{
          grid-column: span 2 / span 2;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-quantity{
          padding-left: 0px;
          padding-right: 0px;
        }
      }

.woocommerce-cart tbody .cart_item .product-subtotal{
        grid-column: span 3 / span 3;
      }

@media (min-width: 1024px){
        .woocommerce-cart tbody .cart_item .product-subtotal{
          grid-column: span 2 / span 2;
        }
      }

@media (min-width: 1280px){
        .woocommerce-cart tbody .cart_item .product-subtotal{
          grid-column: span 2 / span 2;
        }
      }

.woocommerce-cart tbody .cart_item .product-subtotal small{
          padding-left: 0.25rem;
        }

@media (min-width: 1024px){
          .woocommerce-cart tbody .cart_item .product-subtotal small{
            padding-left: 6px;
          }
        }

.woocommerce-cart tbody .cart_item .product-remove{
        order: 1;
      }

.woocommerce-cart tbody .cart_item .product-remove{
        grid-column: span 1 / span 1;
      }

.woocommerce-cart tbody .cart_item .product-remove{
        --tw-text-opacity: 1;
        color: rgba(255, 56, 69, var(--tw-text-opacity));
      }

/* Coupon section and update cart button */

.woocommerce-cart tbody .actions{
      display: flex;
    }

.woocommerce-cart tbody .actions{
      flex-direction: column;
    }

.woocommerce-cart tbody .actions{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

.woocommerce-cart tbody .actions .coupon{
        align-items: center;
      }

.woocommerce-cart tbody .actions .coupon{
        padding-bottom: 0.75rem;
      }

@media (min-width: 768px){
        .woocommerce-cart tbody .actions .coupon{
          display: flex;
        }
      }

.woocommerce-cart tbody .actions .coupon button{
          margin-top: 0.75rem;
        }

@media (min-width: 768px){
          .woocommerce-cart tbody .actions .coupon button{
            margin-top: 0px;
          }
        }

@media (min-width: 768px){
          .woocommerce-cart tbody .actions .coupon input{
            margin-left: 0.75rem;
            margin-right: 0.75rem;
          }
        }

/* Cart totals - summary */

.cart-collaterals{
  display: flex;
  justify-content: flex-end;
}

/* Summary container */

.cart-collaterals .cart_totals{
    display: flex;
  }

.cart-collaterals .cart_totals{
    width: 100%;
  }

.cart-collaterals .cart_totals{
    flex-direction: column;
  }

.cart-collaterals .cart_totals{
    align-items: flex-start;
  }

.cart-collaterals .cart_totals{
    border-radius: 1rem;
  }

.cart-collaterals .cart_totals{
    border-top-width: 1px;
  }

.cart-collaterals .cart_totals{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  }

.cart-collaterals .cart_totals{
    padding: 0.75rem;
  }

@media (min-width: 768px){
    .cart-collaterals .cart_totals{
      width: 50%;
    }
  }

@media (min-width: 768px){
    .cart-collaterals .cart_totals{
      padding: 1.5rem;
    }
  }

/* Table with prices (Subtotal and total) */

.cart-collaterals .cart_totals .shop_table{
      display: flex;
    }

.cart-collaterals .cart_totals .shop_table{
      width: 100%;
    }

.cart-collaterals .cart_totals .shop_table{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

@media (min-width: 768px){
      .cart-collaterals .cart_totals .shop_table{
        justify-content: flex-end;
      }
    }

.cart-collaterals .cart_totals .shop_table tbody small{
          padding-left: 0.125rem;
        }

@media (min-width: 1024px){
          .cart-collaterals .cart_totals .shop_table tbody small{
            padding-left: 0.25rem;
          }
        }

.cart-collaterals .cart_totals .shop_table tbody tr{
          display: flex;
        }

.cart-collaterals .cart_totals .shop_table tbody tr{
          justify-content: space-between;
        }

.cart-collaterals .cart_totals .shop_table tbody tr{
          padding-bottom: 0.75rem;
        }

.cart-collaterals .cart_totals .shop_table tbody tr th{
            padding-right: 0.75rem;
          }

@media (min-width: 768px){
            .cart-collaterals .cart_totals .shop_table tbody tr th{
              padding-right: 1.25rem;
            }
          }

/* Total: */

.cart-collaterals .cart_totals .shop_table tbody tr:last-child{
            padding-bottom: 0px;
          }

/* Summary header*/

.cart-collaterals .cart_totals h2{
      font-family: 'Karla', sans-serif;
    }

.cart-collaterals .cart_totals h2{
      font-size: 1.5rem;
      line-height: 2rem;
    }

/* Summary Button */

.cart-collaterals .cart_totals .wc-proceed-to-checkout{
      display: flex;
    }

.cart-collaterals .cart_totals .wc-proceed-to-checkout{
      width: 100%;
    }

.cart-collaterals .cart_totals .wc-proceed-to-checkout{
      justify-content: flex-end;
    }

/* related products slider setup */

.single-product .related{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

@media (min-width: 1024px){
    .single-product .related{
      margin-left: 2.5rem;
      margin-right: 2.5rem;
    }
  }

@media (min-width: 1280px){
    .single-product .related{
      margin-left: 0px;
      margin-right: 0px;
    }
  }

.single-product .related ul.products li{
        padding-top: 1rem;
        padding-bottom: 1rem;
      }

.single-product .related ul.products li{
        padding-right: 2rem;
      }

.single-product .related ul.products li:last-child{
          padding-right: 0px !important;
        }

.single-product .related ul.products li .woocommerce-loop-product__title{
          max-height: 72px;
        }

.single-product .related ul.products li .woocommerce-loop-product__title{
          min-height: 72px;
        }

.single-product .related ul.products li .woocommerce-loop-product__title{
          overflow-x: hidden;
        }

@media (min-width: 1024px){
          .single-product .related ul.products li .woocommerce-loop-product__title{
            max-height: 84px;
          }
        }

@media (min-width: 1024px){
          .single-product .related ul.products li .woocommerce-loop-product__title{
            min-height: 84px;
          }
        }

.single-product .product{
    position: relative;
  }

.single-product .product{
    display: grid;
  }

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

.single-product .product .woocommerce-tabs{
      grid-column: span 2 / span 2;
    }

.single-product .product .woocommerce-tabs{
      margin-top: 2rem;
    }

.single-product .product .woocommerce-tabs{
      margin-bottom: 2rem;
    }

@media (min-width: 1024px){
      .single-product .product .woocommerce-tabs{
        margin-top: 8rem;
      }
    }

@media (min-width: 1024px){
      .single-product .product .woocommerce-tabs{
        margin-bottom: 13rem;
      }
    }

.single-product .product .woocommerce-tabs .wc-tabs{
        display: none;
      }

.single-product .product .woocommerce-tabs .woocommerce-Reviews{
        display: none;
      }

.single-product .product .related{
      grid-column: span 2 / span 2;
    }

/* woocommerce gallery */

.single-product .product .woocommerce-product-gallery{
      grid-column: span 2 / span 2;
    }

@media (min-width: 768px){
      .single-product .product .woocommerce-product-gallery{
        grid-column: span 1 / span 1;
      }
    }

@media (min-width: 768px){
      .single-product .product .woocommerce-product-gallery{
        padding-right: 0.5rem;
      }
    }

@media (min-width: 1024px){
      .single-product .product .woocommerce-product-gallery{
        padding-right: 1.25rem;
      }
    }

.single-product .product .woocommerce-product-gallery a{
        display: block;
      }

.single-product .product .woocommerce-product-gallery a{
        height: 100%;
      }

.single-product .product .woocommerce-product-gallery a{
        width: 100%;
      }

.single-product .product .woocommerce-product-gallery a span{
          display: block;
        }

.single-product .product .woocommerce-product-gallery a span{
          height: 100%;
        }

.single-product .product .woocommerce-product-gallery a span{
          width: 100%;
        }

.single-product .product .woocommerce-product-gallery a img{
          height: 100%;
        }

.single-product .product .woocommerce-product-gallery a img{
          width: 100%;
        }

.single-product .product .woocommerce-product-gallery a img{
          -o-object-fit: cover;
             object-fit: cover;
        }

.single-product .product .woocommerce-product-gallery .flaticon-right-arrow, .single-product .product .woocommerce-product-gallery .flaticon-back{
        display: none !important;
      }

.single-product .product .woocommerce-product-gallery .wpgs-nav.slick-initialized.slick-slider{
        margin-left: auto;
        margin-right: auto;
      }

.single-product .product .woocommerce-product-gallery .wpgs-nav.slick-initialized.slick-slider{
        width: 90%;
      }

.single-product .product .woocommerce-product-gallery .slick-list{
        margin-left: auto;
        margin-right: auto;
      }

.single-product .product .woocommerce-product-gallery .slick-slide{
        display: flex;
      }

.single-product .product .woocommerce-product-gallery .slick-slide{
        height: 320px;
      }

.single-product .product .woocommerce-product-gallery .slick-slide{
        align-items: center;
      }

@media (min-width: 640px){
        .single-product .product .woocommerce-product-gallery .slick-slide{
          height: 400px;
        }
      }

@media (min-width: 1280px){
        .single-product .product .woocommerce-product-gallery .slick-slide{
          height: 450px;
        }
      }

@media (min-width: 1440px){
        .single-product .product .woocommerce-product-gallery .slick-slide{
          height: 500px;
        }
      }

/* woocommerce gallery bottom nav */

.single-product .product .wpgs-nav .slick-slide{
        margin-left: 0px;
      }

.single-product .product .wpgs-nav .slick-slide {
        height: unset;
      }

.single-product .product .wpgs-nav .slick-slide img{
          width: 100%;
        }

.single-product .product .wpgs-nav .slick-slide img{
          -o-object-fit: cover;
             object-fit: cover;
        }

.single-product .product .wpgs-nav .slick-slide img{
          padding-left: 0px;
          padding-right: 0px;
        }

.single-product .product .wpgs-nav .slick-slide img {
          aspect-ratio: 1/1;
        }

.single-product .product .wpgs-nav .slick-current {
        border: 2px solid #ff3845;
      }

/*summary - right section on single products*/

.single-product .product .summary{
      grid-column: span 2 / span 2;
    }

.single-product .product .summary{
      display: flex;
    }

.single-product .product .summary{
      flex-direction: column;
    }

.single-product .product .summary{
      padding-bottom: 0px;
    }

@media (min-width: 768px){
      .single-product .product .summary{
        grid-column: span 1 / span 1;
      }
    }

@media (min-width: 768px){
      .single-product .product .summary{
        padding-bottom: 12rem;
      }
    }

@media (min-width: 768px){
      .single-product .product .summary{
        padding-left: 0.5rem;
      }
    }

@media (min-width: 1024px){
      .single-product .product .summary{
        padding-left: 1.25rem;
      }
    }

.single-product .product .summary .price{
        padding-top: 1rem;
      }

.single-product .product .summary .price{
        font-size: 1.5rem;
        line-height: 2rem;
      }

.single-product .product .summary .price{
        font-weight: 700;
      }

@media (min-width: 768px){
        .single-product .product .summary .price{
          padding-top: 3.5rem;
        }
      }

@media (min-width: 768px){
        .single-product .product .summary .price{
          font-size: 40px;
        }
      }

.single-product .product .summary .cart{
        display: flex;
      }

.single-product .product .summary .cart{
        align-items: center;
      }

.single-product .product .summary .cart{
        padding-top: 1rem;
        padding-bottom: 1rem;
      }

@media (min-width: 1024px){
        .single-product .product .summary .cart{
          padding-top: 1.5rem;
        }
      }

.single-product .product .summary .cart .quantity label{
            display: none;
          }

.single-product .product .summary .cart button{
          margin-left: 1.25rem;
        }

.single-product .product .product_meta{
      display: none;
    }

.single-product .product .product_meta{
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
    }

.single-product .product .product_meta{
      border-radius: 1rem;
    }

.single-product .product .product_meta{
      --tw-bg-opacity: 1;
      background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
    }

.single-product .product .product_meta{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.single-product .product .product_meta{
      padding-left: 1rem;
      padding-right: 1rem;
    }

.single-product .product .product_meta{
      font-family: Montserrat-Light, sans-serif;
    }

/* titles and headers text */

.single-product .woocommerce-Tabs-panel > h2{
    display: none;
  }

.single-product .description-text{
    padding-top: 1.5rem;
  }

.single-product .description-text{
    font-style: italic;
  }

@media (min-width: 1024px){
    .single-product .description-text{
      padding-top: 2.5rem;
    }
  }

/* photo info (in photo gallery) - hidden */

.fancybox-caption {
  display: none;
}

/* gallery aspect ratio square */

.wpgs-for {
  aspect-ratio: 1/1;
}

.wpgs-for .woocommerce-product-gallery__image, .wpgs-for .slick-list, .wpgs-for .slick-slide{
    height: 100% !important;
  }

/* Resetting the global woocommerce padding wrapper (needed for the order review grey table to have full width)  */

.woocommerce-checkout div.woocommerce{
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-checkout div.woocommerce div#customer_details{
    margin-left: auto;
    margin-right: auto;
  }

.woocommerce-checkout div.woocommerce div#customer_details{
    width: 100%;
  }

.woocommerce-checkout div.woocommerce div#customer_details{
    max-width: 1320px;
  }

.woocommerce-checkout div.woocommerce div#customer_details{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.woocommerce-checkout div.woocommerce div#customer_details{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

@media (min-width: 768px){
    .woocommerce-checkout div.woocommerce div#customer_details{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

@media (min-width: 1024px){
    .woocommerce-checkout div.woocommerce div#customer_details{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

/* label color style for checkout */

.woocommerce-checkout div.woocommerce label{
    color: rgba(0, 0, 0, 0.9);
  }

/* hidding the error popup */

.woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
}

/* Chechkout form */

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-additional-fields {
  /* spacing for whole container */
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%
}

@media (min-width: 768px){
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper, .woocommerce-additional-fields{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* general spacings between containers(p element) and between the label and the field */

.woocommerce-billing-fields__field-wrapper p,.woocommerce-shipping-fields__field-wrapper p,.woocommerce-additional-fields__field-wrapper p,.woocommerce-additional-fields p{
    margin-bottom: 0.5rem;
  }

.woocommerce-billing-fields__field-wrapper p,.woocommerce-shipping-fields__field-wrapper p,.woocommerce-additional-fields__field-wrapper p,.woocommerce-additional-fields p{
    display: flex;
  }

.woocommerce-billing-fields__field-wrapper p,.woocommerce-shipping-fields__field-wrapper p,.woocommerce-additional-fields__field-wrapper p,.woocommerce-additional-fields p{
    flex-direction: column;
  }

@media (min-width: 1024px){
    .woocommerce-billing-fields__field-wrapper p,.woocommerce-shipping-fields__field-wrapper p,.woocommerce-additional-fields__field-wrapper p,.woocommerce-additional-fields p{
      margin-bottom: 1.25rem;
    }
  }

.woocommerce-billing-fields__field-wrapper p label,.woocommerce-shipping-fields__field-wrapper p label,.woocommerce-additional-fields__field-wrapper p label,.woocommerce-additional-fields p label{
      margin-bottom: 0.25rem;
    }

.woocommerce-billing-fields__field-wrapper p label abbr,.woocommerce-shipping-fields__field-wrapper p label abbr,.woocommerce-additional-fields__field-wrapper p label abbr,.woocommerce-additional-fields p label abbr{
        text-decoration: none;
      }

/* highlighting the labels when there's an error */

.woocommerce-billing-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-additional-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-additional-fields p.woocommerce-invalid label{
      font-weight: 700;
    }

.woocommerce-billing-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-additional-fields__field-wrapper p.woocommerce-invalid label,.woocommerce-additional-fields p.woocommerce-invalid label{
      --tw-text-opacity: 1;
      color: rgba(255, 56, 69, var(--tw-text-opacity));
    }

.woocommerce-billing-fields__field-wrapper p.woocommerce-invalid input:not([type="checkbox"]):not([type="radio"]),
    .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid textarea,
    .woocommerce-billing-fields__field-wrapper p.woocommerce-invalid select.orderby,
    .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid input:not([type="checkbox"]):not([type="radio"]),
    .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid textarea,
    .woocommerce-shipping-fields__field-wrapper p.woocommerce-invalid select.orderby,
    .woocommerce-additional-fields__field-wrapper p.woocommerce-invalid input:not([type="checkbox"]):not([type="radio"]),
    .woocommerce-additional-fields__field-wrapper p.woocommerce-invalid textarea,
    .woocommerce-additional-fields__field-wrapper p.woocommerce-invalid select.orderby,
    .woocommerce-additional-fields p.woocommerce-invalid input:not([type="checkbox"]):not([type="radio"]),
    .woocommerce-additional-fields p.woocommerce-invalid textarea,
    .woocommerce-additional-fields p.woocommerce-invalid select.orderby {
      border: 2px solid #ef4444 !important;
    }

/* Giving the your order heading same spacing as Billing details header */

h3#order_review_heading, h3#order_payment_heading{
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* Grid form structure, with max width at 640px, gap-x-10 is bigger than the actual gap, it's used just to get a justify:space-between effect */

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

@media (min-width: 1280px){
  .woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

/* Form having a flex layout which results on 2 columns on the desktop*/

form.woocommerce-checkout{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px){
  form.woocommerce-checkout{
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px){
    form.woocommerce-checkout #customer_details, form.woocommerce-checkout .woocommerce-checkout-review-order{
      margin-left: auto;
      margin-right: auto;
    }
  }

@media (min-width: 1280px){
    form.woocommerce-checkout #customer_details, form.woocommerce-checkout .woocommerce-checkout-review-order{
      margin-left: 0px;
      margin-right: 0px;
    }
  }

/* checkbox */

.checkbox-legal{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.checkbox-legal label{
    display: flex;
  }

.checkbox-legal label{
    flex-direction: column;
  }

.checkbox-legal input{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

/* ship-to-different-address - checkbox */

@media (min-width: 768px){
    #ship-to-different-address input{
      height: 1.25rem !important;
    }
  }

@media (min-width: 768px){
    #ship-to-different-address input{
      width: 1.25rem !important;
    }
  }

/* setting up width of the fields */

.woocommerce-billing-fields__field-wrapper input:not(p#billing_address_1_field, p#billing_address_2_field, p#billing_email_field) {
  }

.woocommerce-billing-fields__field-wrapper p#billing_company_field{
    order: -9999;
  }

@media (min-width: 768px){
    .woocommerce-billing-fields__field-wrapper p#billing_company_field{
      grid-column: span 2 / span 2;
    }
  }

@media (min-width: 768px){
    .woocommerce-billing-fields__field-wrapper p#billing_company_field{
      padding-right: 2.5rem;
    }
  }

@media (min-width: 1024px){
    .woocommerce-billing-fields__field-wrapper p#billing_company_field{
      padding-right: 1rem;
    }
  }

@media (min-width: 1280px){
    .woocommerce-billing-fields__field-wrapper p#billing_company_field{
      padding-right: 2.5rem;
    }
  }

.woocommerce-billing-fields__field-wrapper p#billing_company_field input{
      width: 100% !important;
    }

@media (min-width: 768px){
      .woocommerce-billing-fields__field-wrapper p#billing_company_field input{
        width: 50% !important;
      }
    }

.woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-billing-fields__field-wrapper .select2-dropdown{
    width: 100% !important;
  }

@media (min-width: 1024px){
    .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-billing-fields__field-wrapper .select2-dropdown{
      width: 270px !important;
    }
  }

@media (min-width: 1280px){
    .woocommerce-billing-fields__field-wrapper select, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-billing-fields__field-wrapper .select2-dropdown{
      width: 100% !important;
    }
  }

/* Moving down second address field*/

.woocommerce-billing-fields__field-wrapper p#billing_address_2_field{
    margin-top: 0.25rem;
  }

/* Hiding the "Do you have a coupon code" prompt */

.woocommerce-form-coupon-toggle{
  display: none;
}

.wc-gzd-checkbox-placeholder{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.woocommerce-checkout-review-order-table {
  /* Styling order review footer (subtotal, total) */
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  text-align: left !important
}

@media (min-width: 768px){
  .woocommerce-checkout-review-order-table{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/* Moving the (subtotal, total) fields to the right*/

.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tbody{
    display: block;
  }

.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table tbody{
    width: 100%;
  }

.woocommerce-checkout-review-order-table thead tr,.woocommerce-checkout-review-order-table tbody tr{
      display: flex;
    }

.woocommerce-checkout-review-order-table thead tr,.woocommerce-checkout-review-order-table tbody tr{
      width: 100%;
    }

.woocommerce-checkout-review-order-table thead tr,.woocommerce-checkout-review-order-table tbody tr{
      justify-content: space-between;
    }

.woocommerce-checkout-review-order-table tfoot{
    margin-top: 1rem;
  }

.woocommerce-checkout-review-order-table tfoot{
    margin-left: auto;
  }

.woocommerce-checkout-review-order-table tfoot{
    display: block;
  }

.woocommerce-checkout-review-order-table tfoot{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

.woocommerce-checkout-review-order-table tfoot{
    font-weight: 700;
  }

.woocommerce-checkout-review-order-table tfoot tr{
      margin-left: auto;
    }

.woocommerce-checkout-review-order-table tfoot tr{
      display: flex;
    }

.woocommerce-checkout-review-order-table tfoot tr td{
        margin-left: auto;
      }

.woocommerce-checkout-review-order-table tfoot tr td{
        padding-left: 1rem;
      }

/* Alinging the product prices to the right */

.woocommerce-checkout-review-order-table td.product-total{
    text-align: right;
  }

/* Centering the row with photo, product name and price */

.woocommerce-checkout-review-order-table td.product-name{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

.woocommerce-checkout-review-order-table td.product-name{
    display: flex;
  }

.woocommerce-checkout-review-order-table td.product-name{
    align-items: center;
  }

.woocommerce-checkout-review-order-table td.product-name{
    justify-content: flex-start;
  }

.woocommerce-checkout-review-order-table td.product-name{
    letter-spacing: -0.05em;
  }

/* ship-to-different-address-checkbox fix - wtihout that width:100% */

.woocommerce-form__label{
  display: flex;
  align-items: center;
}

.woocommerce-form__label input{
    margin-right: 0.5rem !important;
  }

.woocommerce-form__label input{
    width: auto !important;
  }

/*payment method*/

.woocommerce-checkout-payment .payment_box{
    display: none !important;
  }

.woocommerce-checkout-payment input{
    width: auto;
  }

/* Order notes and header (ship to different address) order reversed */

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

.col-2 .woocommerce-shipping-fields{
    order: 1;
  }

/* review header displayed in JS*/

#order_review_heading{
  display: none;
}

/* class added in JS */

.header-checkout{
  display: block !important;
}

/* hidding placeholders */

#billing_address_1::-moz-placeholder, #billing_address_2::-moz-placeholder {
  color: transparent;
}

#billing_address_1:-ms-input-placeholder, #billing_address_2:-ms-input-placeholder {
  color: transparent;
}

#billing_address_1::placeholder,
#billing_address_2::placeholder {
  color: transparent;
}

/* spacing between section of inputs */

#billing_address_1_field, #billing_address_2_field, #billing_phone_field, #billing_email_field, #project_notes_field{
  padding-top: 1rem;
}

@media (min-width: 768px){
  #billing_address_1_field, #billing_address_2_field, #billing_phone_field, #billing_email_field, #project_notes_field{
    padding-top: 2rem;
  }
}

@media (min-width: 1280px){
  #billing_address_1_field, #billing_address_2_field, #billing_phone_field, #billing_email_field, #project_notes_field{
    padding-top: 4rem;
  }
}

#project_notes_field{
  padding-bottom: 1rem;
}

@media (min-width: 768px){
  #project_notes_field{
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px){
  #project_notes_field{
    padding-bottom: 4rem;
  }
}

/* project inputs aligment according to layout */

@media (min-width: 768px){
  #custom_projectname_field{
    display: block;
  }

  #custom_projectname_field{
    width: calc(50% - 20px);
  }

  #datepicker_rent_from_field, #datepicker_rent_to_field{
    display: inline-block;
  }

  #datepicker_rent_from_field, #datepicker_rent_to_field{
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px){
  #datepicker_rent_from_field, #datepicker_rent_to_field{
    width: calc(50% - 16px);
  }
}

@media (min-width: 1280px){
  #datepicker_rent_from_field, #datepicker_rent_to_field{
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px){
  #datepicker_rent_to_field{
    margin-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  #datepicker_rent_to_field{
    margin-left: 1rem;
  }
}

@media (min-width: 1280px){
  #datepicker_rent_to_field{
    margin-left: 2.5rem;
  }
}

/* spacing for */

#my_custom_checkout_field > h3{
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  #my_custom_checkout_field > h3{
    margin-bottom: 1.5rem;
  }
}

/* radio section headline hidden */

#my_custom_checkout_field > h4{
  display: none;
}

/* light blue box spacing - (full screen) */

.woocommerce-checkout-review-order{
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .woocommerce-checkout-review-order{
    padding-top: 4rem;
  }

  .woocommerce-checkout-review-order{
    padding-bottom: 10rem;
  }
}

@media (min-width: 1024px){
  .woocommerce-checkout-review-order{
    margin-top: 6rem;
  }
}

.woocommerce-checkout-review-order table, .woocommerce-checkout-review-order h3, .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    margin-left: auto;
    margin-right: auto;
  }

.woocommerce-checkout-review-order table, .woocommerce-checkout-review-order h3, .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    width: 100%;
  }

.woocommerce-checkout-review-order table, .woocommerce-checkout-review-order h3, .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    max-width: 1320px;
  }

.woocommerce-checkout-review-order table, .woocommerce-checkout-review-order h3, .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

@media (min-width: 768px){
    .woocommerce-checkout-review-order table, .woocommerce-checkout-review-order h3, .woocommerce-checkout-review-order .woocommerce-checkout-payment{
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

.woocommerce-checkout-review-order table button,.woocommerce-checkout-review-order h3 button,.woocommerce-checkout-review-order .woocommerce-checkout-payment button{
      margin-top: 1rem;
    }

.woocommerce-checkout-review-order table button,.woocommerce-checkout-review-order h3 button,.woocommerce-checkout-review-order .woocommerce-checkout-payment button{
      margin-left: auto;
    }

.woocommerce-checkout-review-order table button,.woocommerce-checkout-review-order h3 button,.woocommerce-checkout-review-order .woocommerce-checkout-payment button{
      display: flex;
    }

.place-order{
  padding-top: 1rem;
}

.woocommerce-result-count .screen-reader-text {
    display: none !important;
  }

/*box for the whole content*/

.woocommerce-order{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.woocommerce-order h2, .woocommerce-order p:first-child{
    padding-top: 1rem;
  }

.woocommerce-order h2, .woocommerce-order p:first-child{
    font-size: 3rem;
    line-height: 1;
  }

.woocommerce-order h2, .woocommerce-order p:first-child{
    font-weight: 700;
  }

.woocommerce-order h2, .woocommerce-order p:first-child{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

@media (min-width: 1024px){
    .woocommerce-order h2, .woocommerce-order p:first-child{
      padding-top: 2rem;
    }
  }

.woocommerce-order ul.woocommerce-order-overview{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

.woocommerce-order ul.woocommerce-order-overview{
    display: grid;
  }

.woocommerce-order ul.woocommerce-order-overview{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

.woocommerce-order ul.woocommerce-order-overview{
    row-gap: 0.25rem;
  }

@media (min-width: 768px){
    .woocommerce-order ul.woocommerce-order-overview{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 768px){
    .woocommerce-order ul.woocommerce-order-overview{
      row-gap: 0.5rem;
    }
  }

/*spacing for top and bottom section*/

.woocommerce-order-overview, .woocommerce-table{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

@media (min-width: 1024px){
  .woocommerce-order-overview, .woocommerce-table{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}

/* bottom box (order details) */

.woocommerce-order-details table{
    margin-left: auto;
    margin-right: auto;
  }

.woocommerce-order-details table{
    display: block;
  }

.woocommerce-order-details table{
    width: 100%;
  }

.woocommerce-order-details table{
    max-width: 1440px;
  }

.woocommerce-order-details table{
    border-radius: 1rem;
  }

.woocommerce-order-details table{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
  }

.woocommerce-order-details table{
    padding: 1rem;
  }

.woocommerce-order-details table{
    padding-bottom: 2.5rem;
  }

.woocommerce-order-details table{
    font-family: Montserrat-Light, sans-serif;
  }

@media (min-width: 640px){
    .woocommerce-order-details table{
      text-transform: uppercase;
    }
  }

@media (min-width: 768px){
    .woocommerce-order-details table{
      margin-bottom: 6rem;
    }
  }

@media (min-width: 1280px){
    .woocommerce-order-details table{
      padding: 3.5rem;
    }
  }

/* product total header hidden */

.woocommerce-order-details table thead{
      display: none;
    }

/* products list */

.woocommerce-order-details table tbody{
      display: block;
    }

.woocommerce-order-details table tbody{
      width: 100%;
    }

.woocommerce-order-details table tbody{
      padding-bottom: 2rem;
    }

.woocommerce-order-details table tbody tr{
        display: flex;
      }

.woocommerce-order-details table tbody tr{
        width: 100%;
      }

.woocommerce-order-details table tbody tr{
        flex-direction: column;
      }

.woocommerce-order-details table tbody tr{
        justify-content: space-between;
      }

@media (min-width: 640px){
        .woocommerce-order-details table tbody tr{
          flex-direction: row;
        }
      }

@media (min-width: 640px){
        .woocommerce-order-details table tbody tr{
          padding-top: 0px;
        }
      }

.woocommerce-order-details table tbody td{
        display: inline-block;
      }

.woocommerce-order-details table tbody strong{
        font-family: Montserrat-Bold, sans-serif;
      }

/* subtotal */

.woocommerce-order-details table tfoot{
      display: flex;
    }

.woocommerce-order-details table tfoot{
      width: 100%;
    }

.woocommerce-order-details table tfoot{
      flex-direction: column;
    }

.woocommerce-order-details table tfoot{
      align-items: flex-end;
    }

.woocommerce-order-details table tfoot tr{
        display: flex;
      }

.woocommerce-order-details table tfoot tr{
        width: 100%;
      }

.woocommerce-order-details table tfoot tr{
        flex-direction: column;
      }

.woocommerce-order-details table tfoot tr{
        align-items: flex-start;
      }

.woocommerce-order-details table tfoot tr{
        justify-content: space-between;
      }

.woocommerce-order-details table tfoot tr{
        padding-top: 0.5rem;
      }

@media (min-width: 640px){
        .woocommerce-order-details table tfoot tr{
          flex-direction: row;
        }
      }

@media (min-width: 640px){
        .woocommerce-order-details table tfoot tr{
          padding-top: 0px;
        }
      }

.woocommerce-order-details table tfoot tr td{
          position: relative;
        }

.woocommerce-order-details table tfoot tr td{
          display: flex;
        }

.woocommerce-order-details table tfoot tr td{
          flex-direction: column;
        }

.woocommerce-order-details table tfoot tr td{
          align-items: flex-end;
        }

/* left side (subtotal, total etc.) */

.woocommerce-order-details table tfoot tr th, .woocommerce-order-details table tfoot tr td, .woocommerce-order-details table tfoot tr .woocommerce-Price-amount{
          font-weight: 400;
        }

.woocommerce-order-details table tfoot tr th, .woocommerce-order-details table tfoot tr td, .woocommerce-order-details table tfoot tr .woocommerce-Price-amount{
          --tw-text-opacity: 1;
          color: rgba(0, 0, 0, var(--tw-text-opacity));
        }

/*right side bolded*/

.woocommerce-order-details table tfoot td, .woocommerce-order-details table tfoot .woocommerce-Price-amount{
        font-family: Montserrat-Bold, sans-serif;
      }

.events .event-card.active{
      --tw-bg-opacity: 1;
      background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
    }

.events .event-card.active .radio-element::after {
          content: "";
        }

.events .event-card.active .radio-element::after{
          position: absolute;
        }

.events .event-card.active .radio-element::after{
          top: 50%;
        }

.events .event-card.active .radio-element::after{
          left: 50%;
        }

.events .event-card.active .radio-element::after{
          height: 0.75rem;
        }

.events .event-card.active .radio-element::after{
          width: 0.75rem;
        }

.events .event-card.active .radio-element::after{
          --tw-translate-x: -50%;
          transform: var(--tw-transform);
        }

.events .event-card.active .radio-element::after{
          --tw-translate-y: -50%;
          transform: var(--tw-transform);
        }

.events .event-card.active .radio-element::after{
          border-radius: 9999px;
        }

.events .event-card.active .radio-element::after{
          --tw-bg-opacity: 1;
          background-color: rgba(255, 56, 69, var(--tw-bg-opacity));
        }

.events .event-card.active .checkbox-element::after {
          content: "\2713";
        }

.events .event-card.active .checkbox-element::after{
          position: absolute;
        }

.events .event-card.active .checkbox-element::after{
          top: 50%;
        }

.events .event-card.active .checkbox-element::after{
          left: 50%;
        }

.events .event-card.active .checkbox-element::after{
          --tw-translate-x: -50%;
          transform: var(--tw-transform);
        }

.events .event-card.active .checkbox-element::after{
          --tw-translate-y: -50%;
          transform: var(--tw-transform);
        }

.events .event-card.active .checkbox-element::after{
          font-size: 2.25rem;
          line-height: 2.5rem;
        }

.events .event-card.active .checkbox-element::after{
          --tw-text-opacity: 1;
          color: rgba(255, 56, 69, var(--tw-text-opacity));
        }

.events .form-fields{
    width: 100%;
  }

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

.events .form-fields{
    justify-content: space-between;
  }

.events .form-fields{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

.events .form-fields{
    row-gap: 0.75rem;
  }

@media (min-width: 768px){
    .events .form-fields{
      display: grid;
    }
  }

@media (min-width: 768px){
    .events .form-fields{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px){
    .events .form-fields{
      -moz-column-gap: 1rem;
           column-gap: 1rem;
    }
  }

@media (min-width: 1024px){
    .events .form-fields{
      row-gap: 1.5rem;
    }
  }

@media (min-width: 1280px){
    .events .form-fields{
      -moz-column-gap: 2.5rem;
           column-gap: 2.5rem;
    }
  }

/* two rows inputs */

.events .form-fields #input_box_8, .events .form-fields #input_box_22, .events .form-fields #input_box_27{
      grid-column: span 2 / span 2;
    }

@media (min-width: 768px){
      .events .form-fields #input_box_8{
        width: calc(50% - 20px);
      }
    }

.events .form-fields input[type="textarea"]{
      height: 133px !important;
    }

.events .form-fields .input-wrap{
      width: 100%;
    }

@media (min-width: 768px){
        .events .form-fields .input-wrap:last-child{
          margin-bottom: 1.5rem;
        }
      }

.events .form-fields p{
      margin-top: 0.75rem;
    }

.events .form-fields p{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.events .form-fields p{
      font-weight: 700;
    }

@media (min-width: 768px){
      .events .form-fields p{
        margin-top: 1.5rem;
      }
    }

.events .form-fields #input_box_27, .events .form-fields #input_box_22{
      padding-top: 3.5rem;
    }

/* dynamic content stylesheets */

.text-quotation blockquote > p::before {
        content: open-quote;
      }

.text-quotation blockquote > p::before{
        position: absolute;
      }

.text-quotation blockquote > p::before{
        left: 0px;
      }

.text-quotation blockquote > p::before{
        --tw-translate-y: -100%;
        transform: var(--tw-transform);
      }

.text-quotation blockquote > p::before{
        font-size: 8rem;
        line-height: 1;
      }

.text-quotation blockquote > p::before{
        --tw-text-opacity: 1;
        color: rgba(255, 56, 69, var(--tw-text-opacity));
      }

@media (min-width: 768px){
        .text-quotation blockquote > p::before{
          font-size: 240px;
          line-height: 1;
        }
      }

.text-quotation blockquote > p::after {
        content: close-quote;
      }

.text-quotation blockquote > p::after{
        position: absolute;
      }

.text-quotation blockquote > p::after{
        right: 0px;
      }

.text-quotation blockquote > p::after{
        font-size: 8rem;
        line-height: 1;
      }

.text-quotation blockquote > p::after{
        --tw-text-opacity: 1;
        color: rgba(255, 56, 69, var(--tw-text-opacity));
      }

@media (min-width: 640px){
        .text-quotation blockquote > p::after{
          right: unset;
        }
      }

@media (min-width: 768px){
        .text-quotation blockquote > p::after{
          font-size: 240px;
          line-height: 1;
        }
      }

@media (min-width: 1280px){
        .text-quotation blockquote > p::after{
          --tw-translate-x: 50%;
          transform: var(--tw-transform);
        }
      }

.teaser-highlight .teaser-headline{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

@media (min-width: 768px){
    .teaser-highlight .teaser-headline{
      width: 75%;
    }
  }

@media (min-width: 768px){
    .teaser-highlight .teaser-headline{
      font-size: 3.75rem;
      line-height: 1;
    }
  }

@media (min-width: 768px){
    .teaser-highlight p{
      width: 50%;
    }
  }

.teaser-highlight .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.teaser-highlight .text-center > *{
      text-align: center;
    }

.teaser-highlight .text-right > *{
      margin-left: auto;
    }

.teaser-highlight .text-right > *{
      text-align: right;
    }

.teaser-highlight .content-bg .teaser-headline{
      width: 100%;
    }

.teaser-highlight .content-bg .teaser-headline{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

@media (min-width: 768px){
      .teaser-highlight .content-bg .teaser-headline{
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
    }

.teaser-highlight .content-bg p{
      width: 100%;
    }

.teaser-highlight .without-br br {
    display:none;
  }

.gallery-wall-simple .image-overlay::after {
    content: '';
  }

.gallery-wall-simple .image-overlay::after{
    position: absolute;
  }

.gallery-wall-simple .image-overlay::after{
    top: 0px;
  }

.gallery-wall-simple .image-overlay::after{
    left: 0px;
  }

.gallery-wall-simple .image-overlay::after{
    height: 100%;
  }

.gallery-wall-simple .image-overlay::after{
    width: 100%;
  }

.gallery-wall-simple .image-overlay::after{
    background-color: rgba(31, 41, 55, 0.5);
  }

.gallery-wall-simple .image-overlay::after{
    opacity: 0;
  }

.gallery-wall-simple .image-overlay::after{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.gallery-wall-simple .image-overlay::after{
    transition-duration: 200ms;
  }

@media (min-width: 1024px){
      .gallery-wall-simple .gallery-image:hover .image-description{
        display: block;
      }
    }

@media (min-width: 1024px){
      .gallery-wall-simple .gallery-image.image-overlay:hover::after{
        z-index: 10;
      }
    }

@media (min-width: 1024px){
      .gallery-wall-simple .gallery-image.image-overlay:hover::after{
        opacity: 1;
      }
    }

.lg-toolbar .lg-icon{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.lg-toolbar .lg-icon{
    line-height: 1.75rem;
  }

.lg-toolbar .lg-download::after {
    content: '\21E9';
  }

.lg-toolbar .lg-close::after {
    content: '\00D7';
  }

.lg-prev, .lg-next{
  display: none;
  height: 3rem;
  width: 3rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  font-size: 6rem;
  line-height: 1;
  line-height: 1;
}

@media (min-width: 768px){
  .lg-prev, .lg-next{
    display: block;
  }
}

.lg-next::before{
  display: block;
  height: 100%;
  --tw-translate-y: -43%;
  transform: var(--tw-transform);
  --tw-translate-x: -22%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  font-size: 3rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  content: '\2192';
}

.lg-prev::after{
  display: block;
  height: 100%;
  --tw-translate-y: -43%;
  transform: var(--tw-transform);
  --tw-translate-x: -22%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  font-size: 3rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  content: '\2190';
}

.lg-sub-html{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.lightGallery-captions{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lg-empty-html .lightGallery-captions{
    opacity: 0;
  }

.lg-empty-html .lightGallery-captions {
    transform: translate3d(0px, -30px, 0px);
  }

.lg-current .lightGallery-captions{
    opacity: 1;
  }

.lg-current .lightGallery-captions {
    transform: translate3d(0, 0, 0px);
  }

.lg-current .lg-sub-html {
    display: block !important;
  }

.lg-current .lg-sub-html{
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }

.lg-slide-progress .lightGallery-captions {
    transform: translate3d(0px, 30px, 0px);
  }

.lg-slide-progress .lightGallery-captions{
    opacity: 0;
  }

.hp-player iframe{
    height: 100%;
  }

.hp-player iframe{
    width: 100%;
  }

.gallery-carousel__slide img {
      aspect-ratio: 1/1 !important;
    }

.gallery-carousel__slide.swiper-slide-prev img{
        opacity: 0.8;
      }

.gallery-carousel__slide.swiper-slide-next img{
        opacity: 0.8;
      }

.gallery-carousel__slide.swiper-slide-active img{
        opacity: 1;
      }

.gallery-carousel__slide.swiper-slide-active .gallery-carousel__description{
        opacity: 1;
      }

.dark .accordion svg path{
        stroke: white;
      }

.gallery-wall-section > :not(:first-child){
      padding-top: 0.25rem;
    }

@media (min-width: 768px){
      .gallery-wall-section > :not(:first-child){
        padding-top: 0.75rem;
      }
    }

@media (min-width: 1024px){
      .gallery-wall-section > :not(:first-child){
        padding-top: 1.25rem;
      }
    }

.gallery-wall > :nth-child(1) {
    grid-column: 1 / 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

.gallery-wall > :nth-child(2) {
    grid-column: 3 / 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }

.gallery-wall > :nth-child(3) {
    grid-column: 1 / 4;
    grid-row-start: 3;
    grid-row-end: 5;
  }

.gallery-wall > :nth-child(4) {
    grid-column: 4 / 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }

.gallery-wall > :nth-child(5) {
    grid-column: 4 / 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }

.gallery-wall > :nth-child(6) {
    grid-column: 1 / 2;
    grid-row-start: 5;
    grid-row-end: 7;
  }

.gallery-wall > :nth-child(7) {
    grid-column: 2 / 3;
    grid-row-start: 5;
    grid-row-end: 7;
  }

.gallery-wall > :nth-child(8) {
    grid-column: 3 / 4;
    grid-row-start: 5;
    grid-row-end: 7;
  }

.gallery-wall > :nth-child(9) {
    grid-column: 4 / 5;
    grid-row-start: 5;
    grid-row-end: 7;
  }

.gallery-wall > :nth-child(10) {
    grid-column: 1 / 5;
    grid-row-start: 7;
    grid-row-end: 10;
  }

.gallery-wall > :nth-child(11) {
    grid-column: 1 / 2;
    grid-row-start: 10;
    grid-row-end: 11;
  }

.gallery-wall > :nth-child(12) {
    grid-column: 2 / 3;
    grid-row-start: 10;
    grid-row-end: 11;
  }

.gallery-wall > :nth-child(13) {
    grid-column: 3 / 5;
    grid-row-start: 10;
    grid-row-end: 12;
  }

.gallery-wall > :nth-child(14) {
    grid-column: 1 / 3;
    grid-row-start: 11;
    grid-row-end: 13;
  }

.gallery-wall > :nth-child(15) {
    grid-column: 3 / 4;
    grid-row-start: 12;
    grid-row-end: 13;
  }

.gallery-wall > :nth-child(16) {
    grid-column: 4 / 5;
    grid-row-start: 12;
    grid-row-end: 13;
  }

.gallery-wall > :nth-child(17) {
    grid-column: 1 / 2;
    grid-row-start: 13;
    grid-row-end: 14;
  }

.gallery-wall > :nth-child(18) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 14;
    grid-row-end: 15;
  }

.gallery-wall > :nth-child(19) {
    grid-column: 2/ 5;
    grid-row-start: 13;
    grid-row-end: 15;
  }

.gallery-wall .gallery-image > .image-shadow-wrap::after {
    box-shadow: inset 0 -60px 70px -30px rgba(0, 0, 0, 0.95);
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }

/* caption in the grid gallery image */

.gallery-wall .lightGallery-captions{
    padding-left: 0.5rem;
  }

.gallery-wall .lightGallery-captions{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

@media (min-width: 1024px){
    .gallery-wall .lightGallery-captions{
      padding-left: 1rem;
    }
  }

@media (min-width: 1024px){
    .gallery-wall .lightGallery-captions{
      font-size: 1rem !important;
      line-height: 1.5rem !important;
    }
  }

@media (min-width: 1440px){
    .gallery-wall .lightGallery-captions{
      padding-left: 1.25rem;
    }
  }

@media (min-width: 1440px){
    .gallery-wall .lightGallery-captions{
      font-size: 1.125rem !important;
      line-height: 1.75rem !important;
    }
  }

@media (min-width: 1920px){
    .gallery-wall .lightGallery-captions{
      padding-left: 1.75rem;
    }
  }

.lg-toolbar .lg-icon{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.lg-toolbar .lg-icon{
    line-height: 1.75rem;
  }

.lg-toolbar .lg-download::after {
    content: "\21E9";
  }

.lg-toolbar .lg-close::after {
    content: "\00D7";
  }

.lg-prev, .lg-next{
  display: none;
  height: 3rem;
  width: 3rem;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  font-size: 6rem;
  line-height: 1;
  line-height: 1;
}

@media (min-width: 768px){
  .lg-prev, .lg-next{
    display: block;
  }
}

.lg-next::before{
  display: block;
  height: 100%;
  --tw-translate-y: -43%;
  transform: var(--tw-transform);
  --tw-translate-x: -22%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  font-size: 3rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  content: "\2192";
}

.lg-prev::after{
  display: block;
  height: 100%;
  --tw-translate-y: -43%;
  transform: var(--tw-transform);
  --tw-translate-x: -22%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  font-size: 3rem;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  content: "\2190";
}

.lg-sub-html{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.lightGallery-captions{
  padding-bottom: 0.625rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* active slide caption */

.lg-container .lightGallery-captions{
    padding-left: 6rem;
  }

.lg-container .lightGallery-captions{
    padding-bottom: 0px;
  }

.lg-empty-html .lightGallery-captions{
    opacity: 0;
  }

.lg-empty-html .lightGallery-captions {
    transform: translate3d(0px, -30px, 0px);
  }

.lg-current .lightGallery-captions{
    opacity: 1;
  }

.lg-current .lightGallery-captions {
    transform: translate3d(0, 0, 0px);
  }

.lg-current .lg-sub-html {
    display: block !important;
  }

.lg-current .lg-sub-html{
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  }

.lg-slide-progress .lightGallery-captions {
    transform: translate3d(0px, 30px, 0px);
  }

.lg-slide-progress .lightGallery-captions{
    opacity: 0;
  }

.image-module__container-full{
      max-width: 1920px;
    }

.image-module__container-content{
      max-width: 1280px;
    }

.image-module__image img{
      height: 100%;
    }

.image-module__image img{
      width: 100%;
    }

.image-module__image img{
      -o-object-fit: cover;
         object-fit: cover;
    }

.image-module__image img{
      -o-object-position: center;
         object-position: center;
    }

.image-module__image-contain img{
        margin-left: auto;
        margin-right: auto;
      }

.image-module__image-contain img{
        height: auto;
      }

.image-module__image-contain img{
        width: auto;
      }

.image-module__image-contain img{
        -o-object-fit: contain;
           object-fit: contain;
      }

.image-module__image-3_2{
      position: relative;
      padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }

.image-module__image-3_2 > *{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

.image-module__image-3_2{
      --tw-aspect-w: 3;
    }

.image-module__image-3_2{
      --tw-aspect-h: 2;
    }

.image-module__image-4_3{
      position: relative;
      padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }

.image-module__image-4_3 > *{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

.image-module__image-4_3{
      --tw-aspect-w: 4;
    }

.image-module__image-4_3{
      --tw-aspect-h: 3;
    }

.image-module__image-16_9{
      position: relative;
      padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }

.image-module__image-16_9 > *{
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

.image-module__image-16_9{
      --tw-aspect-w: 16;
    }

.image-module__image-16_9{
      --tw-aspect-h: 9;
    }

.teaser-big-minimalistic .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.teaser-big-minimalistic .text-center > *{
      text-align: center;
    }

.teaser-big-minimalistic .text-right > *{
      margin-left: auto;
    }

.teaser-big-minimalistic .text-right > *{
      text-align: right;
    }

@media (min-width: 768px){
    .teaser-big-minimalistic-image:hover img{
      --tw-scale-x: 1.1;
      --tw-scale-y: 1.1;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 768px){
    .teaser-big-minimalistic-image:hover img{
      transform: var(--tw-transform);
    }
  }

.delight-ani{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

/* @media screen and (max-width: 640px) {
    width: 110vw;
  }
  @media screen and (max-width: 480px) {
    width: 150vw;
  }
  @media screen and (max-width: 430px) {
    width: clamp(160vw, 11.8182rem + -9.0909vw, 150vw);
  } */

@media screen and (min-width: 1921px) {

.delight-ani{
    width: 1920px;
}
  }

.delight-ani{
  aspect-ratio: 1;
}

.delight-ani > svg{
    width: 100%;
  }

.delight-ani > svg{
    opacity: 0;
  }

.banner_element{
  position: absolute;
  border-radius: 9999px;
  background-color: transparent;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #ff3845;
}

@media (min-width: 768px){
      .teaser-small-section .teaser-small-single-image:hover img{
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: var(--tw-transform);
      }
    }

@media (min-width: 768px){
      .teaser-small-section .teaser-small-single-image:hover img{
        transform: var(--tw-transform);
      }
    }

@media (min-width: 768px){
      .teaser-small-section .teaser-small-single:hover .content > .link-primary::after{
        padding-left: 1.25rem;
      }
    }

.leaflet-control-container, .leaflet-control-container0, .leaflet-control-container1, .leaflet-control-container2, .leaflet-control-container3, .leaflet-control-container4, .leaflet-control-container5, .leaflet-control-container6{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.leaflet-control-container{
  position: absolute;
}

.leaflet-control-container > *, .leaflet-control-container0 > *, .leaflet-control-container1 > *, .leaflet-control-container2 > *, .leaflet-control-container3 > *, .leaflet-control-container4 > *, .leaflet-control-container5 > *, .leaflet-control-container6 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.leaflet-control-container{
  --tw-aspect-w: 1;
  --tw-aspect-h: 1;
  left: 15%;
  top: 15%;
}

.leaflet-control-container .leaflet-control-attribution{
    position: absolute;
  }

.leaflet-control-container .leaflet-control-attribution{
    bottom: 20%;
  }

.leaflet-control-container .leaflet-control-attribution{
    left: 50%;
  }

.leaflet-control-container .leaflet-control-attribution{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.leaflet-control-container .leaflet-control-attribution{
    --tw-translate-x: 25%;
    transform: var(--tw-transform);
  }

@media (min-width: 375px){
    .leaflet-control-container .leaflet-control-attribution{
      --tw-translate-x: 33.333333%;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 480px){
    .leaflet-control-container .leaflet-control-attribution{
      --tw-translate-x: 50%;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 640px){
    .leaflet-control-container .leaflet-control-attribution{
      --tw-translate-x: 100%;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 375px){
      .leaflet-control-container .leaflet-control-attribution svg{
        display: inline-block;
      }
    }

.map-section {
  margin: 0 5vw;
}

@media and (min-width: 640px) {

.map-section {
    margin: 0 clamp(7.1875rem, -13.4375rem + 42.9688vw, 14.0625rem)
}
  }

@media screen and (min-width: 1024px) {

.map-section {
    margin: 0 clamp(14.0625rem, -13.3221rem + 42.7885vw, 25.1875rem)
}
  }

@media screen and (min-width: 1440px) {

.map-section {
    margin: 0 clamp(28vw, -18.3339rem + 48.3571vw, 38vw)
}
  }

.map-section .banner_element{
    position: absolute;
  }

.map-section .banner_element{
    border-radius: 9999px;
  }

.map-section .banner_element{
    background-color: transparent;
  }

.map-section .banner_element {
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #ff3845;
  }

.leaflet-popup-content-wrapper{
  z-index: 30;
  border-radius: 9999px !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1024px){
  .leaflet-popup-content-wrapper{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.leaflet-popup-close-button{
  top: 0.25rem !important;
  right: 0.25rem !important;
}

.leaflet-control-container {
}

.leaflet-popup-content-wrapper{
  position: relative;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .leaflet-popup-content-wrapper{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  }

.leaflet-container {
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  z-index: 10;
}

.leaflet-tile-pane {
  filter: saturate(1.2) grayscale(0.8) brightness(1.1) hue-rotate(90deg);
}

.icon-teaser-single{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 640px){
  .icon-teaser-single{
    width: 50%;
  }
}

@media (min-width: 768px){
  .icon-teaser-single{
    max-width: 340px;
  }
}

@media (min-width: 1024px){
  .icon-teaser-single{
    width: 33.333333%;
  }
}

.icon-teaser-single {
  flex: 1 1 auto;
}

@media (min-width: 768px){
    .icon-teaser-single:hover img{
      transform: var(--tw-transform);
    }
  }

.icon-teaser-single:hover .content > .btn-secondary::after {
  }

.icon-teaser-single picture{
    height: 100%;
  }

.icon-teaser-single picture{
    width: 100%;
  }

.icons-teaser-section div.grid{
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.icons-teaser-ani{
  position: absolute;
  display: none;
}

@media (min-width: 1024px){
  .icons-teaser-ani{
    display: block;
  }
}

.icons-teaser-ani {
  aspect-ratio: 1;
}

.icons-teaser-ani > svg{
    opacity: 0;
  }

@media (min-width: 768px){
    .teaser-medium-section .teaser-medium-single-image:hover img{
      --tw-scale-x: 1.1;
      --tw-scale-y: 1.1;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 768px){
    .teaser-medium-section .teaser-medium-single-image:hover img{
      transform: var(--tw-transform);
    }
  }

.teaser-big .text-center > *{
      margin-left: auto;
      margin-right: auto;
    }

.teaser-big .text-center > *{
      text-align: center;
    }

.teaser-big .text-right > *{
      margin-left: auto;
    }

.teaser-big .text-right > *{
      text-align: right;
    }

@media (min-width: 768px){
    .teaser-big-image:hover img{
      --tw-scale-x: 1.1;
      --tw-scale-y: 1.1;
      transform: var(--tw-transform);
    }
  }

@media (min-width: 768px){
    .teaser-big-image:hover img{
      transform: var(--tw-transform);
    }
  }

.gallery-slider__wrap.max-w-screen-xl .swiper-button{
      top: 40%;
    }

.gallery-slider__wrap.max-w-screen-xl .swiper-button{
      width: 1.5rem;
    }

@media (min-width: 768px){
      .gallery-slider__wrap.max-w-screen-xl .swiper-button{
        width: 3rem;
      }
    }

@media (min-width: 1280px){
      .gallery-slider__wrap.max-w-screen-xl .swiper-button{
        top: 45%;
      }
    }

@media (min-width: 1280px){
      .gallery-slider__wrap.max-w-screen-xl .swiper-button{
        width: 4rem;
      }
    }

.gallery-slider__wrap.max-w-screen-xl .swiper-button svg line, .gallery-slider__wrap.max-w-screen-xl .swiper-button svg path{
          stroke: #FF3845;
        }

.gallery-slider__wrap.max-w-screen-xl .swiper-button svg.white-arrow line, .gallery-slider__wrap.max-w-screen-xl .swiper-button svg.white-arrow path{
          stroke: white;
        }

@media (min-width: 1280px){
        .gallery-slider__wrap.max-w-screen-xl .swiper-button-prev{
          left: -6rem;
        }
      }

.gallery-slider__wrap.max-w-screen-xl .swiper-button-prev:after{
          display: none;
        }

.gallery-slider__wrap.max-w-screen-xl .swiper-button-next{
        --tw-rotate: 180deg;
        transform: var(--tw-transform);
      }

.gallery-slider__wrap.max-w-screen-xl .swiper-button-next{
        transform: var(--tw-transform);
      }

@media (min-width: 1280px){
        .gallery-slider__wrap.max-w-screen-xl .swiper-button-next{
          right: -6rem;
        }
      }

.gallery-slider__wrap.max-w-screen-xl .swiper-button-next:after{
          display: none;
        }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button{
      width: 1.5rem;
    }

@media (min-width: 768px){
      .gallery-slider__wrap.max-w-screen-fhd .swiper-button{
        width: 3rem;
      }
    }

@media (min-width: 1280px){
      .gallery-slider__wrap.max-w-screen-fhd .swiper-button{
        width: 4rem;
      }
    }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button svg line, .gallery-slider__wrap.max-w-screen-fhd .swiper-button svg path{
          stroke: #FF3845;
        }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button svg.white-arrow line, .gallery-slider__wrap.max-w-screen-fhd .swiper-button svg.white-arrow path{
          stroke: white;
        }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button-prev:after{
          display: none;
        }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button-next{
        --tw-rotate: 180deg;
        transform: var(--tw-transform);
      }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button-next{
        transform: var(--tw-transform);
      }

.gallery-slider__wrap.max-w-screen-fhd .swiper-button-next:after{
          display: none;
        }

.gallery-slider__wrap .gallery-slide__gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 35%);
  }

.dark .gallery-slider__wrap .swiper-button svg line,
        .dark .gallery-slider__wrap .swiper-button svg path {
          stroke: red;
        }

@media (min-width: 768px){
  .swiper-slide:hover > .link-primary::after{
    padding-left: 1.25rem;
  }
}

.before\:absolute::before{
  content: "";
  position: absolute;
}

.before\:inset-0::before{
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.before\:bottom-0::before{
  content: "";
  bottom: 0px;
}

.before\:left-0::before{
  content: "";
  left: 0px;
}

.before\:right-0::before{
  content: "";
  right: 0px;
}

.before\:z-0::before{
  content: "";
  z-index: 0;
}

.before\:h-full::before{
  content: "";
  height: 100%;
}

.before\:w-full::before{
  content: "";
  width: 100%;
}

.before\:bg-black\/50::before{
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.hover\:scale-101:hover{
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: var(--tw-transform);
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: var(--tw-transform);
}

.hover\:opacity-0:hover{
  opacity: 0;
}

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

.dark .dark\:bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(201, 245, 255, var(--tw-bg-opacity));
}

.dark .dark\:text-light{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .dark\:text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 375px){
  .xxs\:mt-12{
    margin-top: 3rem;
  }

  .xxs\:scale-150{
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: var(--tw-transform);
  }

  .xxs\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

@media (min-width: 480px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px){
  .sm\:h-32{
    height: 8rem;
  }

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

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

@media (min-width: 768px){
  .md\:aspect-h-11{
    --tw-aspect-h: 11;
  }

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

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

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

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

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

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

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

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

  .md\:w-\[calc\(50\%-20px\)\]{
    width: calc(50% - 20px);
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

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

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

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

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

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

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .md\:pb-20{
    padding-bottom: 5rem;
  }

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

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

  .md\:pb-primary{
    padding-bottom: 2.5rem;
  }

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

  .md\:pt-10{
    padding-top: 2.5rem;
  }

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

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

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

  .md\:\!text-xl{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

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

  .md\:text-4r{
    font-size: 4rem;
    line-height: 1.3;
  }

  .md\:\!leading-\[22px\]{
    line-height: 22px !important;
  }

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

  .md\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: var(--tw-transform);
  }
}

@media (min-width: 1024px){
  .lg\:\!aspect-w-1,
.lg\:\!aspect-w-2,
.lg\:\!aspect-w-3,
.lg\:\!aspect-w-4,
.lg\:\!aspect-w-5,
.lg\:\!aspect-w-6,
.lg\:\!aspect-w-7,
.lg\:\!aspect-w-8,
.lg\:\!aspect-w-9,
.lg\:\!aspect-w-10,
.lg\:\!aspect-w-11,
.lg\:\!aspect-w-12,
.lg\:\!aspect-w-13,
.lg\:\!aspect-w-14,
.lg\:\!aspect-w-15,
.lg\:\!aspect-w-16{
    position: relative !important;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%) !important;
  }

  .lg\:\!aspect-w-1 > *,
.lg\:\!aspect-w-2 > *,
.lg\:\!aspect-w-3 > *,
.lg\:\!aspect-w-4 > *,
.lg\:\!aspect-w-5 > *,
.lg\:\!aspect-w-6 > *,
.lg\:\!aspect-w-7 > *,
.lg\:\!aspect-w-8 > *,
.lg\:\!aspect-w-9 > *,
.lg\:\!aspect-w-10 > *,
.lg\:\!aspect-w-11 > *,
.lg\:\!aspect-w-12 > *,
.lg\:\!aspect-w-13 > *,
.lg\:\!aspect-w-14 > *,
.lg\:\!aspect-w-15 > *,
.lg\:\!aspect-w-16 > *{
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:\!aspect-w-10{
    --tw-aspect-w: 10 !important;
  }

  .lg\:\!aspect-h-14{
    --tw-aspect-h: 14 !important;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:top-\[unset\]{
    top: unset;
  }

  .lg\:top-auto{
    top: auto;
  }

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

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

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

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

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

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-\[5vw\]{
    margin-right: 5vw;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-max{
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

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

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

  .lg\:max-h-full{
    max-height: 100%;
  }

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

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

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

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

  .lg\:w-2\/5{
    width: 40%;
  }

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

  .lg\:w-3\/5{
    width: 60%;
  }

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

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

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

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

  .lg\:translate-y-\[26vw\]{
    --tw-translate-y: 26vw;
    transform: var(--tw-transform);
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }

  .lg\:scale-\[2\]{
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    transform: var(--tw-transform);
  }

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

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

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

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

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

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

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

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:pr-16{
    padding-right: 4rem;
  }

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

  .lg\:pl-28{
    padding-left: 7rem;
  }

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

  .lg\:pl-24{
    padding-left: 6rem;
  }

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

  .lg\:pr-24{
    padding-right: 6rem;
  }

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

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

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

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

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

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:mr-\[11\%\]{
    margin-right: 11%;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-80vh{
    height: 80vh;
  }

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

  .xl\:h-4\/6{
    height: 66.666667%;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

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

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

  .xl\:w-3\/5{
    width: 60%;
  }

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

  .xl\:w-2\/5{
    width: 40%;
  }

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

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

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

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:translate-y-20{
    --tw-translate-y: 5rem;
    transform: var(--tw-transform);
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }

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

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

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

  .xl\:pl-28{
    padding-left: 7rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

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

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

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

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

@media (min-width: 1440px){
  .\32xl\:max-w-\[500px\]{
    max-width: 500px;
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x: 50%;
    transform: var(--tw-transform);
  }

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

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

  .\32xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

  .\32xl\:pr-72{
    padding-right: 18rem;
  }

  .\32xl\:pl-72{
    padding-left: 18rem;
  }
}

@media (min-width: 1920px){
  .fhd\:min-w-\[584px\]{
    min-width: 584px;
  }

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

@media (min-width: 1921px){
  .fhdPlus\:w-\[43\%\]{
    width: 43%;
  }

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

  .fhdPlus\:translate-y-\[50vh\]{
    --tw-translate-y: 50vh;
    transform: var(--tw-transform);
  }

  .fhdPlus\:px-\[5vw\]{
    padding-left: 5vw;
    padding-right: 5vw;
  }
}