/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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.3 | 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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 414px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.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';
  }
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[47\%\] {
  left: 47%;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-\[180px\] {
  top: 180px;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[1\] {
  z-index: 1;
}
.z-auto {
  z-index: auto;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[86px\] {
  margin-bottom: 86px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[107px\] {
  margin-top: 107px;
}
.mt-\[115px\] {
  margin-top: 115px;
}
.mt-\[160px\] {
  margin-top: 160px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[61px\] {
  margin-top: 61px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[410\/453\] {
  aspect-ratio: 410/453;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-20 {
  height: 5rem;
}
.h-\[139px\] {
  height: 139px;
}
.h-\[147px\] {
  height: 147px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[383px\] {
  height: 383px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[648px\] {
  height: 648px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-\[674px\] {
  max-height: 674px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[258px\] {
  min-height: 258px;
}
.min-h-\[465px\] {
  min-height: 465px;
}
.min-h-\[493px\] {
  min-height: 493px;
}
.min-h-\[50\%\] {
  min-height: 50%;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[87px\] {
  min-height: 87px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[36px\] {
  width: 36px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[268px\] {
  min-width: 268px;
}
.max-w-\[148px\] {
  max-width: 148px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[398px\] {
  max-width: 398px;
}
.max-w-\[466px\] {
  max-width: 466px;
}
.max-w-\[536px\] {
  max-width: 536px;
}
.max-w-\[541px\] {
  max-width: 541px;
}
.max-w-\[556px\] {
  max-width: 556px;
}
.max-w-\[566px\] {
  max-width: 566px;
}
.max-w-\[674px\] {
  max-width: 674px;
}
.max-w-\[71vw\] {
  max-width: 71vw;
}
.max-w-full {
  max-width: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-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));
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.\!list-decimal {
  list-style-type: decimal !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[64px\] {
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.gap-x-\[86px\] {
  -moz-column-gap: 86px;
       column-gap: 86px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-\[1\.5em\] {
  row-gap: 1.5em;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-y-\[26px\] {
  row-gap: 26px;
}
.gap-y-\[48px\] {
  row-gap: 48px;
}
.gap-y-\[58px\] {
  row-gap: 58px;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-\[\#E5E5E5\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-t-\[3px\] {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-t-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(247 179 38 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 29 41 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(165 15 20 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(254 213 90 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary {
  --tw-gradient-from: #A50F14 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 15 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-20\% {
  --tw-gradient-from-position: 20%;
}
.bg-cover {
  background-size: cover;
}
.bg-\[left_-14rem_top\] {
  background-position: left -14rem top;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.p-\[15px\] {
  padding: 15px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[220px\] {
  padding-bottom: 220px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-\[115px\] {
  padding-top: 115px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[38px\] {
  font-size: 38px;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[33px\] {
  line-height: 33px;
}
.leading-\[46px\] {
  line-height: 46px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.text-\[\#727C80\] {
  --tw-text-opacity: 1;
  color: rgb(114 124 128 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 29 41 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(165 15 20 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.drop-shadow-\[0_2px_10px_\#00000029\] {
  --tw-drop-shadow: drop-shadow(0 2px 10px #00000029);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-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;
}
.even\:flex-row-reverse:nth-child(even) {
  flex-direction: row-reverse;
}
.hover\:w-full:hover {
  width: 100%;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-\[0_0_0_4px_\#FFFFFF65\]:hover {
  --tw-shadow: 0 0 0 4px #FFFFFF65;
  --tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
@media (min-width: 414px) {

  .xs\:right-5 {
    right: 1.25rem;
  }

  .xs\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[466\/517\] {
    aspect-ratio: 466/517;
  }

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

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

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

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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

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

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .lg\:grid-cols-\[repeat\(2\2c _minmax\(0\2c 512px\)\)\] {
    grid-template-columns: repeat(2, minmax(0,512px));
  }

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 15 20 / var(--tw-bg-opacity));
  }
  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }
  .group:hover .lg\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(165 15 20 / var(--tw-bg-opacity));
  }
  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .lg\:group-hover\:underline {
    text-decoration-line: underline;
  }
}
@media (min-width: 1280px) {

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:pl-\[138px\] {
    padding-left: 138px;
  }

  .\32xl\:pl-\[146px\] {
    padding-left: 146px;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Grid */
/* Alert colors */
/* Design colors */
.scala, .scala--bold {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.scala--bold {
  font-weight: 700;
}

scala-cond {
  font-family: "ff-scala-sans-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.squada {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: inherit;
}
.ccm-page h1 {
  font-size: 1.75rem;
  line-height: 0.8;
  font-size: clamp(40px, 8vw, 64px);
}
.ccm-page .home-title h1 {
  font-size: 1.75rem;
  line-height: 0.8;
  font-size: clamp(64px, 8vw, 100px);
}
.ccm-page .wiki-title h1 {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 0.8;
  font-size: clamp(2.75em, 4.5vw, 3em);
}
.ccm-page h2 {
  font-size: 1.5rem;
  line-height: 0.875;
  font-size: clamp(40px, 4vw, 64px);
}
.ccm-page h2 strong {
  color: #A50F14;
}
.ccm-page .intro-p p:first-of-type {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .intro-p p:first-of-type {
    font-size: 21px;
  }
}
.ccm-page h3 {
  font-size: 1.25rem;
  font-size: clamp(20px, 2vw, 32px);
}
.ccm-page .wiki-searchbar h2,
.ccm-page .contact-container h2 {
  font-size: 1.25rem;
  font-size: clamp(32px, 2vw, 40px);
}
.ccm-page .wiki_content h1, .ccm-page .wiki_content h2, .ccm-page .wiki_content h3 {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: bold;
}
.ccm-page .wiki_content h1 .table-of-content-link:before, .ccm-page .wiki_content h2 .table-of-content-link:before, .ccm-page .wiki_content h3 .table-of-content-link:before {
  content: "#";
  color: #A50F14;
  font-size: inherit;
  padding-right: 0.375em;
}
.ccm-page .wiki_content h1:after, .ccm-page .wiki_content h2:after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #F0F0F0;
  bottom: -13px;
}
.ccm-page .wiki_content h1 {
  font-size: 1.75rem;
  line-height: 0.8;
  font-size: clamp(1.125em, 2.5vw, 1.3125em);
}
.ccm-page .wiki_content h2 {
  font-size: 1.5rem;
  line-height: 28px;
  font-size: clamp(1.125em, 2.5vw, 1.3125em);
}
.ccm-page .wiki_content h3 {
  font-size: 1.5rem;
  line-height: 1.375;
  font-size: clamp(1.125em, 2.5vw, 1.125em);
}
.ccm-page .wiki_content p {
  font-size: 1.125em;
}
.ccm-page .wiki_content p:first-of-type {
  font-size: 1.125em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .wiki_content p:first-of-type {
    font-size: 1.3125em;
  }
}
.ccm-page .table-of-content-list ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .table-of-content-list ul {
    margin-bottom: 40px;
  }
}
.ccm-page .table-of-content-list ul a {
  text-decoration: underline;
}
.ccm-page .table-of-content-list ul a:hover {
  text-decoration: none;
}
.ccm-page .table-of-content-list ul .H2 {
  position: relative;
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .table-of-content-list ul .H2 {
    margin-top: 24px;
  }
}
.ccm-page .table-of-content-list ul .H3 {
  padding-left: 12px;
}
.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: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  background: white;
  width: 100%;
  height: 59px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
}
.ccm-page ::-moz-placeholder {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #AEAEAE;
}
.ccm-page ::placeholder {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  color: #AEAEAE;
}
.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 .human-check-wrap {
  display: inline-flex !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.ccm-page .human-check-wrap .humanity-check {
  border: 1px solid rgba(0, 0, 0, 0.1490196078) !important;
  border-radius: 3px;
  background: white;
}
.ccm-page input[type=radio] {
  width: 19px;
  height: 19px;
  aspect-ratio: 1;
  accent-color: #A50F14;
  transform: translateY(3px);
}
.ccm-page #contact-form .form-control,
.ccm-page #contact-form .human-check-wrap .humanity-check {
  border-color: #F0BE2A !important;
}
.ccm-page .button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 3px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 154px;
  padding-left: 19px;
  padding-right: 22px;
  transition: all ease-in-out 0.2s;
}
.ccm-page .button:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
}
.ccm-page .button.button-style-1 {
  background: #A50F14;
  color: white;
}
.ccm-page .button.button-style-1:hover {
  box-shadow: 0px 0px 0px 3px rgba(165, 15, 20, 0.3058823529);
}
.ccm-page .button.button-style-2 {
  background: white;
  color: #001D29;
}
.ccm-page .button.button-style-2:hover {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.3960784314);
}
.ccm-page .button .caption,
.ccm-page .button .caption_mobile {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
}
.ccm-page .button .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption {
    display: inline-flex;
  }
}
.ccm-page .button .caption_mobile {
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .ccm-page .button .caption_mobile {
    display: none;
  }
}
.ccm-page button[type=submit] {
  line-height: 46px;
  background: #A50F14;
  color: white;
}
.ccm-page button[type=submit]:hover {
  box-shadow: 0px 0px 0px 3px rgba(165, 15, 20, 0.3058823529);
}
.ccm-page .navigation a:hover,
.ccm-page .navigation a.current-anchor,
.ccm-page .navigation .parent-current a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}
.ccm-page .blending::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #A50F14;
  mix-blend-mode: multiply;
}
.ccm-page nav ol.breadcrumb li {
  display: none;
}
.ccm-page nav ol.breadcrumb li:after {
  content: "»";
  display: inline-flex;
  padding-left: 6px;
}
.ccm-page nav ol.breadcrumb li:nth-last-of-type(2) {
  display: inline-flex;
}
.ccm-page nav ol.breadcrumb li:nth-last-of-type(2):before {
  content: "«";
  display: inline-flex;
  padding-right: 6px;
}
.ccm-page nav ol.breadcrumb li:nth-last-of-type(2):after {
  content: "";
}
@media only screen and (min-width: 1024px) {
  .ccm-page nav ol.breadcrumb li {
    display: inline-flex;
  }
  .ccm-page nav ol.breadcrumb li:last-of-type {
    font-weight: 400;
  }
  .ccm-page nav ol.breadcrumb li:last-of-type:after {
    content: "";
  }
  .ccm-page nav ol.breadcrumb li:nth-last-of-type(2):before {
    content: "";
    padding-right: 0;
  }
  .ccm-page nav ol.breadcrumb li:nth-last-of-type(2):after {
    content: "»";
  }
}
.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-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccm-page .row, .ccm-page .row--small, .ccm-page .row--medium {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 18px;
}
.ccm-page .row--medium {
  max-width: 1124px;
}
.ccm-page .row--small {
  max-width: 710px;
}
.ccm-page footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}
.ccm-page footer ul a {
  text-decoration: underline;
}
.ccm-page footer ul a:hover {
  text-decoration: none;
}
.ccm-page footer .footer-image {
  position: relative;
  overflow: hidden;
  height: 258px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page footer .footer-image {
    height: 100%;
  }
}
.ccm-page footer .footer-image img {
  height: 100%;
  min-width: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.6;
}
.ccm-page .tel-mail p a[href^="tel:"],
.ccm-page .tel-mail p a[href^="mailto:"] {
  margin-left: 1.3em;
  text-decoration: underline;
}
.ccm-page .tel-mail p a[href^="tel:"]:hover,
.ccm-page .tel-mail p a[href^="mailto:"]:hover {
  text-decoration: none;
}
.ccm-page .tel-mail p a[href^="tel:"]::before,
.ccm-page .tel-mail p a[href^="mailto:"]::before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
}
.ccm-page .tel-mail p a[href^="tel:"]::before {
  content: "";
  top: 0.3rem;
  height: 20px;
  width: 17px;
  margin: 0 0.4rem 0 -1.3rem;
  position: relative;
  -webkit-mask: url(../js/99ecc2a9f0b22d4e79ac.svg) no-repeat 50% 50%;
  mask: url(../js/99ecc2a9f0b22d4e79ac.svg) no-repeat 50% 50%;
  -webkit-mask: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: currentColor;
}
.ccm-page .tel-mail p a[href^="mailto:"]::before {
  content: "\f0e0";
  margin: 0 0.2rem 0 -1.3rem;
  width: 20px;
  font-size: 0.9rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.ccm-page .default-link p a,
.ccm-page ol.default-link a {
  display: inline-block;
  position: relative;
  color: #A50F14;
}
.ccm-page .default-link p a:hover,
.ccm-page ol.default-link a:hover {
  color: white;
}
.ccm-page .default-link p a:hover::before,
.ccm-page ol.default-link a:hover::before {
  display: block;
  position: absolute;
  content: "";
  inset: 0 -0.15em;
  background: #A50F14;
  z-index: -1;
}
.ccm-page .default-list ul {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ccm-page .default-list ul li {
  position: relative;
}
.ccm-page .default-list ul li::before {
  display: inline-flex;
  content: "\f0eb";
  margin: 0 0.5rem 0 0;
  width: 20px;
  font-size: 0.9rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #FED55A;
}
.ccm-page .column-pagination .pagination {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
.ccm-page .column-pagination .pagination .page-item {
  display: none;
}
.ccm-page .column-pagination .pagination .page-item.prev, .ccm-page .column-pagination .pagination .page-item.next {
  font-family: "ff-scala-sans-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  background: #A50F14;
  color: white;
  transition: all ease-in-out 0.2s;
}
.ccm-page .column-pagination .pagination .page-item.prev:not(.disabled):hover, .ccm-page .column-pagination .pagination .page-item.next:not(.disabled):hover {
  box-shadow: 0px 0px 0px 3px rgba(165, 15, 20, 0.3058823529);
}
.ccm-page .column-pagination .pagination .page-item.prev.disabled, .ccm-page .column-pagination .pagination .page-item.next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.ccm-page .ccm-search-block-form.wiki-search {
  position: relative;
  display: flex;
  align-items: center;
}
.ccm-page .ccm-search-block-form.wiki-search .ccm-search-block-text {
  padding-right: 136px;
}
.ccm-page .ccm-search-block-form.wiki-search input[type=submit].button {
  position: absolute;
  right: 8px;
  padding-block: 6px;
  min-width: 120px !important;
}
.ccm-page .ccm-search-block-form.wiki-search:after {
  position: absolute;
  display: flex;
  right: 22px;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  color: white;
}
.ccm-page .options-btn:after {
  position: absolute;
  display: flex;
  content: url(../js/392a1aacbabf5b3cee6f.svg);
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.collapse.show {
  visibility: visible !important;
}
