/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** 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.10 | 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;
  }
}
.w-full {
  width: 100%;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.no-underline {
  text-decoration-line: none;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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 */
/* Repsonsive Grid */
.row {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1404px;
  padding: 0 20px;
}
.row.full {
  max-width: 100%;
  padding: 0;
}
.row:after {
  display: block;
  clear: both;
  content: "";
}
.row .column {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  /* GENERATE COLUMNS */
}
.row .column.small-1 {
  width: 8.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-2 {
  width: 16.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-3 {
  width: 25%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-4 {
  width: 33.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-5 {
  width: 41.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-6 {
  width: 50%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-7 {
  width: 58.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-8 {
  width: 66.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-9 {
  width: 75%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-10 {
  width: 83.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-11 {
  width: 91.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-12 {
  width: 100%;
}
.row .column.hide-for-small {
  display: none;
}
@media (min-width: 414px) {
  .row .column.xs-1 {
    width: 8.3333333333%;
  }
  .row .column.xs-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xs-2 {
    width: 16.6666666667%;
  }
  .row .column.xs-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xs-3 {
    width: 25%;
  }
  .row .column.xs-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xs-4 {
    width: 33.3333333333%;
  }
  .row .column.xs-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xs-5 {
    width: 41.6666666667%;
  }
  .row .column.xs-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xs-6 {
    width: 50%;
  }
  .row .column.xs-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xs-7 {
    width: 58.3333333333%;
  }
  .row .column.xs-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xs-8 {
    width: 66.6666666667%;
  }
  .row .column.xs-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xs-9 {
    width: 75%;
  }
  .row .column.xs-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xs-10 {
    width: 83.3333333333%;
  }
  .row .column.xs-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xs-11 {
    width: 91.6666666667%;
  }
  .row .column.xs-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xs-12 {
    width: 100%;
  }
  .row .column.xs-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xs {
    display: none;
  }
}
@media (min-width: 450px) {
  .row .column.panel-1 {
    width: 8.3333333333%;
  }
  .row .column.panel-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.panel-2 {
    width: 16.6666666667%;
  }
  .row .column.panel-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.panel-3 {
    width: 25%;
  }
  .row .column.panel-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.panel-4 {
    width: 33.3333333333%;
  }
  .row .column.panel-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.panel-5 {
    width: 41.6666666667%;
  }
  .row .column.panel-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.panel-6 {
    width: 50%;
  }
  .row .column.panel-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.panel-7 {
    width: 58.3333333333%;
  }
  .row .column.panel-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.panel-8 {
    width: 66.6666666667%;
  }
  .row .column.panel-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.panel-9 {
    width: 75%;
  }
  .row .column.panel-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.panel-10 {
    width: 83.3333333333%;
  }
  .row .column.panel-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.panel-11 {
    width: 91.6666666667%;
  }
  .row .column.panel-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.panel-12 {
    width: 100%;
  }
  .row .column.panel-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-panel {
    display: none;
  }
}
@media (min-width: 640px) {
  .row .column.small-1 {
    width: 8.3333333333%;
  }
  .row .column.small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.small-2 {
    width: 16.6666666667%;
  }
  .row .column.small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.small-3 {
    width: 25%;
  }
  .row .column.small-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.small-4 {
    width: 33.3333333333%;
  }
  .row .column.small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.small-5 {
    width: 41.6666666667%;
  }
  .row .column.small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.small-6 {
    width: 50%;
  }
  .row .column.small-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.small-7 {
    width: 58.3333333333%;
  }
  .row .column.small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.small-8 {
    width: 66.6666666667%;
  }
  .row .column.small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.small-9 {
    width: 75%;
  }
  .row .column.small-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.small-10 {
    width: 83.3333333333%;
  }
  .row .column.small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.small-11 {
    width: 91.6666666667%;
  }
  .row .column.small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.small-12 {
    width: 100%;
  }
  .row .column.small-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
    display: none;
  }
}
@media (min-width: 768px) {
  .row .column.medium-1 {
    width: 8.3333333333%;
  }
  .row .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.medium-2 {
    width: 16.6666666667%;
  }
  .row .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.medium-3 {
    width: 25%;
  }
  .row .column.medium-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.medium-4 {
    width: 33.3333333333%;
  }
  .row .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.medium-5 {
    width: 41.6666666667%;
  }
  .row .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.medium-6 {
    width: 50%;
  }
  .row .column.medium-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.medium-7 {
    width: 58.3333333333%;
  }
  .row .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.medium-8 {
    width: 66.6666666667%;
  }
  .row .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.medium-9 {
    width: 75%;
  }
  .row .column.medium-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.medium-10 {
    width: 83.3333333333%;
  }
  .row .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.medium-11 {
    width: 91.6666666667%;
  }
  .row .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.medium-12 {
    width: 100%;
  }
  .row .column.medium-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-medium {
    display: none;
  }
}
@media (min-width: 1024px) {
  .row .column.large-1 {
    width: 8.3333333333%;
  }
  .row .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.large-2 {
    width: 16.6666666667%;
  }
  .row .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.large-3 {
    width: 25%;
  }
  .row .column.large-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.large-4 {
    width: 33.3333333333%;
  }
  .row .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.large-5 {
    width: 41.6666666667%;
  }
  .row .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.large-6 {
    width: 50%;
  }
  .row .column.large-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.large-7 {
    width: 58.3333333333%;
  }
  .row .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.large-8 {
    width: 66.6666666667%;
  }
  .row .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.large-9 {
    width: 75%;
  }
  .row .column.large-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.large-10 {
    width: 83.3333333333%;
  }
  .row .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.large-11 {
    width: 91.6666666667%;
  }
  .row .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.large-12 {
    width: 100%;
  }
  .row .column.large-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-large {
    display: none;
  }
}
@media (min-width: 1280px) {
  .row .column.xl-1 {
    width: 8.3333333333%;
  }
  .row .column.xl-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xl-2 {
    width: 16.6666666667%;
  }
  .row .column.xl-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xl-3 {
    width: 25%;
  }
  .row .column.xl-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xl-4 {
    width: 33.3333333333%;
  }
  .row .column.xl-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xl-5 {
    width: 41.6666666667%;
  }
  .row .column.xl-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xl-6 {
    width: 50%;
  }
  .row .column.xl-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xl-7 {
    width: 58.3333333333%;
  }
  .row .column.xl-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xl-8 {
    width: 66.6666666667%;
  }
  .row .column.xl-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xl-9 {
    width: 75%;
  }
  .row .column.xl-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xl-10 {
    width: 83.3333333333%;
  }
  .row .column.xl-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xl-11 {
    width: 91.6666666667%;
  }
  .row .column.xl-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xl-12 {
    width: 100%;
  }
  .row .column.xl-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xl {
    display: none;
  }
}
@media (min-width: 1420px) {
  .row .column.xxl-1 {
    width: 8.3333333333%;
  }
  .row .column.xxl-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xxl-2 {
    width: 16.6666666667%;
  }
  .row .column.xxl-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xxl-3 {
    width: 25%;
  }
  .row .column.xxl-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xxl-4 {
    width: 33.3333333333%;
  }
  .row .column.xxl-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xxl-5 {
    width: 41.6666666667%;
  }
  .row .column.xxl-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xxl-6 {
    width: 50%;
  }
  .row .column.xxl-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xxl-7 {
    width: 58.3333333333%;
  }
  .row .column.xxl-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xxl-8 {
    width: 66.6666666667%;
  }
  .row .column.xxl-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xxl-9 {
    width: 75%;
  }
  .row .column.xxl-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xxl-10 {
    width: 83.3333333333%;
  }
  .row .column.xxl-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xxl-11 {
    width: 91.6666666667%;
  }
  .row .column.xxl-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xxl-12 {
    width: 100%;
  }
  .row .column.xxl-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xxl {
    display: none;
  }
}
@media (min-width: 1536px) {
  .row .column.xxxl-1 {
    width: 8.3333333333%;
  }
  .row .column.xxxl-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.xxxl-2 {
    width: 16.6666666667%;
  }
  .row .column.xxxl-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.xxxl-3 {
    width: 25%;
  }
  .row .column.xxxl-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.xxxl-4 {
    width: 33.3333333333%;
  }
  .row .column.xxxl-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.xxxl-5 {
    width: 41.6666666667%;
  }
  .row .column.xxxl-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.xxxl-6 {
    width: 50%;
  }
  .row .column.xxxl-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.xxxl-7 {
    width: 58.3333333333%;
  }
  .row .column.xxxl-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.xxxl-8 {
    width: 66.6666666667%;
  }
  .row .column.xxxl-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.xxxl-9 {
    width: 75%;
  }
  .row .column.xxxl-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.xxxl-10 {
    width: 83.3333333333%;
  }
  .row .column.xxxl-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.xxxl-11 {
    width: 91.6666666667%;
  }
  .row .column.xxxl-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.xxxl-12 {
    width: 100%;
  }
  .row .column.xxxl-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-xxxl {
    display: none;
  }
}
.row.spacing {
  padding: 0 10px;
}
.row.spacing.full {
  padding: 0;
}
.row.spacing .column {
  /* GENERATE COLUMNS */
}
.row.spacing .column.small-1 {
  width: calc(8.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-2 {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-3 {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-4 {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-5 {
  width: calc(41.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-6 {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-7 {
  width: calc(58.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-8 {
  width: calc(66.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-9 {
  width: calc(75% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-10 {
  width: calc(83.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-11 {
  width: calc(91.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-12 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media (min-width: 414px) {
  .row.spacing .column.xs-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xs-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xs-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 450px) {
  .row.spacing .column.panel-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.panel-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.panel-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 640px) {
  .row.spacing .column.small-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.small-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.small-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 768px) {
  .row.spacing .column.medium-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .row.spacing .column.large-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1280px) {
  .row.spacing .column.xl-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xl-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xl-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1420px) {
  .row.spacing .column.xxl-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxl-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxl-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1536px) {
  .row.spacing .column.xxxl-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.xxxl-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}

.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #5bc0de;
}
.alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #5cb85c;
}
.alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #d9534f;
}
.alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #f0ad4e;
}

.form-group {
  display: block;
  margin: 0;
}

.form-control {
  outline: none;
  border: 0;
  -webkit-border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  background: #F0EFEC;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: inherit;
  font-size: inherit;
  color: #000;
  border: 1px solid #000000;
  border-radius: 2px;
}

.control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor: pointer;
}

textarea.form-control {
  resize: none;
  padding: 10px 15px;
  height: auto;
  line-height: inherit;
}

.ccm-input-date {
  margin-right: 0 !important;
}

.input-group:after {
  display: table;
  content: "";
  clear: both;
}
.input-group .input-group-datepicker {
  float: left;
  width: calc(100% - 45px);
}
.input-group .input-group-datepicker .form-control {
  width: 100%;
}
.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);
}
.input-group .input-group-addon:first-child {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-addon:last-child {
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .form-control {
  width: calc(100% - 45px);
}
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.human-check-wrap {
  padding: 0 !important;
}
.human-check-wrap .humanity-check {
  border: 1px solid #000000 !important;
}

.dynamic-form-control.has-date {
  max-width: 200px;
  position: relative;
}
.dynamic-form-control.has-date input {
  padding-right: 2em;
}
.dynamic-form-control.has-date::before {
  content: "\f073";
  position: absolute;
  right: 0.65em;
  bottom: 0.55em;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: bold;
}
.button > span {
  padding: 0.265em 1em;
}
.button::before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../js/d749c35355f425fa2322.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 45px;
  height: 45px;
  border: 0;
}
.button.button-style-1 {
  color: #000000;
  background-color: #F0EFEC;
}
.button.button-style-1::before {
  background-color: #838375;
}
.button.button-style-1:hover {
  background-color: #838375;
  color: #fff;
}
.button.button-style-2 {
  color: #fff;
  background-color: #C4000F;
}
.button.button-style-2::before {
  background-color: #161615;
}
.button.button-style-2:hover {
  background-color: #161615;
}
.button .caption {
  display: none;
}
@media only screen and (min-width: 768px) {
  .button .caption {
    display: inline-block;
  }
}
.button .caption_mobile {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .button .caption_mobile {
    display: none;
  }
}

.arrow-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.arrow-link::after {
  content: "";
  position: relative;
  top: -2px;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-image: url(../js/aebb4559b84e7f3f0daf.svg);
  margin-left: 0.6em;
}
.arrow-link.arrow-link-style-2 {
  font-weight: bold;
  flex-direction: row-reverse;
  color: #fff;
}
.arrow-link.arrow-link-style-2::after {
  margin: 0;
  margin-right: 0.6em;
}
.arrow-link.arrow-link-style-2:hover {
  text-decoration: underline;
}

.submit-container .button {
  padding-right: 1em;
  color: #fff;
  background-color: #C4000F;
}
.submit-container .button::before {
  background-color: #161615;
  margin-right: 1em;
}

.open-menu {
  max-width: 100%;
}

.nav-row-wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .nav-row-wrapper {
    margin-top: 40px;
  }
}

.nav-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1024px) {
  .nav-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 15px 24px;
  }
}

.main-menu-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #C4000F;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all ease 0.4s;
}
@media only screen and (min-width: 1024px) {
  .main-menu-wrapper {
    position: relative;
    z-index: 1;
    left: initial;
    top: initial;
    width: auto;
    height: auto;
    background-color: #fff;
    overflow-y: visible;
  }
}
.main-menu-wrapper .contact {
  padding-left: 50px;
}
.main-menu-wrapper .contact p {
  line-height: 2;
  text-transform: uppercase;
}
.main-menu-wrapper .contact i {
  padding-right: 5px;
}
.main-menu-wrapper .contact a {
  color: #454545;
}
@media only screen and (min-width: 768px) {
  .main-menu-wrapper .contact {
    display: none;
  }
}
.open-menu .main-menu-wrapper {
  left: 0;
}

.ccm-toolbar-visible .main-menu-wrapper {
  top: 48px;
}
@media only screen and (min-width: 1024px) {
  .ccm-toolbar-visible .main-menu-wrapper {
    top: 0;
  }
}

.main-menu {
  padding-top: 100px;
}
@media only screen and (min-width: 1024px) {
  .main-menu {
    padding-top: 0;
  }
}
.main-menu .navigation {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .main-menu .navigation {
    margin: 0;
    padding: 0;
  }
}
.main-menu .nav-item {
  position: relative;
  float: none;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .main-menu .nav-item {
    margin-bottom: 0;
    float: left;
  }
}
.main-menu .navigation > .nav-item:last-of-type .nav-item-anchor {
  background-color: #fff;
  color: #000;
  padding: 0.5em 0.8em;
}
@media only screen and (min-width: 1024px) {
  .main-menu .navigation > .nav-item:last-of-type .nav-item-anchor {
    background-color: #C4000F;
    color: #fff;
    padding: 0 15px;
  }
}
.main-menu .nav-item-anchor {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .main-menu .nav-item-anchor {
    color: #161615;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin: 0 1px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu .nav-item-anchor {
    font-size: 20px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu .nav-item.current > .nav-item-anchor {
    background-color: #F0EFEC;
  }
}
.main-menu .parent-current > .nav-item-anchor,
.main-menu .nav-item:hover > .nav-item-anchor,
.main-menu .nav-item-anchor:hover {
  color: #000;
}
@media only screen and (min-width: 1024px) {
  .main-menu .parent-current > .nav-item-anchor,
  .main-menu .nav-item:hover > .nav-item-anchor,
  .main-menu .nav-item-anchor:hover {
    background-color: #C4000F;
    color: #fff;
  }
}

ul.sub-menu {
  position: absolute;
  width: 260px;
  max-width: 400px;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #161615;
}
@media only screen and (min-width: 1024px) {
  ul.sub-menu {
    transition: all 0.15s;
    margin-top: -5px;
    padding-left: 0;
    border-top: 28px solid #FFF;
    margin: 0;
  }
}
ul.sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 28px);
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  ul.sub-menu::before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
}
ul.sub-menu .nav-item {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 400;
}
ul.sub-menu .nav-item .nav-item-anchor {
  position: relative;
  font-size: 18px;
  color: #fff !important;
  font-weight: 500;
  line-height: 1.4em;
  height: auto;
}
@media only screen and (min-width: 768px) {
  ul.sub-menu .nav-item .nav-item-anchor {
    padding: 0.8em 2.2em 0.8em 1.2em;
  }
}
ul.sub-menu .nav-item .nav-item-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  transform: translateX(-50%);
  background-color: #484848;
}
ul.sub-menu .nav-item .nav-item-anchor::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 1.1em;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../js/70d2f8579c7bfb313a1b.svg);
}
ul.sub-menu .nav-item:hover .nav-item-anchor {
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  ul.sub-menu .nav-item:hover .nav-item-anchor {
    text-decoration: underline;
  }
}
ul.sub-menu .nav-item:first-of-type .nav-item-anchor {
  padding-top: 1.4em;
}
ul.sub-menu .nav-item:last-of-type .nav-item-anchor {
  padding-bottom: 1.4em;
}
ul.sub-menu .nav-item:last-of-type .nav-item-anchor::after {
  display: none;
}
ul.sub-menu .nav-item.current > .nav-item-anchor {
  background-color: transparent;
  text-decoration: underline;
}
ul.sub-menu .nav-item-anchor {
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  ul.sub-menu .nav-item-anchor {
    color: #464645;
    display: block;
    width: auto;
    transition: all 0.15s;
  }
}
ul.sub-menu .sub-menu {
  width: auto;
  top: initial;
}
@media only screen and (min-width: 1024px) {
  ul.sub-menu .sub-menu {
    position: absolute;
    width: inherit;
    left: 100%;
    top: 0;
    background-color: darkred;
  }
}
ul.sub-menu .sub-menu .nav-item-anchor:before {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .has-submenu:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .has-submenu > .nav-item-anchor::after {
    content: "\f107";
    content: "";
    font-family: "fontAwesome";
    padding-left: 5px;
    display: none;
  }
  .has-submenu .has-submenu > .nav-item-anchor {
    padding-right: 50px;
  }
  .has-submenu .has-submenu > .nav-item-anchor::after {
    right: 25px;
    position: absolute;
    content: "\f101";
  }
}
.has-submenu .has-submenu .sub-menu .nav-item-anchor:hover {
  padding-left: 35px;
}

.menu-toggle {
  position: absolute;
  top: 22px;
  right: 0.6em;
  padding: 10px;
  font-size: 26px !important;
  z-index: 11;
  cursor: pointer;
  color: #fff;
  background-color: #838375;
  width: 46px;
  height: 46px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
  }
}
.menu-toggle.fa-times::before {
  content: "\f00d" !important;
}

.submenu-toggle {
  display: inline-block;
  padding: 10px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .submenu-toggle {
    display: none;
  }
}

.open-submenu > i::before {
  content: "\f106";
}
.open-submenu > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
  margin-top: 15px;
}

.secondary-menu-mobile {
  display: flex;
  padding: 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .secondary-menu-mobile {
    display: none;
  }
}

.secondary-menu-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .secondary-menu-desktop {
    display: flex;
  }
}

.secondary-menu .ccm-block-social-links .list-inline-item {
  margin-right: 5px;
}
.secondary-menu .ccm-block-social-links a {
  width: 45px;
  height: 45px;
  background-color: #F0EFEC;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondary-menu .ccm-block-social-links a i {
  color: #161615;
  font-size: 20px;
}

.ccm-block-switch-language-flags {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #838375;
  color: #fff;
  font-weight: 700;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ccm-block-switch-language-flags .submenu-languages {
  display: none;
  width: 100%;
  background: #F0EFEC;
  position: absolute;
  top: 100%;
  z-index: 1;
  padding: 0.4em;
  justify-content: center;
  color: #161615;
}
.ccm-block-switch-language-flags:hover .submenu-languages {
  display: flex;
}

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

* {
  box-sizing: border-box;
  outline: none;
}

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

html,
body {
  padding: 0;
  margin: 0;
}

.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-family: Arial, Helvetica, sans-serif;
}
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5 {
  display: table;
}
.ccm-page h1 {
  font-size: 1.75rem;
  font-size: clamp(42px, 3vw, 72px);
}
.ccm-page h2 {
  font-size: 1.5rem;
  font-size: clamp(26px, 2.5vw, 40px);
  color: #fff;
  background-color: #C4000F;
  padding: 11px 16px;
}
.ccm-page h3 {
  font-size: 1.25rem;
  font-size: clamp(20px, 2vw, 32px);
  color: #fff;
  background-color: #000;
  padding: 8px 16px;
  margin-bottom: 0.2em;
}
.ccm-page h4 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page h4 {
    font-size: 20px;
  }
}
.ccm-page .main a,
.ccm-page .contact-row a,
.ccm-page #footer a {
  font-weight: 700;
  color: #C4000F;
  text-decoration: underline;
}
.ccm-page .main a:hover,
.ccm-page .contact-row a:hover,
.ccm-page #footer a:hover {
  text-decoration: none;
}
.ccm-page {
  font-family: "industry", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.85em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .header-image {
  position: relative;
  z-index: 0;
  height: 320px;
  background-image: url(../js/57e73e8727c7c403a898.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-image {
    margin-bottom: 3em;
    height: 480px;
  }
}
.ccm-page .header-image-homepage {
  height: 681px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-image-homepage {
    height: 857px;
  }
}
.ccm-page .header-slider {
  position: relative;
  z-index: 0;
  max-height: 681px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-slider {
    max-height: 857px;
  }
}
.ccm-page .header-slider .image-slider-container .swiper-slide {
  height: 681px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-slider .image-slider-container .swiper-slide {
    height: 857px;
  }
}
.ccm-page .header-slider .image-slider-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
}
.ccm-page .header-overlay {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  padding: 1em;
  margin-top: 2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-overlay {
    margin-top: 3em;
  }
}
.ccm-page .header-overlay h1, .ccm-page .header-overlay h2, .ccm-page .header-overlay h3, .ccm-page .header-overlay h4, .ccm-page .header-overlay h5, .ccm-page .header-overlay h6 {
  color: #fff;
  padding-bottom: 0.2em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .header-overlay h1 {
    font-size: 70px;
    line-height: 1em;
  }
}
.ccm-page .header-overlay .button {
  margin: 0 auto;
  margin-top: 1em;
}
.ccm-page .header-overlay.header-overlay-default {
  text-align: center;
}
.ccm-page .thumb-slider-container {
  position: absolute;
  bottom: 20px;
  max-height: 160px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .thumb-slider-container {
    bottom: 0;
  }
}
.ccm-page .thumb-slider-container .swiper-wrapper {
  min-width: 96vw;
  justify-content: center;
}
@media only screen and (min-width: 414px) {
  .ccm-page .thumb-slider-container .swiper-wrapper {
    min-width: 100vw;
  }
}
@media only screen and (min-width: 1024px) {
  .ccm-page .thumb-slider-container .swiper-wrapper {
    padding: 0;
  }
}
.ccm-page .thumb-slider-container .swiper-slide {
  height: 65px;
  width: 30% !important;
  padding: 0 2px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .thumb-slider-container .swiper-slide {
    width: 33.333% !important;
    height: 160px;
    padding: 2em;
    margin: 0 0.5px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-bottom: 5px solid;
    border-color: rgba(226, 224, 221, 0.7);
  }
  .ccm-page .thumb-slider-container .swiper-slide.swiper-slide-thumb-active, .ccm-page .thumb-slider-container .swiper-slide:hover {
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #c4000f;
  }
}
.ccm-page .thumb-slider-container .swiper-slide .thumbnail-wrapper {
  display: flex;
  color: #fff;
}
.ccm-page .thumb-slider-container .swiper-slide .thumbnail-content {
  padding: 1.2em;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .ccm-page .thumb-slider-container .swiper-slide .thumbnail-content {
    display: block;
  }
}
.ccm-page .thumb-slider-container .swiper-slide .project-title {
  font-weight: 600;
}
.ccm-page .thumb-slider-container .swiper-slide .project-link {
  text-decoration: underline;
}
.ccm-page .thumb-slider-container .swiper-slide img {
  border: 1px solid #FFFFFF;
  height: 65px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 115px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .thumb-slider-container .swiper-slide img {
    max-height: none;
    height: 100px;
    width: 167px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (min-width: 1280px) {
  .ccm-page .thumb-slider-container .swiper-slide img {
    margin: 0;
  }
}
.ccm-page .intro {
  font-size: 18px;
  line-height: 1.8em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .intro {
    font-size: 20px;
  }
}
.ccm-page .image-caption {
  background-color: #F0EFEC;
  color: #838375;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: 1.6em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .image-caption {
    padding: 2em;
    font-size: 1em;
    line-height: inherit;
  }
}
.ccm-page .image-caption p {
  padding: 0 !important;
}
.ccm-page .image-caption strong {
  font-size: 1rem;
  margin-top: 0.4em;
  display: block;
}
.ccm-page .flexrow {
  margin: 4em auto;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .flexrow {
    margin: 6em auto;
  }
}
.ccm-page .gfx-offset {
  max-width: 535px;
  margin: 0 auto;
  margin-bottom: 1.6em;
  float: none;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gfx-offset {
    margin-bottom: 0;
  }
}
.ccm-page .gfx-offset .image-caption {
  position: relative;
  z-index: 1;
  left: -1em;
  bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .gfx-offset .image-caption {
    left: -2em;
    bottom: 6em;
    margin-bottom: -70px;
    font-size: 20px;
  }
  .ccm-page .gfx-content {
    padding-left: 3em;
    max-width: 645px;
    margin-top: -4.6em;
  }
  .ccm-page .center-content {
    display: flex;
    align-items: center;
  }
}
.ccm-page .grey-bg {
  background-color: #F0EFEC;
}
.ccm-page .grey-content {
  padding: 3em 0;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .grey-content {
    padding: 5em 0;
  }
}
.ccm-page .short-intro,
.ccm-page .grey-intro {
  max-width: 570px;
}
.ccm-page .grey-footer {
  border-top: 1px dashed #C9C8C6;
  border-bottom: 1px dashed #C9C8C6;
  padding: 3em 0;
}
.ccm-page .grey-footer p {
  padding-top: 0;
}
.ccm-page .grey-footer .button {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .grey-footer strong {
    font-size: 20px;
  }
  .ccm-page .grey-cols {
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }
}
.ccm-page .grey-col {
  position: relative;
  max-width: 534px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.ccm-page .grey-col h2 {
  position: absolute;
  left: -0.4em;
  top: 1.2em;
  font-size: 28px;
}
@media only screen and (min-width: 1280px) {
  .ccm-page .grey-col h2 {
    font-size: 32px;
    left: -1.6em;
  }
}
.ccm-page .video-container {
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}
.ccm-page .video-container .youtubeBlock {
  margin-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .video-container .youtubeBlock {
    margin-top: 4em;
  }
}
.ccm-page .duorow {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .duorow {
    flex-direction: row;
  }
}
.ccm-page .duorow .col {
  padding: 4em;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .duorow .col {
    width: 50%;
    max-width: 50%;
  }
}
.ccm-page .duorow .duorow-contentcol {
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 540px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .duorow .duorow-contentcol {
    padding-right: 2em;
  }
}
.ccm-page .duorow .full-col {
  position: relative;
  min-height: 300px;
  width: 100%;
  height: 100%;
  background-color: #c3a9ab;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .duorow .full-col {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
  }
}
.ccm-page .duorow .full-col img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ccm-page main p {
  padding: 1.6em 0 0;
}
.ccm-page main p:last-of-type {
  padding-bottom: 2em;
}
.ccm-page main a {
  color: #C4000F;
  font-weight: bold;
}
.ccm-page main ul {
  margin: 2em 0;
  margin-bottom: 0;
}
.ccm-page main ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1em;
}
.ccm-page main ul li:last-of-type {
  margin-bottom: 0;
}
.ccm-page main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 11px;
  height: 11px;
  background-color: #C4000F;
}
.ccm-page .intro p {
  padding: 2em 0;
}
.ccm-page .small-intro,
.ccm-page .contact-row-intro {
  max-width: 550px;
  padding: 3em 0;
}
.ccm-page .small-intro p,
.ccm-page .contact-row-intro p {
  padding: 2em 0;
}
.ccm-page .contact-row-intro {
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .contact-row-intro {
    padding-bottom: 3em;
  }
  .ccm-page .contact-panels {
    display: flex;
    flex-wrap: wrap;
  }
}
.ccm-page .contact-panel {
  position: relative;
  background-color: #F0EFEC;
  padding: 1em;
  padding-left: 66px;
  margin-bottom: 1em;
  min-height: 280px;
}
.ccm-page .contact-panel::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C4000F;
  background-repeat: no-repeat;
  background-position: center;
}
.ccm-page .contact-panel.contact-panel-map::before {
  background-image: url(../js/8789ea241ad726d9d09c.svg);
}
.ccm-page .contact-panel.contact-panel-connect::before {
  background-image: url(../js/fb202a32f1bd3bc06da0.svg);
}
.ccm-page .contact-panel.contact-panel-offer::before {
  background-image: url(../js/14adf7cf186d8623a1e7.svg);
}
.ccm-page .contact-panel strong {
  display: block;
  padding-bottom: 0.6em;
}
.ccm-page .contact-panel p {
  padding: 0;
  padding-bottom: 0.4em !important;
}
.ccm-page .contact-panel a {
  color: #C4000F;
  text-decoration: underline;
  font-weight: 700;
}
.ccm-page .contact-panel a:hover {
  text-decoration: none;
}
.ccm-page .panel {
  position: relative;
  background-color: #F0EFEC;
  padding: 2em 1em;
  margin-bottom: 2em;
  min-height: 260px;
  word-break: break-all;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .panel {
    max-width: 400px;
    padding: 2em;
    margin-left: 2em;
  }
}
.ccm-page .panel .button {
  margin-bottom: 1em;
}
.ccm-page .contact-panel-connect .panel-mail,
.ccm-page .contact-panel-connect .panel-tel {
  position: relative;
  padding-left: 2em;
  display: flex;
  margin-bottom: 1.4em;
  margin-left: -3.1em;
}
@media only screen and (min-width: 450px) {
  .ccm-page .contact-panel-connect .panel-mail,
  .ccm-page .contact-panel-connect .panel-tel {
    margin-left: 0;
  }
}
.ccm-page .contact-panel-connect .panel-mail::before,
.ccm-page .contact-panel-connect .panel-tel::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 1px;
}
.ccm-page .contact-panel-connect .panel-tel::before {
  background-image: url(../js/4756180a44263100c454.svg);
}
.ccm-page .contact-panel-connect .panel-mail::before {
  background-image: url(../js/eae1c60cbe05e4847f08.svg);
}
.ccm-page .contact-panel-connect a {
  word-break: break-all;
  word-wrap: break-word;
}
.ccm-page .contact-panels {
  position: relative;
}
.ccm-page #footer {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page #footer {
    margin-top: 100px;
  }
}
.ccm-page .footer-main {
  background-color: #F0EFEC;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-main {
    flex-direction: row;
  }
}
.ccm-page .footer-col-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-col-wrapper {
    justify-content: space-evenly;
  }
}
.ccm-page .footer-content-col,
.ccm-page .map-col {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-content-col,
  .ccm-page .map-col {
    width: 50%;
  }
}
.ccm-page .map-col iframe {
  width: 100%;
}
.ccm-page .footer-content-col {
  padding: 1.8em 20px;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-content-col {
    padding: 1.8em;
    display: flex;
    justify-content: space-between;
  }
}
.ccm-page .footer-content-col .footer-col {
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .ccm-page .footer-content-col .footer-col {
    margin: 0;
    padding: 0 1em;
  }
}
.ccm-page .footer-content-col .footer-logo {
  width: 200px;
}
.ccm-page .footer-content-col .footer-logo img {
  width: 135px;
}
.ccm-page .footer-content-col .footer-menu {
  width: 200px;
}
.ccm-page .footer-content-col .footer-menu .ccm-block-page-list-wrapper {
  margin-top: 2em;
}
.ccm-page .footer-content-col .footer-menu a {
  color: #C4000F;
  text-decoration: underline;
  font-weight: 700;
}
.ccm-page .footer-content-col .footer-menu a:hover {
  text-decoration: none;
}
.ccm-page .footer-content-col .footer-quality strong {
  margin-bottom: 2em;
  display: block;
}
.ccm-page .footer-content-col .footer-quality img {
  margin-bottom: 1.4em;
}

.pagelist-accordion {
  margin: 1em 0 3em 0;
}
.pagelist-accordion summary {
  color: #C4000F;
  font-weight: 700;
  cursor: pointer;
}
.pagelist-accordion summary:hover {
  color: #161615;
  text-decoration: underline;
}
.pagelist-accordion summary::marker {
  display: none;
  content: "";
}
.pagelist-accordion details {
  margin-bottom: 1.4em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #C9C8C6;
}
.pagelist-accordion details[open] summary {
  position: relative;
  padding-left: 1.4em;
  color: #161615;
}
.pagelist-accordion details[open] summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  background-image: url(../js/ad997e9c8c90cf0b0feb.svg);
  background-color: transparent;
}
.pagelist-accordion details[open] .pagelistLink-info,
.pagelist-accordion details[open] .pagelistLink-link {
  margin-left: 1.4em;
}
.pagelist-accordion .pagelistLink-info {
  padding: 0.4em 0 1em;
}

.dynamic-img-col {
  background-image: url(../js/34a6ace2f223e53d6c14.jpg);
  background-position: center;
  background-size: cover;
}

.default-intro {
  max-width: 800px;
  margin: 0 auto;
}

.page-template-contact .contact-row-footer {
  display: none;
}

.contact-page-map {
  margin-top: 2em;
}

.pagelist-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 1.4em;
}

.tile {
  position: relative;
  max-width: 634px;
  min-height: 400px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-bottom: 5px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .tile {
    width: 634px;
    height: 400px;
  }
}
.tile .tile-content {
  position: relative;
  width: 100%;
  padding: 2em 2em;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .tile .tile-content {
    position: absolute;
    bottom: 0;
  }
}
.tile .tile-content h4 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .tile .tile-content h4 {
    font-size: 20px;
  }
}

.service-tile .tile-content {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .service-tile .tile-content {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% - 5.3em));
    transition: transform 0.15s ease-out;
  }
}
.service-tile .tile-info {
  padding: 1em 0;
}
@media only screen and (min-width: 1024px) {
  .service-tile .tile-info,
  .service-tile .tile-link {
    opacity: 0;
    transition: opacity 0.1s ease-out;
  }
}
.service-tile:hover {
  border-color: #C4000F;
}
.service-tile:hover .tile-content {
  transform: translateY(0);
}
.service-tile:hover .tile-info,
.service-tile:hover .tile-link {
  opacity: 1;
}

.project-tile {
  max-width: 400px;
  max-height: 240px;
  height: 240px;
  min-height: initial;
  margin-bottom: 2em;
}
.project-tile .tile-content {
  padding: 1.2em 2em;
  position: absolute;
  bottom: 0;
}

.project-tile,
.project-grid-sizer {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .project-tile,
  .project-grid-sizer {
    width: 49%;
  }
}
@media only screen and (min-width: 1024px) {
  .project-tile,
  .project-grid-sizer {
    width: 30%;
  }
}

.project-gutter-sizer {
  width: 0%;
}
@media only screen and (min-width: 768px) {
  .project-gutter-sizer {
    width: 2%;
  }
}
@media only screen and (min-width: 1024px) {
  .project-gutter-sizer {
    width: 5%;
  }
}

.tile-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main .service-detail-col h3:not(:first-child) {
  background-color: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
}
main .service-detail-col p {
  padding-bottom: 0 !important;
}
main .service-detail-col ul {
  margin: 2em 0;
}
main .service-detail-col ul li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1em;
  font-weight: bold;
}
main .service-detail-col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  background-image: url(../js/ad997e9c8c90cf0b0feb.svg);
  background-color: transparent;
}

.vacature-wrapper {
  background-color: #F0EFEC;
  padding: 1.6em 1.2em;
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 1088px;
}
@media only screen and (min-width: 1024px) {
  .vacature-wrapper {
    padding: 1.4em 2em;
  }
}
.vacature-wrapper .vacature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .vacature-wrapper .vacature {
    flex-direction: row;
    font-size: 18px;
  }
}
.vacature-wrapper .vacature-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vacature-wrapper .vacature-link {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .vacature-wrapper .vacature-link {
    margin-top: 0;
  }
}
.vacature-wrapper .vacature-properties {
  position: relative;
  line-height: normal;
  margin-right: 1.4em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 1024px) {
  .vacature-wrapper .vacature-properties {
    margin-bottom: 0;
  }
}
.vacature-wrapper h4.vacature-properties {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .vacature-wrapper h4.vacature-properties {
    width: auto;
  }
}
.vacature-wrapper .vacture-location,
.vacature-wrapper .vacture-time {
  padding-left: 1.6em;
}
.vacature-wrapper .vacture-location::before,
.vacature-wrapper .vacture-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(../js/e6f781c6229484348888.svg);
}
.vacature-wrapper .vacture-time::before {
  background-image: url(../js/d7e13e5f734f7785ed9e.svg);
}

@media only screen and (min-width: 1024px) {
  .column.default-side {
    display: flex;
    justify-content: flex-end;
  }
}

.projects-grid.masonry-grid {
  max-width: 1364px;
  margin: 0 auto;
}

.projects-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}

.filter_button {
  padding: 0.6em 1em;
  background-color: #F0EFEC;
  margin-right: 1px;
  margin-bottom: 1px;
  text-decoration: none !important;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .filter_button {
    padding: 0.4em 1em;
  }
}
.filter_button.active, .filter_button:hover {
  background-color: #C4000F;
  color: #fff;
}

.overlay-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-detail-panel {
  position: relative;
  background-color: #F0EFEC;
  padding: 2em 1em;
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
  min-height: 260px;
  max-width: 1200px;
  word-break: break-all;
}
@media only screen and (min-width: 1024px) {
  .project-detail-panel {
    padding: 2em;
    margin-top: 0;
  }
}
.project-detail-panel h4 {
  padding-bottom: 0.6em;
  display: block;
  font-family: "industry", sans-serif;
}
.project-detail-panel .button {
  margin-bottom: 1em;
}
.project-detail-panel .project-info {
  padding: 0.4em 0 1em 0 !important;
}

.project-detail-attrs {
  border-top: 1px dashed #C9C8C6;
  border-bottom: 1px dashed #C9C8C6;
  padding: 1.6em 0;
  margin-bottom: 1.3em;
}

.project-detail-attrs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-detail-attr {
  width: 250px;
}

.project-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 0.4em;
}

.project-tag {
  background-color: #838375;
  color: #fff;
  padding: 0.2em 0.8em;
}

@media only screen and (min-width: 1420px) {
  #project-detail-images {
    padding-left: 20px;
  }
}
#project-detail-images .projects-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) {
  #project-detail-images .projects-grid {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1420px) {
  #project-detail-images .projects-grid {
    flex-wrap: wrap;
  }
}
#project-detail-images .ccm-block-gallery .ccm-block-gallery-image-overlay-color {
  background-color: rgba(0, 0, 0, 0.6);
}
#project-detail-images .ccm-block-gallery-image {
  padding-top: 150px;
}
@media only screen and (min-width: 640px) {
  #project-detail-images .ccm-block-gallery-image {
    padding-top: 204px;
  }
}
#project-detail-images .ccm-block-gallery-image-overlay {
  opacity: 1 !important;
}
#project-detail-images .project-gallery-link,
#project-detail-images img {
  display: none;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 640px) {
  #project-detail-images .project-gallery-link,
  #project-detail-images img {
    max-width: 285px;
    height: 204px;
  }
}
@media only screen and (min-width: 1420px) {
  #project-detail-images .project-gallery-link,
  #project-detail-images img {
    max-width: 207px;
  }
}
#project-detail-images .project-gallery-link:nth-of-type(1), #project-detail-images .project-gallery-link:nth-of-type(2), #project-detail-images .project-gallery-link:nth-of-type(3), #project-detail-images .project-gallery-link:nth-of-type(4),
#project-detail-images img:nth-of-type(1),
#project-detail-images img:nth-of-type(2),
#project-detail-images img:nth-of-type(3),
#project-detail-images img:nth-of-type(4) {
  display: block;
}
#project-detail-images .project-gallery-link {
  width: 100%;
}
@media only screen and (min-width: 414px) {
  #project-detail-images .project-gallery-link {
    width: 45%;
  }
}
@media only screen and (min-width: 640px) {
  #project-detail-images .project-gallery-link {
    width: 50%;
  }
}
#project-detail-images .project-gallery-link:hover {
  opacity: 0.8;
}
#project-detail-images .ccm-block-gallery-wrapper {
  width: 100%;
}

.projects-grid-simple {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1.2em;
}

.more-projects-wrapper {
  margin-top: 4em;
}
@media only screen and (min-width: 1024px) {
  .more-projects-wrapper {
    font-size: 20px;
  }
}
.more-projects-wrapper a {
  text-decoration: underline;
}
.more-projects-wrapper a:hover {
  text-decoration: none;
}

.ccm-block-switch-language-active {
  display: none;
}

.lang-switch.secondary-menu-mobile {
  padding: 0;
  padding: 0 4px;
}

.page_not_found_wrapper,
.page-not-found {
  text-align: center;
  margin-bottom: 3em;
}
.page_not_found_wrapper .button,
.page-not-found .button {
  margin: 0 auto;
}

.page-template-homepage .flexrow {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 1024px) {
  .page-template-homepage .flexrow {
    flex-direction: row;
    margin-bottom: 4em;
  }
}
.page-template-homepage .flexrow .gfx-offset {
  margin-top: 3em;
}
@media only screen and (min-width: 1024px) {
  .page-template-homepage .flexrow .gfx-offset {
    margin-top: 0;
  }
  .page-template-vacature-detail .default-content p:first-of-type {
    font-size: 20px;
    line-height: 1.8em;
  }
}

.page-template-offerte .duorow-contentcol p:first-of-type {
  padding-bottom: 1em;
  font-size: 20px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .page-template-offerte .duorow-contentcol strong {
    font-size: 20px;
  }
}
