@charset "UTF-8";
*, ::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:  ;
}
/*
! tailwindcss v3.4.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@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;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.float-right{
  float: right;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.table-row-group{
  display: table-row-group;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.border{
  border-width: 1px;
}
.p-1{
  padding: 0.25rem;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.red-100 {
  background-color: #fee6e4;
}

.red-900 {
  background-color: #6c0d06;
}

.red-200 {
  background-color: #fbbdb9;
}

.red-800 {
  background-color: #981208;
}

.red-300 {
  background-color: #f9948d;
}

.red-700 {
  background-color: #c4170b;
}

.red-400 {
  background-color: #f66c62;
}

.red-600 {
  background-color: #ef1d0d;
}

.red-50 {
  background-color: #fef2f1;
}

.red-500 {
  background-color: #F44336;
}

.pink-100 {
  background-color: #f9c5d7;
}

.pink-900 {
  background-color: #48071d;
}

.pink-200 {
  background-color: #f59bba;
}

.pink-800 {
  background-color: #720b2e;
}

.pink-300 {
  background-color: #f1729d;
}

.pink-700 {
  background-color: #9c0f3f;
}

.pink-400 {
  background-color: #ed4880;
}

.pink-600 {
  background-color: #c61350;
}

.pink-50 {
  background-color: #fbd2e0;
}

.pink-500 {
  background-color: #E91E63;
}

.purple-100 {
  background-color: #e0a4eb;
}

.purple-900 {
  background-color: #17061a;
}

.purple-200 {
  background-color: #d47ee2;
}

.purple-800 {
  background-color: #380e3f;
}

.purple-300 {
  background-color: #c759da;
}

.purple-700 {
  background-color: #591665;
}

.purple-400 {
  background-color: #bb33d2;
}

.purple-600 {
  background-color: #7b1f8a;
}

.purple-50 {
  background-color: #e4afed;
}

.purple-500 {
  background-color: #9C27B0;
}

.deep-purple-100 {
  background-color: #cebeea;
}

.deep-purple-900 {
  background-color: #190e2c;
}

.deep-purple-200 {
  background-color: #b49bdf;
}

.deep-purple-800 {
  background-color: #2c194e;
}

.deep-purple-300 {
  background-color: #9a78d4;
}

.deep-purple-700 {
  background-color: #402471;
}

.deep-purple-400 {
  background-color: #7f56c9;
}

.deep-purple-600 {
  background-color: #532f94;
}

.deep-purple-50 {
  background-color: #d6c9ee;
}

.deep-purple-500 {
  background-color: #673AB7;
}

.indigo-100 {
  background-color: #c2c8ea;
}

.indigo-900 {
  background-color: #10142d;
}

.indigo-200 {
  background-color: #a0a9de;
}

.indigo-800 {
  background-color: #1b234f;
}

.indigo-300 {
  background-color: #7e8bd2;
}

.indigo-700 {
  background-color: #273371;
}

.indigo-400 {
  background-color: #5c6cc6;
}

.indigo-600 {
  background-color: #334293;
}

.indigo-50 {
  background-color: #ccd1ed;
}

.indigo-500 {
  background-color: #3F51B5;
}

.blue-100 {
  background-color: #cfe8fc;
}

.blue-900 {
  background-color: #053358;
}

.blue-200 {
  background-color: #a4d4fa;
}

.blue-800 {
  background-color: #074c83;
}

.blue-300 {
  background-color: #78bff8;
}

.blue-700 {
  background-color: #0966af;
}

.blue-400 {
  background-color: #4dabf5;
}

.blue-600 {
  background-color: #0c7fda;
}

.blue-50 {
  background-color: #dceffd;
}

.blue-500 {
  background-color: #2196F3;
}

.light-blue-100 {
  background-color: #b1e6fe;
}

.light-blue-900 {
  background-color: #012b3f;
}

.light-blue-200 {
  background-color: #83d7fd;
}

.light-blue-800 {
  background-color: #014b6c;
}

.light-blue-300 {
  background-color: #56c9fd;
}

.light-blue-700 {
  background-color: #026a99;
}

.light-blue-400 {
  background-color: #29bafc;
}

.light-blue-600 {
  background-color: #028ac7;
}

.light-blue-50 {
  background-color: #beeafe;
}

.light-blue-500 {
  background-color: #03A9F4;
}

.cyan-100 {
  background-color: #8df2ff;
}

.cyan-900 {
  background-color: #00191c;
}

.cyan-200 {
  background-color: #5fedff;
}

.cyan-800 {
  background-color: #00424a;
}

.cyan-300 {
  background-color: #31e8ff;
}

.cyan-700 {
  background-color: #006b78;
}

.cyan-400 {
  background-color: #03e2ff;
}

.cyan-600 {
  background-color: #0093a6;
}

.cyan-50 {
  background-color: #9af4ff;
}

.cyan-500 {
  background-color: #00BCD4;
}

.teal-100 {
  background-color: #4fffef;
}

.teal-900 {
  background-color: black;
}

.teal-200 {
  background-color: #21ffea;
}

.teal-800 {
  background-color: #000c0b;
}

.teal-300 {
  background-color: #00f2db;
}

.teal-700 {
  background-color: #003a35;
}

.teal-400 {
  background-color: #00c4b2;
}

.teal-600 {
  background-color: #00685e;
}

.teal-50 {
  background-color: #5cfff0;
}

.teal-500 {
  background-color: #009688;
}

.green-100 {
  background-color: #cae8cc;
}

.green-900 {
  background-color: #142f15;
}

.green-200 {
  background-color: #aadaac;
}

.green-800 {
  background-color: #224f24;
}

.green-300 {
  background-color: #8acc8d;
}

.green-700 {
  background-color: #306f33;
}

.green-400 {
  background-color: #6abe6e;
}

.green-600 {
  background-color: #3e8f41;
}

.green-50 {
  background-color: #d4ecd5;
}

.green-500 {
  background-color: #4CAF50;
}

.light-green-100 {
  background-color: #e3f1d4;
}

.light-green-900 {
  background-color: #2c4015;
}

.light-green-200 {
  background-color: #cde5b1;
}

.light-green-800 {
  background-color: #446321;
}

.light-green-300 {
  background-color: #b7da8f;
}

.light-green-700 {
  background-color: #5c852c;
}

.light-green-400 {
  background-color: #a1ce6c;
}

.light-green-600 {
  background-color: #74a838;
}

.light-green-50 {
  background-color: #eaf4de;
}

.light-green-500 {
  background-color: #8BC34A;
}

.lime-100 {
  background-color: #f4f8d5;
}

.lime-900 {
  background-color: #494f0e;
}

.lime-200 {
  background-color: #ebf1ae;
}

.lime-800 {
  background-color: #6d7615;
}

.lime-300 {
  background-color: #e1ea87;
}

.lime-700 {
  background-color: #919d1c;
}

.lime-400 {
  background-color: #d7e360;
}

.lime-600 {
  background-color: #b6c423;
}

.lime-50 {
  background-color: #f7fae1;
}

.lime-500 {
  background-color: #CDDC39;
}

.yellow-100 {
  background-color: #fffef3;
}

.yellow-900 {
  background-color: #827500;
}

.yellow-200 {
  background-color: #fff9c5;
}

.yellow-800 {
  background-color: #b09e00;
}

.yellow-300 {
  background-color: #fff497;
}

.yellow-700 {
  background-color: #dec800;
}

.yellow-400 {
  background-color: #fff069;
}

.yellow-600 {
  background-color: #ffe60d;
}

.yellow-50 {
  background-color: white;
}

.yellow-500 {
  background-color: #FFEB3B;
}

.amber-100 {
  background-color: #ffefbf;
}

.amber-900 {
  background-color: #4e3b00;
}

.amber-200 {
  background-color: #ffe391;
}

.amber-800 {
  background-color: #7c5d00;
}

.amber-300 {
  background-color: #ffd863;
}

.amber-700 {
  background-color: #aa8000;
}

.amber-400 {
  background-color: #ffcc35;
}

.amber-600 {
  background-color: #d8a200;
}

.amber-50 {
  background-color: #fff2cc;
}

.amber-500 {
  background-color: #FFC107;
}

.orange-100 {
  background-color: #ffe2b8;
}

.orange-900 {
  background-color: #472b00;
}

.orange-200 {
  background-color: #ffd08a;
}

.orange-800 {
  background-color: #754600;
}

.orange-300 {
  background-color: #ffbd5c;
}

.orange-700 {
  background-color: #a36100;
}

.orange-400 {
  background-color: #ffab2e;
}

.orange-600 {
  background-color: #d17d00;
}

.orange-50 {
  background-color: #ffe8c5;
}

.orange-500 {
  background-color: #FF9800;
}

.deep-orange-100 {
  background-color: #ffe3da;
}

.deep-orange-900 {
  background-color: #691900;
}

.deep-orange-200 {
  background-color: #ffc0ac;
}

.deep-orange-800 {
  background-color: #972400;
}

.deep-orange-300 {
  background-color: #ff9d7e;
}

.deep-orange-700 {
  background-color: #c52f00;
}

.deep-orange-400 {
  background-color: #ff7a50;
}

.deep-orange-600 {
  background-color: #f33a00;
}

.deep-orange-50 {
  background-color: #ffede7;
}

.deep-orange-500 {
  background-color: #FF5722;
}

.brown-100 {
  background-color: #cdb4ab;
}

.brown-900 {
  background-color: #060404;
}

.brown-200 {
  background-color: #bc9b8f;
}

.brown-800 {
  background-color: #231815;
}

.brown-300 {
  background-color: #ab8172;
}

.brown-700 {
  background-color: #3f2d26;
}

.brown-400 {
  background-color: #966959;
}

.brown-600 {
  background-color: #5c4137;
}

.brown-50 {
  background-color: #d2bcb4;
}

.brown-500 {
  background-color: #795548;
}

.grey-100 {
  background-color: #fafafa;
}

.grey-900 {
  background-color: #424242;
}

.grey-200 {
  background-color: #e3e3e3;
}

.grey-800 {
  background-color: #595959;
}

.grey-300 {
  background-color: #cccccc;
}

.grey-700 {
  background-color: #707070;
}

.grey-400 {
  background-color: #b5b5b5;
}

.grey-600 {
  background-color: #878787;
}

.grey-50 {
  background-color: white;
}

.grey-500 {
  background-color: #9E9E9E;
}

.blue-grey-100 {
  background-color: #c9d4da;
}

.blue-grey-900 {
  background-color: #151b1e;
}

.blue-grey-200 {
  background-color: #aebfc7;
}

.blue-grey-800 {
  background-color: #28343a;
}

.blue-grey-300 {
  background-color: #93a9b4;
}

.blue-grey-700 {
  background-color: #3a4c55;
}

.blue-grey-400 {
  background-color: #7794a1;
}

.blue-grey-600 {
  background-color: #4d6570;
}

.blue-grey-50 {
  background-color: #d1dbdf;
}

.blue-grey-500 {
  background-color: #607D8B;
}

.color-danger {
  color: #ff4420;
}

.color-warning {
  color: #ffb420;
}

.color-gold {
  color: #FFD700;
}

.color-silver {
  color: #C0C0C0;
}

.color-bronze {
  color: #CD7F32;
}

.color-secondary {
  color: #0086C4;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************************************
* MAIN setup
******************************************************************************************/
html {
  box-sizing: border-box;
}

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

body,
html {
  background: white;
  color: black;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "alte_din_1451_mittelschriftRg", "d-din_expregular", "d-dinregular", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-hyphens: none;
  hyphens: none;
}

/******************************************************************************************
* MAIN GRID
******************************************************************************************/
body {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
  min-width: 0;
}

.grid__header {
  grid-area: header;
}

.grid__main {
  grid-area: main;
}

.grid__footer {
  grid-area: footer;
}

/******************************************************************************************
* MAIN setup
******************************************************************************************/
.grid__header {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 300px 100px;
  z-index: 100;
  overflow: visible;
  padding: 20px 40px 10px 40px;
}
.grid__header * {
  align-self: center;
}

@media all and (max-width: 1023px) {
  .grid__header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
  }

  .header__navigation {
    position: relative;
    width: 100%;
    background: white;
  }

  .header__navigation nav {
    width: 100%;
    background: white;
    margin-top: 100px;
  }

  .c-header__searchbar {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding: 15px 20px 0px 20px;
    height: 70px;
    display: none;
    background: white;
    border-top: 0.5px dashed gray;
    border-bottom: 0.5px dashed gray;
  }
}
.grid__main {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 40px 40px;
  height: 100%;
  width: 100%;
}

.grid__footer {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 40px;
  background: #fff;
  font-size: 1.2rem;
}

@media all and (max-width: 1024px) {
  .grid__header {
    padding: 20px 20px;
  }

  .grid__main {
    padding: 70px 20px 40px;
  }

  .grid__footer {
    padding: 24px 22px 20px 22px;
  }
}
@media all and (min-width: 1024px) {
  .grid__header {
    padding: 20px 40px 40px 40px;
  }

  .grid__main {
    padding: 40px 40px 40px 40px;
  }

  .grid__footer {
    padding: 24px 22px 20px 22px;
  }
}
.header__icons {
  text-align: right;
  font-size: 1rem;
}

/******************************************************************************************
* SCRAPYARD
******************************************************************************************/
video {
  height: 100%;
}

.image-caption {
  color: #b96;
  line-height: 24px;
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.image-copy {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}

.c-searchbar {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.c-searchbar__icon {
  position: absolute;
  top: 8px;
  left: 10px;
  color: black;
  font-size: 14px;
}
.c-searchbar__input {
  border: 1px solid #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-appearance: none;
  font-size: 1.2rem;
  outline: none;
  padding: 6px;
  text-align: center;
  width: 100%;
}
.c-searchbar__input:focus {
  outline: none;
}
.c-searchbar__input::-moz-placeholder {
  color: #ccc;
  font-size: 1.2rem;
}
.c-searchbar__input::placeholder {
  color: #ccc;
  font-size: 1.2rem;
}
.c-searchbar__output {
  display: none;
  position: relative;
  width: 100%;
}
.c-searchbar__result-data {
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #dddddd;
  height: 400px;
  box-shadow: 0 1px 10px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  oveflow: hidden;
}
@media screen and (max-width: 479px) {
  .c-searchbar__result-data {
    position: relative;
    right: 0px;
    width: 100%;
  }
}
.c-searchbar__list {
  list-style: none;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 100%;
  line-height: 1 !important;
}
.c-searchbar__header {
  padding: 5px 0px 5px 5px;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  border-top: solid 1px #eeeeee;
}
.c-searchbar__item {
  display: block;
  padding: 5px 15px 5px 15px;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c-searchbar__item:hover {
  background-color: #0086C4;
  color: #ffffff;
}

.c-search-bubble {
  position: absolute;
  top: 17px;
  width: 200px;
  height: 200px;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  text-transform: none;
}
.c-search-bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -15px;
  left: 60px;
}
.c-search-bubble:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #dddddd transparent;
  display: block;
  width: 0;
  z-index: 0;
  top: -16px;
  left: 60px;
}

.c-search-bubble__top {
  position: absolute;
  top: -237px;
  width: 200px;
  height: 200px;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  text-transform: none;
}
.c-search-bubble__top:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 60px;
}
.c-search-bubble__top:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #dddddd transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -16px;
  left: 60px;
}

.c-search-bubble-with-input {
  position: absolute;
}
.c-search-bubble-with-input__inside {
  position: relative;
  z-index: 10000;
  background: #FFFFFF;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
  border: solid 1px #dddddd;
  width: 200px;
}
.c-search-bubble-with-input__input {
  width: 190px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
}
.c-search-bubble-with-input__input:focus {
  outline: none;
}
.c-search-bubble-with-input__result {
  position: relative;
  width: 190px;
  height: 200px;
  z-index: 10000;
  background: #ffffff;
  border: solid 1px #dddddd;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}

a {
  text-decoration: none;
  color: #000;
}

/******************************************************************************************
* ARTICLE
******************************************************************************************/
.article {
  /*page-break-after: always;*/
  /*overflow: hidden;*/
  padding: 40px 0px;
}
.article__part {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.article__hero {
  padding: 0px 0px 40px 0px;
}
.article__hero img {
  width: 100%;
  padding: 0 20%;
}

.article-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
  position: relative;
}
.article-copy h1 {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  font-size: 2rem;
  margin-bottom: 10px;
}

.article-copy div div {
  font-size: 1.5rem;
  line-height: 2rem;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
}

@media all and (max-width: 620px) {
  .article__part {
    display: block;
    margin: 0px 0px 30px 0px;
  }

  .article-copy {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }

  .article-image {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  .article__hero img {
    width: 100%;
    padding: 0px 0%;
  }
}
@media all and (min-width: 620px) {
  .main-page {
    width: 100%;
  }

  .article__part {
    display: flex;
  }
}
@media all and (min-width: 910px) {
  .main-page {
    width: 100%;
  }
}
@media all and (min-width: 1500px) {
  .main-page {
    width: 1500px;
    margin: auto;
    padding: 0% 4% 6%;
  }
}
.test-container-div {
  width: 200px;
}

.test-div {
  background-color: blue;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.footer-info {
  margin: 0px 10px 0px 10px;
}

.header {
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 20px;
  color: #000 !important;
}

.helper-text {
  font-size: 14px;
  color: #aaa;
}

.article-copy {
  font-size: 16px;
  color: #333;
}

.article-copy strong {
  font-size: 18px;
  color: #000;
}

.article-copy h1 strong {
  font-size: 26px;
  color: #000;
}

.float-right {
  float: right;
}

.project-info {
  padding: 40px 0px 40px 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.project-info__group {
  padding-top: 20px;
  position: relative;
}

.project-info__group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}

.project-info__header {
  font-size: 3rem;
  color: black;
  text-transform: uppercase;
}

.project-info__copy {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 10px;
}

.project-details {
  font-size: 1rem;
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.project-details__group {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-top: 20px;
  position: relative;
}

.project-details__group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}

.project-details__header {
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
}

.project-details__copy {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6rem;
  padding-top: 4px;
}

.project-details__social {
  color: #666;
  margin-right: 10px;
  margin-top: 10px;
}

.project-details__social-container {
  margin-top: 5px;
}

.related-projects {
  padding: 40px 0px;
}
.related-projects__item {
  margin-bottom: 50px;
}
.related-projects .zoomin {
  transition: all 1.5s;
}
.related-projects .zoomin:hover {
  transform: scale(1.1);
}
.related-projects__header {
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 2rem;
  position: relative;
}
.related-projects__header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  left: 0;
  border-top: 2px solid black;
}
.related-projects__projects {
  padding-top: 2rem;
}
.related-projects__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.related-projects__image:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.related-projects__image img {
  width: 100%;
  display: block;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transition: all 1s ease-out;
}
.related-projects__sub {
  color: black;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
.related-projects__sub-1 {
  color: #999;
  font-size: 1rem;
  padding-top: 10px;
  letter-spacing: -0.25px;
}

@media all and (min-width: 620px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .project-info__copy {
    font-size: 15px;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .project-details {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
}
@media all and (min-width: 910px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }

  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
  }
}
@media all and (min-width: 1200px) {
  .project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }

  .project-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }

  .related-projects__projects {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
  }
}
blockquote {
  color: #2c3e50;
  font-size: 3.6rem;
  line-height: 100%;
  position: relative;
  font-family: Georgia, serif;
  margin: 10% 0%;
  text-indent: 80px;
  -o-hyphens: none;
  hyphens: none;
}
blockquote a {
  text-decoration: underline;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -10px;
  left: -20px;
  font-family: Arial, sans-serif;
  font-size: 82px;
}
blockquote:after {
  content: "”";
  position: absolute;
  bottom: -60px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 82px;
}

.privacy-statement {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.privacy-statement .privacy-statement__header, .privacy-statement a {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  padding-top: 5px;
  font-size: 1.4rem;
  line-height: 2.3rem;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  letter-spacing: 1;
}

@media all and (min-width: 910px) {
  .privacy-statement {
    margin-left: 50%;
  }
}
/******************************************************************************************
* RATIOS
******************************************************************************************/
.r-3-3, .r-4-4, .r-5-5, .r-6-6 {
  position: relative;
  width: 100%;
  padding-top: 150%;
}

.r-4-6 {
  position: relative;
  width: 100%;
  padding-top: 150%;
}

.r-4-3 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.r-8-4 {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.r-8-6 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.r-8-5 {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}

.r-12-3 {
  position: relative;
  width: 100%;
  padding-top: 25%;
}

.r-12-4 {
  position: relative;
  width: 100%;
  padding-top: 33.33%;
}

.r-12-5 {
  position: relative;
  width: 100%;
  padding-top: 41.66%;
}

.r-12-6 {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.r-12-7 {
  position: relative;
  width: 100%;
  padding-top: 58.33%;
}

.r-12-8 {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}

.r-12-9 {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

.r-12-10 {
  position: relative;
  width: 100%;
  padding-top: 83.33%;
}

.r-12-11 {
  position: relative;
  width: 100%;
  padding-top: 91.66%;
}

.r-12-12 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.r-1-12 {
  position: relative;
  width: 100%;
  padding-top: 8.33%;
}

.r-2-12 {
  position: relative;
  width: 100%;
  padding-top: 6.66%;
}

.front-container {
  position: relative;
}

.front-copy {
  position: absolute;
  z-index: 10;
  color: white;
  font-size: 2rem;
  line-height: 4rem;
  padding: 40px;
}
.front-copy__header {
  font-family: "K&Co 200", sans-serif;
  font-size: 2.2rem;
  font-width: normal;
  line-height: 3rem;
  padding-top: 20px;
  position: relative;
}
.front-copy__payoff {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline;
  padding: 0.5rem;
  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-top: 10px;
  font-width: normal;
  margin: 0;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.swiper-slide {
  height: 100%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.swiper__quote {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  position: absolute;
  color: white;
  padding: 20px;
  font-size: 3rem;
  line-height: 3.75rem;
  letter-spacing: 2;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
  height: 100%;
  vertical-align: center;
}

@media all and (min-width: 1024px) {
  .swiper__quote {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 2;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.75rem;
  }
}
.swiper-pagination-bullet {
  margin: 1px !important;
  background-color: #ccc !important;
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

/******************************************************************************************
* NAVIGATION code here
* two <NAV>, one horizontal, one vertical for mobile
*
* <NAV> DESKTOP (1024+)
* #topnavi is top level, second level HIDDEN
* #secnavi is second level positioned to the right of #topnavi
*
* <NAV> MOBILE (1023)
* #topnavi is top level -> second level VISIBLE
* #secnavi is HIDDEN
******************************************************************************************/
nav {
  display: none;
  margin-top: 0px;
  width: 100%;
  clear: both;
  font-size: 1.6rem;
}
nav > ul {
  margin: 0;
  padding-bottom: 12px;
}
nav > ul > li {
  display: block;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #aaa;
}
nav > ul > li > a {
  color: #000;
  display: block;
}
nav > ul > li > a:hover {
  text-decoration: underline;
}
nav > ul > li > a.selected {
  text-decoration: underline;
  text-underline-offset: 4px;
}
nav > ul > li > ul {
  display: none;
  width: 100%;
  margin-top: 10px;
}
nav > ul > li > ul > li {
  border-bottom: none;
  margin: 5px 0px 0px 10px;
}
nav > ul > li > ul > li > a {
  color: #000;
  display: inline-block;
  width: 100%;
}
nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
nav > ul > li > ul > li > a.selected {
  text-decoration: underline;
  text-underline-offset: 4px;
}

header nav ul li.lisel ul {
  display: block;
}

header nav#secnavi {
  display: none;
  font-size: 1.2rem !important;
}

header nav#secnavi.active {
  display: block;
}

header #navicon, header #closeicon {
  color: #000;
  position: absolute;
  top: 22px;
  right: 22px;
}

.hamburger {
  font-size: 2.2rem;
}

header #closeicon {
  display: none;
}

.header__logo img {
  height: 30px;
  width: 50px;
  margin-left: -5px;
}

#mobile-search-row input {
  width: 90%;
  border: none;
  padding: 15px;
}

header a.selected {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/******************************************************************************************
* NAVIGATION code here
* in order to be consistent with body, use media all etc... to set width & padding
******************************************************************************************/
@media all and (max-width: 1024px) {
  .social-icon-menu {
    display: none;
  }

  .header__logo {
    height: 30px;
    width: 50px;
    float: none;
  }

  header nav ul li ul {
    display: block;
  }
}
@media all and (min-width: 1024px) {
  header.outasight {
    top: 0px;
  }

  header nav {
    display: block;
    margin-top: 0px;
    width: auto;
    float: left;
    position: relative;
    clear: none;
  }

  header nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  header nav li {
    color: #fff;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
  }

  header nav li a {
    color: #000;
  }

  header nav li:hover {
    cursor: pointer;
  }

  header nav li a.selected {
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  header nav li a:hover {
    text-decoration: underline;
  }

  header ul li {
    margin-right: 15px;
    padding-bottom: 1rem;
    border-bottom: none !important;
  }

  header nav ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    padding-top: 5px;
    left: 0px;
    background-color: #fff;
    padding-left: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    width: 180px;
    display: none;
  }

  header nav ul li ul li {
    clear: both;
    width: 180px;
    padding: 0 0 5px 0;
  }

  .header__logo {
    float: left;
    height: 30px;
    width: 50px;
  }
  .header__logo img {
    height: 30px;
    width: 50px;
    display: block;
  }

  header .paa {
    display: block;
    padding: 24px 20px 22px;
    position: relative;
  }

  header nav#secnavi {
    height: 0px;
    display: block;
    position: relative;
    top: -10px;
  }

  header #navicon,
header #closeicon {
    display: none;
  }

  .search_bar {
    display: block;
    float: right;
    text-align: right;
  }

  #mobile-search-row input {
    display: none;
  }
}
.social-icon-menu__footer {
  display: inline;
  margin-left: 10px;
  font-size: 1.2rem;
}

.social-icon-menu a {
  margin-left: 5px;
}

.social-icon-menu a:hover {
  color: #B96;
}

/******************************************************************************************
* NEWS code here
* news page of website
******************************************************************************************/
.news__grid {
  margin: 0 auto;
}

.news__grid-sizer {
  width: 23%;
}

.news__grid-item {
  width: 23%;
  overflow: hidden;
}

.news__grid-item--width2 {
  width: 48%;
}

.news__grid-item--spacer {
  background-color: white;
  height: 200px;
}

.news__gutter-sizer {
  width: 2%;
}

.news-list-item {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.news-list-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 30px;
  left: 0;
  border-top: 3px solid black;
}

.news-list-item-image-container {
  display: block;
  width: 100%;
}

.news-list-item-image-container img {
  display: block;
  width: 100%;
}

.news-list-item:hover img {
  display: block;
  width: 100%;
}

.news-list-item-copy-container {
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: 300;
}

.news-list-item-copy-container .news-header {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-top: 25px;
  font-size: 2.4rem;
}

.news-list-item-copy-container .news-date {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}

.news-list-item-copy-container .news-text {
  font-family: "Georgia";
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.news-list-item-copy-container-top {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-list-item-copy-container-top .news-header {
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 2.3rem;
  line-height: 3rem;
  text-underline-offset: 0.6rem;
  letter-spacing: 1px;
}

.news-list-item-copy-container-top .news-date {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 2s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

@media all and (max-width: 620px) {
  .news__grid-item {
    width: 100%;
  }

  .news-list {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .news__container {
    margin-bottom: 50px;
    width: 100%;
  }

  .news-list-item img {
    display: block;
    width: 100%;
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }
}
.pinterest-button {
  background: white;
  border-radius: 50%;
  color: #E60023;
  z-index: 1000;
  position: relative;
  top: 25px;
  left: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}

.pinterest-button:hover {
  cursor: pointer;
}

.article-image:hover .pinterest-button {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

/******************************************************************************************
* THUMB class
******************************************************************************************/
.project__grid {
  margin: 0 auto;
}

.project__grid-item {
  transition-property: transform, filter;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4vw;
}

.project__gutter-sizer {
  width: 4%;
}

@media all and (min-width: 736px) and (max-width: 1689px) {
  .project__grid-item {
    width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .project__gutter-sizer {
    width: 4%;
  }
}
@media all and (min-width: 1690px) {
  .project__grid-item {
    width: 32%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .project__gutter-sizer {
    width: 2%;
  }
}
.project__grid-item:hover {
  transform: scale(1.05);
}

.article__title {
  padding-top: 5px;
  font-family: "d-din_condenseddinCnBd", "alte_din_1451_mittelschriftRg", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 2.3rem;
  line-height: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  letter-spacing: 1px;
}

.article__subtitle {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

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

/**
* ==============================================
* https://matejkustec.github.io/SpinThatShit/
* ==============================================
*/
.spinner__stage {
  position: absolute;
  visibility: none;
  bottom: 10px;
  right: 50%;
  z-index: 1000;
}

.loader10 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  animation: loader10-uba7e1836 0.9s ease alternate infinite;
  animation-delay: 0.18s;
  top: 50%;
  margin: -42px auto 0;
}

.loader10::after, .loader10::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: loader10-uba7e1836 0.9s ease alternate infinite;
}

.loader10::before {
  left: -20px;
  animation-delay: 0s;
}

.loader10::after {
  right: -20px;
  animation-delay: 0.36s;
}

@keyframes loader10-uba7e1836 {
  0% {
    box-shadow: 0 28px 0 -28px #000;
  }
  100% {
    box-shadow: 0 28px 0 #000;
  }
}
@font-face {
  font-family: "d-dinregular";
  src: url("/fonts/d-din/d-din-webfont.woff2") format("woff2"), url("/fonts/d-din/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "d-din_expregular";
  src: url("/fonts/d-din/d-dinexp-webfont.woff2") format("woff2"), url("/fonts/d-din/d-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "d-din_condenseddinCnBd";
  src: url("/fonts/d-din/d-dincondensed-bold-webfont.woff2") format("woff2"), url("/fonts/d-din/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "alte_din_1451_mittelschriftRg";
  src: url("/fonts/din1451/din1451alt-webfont.woff2") format("woff2"), url("/fonts/din1451/din1451alt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
