/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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.0.24 | 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.
*/

html {
  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, -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"; /* 4 */
}

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

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

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

[hidden] {
  display: none;
}
  body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --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:  ;
}

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

.\!fixed {
  position: fixed !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

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

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

.-left-\[4px\] {
  left: -4px;
}

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

.right-\[42px\] {
  right: 42px;
}

.right-0 {
  right: 0px;
}

.left-9 {
  left: 2.25rem;
}

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

.left-auto {
  left: auto;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

.\!z-\[40\] {
  z-index: 40 !important;
}

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

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

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

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

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

.ml-\[15px\] {
  margin-left: 15px;
}

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

.hidden {
  display: none;
}

.\!hidden {
  display: none !important;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

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

.h-full {
  height: 100%;
}

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

.\!h-auto {
  height: auto !important;
}

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

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

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

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

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

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-\[40\%\] {
  width: 40%;
}

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

.w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-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-\[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-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));
}

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

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

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.border {
  border-width: 1px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 159 194 / var(--tw-border-opacity));
}

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

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

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

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

.bg-black\/\[\.3\] {
  background-color: rgb(0 0 0 / .3);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.from-primary {
  --tw-gradient-from: #009FC2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 159 194 / 0));
}

.to-\[\#534023\] {
  --tw-gradient-to: #534023;
}

.to-black {
  --tw-gradient-to: #000;
}

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-primary {
  font-family: sans-serif;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

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

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

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

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

.opacity-70 {
  opacity: 0.7;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

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

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

.img-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.group:hover .group-hover\:inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.group:hover .group-hover\:-translate-y-3\/4 {
  --tw-translate-y: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}
.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}
@media (min-width: 414px) {

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

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

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

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

  .xs\:gap-x-\[23px\] {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {

  .lg\:left-\[24px\] {
    left: 24px;
  }

  .lg\:bottom-\[78px\] {
    bottom: 78px;
  }

  .lg\:right-\[66px\] {
    right: 66px;
  }

  .lg\:left-\[66px\] {
    left: 66px;
  }

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

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

  .lg\:-bottom-\[97px\] {
    bottom: -97px;
  }

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

  .lg\:ml-\[276px\] {
    margin-left: 276px;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:\!inline-flex {
    display: inline-flex !important;
  }

  .lg\:\!hidden {
    display: none !important;
  }

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

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

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

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

  .lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

  .lg\:min-h-fit {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

  .lg\:max-w-\[50vw\] {
    max-width: 50vw;
  }

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

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

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

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

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

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-\[42px\] {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }

  .lg\:gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

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

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

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

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

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

  .lg\:pl-\[276px\] {
    padding-left: 276px;
  }

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

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

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

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

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

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

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

  .lg\:odd\:flex-row:nth-child(odd) {
    flex-direction: row;
  }

  .lg\:odd\:flex-row-reverse:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .lg\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }

  .lg\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1280px) {

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

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

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

  .xl\:gap-x-\[108px\] {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }

  .xl\:gap-x-\[100px\] {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .xl\:gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }

  .xl\:pl-\[138px\] {
    padding-left: 138px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:max-h-\[440px\] {
    max-height: 440px;
  }

  .\32xl\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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 */
/* Fonts */
@font-face {
  font-family: 'gobold_extra';
  src: url(../js/1af3d356bd2b89c3b264.woff2) format("woff2"), url(../js/f167ff9ebd30264e63d4.woff) format("woff"), url(../js/84d572adec7b9af9e5f5.otf) format("otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'avenir_regular';
  src: url(../js/14cabd65d22e2ce13feb.woff2) format("woff2"), url(../js/477311c8f60c9ab6f3dd.woff) format("woff"), url(../js/b58b1b9c574d4cabb0ab.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_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; }

.gobold {
  font-family: "gobold_extra", sans-serif;
  font-weight: normal; }

.avenir {
  font-family: "avenir_regular", sans-serif;
  font-weight: normal; }

.avenir_heavy {
  font-family: "avenir_heavy", sans-serif;
  font-weight: normal; }

.avenir_light {
  font-family: "avenir_light", sans-serif;
  font-weight: normal; }

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

.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;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "avenir_regular", sans-serif;
  font-size: 19px;
  height: 25px; }
  .ccm-page .button:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    display: inline-flex;
    position: relative;
    border: 1px solid white;
    margin-left: 10px;
    height: 25px;
    width: 25px;
    aspect-ratio: 1/1;
    justify-content: center;
    line-height: 25px; }
  .ccm-page .button:hover .caption,
  .ccm-page .button:hover .caption_mobile {
    text-decoration: underline; }
  .ccm-page .button.button-style-1 {
    color: #A57F46; }
    .ccm-page .button.button-style-1:after {
      color: black;
      border-color: black; }
    .ccm-page .button.button-style-1:hover:after {
      background-color: black;
      color: white; }
  .ccm-page .button.button-style-2 {
    color: white; }
    .ccm-page .button.button-style-2:after {
      color: #F0A361; }
    .ccm-page .button.button-style-2:hover:after {
      background-color: white; }
  .ccm-page .button .caption {
    display: none; }
    @media only screen and (min-width: 768px) {
      .ccm-page .button .caption {
        display: inline-flex;
        line-height: 25px;
        height: 25px;
        align-items: center; } }
  .ccm-page .button .caption_mobile {
    display: inline-flex;
    line-height: 25px;
    height: 25px;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .ccm-page .button .caption_mobile {
        display: none; } }

.ccm-page .upper-nav * {
  font-family: "avenir_light", sans-serif !important; }

.ccm-page .upper-nav p {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .upper-nav p {
      flex-direction: row; }
  .ccm-page .upper-nav a:before {
    content: '|';
    color: white !important;
    margin-inline: 10px; } }

.ccm-page .navigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  row-gap: 40px;
  font-family: "avenir_heavy", sans-serif;
  letter-spacing: 0.95px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .navigation {
      flex-direction: row;
      gap: 40px; } }
  @media only screen and (min-width: 1536px) {
    .ccm-page .navigation {
      gap: 100px;
      margin-right: 52px; } }

.ccm-page .nav-item-anchor {
  position: relative; }

.ccm-page .current-anchor::before {
  content: '';
  position: absolute;
  inset: -10px -19px -7px -19px;
  width: auto;
  height: auto;
  border: 1px solid #F7D5A3;
  opacity: 1; }

@media only screen and (min-width: 1024px) {
  .ccm-page .nav-item-anchor::before {
    content: '';
    position: absolute;
    inset: -12px;
    width: auto;
    height: auto;
    opacity: 0;
    transition: inset ease-in-out .2s, opacity ease-in-out .2s; }
  .ccm-page .current-anchor::before,
  .ccm-page .nav-item-anchor:hover::before {
    content: '';
    position: absolute;
    inset: -12px;
    width: auto;
    height: auto;
    border: 1px solid #F7D5A3;
    opacity: 1; } }

@media only screen and (min-width: 1536px) {
  .ccm-page .current-anchor::before,
  .ccm-page .nav-item-anchor:hover::before {
    inset-inline: -21px; } }

.ccm-page #menu__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  aspect-ratio: 1/1; }
  .ccm-page #menu__button.open__menu {
    background-image: url(../js/a80b5d440b45c0130e70.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .ccm-page #menu__button.close__menu {
    background-image: url(../js/6f56433c7c75e23cbdc5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.ccm-page .entry-text-wrapper::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../js/0b91da3d567e226deabf.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 368px;
  max-width: 90%;
  max-height: 90%;
  aspect-ratio: 1/1;
  width: auto;
  left: 50%;
  opacity: .1;
  z-index: 0;
  transform: translate(-50%); }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-text-wrapper::before {
      height: 80%;
      width: auto; } }

.ccm-page .entry-text-wrapper p,
.ccm-page .entry-text-wrapper div p,
.ccm-page .entry-text-wrapper h2 {
  color: black; }

.ccm-page .entry-text-wrapper h2 {
  margin-bottom: 21px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-text-wrapper h2 {
      margin-bottom: 32px; } }

.ccm-page .entry-wrapper:nth-of-type(odd) .entry-scroller {
  bottom: 30px;
  right: 42px;
  color: white;
  border-color: white; }

.ccm-page .entry-wrapper:nth-of-type(odd) .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 50px;
  background: white;
  height: 1px;
  width: 87%;
  max-width: calc(100% - 84px); }

@media only screen and (min-width: 1024px) {
  .ccm-page .entry-wrapper:nth-of-type(odd) .entry-text-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 50px;
    background: black;
    height: 1px;
    width: 141px; }
  .ccm-page .entry-wrapper:nth-of-type(odd) .image-wrapper:after {
    max-width: calc(100% - 128px); }
  .ccm-page .entry-wrapper:nth-of-type(odd) .entry-scroller {
    right: 66px; } }

.ccm-page .entry-wrapper:nth-of-type(even) .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 36px;
  background: white;
  height: 1px;
  width: calc(100% - 84px); }

.ccm-page .entry-wrapper:nth-of-type(even) .entry-scroller {
  bottom: 17px;
  right: 42px;
  color: white;
  border-color: white; }

@media only screen and (min-width: 1024px) {
  .ccm-page .entry-wrapper:nth-of-type(even) .entry-text-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 50px;
    background: black;
    height: 1px;
    width: 141px; }
  .ccm-page .entry-wrapper:nth-of-type(even) .image-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    bottom: 50px;
    background: white;
    height: 1px;
    width: 87%;
    max-width: calc(100% - 128px); }
  .ccm-page .entry-wrapper:nth-of-type(even) .entry-scroller {
    bottom: 30px;
    left: 24px;
    color: white;
    border-color: white; } }

.ccm-page .entry-wrapper:first-of-type .entry-text-wrapper {
  background-color: black; }
  .ccm-page .entry-wrapper:first-of-type .entry-text-wrapper:after {
    background: white; }
  .ccm-page .entry-wrapper:first-of-type .entry-text-wrapper h2 {
    color: #fff !important; }
  .ccm-page .entry-wrapper:first-of-type .entry-text-wrapper p {
    color: #fff !important; }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(odd) .entry-text-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 36px;
  top: auto;
  bottom: 0;
  background: black;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:nth-of-type(odd) .entry-text-wrapper:after {
      left: 66px;
      height: 59px; } }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(odd) .image-wrapper:after {
  content: '';
  display: none; }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(odd) .entry-scroller {
  bottom: 78px;
  left: -4px;
  color: #F0A361;
  border-color: black; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:nth-of-type(odd) .entry-scroller {
      bottom: 78px;
      left: 26px; } }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(even) .entry-text-wrapper:after {
  content: '';
  display: none; }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(even) .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 36px;
  top: auto;
  bottom: 0;
  background: white;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:nth-of-type(even) .image-wrapper:after {
      left: 66px;
      height: 59px; } }

.ccm-page .entry-wrapper:last-of-type:nth-of-type(even) .entry-scroller {
  bottom: 78px;
  left: -4px;
  color: #F0A361;
  border-color: white; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:nth-of-type(even) .entry-scroller {
      bottom: 78px;
      left: 26px; } }

.ccm-page .entry-wrapper:last-of-type:first-of-type .entry-text-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: 66px;
  left: auto;
  top: 0;
  background: black;
  height: 31.75%;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:first-of-type .entry-text-wrapper:after {
      height: 45%; } }

.ccm-page .entry-wrapper:last-of-type:first-of-type .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 66px;
  top: auto;
  bottom: 0;
  background: white;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .entry-wrapper:last-of-type:first-of-type .image-wrapper:after {
      height: 59px; } }

.ccm-page .entry-wrapper:last-of-type:first-of-type .entry-scroller {
  display: flex;
  bottom: 78px;
  left: 26px;
  color: #F0A361;
  border-color: white; }

@media only screen and (min-width: 1024px) {
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(odd) .entry-text-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 50px;
    background: black;
    height: 1px;
    width: 141px; }
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(odd) .image-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    bottom: 50px;
    background: white;
    height: 1px;
    width: 87%;
    max-width: calc(100% - 128px); }
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(odd) .entry-scroller {
    bottom: 30px;
    left: 26px;
    color: white;
    border-color: white; } }

.ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(even) .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 36px;
  background: white;
  height: 1px;
  width: calc(100% - 84px); }

.ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(even) .entry-scroller {
  bottom: 17px;
  right: 42px;
  color: white;
  border-color: white; }

@media only screen and (min-width: 1024px) {
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(even) .entry-text-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: auto;
    right: 0;
    bottom: 50px;
    background: black;
    height: 1px;
    width: 141px; }
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(even) .image-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 50px;
    background: white;
    height: 1px;
    width: 87%;
    max-width: calc(100% - 128px); }
  .ccm-page .two-col-layout--home.entry-wrapper:nth-of-type(even) .entry-scroller {
    bottom: 30px;
    left: auto;
    right: 66px;
    color: white;
    border-color: white; } }

.ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-text-wrapper {
  background-color: white; }
  .ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-text-wrapper h2 {
    color: black !important; }
  .ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-text-wrapper p {
    color: black !important; }

.ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-text-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: 42px;
  left: auto;
  top: 0;
  background: black;
  height: 31.75%;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-text-wrapper:after {
      height: 45%;
      right: 66px; } }

.ccm-page .two-col-layout--home.entry-wrapper:first-of-type .image-wrapper:after {
  content: '';
  display: none; }

.ccm-page .two-col-layout--home.entry-wrapper:first-of-type .entry-scroller {
  display: none; }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(odd) .entry-text-wrapper:after {
  content: '';
  display: none; }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(odd) .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 36px;
  top: auto;
  bottom: 0;
  background: white;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(odd) .image-wrapper:after {
      left: 66px;
      height: 59px; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(odd) .entry-scroller {
  bottom: 78px;
  left: -4px;
  color: #F0A361;
  border-color: white; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(odd) .entry-scroller {
      bottom: 78px;
      left: 26px; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(even) .entry-text-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 36px;
  top: auto;
  bottom: 0;
  background: black;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(even) .entry-text-wrapper:after {
      left: 66px;
      height: 59px; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(even) .image-wrapper:after {
  content: '';
  display: none; }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(even) .entry-scroller {
  bottom: 78px;
  left: -4px;
  color: #F0A361;
  border-color: black; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:nth-of-type(even) .entry-scroller {
      bottom: 78px;
      left: 26px; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:first-of-type .entry-text-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: 66px;
  left: auto;
  top: 0;
  background: black;
  height: 31.75%;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:first-of-type .entry-text-wrapper:after {
      height: 45%; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:first-of-type .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  right: auto;
  left: 66px;
  top: auto;
  bottom: 0;
  background: white;
  height: 59px;
  width: 1px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .two-col-layout--home.entry-wrapper:last-of-type:first-of-type .image-wrapper:after {
      height: 59px; } }

.ccm-page .two-col-layout--home.entry-wrapper:last-of-type:first-of-type .entry-scroller {
  display: flex;
  bottom: 78px;
  left: 26px;
  color: #F0A361;
  border-color: white; }

.ccm-toolbar-visible .ccm-page {
  margin-top: unset !important;
  padding-top: 40px; }

.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-edit-mode .ccm-page .upper-nav {
  margin-top: 40px !important;
  position: relative !important; }

.ccm-edit-mode .ccm-page .hero-slider, .ccm-edit-mode .ccm-page header {
  position: relative !important; }

.ccm-edit-mode .ccm-page .lined-text .lined-text-wrapper {
  overflow: unset;
  text-wrap: unset;
  flex-wrap: unset; }

.ccm-page div#ccm-panel-add-block a p {
  display: flex;
  justify-content: center;
  align-items: center; }

.ccm-page .row {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px; }

.ccm-page h1, .ccm-page h2, .ccm-page h3 {
  font-family: "gobold_extra", sans-serif;
  color: #F7D5A3; }

.ccm-page h1 {
  font-size: 48px;
  line-height: 60px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page h1 {
      font-size: 64px;
      line-height: 80px; } }

.ccm-page h2 {
  font-size: 40px;
  line-height: 48px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page h2 {
      font-size: 48px;
      line-height: 60px; } }

.ccm-page h3 {
  font-size: 24px;
  line-height: 32px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page h3 {
      font-size: 32px;
      line-height: 40px; } }

.ccm-page footer #copyright {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 42px;
  padding-bottom: 43px; }
  .ccm-page footer #copyright:after {
    content: '';
    display: block;
    position: absolute;
    inset: 10% 0;
    background-image: url(../js/82cb64f1ebd9fbca0dae.png);
    background-size: 123px 108px;
    background-repeat: space;
    z-index: 0;
    pointer-events: none; }
    @media only screen and (min-width: 1024px) {
      .ccm-page footer #copyright:after {
        background-size: 192px 169px; }
    .ccm-page footer #copyright {
      padding-top: 74px; } }

.ccm-page footer h4 {
  margin-bottom: 18px;
  font-family: "avenir_heavy", sans-serif;
  font-size: 19px;
  line-height: 32px;
  color: white; }

.ccm-page footer p {
  font-family: "avenir_heavy", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: black; }
  .ccm-page footer p br {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .ccm-page footer p br {
        display: block; } }

.ccm-page footer a,
.ccm-page footer p a {
  font-family: "avenir_heavy", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: black;
  text-decoration: underline; }
  .ccm-page footer a:hover,
  .ccm-page footer p a:hover {
    text-decoration: none; }

.ccm-page footer ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 35px; }
  @media only screen and (min-width: 1536px) {
    .ccm-page footer ul {
      flex-direction: row;
      gap: unset;
      margin-bottom: 82px;
      justify-content: space-between; } }

.ccm-page #intro h2 {
  color: #fff; }
  @media only screen and (min-width: 1024px) {
    .ccm-page #intro h2 {
      font-size: 64px;
      line-height: 80px; } }

.ccm-page p {
  font-family: "avenir_regular", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: white; }
  .ccm-page p a {
    font-family: "avenir_heavy", sans-serif;
    color: #F0A361;
    text-decoration: underline; }
    .ccm-page p a:hover {
      text-decoration: none; }

.ccm-page .intro-text p {
  font-size: 19px;
  line-height: 32px; }

.ccm-page .default-list li {
  font-family: "avenir_regular", sans-serif;
  font-size: 17px;
  color: white; }
  .ccm-page .default-list li::before {
    content: "";
    background-color: #F0A361;
    display: inline-block;
    position: relative;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 90px; }

.ccm-page .lined-text {
  position: relative; }
  @media only screen and (min-width: 414px) {
    .ccm-page .lined-text {
      display: inline-block; } }
  .ccm-page .lined-text .lined-text-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    font-size: 17px;
    letter-spacing: 3.4px;
    width: 100%;
    height: 47px;
    color: white;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .lined-text .lined-text-wrapper {
        height: 52px; } }
    @media only screen and (min-width: 1280px) {
      .ccm-page .lined-text .lined-text-wrapper::before, .ccm-page .lined-text .lined-text-wrapper::after {
        background-color: #fff;
        content: "";
        display: flex;
        height: 1px;
        position: relative;
        flex-grow: 1;
        min-width: 45px; }
      .ccm-page .lined-text .lined-text-wrapper::before {
        right: 20.5px; }
      .ccm-page .lined-text .lined-text-wrapper::after {
        left: 15.5px; } }
    @media only screen and (min-width: 1536px) {
      .ccm-page .lined-text .lined-text-wrapper::before {
        right: 74.5px; }
      .ccm-page .lined-text .lined-text-wrapper::after {
        left: 45.5px; } }

.ccm-page .line-right,
.ccm-page .line-left {
  position: relative;
  display: block;
  z-index: 10; }

.ccm-page .line-right .lined-text-wrapper,
.ccm-page .line-left .lined-text-wrapper {
  display: inline-flex;
  position: absolute;
  flex-direction: row;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  font-size: 17px;
  letter-spacing: 3.4px;
  width: calc(653px - 231px);
  height: 23px;
  color: #F0A361;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  top: 98px;
  right: calc(-422px + 31px);
  rotate: 90deg; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-right .lined-text-wrapper,
    .ccm-page .line-left .lined-text-wrapper {
      width: calc(796px - 69px);
      right: calc(-727px + 55px); } }
  .ccm-page .line-right .lined-text-wrapper::before, .ccm-page .line-right .lined-text-wrapper::after,
  .ccm-page .line-left .lined-text-wrapper::before,
  .ccm-page .line-left .lined-text-wrapper::after {
    background-color: white;
    content: "";
    display: flex;
    height: 1px;
    position: relative; }
  .ccm-page .line-right .lined-text-wrapper::before,
  .ccm-page .line-left .lined-text-wrapper::before {
    right: 18px;
    min-width: 45px;
    flex-grow: 1; }
  .ccm-page .line-right .lined-text-wrapper::after,
  .ccm-page .line-left .lined-text-wrapper::after {
    min-width: 45px;
    left: 11px;
    flex-grow: 1; }

.ccm-page .line-right .lined-text-wrapper {
  transform-origin: top left;
  top: 98px;
  width: calc(653px - 231px);
  right: calc(-422px + 31px);
  rotate: 90deg; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-right .lined-text-wrapper {
      width: calc(625px - 95px);
      right: calc(-561px + 86px);
      top: 130px; } }
  @media only screen and (min-width: 1280px) {
    .ccm-page .line-right .lined-text-wrapper {
      width: calc(625px - 64px);
      right: calc(-561px + 55px);
      top: 98px; } }
  .ccm-page .line-right .lined-text-wrapper::before {
    right: 18px; }
  .ccm-page .line-right .lined-text-wrapper::after {
    left: 11px; }

.ccm-page .line-left .lined-text-wrapper {
  transform-origin: top right;
  top: 0;
  right: auto;
  left: calc(-322px + 25px);
  width: 322px;
  rotate: 270deg; }
  @media only screen and (min-width: 768px) {
    .ccm-page .line-left .lined-text-wrapper {
      left: calc(-461px + 25px);
      width: 461px; } }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-left .lined-text-wrapper {
      left: calc(-307px + 63.4px);
      width: calc(597px / 2); } }
  .ccm-page .line-left .lined-text-wrapper::before {
    right: 18px; }
  .ccm-page .line-left .lined-text-wrapper::after {
    left: 11px; }

.ccm-page .line-right.line-home .lined-text-wrapper {
  width: calc(653px - 231px);
  right: calc(-422px + 31px); }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-right.line-home .lined-text-wrapper {
      width: calc(796px - 100px);
      right: calc(-727px + 86px); } }
  @media only screen and (min-width: 1280px) {
    .ccm-page .line-right.line-home .lined-text-wrapper {
      width: calc(796px - 69px);
      right: calc(-727px + 55px); } }
  .ccm-page .line-right.line-home .lined-text-wrapper::before, .ccm-page .line-right.line-home .lined-text-wrapper::after {
    background-color: white;
    content: "";
    display: flex;
    height: 1px;
    position: relative; }
  .ccm-page .line-right.line-home .lined-text-wrapper::before {
    right: 18px;
    min-width: 45px;
    flex-grow: 1; }
  .ccm-page .line-right.line-home .lined-text-wrapper::after {
    min-width: 45px;
    left: 11px;
    flex-grow: 1; }

.ccm-page .line-right.line-menu .lined-text-wrapper {
  top: 145px;
  right: 50px;
  width: calc(100vh - 22vh);
  right: calc(-78vh + 30px); }
  .ccm-page .line-right.line-menu .lined-text-wrapper::before, .ccm-page .line-right.line-menu .lined-text-wrapper::after {
    background-color: white;
    content: "";
    display: flex;
    height: 1px;
    position: relative; }
  .ccm-page .line-right.line-menu .lined-text-wrapper::before {
    right: 18px;
    min-width: 45px;
    flex-grow: 3; }
  .ccm-page .line-right.line-menu .lined-text-wrapper::after {
    min-width: 45px;
    left: 11px;
    flex-grow: 1; }

.ccm-page .line-before::before {
  background-color: #fff;
  content: "";
  display: flex;
  width: 32px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: -13px;
  transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-before::before {
      width: 21vw;
      height: 1px;
      top: 40px;
      left: -35px;
      transform: translateX(-100%); } }

.ccm-page .line-before {
  margin-left: 37px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .line-before {
      margin-left: 0; } }

.ccm-page .line-bottom-right {
  position: relative; }
  .ccm-page .line-bottom-right:after {
    content: '';
    position: absolute;
    display: block;
    right: 42px;
    bottom: 0;
    height: 52px;
    background: #fff;
    width: 1px; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .line-bottom-right:after {
        height: 58px;
        right: 66px; } }

.ccm-page .swiper-pagination {
  position: relative !important;
  display: grid;
  max-width: 182px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  gap: 4px;
  height: 42px; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .swiper-pagination {
      max-width: 312px;
      gap: 8px; } }

.ccm-page .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
  background-color: transparent; }
  .ccm-page .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden; }
  .ccm-page .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background-color: #F0A361;
    overflow: hidden; }

.ccm-page .swiper-pagination-bullet-active {
  background-color: transparent; }
  .ccm-page .swiper-pagination-bullet-active i {
    -webkit-animation-name: countingBar;
            animation-name: countingBar;
    -webkit-animation-duration: 3000ms;
            animation-duration: 3000ms;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes countingBar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes countingBar {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.ccm-page .contact-icon {
  position: relative;
  padding-left: 30px; }
  .ccm-page .contact-icon h3 {
    font-size: 24px; }
  .ccm-page .contact-icon::before {
    content: "\f3c5";
    color: #F7D5A3;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    font-size: 24px;
    line-height: 32px;
    left: 4px; }
    @media only screen and (min-width: 1024px) {
      .ccm-page .contact-icon::before {
        line-height: 36px; } }

.ccm-page .contact-map #google-maps {
  width: 100%;
  height: 312px;
  border: 1px solid #A57F46; }
  @media only screen and (min-width: 1024px) {
    .ccm-page .contact-map #google-maps {
      height: 434px; } }

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

