
@import url("https://p.typekit.net/p.css?s=1&k=veh0kph&ht=tk&f=32224.32227.32231.32232&a=4037949&app=typekit&e=css");
@font-face {
  font-family: "din-2014";
  src: url("https://use.typekit.net/af/35b7e6/00000000000000007735afe4/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/35b7e6/00000000000000007735afe4/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/35b7e6/00000000000000007735afe4/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "din-2014";
  src: url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/c2b6e5/00000000000000007735afee/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "din-2014";
  src: url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1fe1ce/00000000000000007735aff6/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "din-2014";
  src: url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/dc88f0/00000000000000007735aff7/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
/* .tk-din-2014 { font-family: "din-2014",sans-serif; } */
:root {
  --primary-color: #050931;
  --primary-color-light: #828282;
  --primary-accent-color: #1526D0;
  --secondary-accent-color: #FB743E;
  --divider-color: #E0E0E0;
  --general-background: #f3f3f3;
  --general-background-opacity: #f3f3f3D9;
  --secondary-background: #ffffff;
  --error-color: #FF3B30;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/*
@media(prefers-color-scheme: dark) {
:root{--primary-color: #ffffff;
--primary-color-light: grey;
--general-background: #000000;
--general-background-opacity: #000000f2;
--secondary-background: #050931;
}
}
*/
.markdown-list + ul > li {
  padding-inline-start: 0px;
  margin-block-start: 0px;
}

.legals ol {
  counter-reset: item;
}

.legals li {
  display: block;
}

.legals li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 700;
  color: var(--primary-accent-color);
}

legals-h2 {
  color: var(--primary-accent-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 4rem;
}

legals-h3 {
  color: var(--primary-accent-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 2rem;
}

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

.button-primary {
  padding: 0.85rem 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-accent-color) !important;
  border-radius: 40px;
  background-color: var(--primary-accent-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.6px;
}

.button-primary:hover {
  background-color: #fff;
  color: var(--primary-accent-color);
  border-color: var(--primary-accent-color);
  cursor: pointer;
}

.button-primary:hover .spinner > div {
  background-color: #1526d0;
}

.button-primary.inverse {
  padding: 0.85rem 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff !important;
  border-radius: 40px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--primary-accent-color);
  text-align: center;
  letter-spacing: 0.6px;
}

.button-primary.inverse:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: var(--primary-accent-color);
  cursor: pointer;
}

.button-primary.inverse:hover .spinner > div {
  background-color: #1526d0;
}

.button-secondary {
  padding: 0.85rem 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary-accent-color);
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--primary-accent-color);
  text-align: center;
  letter-spacing: 0.6px;
}

.button-secondary:hover {
  background-color: var(--primary-accent-color);
  color: #ffffff;
  cursor: pointer;
}

.button-secondary:hover .spinner > div {
  background-color: #ffffff;
}

.button-secondary-inverse {
  padding: 0.85rem 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.6px;
}

.button-secondary-inverse:hover {
  background-color: #ffffff;
  color: var(--primary-accent-color);
  cursor: pointer;
}

.button-secondary-inverse:hover .spinner > div {
  background-color: var(--primary-accent-color);
}

.button-link {
  display: flex;
  align-items: center;
  color: var(--primary-accent-color);
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  cursor: pointer;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner:hover > div {
  background-color: #FF3B30;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: white;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: white;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
  background-color: white;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* timeline-row-classes */
.timeline-row {
  height: 90px;
  top: 0;
  bottom: 0;
}

/* booking-row-classes */
/* time-row-classes */
.time-row .hour {
  height: 64px;
}

.time-row .half-hour {
  height: 32px;
}

.time-row div {
  height: 16px;
}

/* booking-interval-classes */
.selected-interval {
  background-color: #1526D099 !important;
}

.occupied-interval {
  background-color: #E0E0E0;
}

.available-interval {
  cursor: pointer;
}

.available-interval.empty-interval:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.full-interval {
  background-color: #BDBDBD;
}

.invalid-selected-interval {
  background-color: rgba(255, 98, 89, 0.9) !important;
}

.hovered-interval {
  background-color: var(--general-background);
}

/* time-interval-classes */
.time {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  left: 0;
  color: var(--primary-color-light);
}

/* booking-detail-classes */
.booking-member {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.25rem;
}

.booking-guest {
  font-size: 14px;
}

.booking-details span {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  color: #ffffff;
}

/* space-timeline-children-slot */

@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_638_344_b25w1_2 {
  display: inline-flex;
}

._clt_638_528_b25w1_6 {
  width: 2ch;
}

._clt_638_342_b25w1_10 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  flex-wrap: wrap;
}

._clt_638_341_b25w1_18 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

._clt_638_338_b25w1_23 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_61a0ab32b552d8003380c6a2_kf3bx_2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_418_119_12228_2 {
  font-size: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 1rem;
  width: 51%;
}

._clt_418_93_12228_10 {
  font-size: 100px;
  font-weight: 600;
  min-width: 140px;
}

._clt_418_102_12228_16 {
  font-size: 45px;
  font-weight: 600;
  min-width: 140px;
}

._clt_638_467_12228_22 {
  font-size: 46px;
}

._clt_418_92_12228_26 {
  display: flex;
  flex-direction: column;
}

._clt_1068_2031_12228_31 {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

._clt_v200_10274_12228_38 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  font-weight: 400;
}

._clt_418_91_12228_45 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 90px;
  font-weight: 400;
}

._clt_418_90_12228_54 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

._clt_418_89_12228_61 {
  width: 100%;
  display: flex;
  column-gap: 1rem;
  flex-direction: column;
  padding-top: 6rem;
  padding-right: 2rem;
  padding-bottom: 6rem;
  padding-left: 2rem;
  justify-content: space-between;
  position: absolute;
  z-index: 99;
  height: 50vh;
  min-width: 100vw;
}

._clt_418_104_12228_77 {
  clip-path: polygon(0 0, 75% 0, 50% 100%, 0% 100%);
  background-image: linear-gradient(-1deg, #050931 0%, rgba(0, 0, 0, 0.6) 100%);
  background-position: 0 0;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  height: 50.5vh;
  width: 100%;
  position: absolute;
  z-index: 98;
  margin-left: -2rem;
  min-width: 100vw;
  backdrop-filter: blur(8px);
}

._clt_418_103_12228_93 {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  background-color: #0509314d;
  height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 97;
  margin-left: -2rem;
  backdrop-filter: blur(4px);
}

._clt_418_87_12228_104 {
  height: 50vh;
  width: 100%;
  position: absolute;
  z-index: 96;
  right: 0px;
}

._clt_418_86_12228_112 {
  display: block;
  height: 50vh;
  color: #ffffff;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_389_1630_qcg8u_2 {
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 96;
  right: 0px;
}

._clt_389_1437_qcg8u_10 {
  font-size: 60px;
  font-weight: 600;
}

._clt_389_1801_qcg8u_15 {
  font-size: 40px;
  font-weight: 400;
}

._clt_418_208_qcg8u_20 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  align-items: flex-start;
}

._clt_389_1646_qcg8u_29 {
  clip-path: polygon(0 0, 35% 0, 60% 100%, 0% 100%);
  background-color: #050931;
  height: 110%;
  width: 100%;
  position: absolute;
  z-index: 98;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  display: flex;
}

._clt_389_1800_qcg8u_42 {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  background-color: #0509314d;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 97;
}

._clt_418_121_qcg8u_51 {
  overflow: hidden;
  width: 300px;
  position: relative;
  min-width: 300px;
}

._clt_v200_10133_qcg8u_58 {
  padding-bottom: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
}

._clt_421_80_qcg8u_66 {
  padding-bottom: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
}

._clt_389_1445_qcg8u_73 {
  min-width: 40px;
  display: inline-flex;
  font-size: 30px;
}

._clt_389_1443_qcg8u_79 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  flex-wrap: wrap;
}

._clt_389_1442_qcg8u_87 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

._clt_389_1439_qcg8u_92 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
}

._clt_389_1433_qcg8u_99 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

._clt_389_1611_qcg8u_105 {
  display: flex;
  height: 190px;
  color: #ffffff;
  flex-direction: row;
  row-gap: 2rem;
  column-gap: 2rem;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
._clt_421_76_7lltu_2 {
  font-size: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

._clt_444_130_7lltu_10 {
  height: 200px;
  width: 100%;
  position: absolute;
  z-index: 96;
  right: 0px;
}

._clt_444_129_7lltu_18 {
  font-size: 60px;
  font-weight: 600;
}

._clt_444_128_7lltu_23 {
  font-size: 40px;
  font-weight: 400;
}

._clt_444_127_7lltu_28 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  align-items: flex-start;
}

._clt_444_126_7lltu_37 {
  clip-path: polygon(0 0, 60% 0, 35% 100%, 0% 100%);
  background-color: #050931;
  height: 110%;
  width: 100%;
  position: absolute;
  z-index: 98;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  display: flex;
}

._clt_444_125_7lltu_50 {
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  background-color: #0509314d;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 97;
}

._clt_444_124_7lltu_59 {
  overflow: hidden;
  width: 300px;
  position: relative;
  min-width: 300px;
  margin-right: 2rem;
}

._clt_444_133_7lltu_67 {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

._clt_v200_11882_7lltu_74 {
  padding-bottom: 0.125rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
}

._clt_1068_1555_7lltu_82 {
  padding-bottom: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
}

._clt_444_138_7lltu_89 {
  min-width: 40px;
  display: inline-flex;
  font-size: 30px;
}

._clt_444_136_7lltu_95 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  flex-wrap: wrap;
}

._clt_444_140_7lltu_103 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

._clt_444_139_7lltu_108 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
}

._clt_444_132_7lltu_115 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

._clt_444_123_7lltu_121 {
  display: flex;
  height: 190px;
  color: #ffffff;
  flex-direction: row;
  padding-bottom: 32px;
}

._clt_418_118_7lltu_129 {
  display: grid;
  padding-right: 64px;
  padding-left: 64px;
  margin-top: -16px;
  position: relative;
  z-index: 200;
  flex-direction: column;
  grid-template-columns: 1fr;
}

._clt_389_1465_7lltu_140 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 100%;
  scroll-behavior: auto;
  background-color: var(--primary-color);
  color: #fff;
  min-height: 100vh;
  min-width: 100vw;
}

/* THIS FILE WAS AUTOGENERATED BY CLUTCH. DO NOT EDIT. */
body {
  background-color: var(--general-background);
  font-family: din-2014, system-ui, "Segoe UI", Tahoma;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.125;
  font-size: 16px;
  color: var(--primary-color);
}

img {
  background-color: #ffffff;
  font-family: system-ui, "Segoe UI", Tahoma;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

H1 {
  font-family: din-2014;
  color: var(--primary-color);
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 36px;
  line-height: 1.25;
}

H2 {
  font-family: din-2014;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: var(--primary-color);
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

H3 {
  font-family: din-2014;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  padding-top: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 0px;
  margin-bottom: 0rem;
}

#_root_ifyqb_1 {
  min-height: 100vh;
}

H5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0.25rem;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}
