/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/tailwind.css ***!
  \*******************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}
@media (min-width: 414px) {

  .debug-screens::before {
    content: 'screen: xs';
  }
}
@media (min-width: 640px) {

  .debug-screens::before {
    content: 'screen: sm';
  }
}
@media (min-width: 768px) {

  .debug-screens::before {
    content: 'screen: md';
  }
}
@media (min-width: 1024px) {

  .debug-screens::before {
    content: 'screen: lg';
  }
}
@media (min-width: 1280px) {

  .debug-screens::before {
    content: 'screen: xl';
  }
}
@media (min-width: 1536px) {

  .debug-screens::before {
    content: 'screen: 2xl';
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-left-\[12vw\] {
  left: -12vw;
}
.-right-\[7\.5vw\] {
  right: -7.5vw;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[14\.5vw\] {
  left: 14.5vw;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[11vw\] {
  right: 11vw;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[34px\] {
  top: 34px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[47px\] {
  margin-bottom: 47px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.aspect-\[1640\/391\] {
  aspect-ratio: 1640/391;
}
.aspect-\[390\/268\] {
  aspect-ratio: 390/268;
}
.aspect-\[410\/391\] {
  aspect-ratio: 410/391;
}
.aspect-\[94\/84\] {
  aspect-ratio: 94/84;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-16 {
  height: 4rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[68\.74\%\] {
  height: 68.74%;
}
.h-\[84px\] {
  height: 84px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[391px\] {
  max-height: 391px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[537px\] {
  min-height: 537px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[13\.2vw\] {
  width: 13.2vw;
}
.w-\[22vw\] {
  width: 22vw;
}
.w-\[23\.71vw\] {
  width: 23.71vw;
}
.w-\[28\.71vw\] {
  width: 28.71vw;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[82vw\] {
  width: 82vw;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[1364px\] {
  max-width: 1364px;
}
.max-w-\[333px\] {
  max-width: 333px;
}
.-translate-y-\[18\.3\%\] {
  --tw-translate-y: -18.3%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[21\.54\%\] {
  --tw-translate-y: -21.54%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[2px\] {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[47\.45\%\] {
  --tw-translate-y: -47.45%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[7\.45\%\] {
  --tw-translate-y: -7.45%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[200\%\] {
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[\.8\%\] {
  --tw-translate-y: .8%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[35px\] {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[17px\] {
  row-gap: 17px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[21px\] {
  row-gap: 21px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[48px\] {
  row-gap: 48px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-visible {
  overflow-y: visible;
}
.rounded-\[4\%\/5\.5\%\] {
  border-radius: 4%/5.5%;
}
.rounded-full {
  border-radius: 9999px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 59 / var(--tw-border-opacity));
}
.bg-\[\#707070\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(165 127 70 / var(--tw-bg-opacity));
}
.\!bg-bottom {
  background-position: bottom !important;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-\[114px\] {
  padding-bottom: 114px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[38px\] {
  font-size: 38px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(60 60 59 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(165 127 70 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0 {
  opacity: 0;
}
.shadow-\[-5px_0_6px_0_rgba\(0\2c 0\2c 0\2c 0\.09\)\] {
  --tw-shadow: -5px 0 6px 0 rgba(0,0,0,0.09);
  --tw-shadow-colored: -5px 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 414px) {

  .xs\:left-\[5\.61vw\] {
    left: 5.61vw;
  }

  .xs\:right-\[7\.82vw\] {
    right: 7.82vw;
  }

  .xs\:w-\[11vw\] {
    width: 11vw;
  }

  .xs\:w-\[18vw\] {
    width: 18vw;
  }
}
@media (min-width: 768px) {

  .md\:w-\[14\.6vw\] {
    width: 14.6vw;
  }

  .md\:w-\[8\.8vw\] {
    width: 8.8vw;
  }
}
@media (min-width: 1024px) {

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {

  .xl\:-left-\[9\.5vw\] {
    left: -9.5vw;
  }

  .xl\:-right-\[5\.5vw\] {
    right: -5.5vw;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

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

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

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-\[55px\] {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!../application/themes/default_theme/src/main.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* Grid */
/* Alert colors */
/* Design colors */
@font-face {
  font-family: "avenir_light";
  src: url(../js/239ef12bfaf479db6908.woff2) format("woff2"), url(../js/315447fa62074904c207.woff) format("woff"), url(../js/8f47513e72894bc6169f.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_roman";
  src: url(../js/cf8485cd735cef96632f.woff2) format("woff2"), url(../js/670587f827fb2686e5cf.woff) format("woff"), url(../js/0290d99c875172f839ca.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_medium";
  src: url(../js/91ca83b63548f8293b36.woff2) format("woff2"), url(../js/3cceca82778395ea8ccc.woff) format("woff"), url(../js/a11c4a4fed4a9555d79c.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_heavy";
  src: url(../js/fdfcdf798119bc0e8f74.woff2) format("woff2"), url(../js/5b149f77567815dc71b3.woff) format("woff"), url(../js/f728da1ab92fe217cfca.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avenir_black";
  src: url(../js/c9c45701fa9f8007ae0a.woff2) format("woff2"), url(../js/7f91133300c13f58ed17.woff) format("woff"), url(../js/be9ee6dd5a410a549288.ttf) format("ttf");
  font-weight: normal;
  font-style: normal;
}
.avenir {
  font-family: "avenir_light", sans-serif;
  font-weight: 300;
}

.avenir-roman {
  font-family: "avenir_roman", sans-serif;
  font-weight: 400;
}

.avenir-medium {
  font-family: "avenir_medium", sans-serif;
  font-weight: 500;
}

.avenir-heavy {
  font-family: "avenir_heavy", sans-serif;
  font-weight: 800;
}

.avenir-black {
  font-family: "avenir_black", sans-serif;
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 233px;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: inherit;
  text-transform: uppercase;
}
.ccm-page h1 {
  font-size: 1.75rem;
  font-size: clamp(34px, 6vw, 55px);
}
.ccm-page h2 {
  font-size: 1.5rem;
  font-size: clamp(32px, 6vw, 55px);
  font-family: "avenir_heavy", sans-serif;
}
.ccm-page h2 em {
  font-family: "avenir_roman", sans-serif;
  font-style: normal;
}
.ccm-page h3 {
  font-size: 1.25rem;
  font-size: clamp(20px, 2vw, 32px);
}
.ccm-page h1 {
  margin-top: 28px;
  color: #A57F46;
  font-family: "avenir_black", sans-serif;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .ccm-page h1 {
    line-height: 58px;
  }
}
.ccm-page h1 em {
  font-family: "avenir_roman", sans-serif;
  font-style: normal;
}
.ccm-page .opening-time h2 {
  color: #3C3C3B;
}
.ccm-page footer p strong {
  display: inline-block;
  font-family: "avenir_heavy", sans-serif;
  margin-block: 12px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page footer p strong {
    margin-top: 0;
    margin-bottom: 38px;
  }
}
.ccm-page .alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.ccm-page .alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #5bc0de;
}
.ccm-page .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #5cb85c;
}
.ccm-page .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d9534f;
}
.ccm-page .alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #f0ad4e;
}
.ccm-page .form-group {
  display: block;
  margin: 0;
}
.ccm-page .form-control {
  outline: none;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  background: #ededed;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
}
.ccm-page .control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}
.ccm-page textarea.form-control {
  resize: none;
  padding: 10px 15px;
  height: auto;
  line-height: inherit;
}
.ccm-page .ccm-input-date {
  margin-right: 0 !important;
}
.ccm-page .input-group:after {
  display: table;
  content: "";
  clear: both;
}
.ccm-page .input-group .input-group-datepicker {
  float: left;
  width: calc(100% - 45px);
}
.ccm-page .input-group .input-group-datepicker .form-control {
  width: 100%;
}
.ccm-page .input-group .input-group-addon {
  display: block;
  border: 0;
  border-radius: 3px;
  background: #ddd;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: inherit;
  color: rgba(237, 237, 237, 0.3);
}
.ccm-page .input-group .input-group-addon:first-child {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .input-group-addon:last-child {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page .input-group .form-control {
  width: calc(100% - 45px);
}
.ccm-page .input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ccm-page .input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ccm-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 276px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 37px 12px 37px;
  border-radius: 50px;
  transition: all ease-in-out 0.2s;
}
.ccm-page .button:hover {
  background-color: #D8AD6C;
}
.ccm-page .button.button-style-1 {
  background-color: #A57F46;
}
.ccm-page .button.button-style-1:hover {
  background-color: #D8AD6C;
}
.ccm-page .button.button-style-2 {
  background-color: #3C3C3B;
}
.ccm-page .button.button-style-2:hover {
  background-color: #696b67;
}
.ccm-page .button.button-style-3 {
  min-width: auto;
  padding-inline: 21px;
  background-color: #A57F46;
}
.ccm-page .button.button-style-3 .caption, .ccm-page .button.button-style-3 .caption_mobile {
  font-size: 16px !important;
}
.ccm-page .button.button-style-3:hover {
  background-color: #D8AD6C;
}
.ccm-page .button .caption, .ccm-page .button .caption_mobile {
  font-family: "avenir_medium", sans-serif;
  font-size: 21px;
  color: white;
}
.ccm-page .button .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption {
    display: inline-block;
  }
}
.ccm-page .button .caption_mobile {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile {
    display: none;
  }
}
.ccm-page header {
  transition: padding ease-in-out 0.2s;
}
.ccm-page .small-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(180deg, rgb(33, 33, 33) 0%, rgba(33, 33, 33, 0.76) 62%, rgba(33, 33, 33, 0) 100%);
}
@media only screen and (min-width: 768px) {
  .ccm-page .small-header {
    background: linear-gradient(180deg, rgb(33, 33, 33) 0%, rgba(33, 33, 33, 0.35) 76%, rgba(33, 33, 33, 0) 100%);
  }
}
.ccm-page .navigation a {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .navigation a:hover::after {
    content: "";
    position: absolute;
    inset-inline: -22px;
    inset-block: -12px;
    border-radius: 50px;
    background: #A57F46;
    z-index: -1;
  }
}
.ccm-edit-mode .ccm-page body h1, .ccm-edit-mode .ccm-page body h2, .ccm-edit-mode .ccm-page body h3, .ccm-edit-mode .ccm-page body h4, .ccm-edit-mode .ccm-page body p, .ccm-edit-mode .ccm-page body span {
  margin-bottom: 16px;
}
.ccm-toolbar-visible .ccm-page header {
  top: 48px;
}
.ccm-edit-mode .ccm-page header {
  background-color: #3C3C3B;
  top: inherit;
  position: relative;
  z-index: inherit;
}
.ccm-edit-mode .ccm-page h1, .ccm-edit-mode .ccm-page h2, .ccm-edit-mode .ccm-page h3, .ccm-edit-mode .ccm-page h4, .ccm-edit-mode .ccm-page p, .ccm-edit-mode .ccm-page span {
  margin-bottom: 16px;
}
.ccm-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-page .row, .ccm-page .row--large, .ccm-page .row--medium {
  position: relative;
  width: 100%;
  max-width: 752px;
  margin-inline: auto;
  padding-inline: 18px;
}
.ccm-page .row--medium {
  max-width: 996px;
}
.ccm-page .row--large {
  max-width: 1435px;
}
.ccm-page .bg-texture, .ccm-page .bg-texture--flip:before, .ccm-page .bg-texture--gold, .ccm-page .bg-texture--dark {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ccm-page .bg-texture--dark {
  background-image: url(../js/6542ddfc52f06bcba1b2.webp);
}
.ccm-page .bg-texture--gold {
  background-image: url(../js/d9264b40b2ee9ffe5009.webp);
  background-size: auto;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .bg-texture--gold {
    background-size: cover;
  }
}
.ccm-page .bg-texture--flip:before {
  content: "";
  background-image: url(../js/6542ddfc52f06bcba1b2.webp);
  background-position: bottom;
  position: absolute;
  inset: 0;
  transform: scaleY(-1);
}
.ccm-page .film-texture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../js/9e0e317ae18247eda082.png);
}
.ccm-page .inset-shadow {
  box-shadow: inset 0px 3px 20px rgba(0, 0, 0, 0.5450980392);
}
.ccm-page .groups-events h2 {
  position: relative;
  display: inline;
  overflow: visible;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .groups-events h2:before {
    content: "";
    position: absolute;
    width: 950px;
    height: 100%;
    left: 50%;
    background: url(../js/1678d5ff4c5cf5c92c30.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%);
    pointer-events: none;
  }
}
.ccm-page .swiper-slide {
  width: auto;
}
