/* Asap Variable Font */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/Asap-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 1 1000;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/Asap-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}
/* Static Fonts for Asap */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../Assets/Fonts/Asap/static/Asap-Black.ttf') format('truetype');
}
:root {
  --font-primary: 'Asap', sans-serif;
  --font-secondary: 'Asap', sans-serif;

  --clr-black: #373737;
  --clr-orange: #e77e08;
  --clr-darkOrange: #d37307;
  --clr-white: #ffffff;

  --clr-primary: #6b675b;
  --clr-clickable: var(--clr-orange);

  --font-clr-primary: var(--clr-black);

  --w-1: 98px;
  --w-2: 220px;
  --w-3: 342px;
  --w-4: 464px;
  --w-5: 586px;
  --w-6: 708px;
  --w-7: 830px;
  --w-8: 952px;
  --w-9: 1074px;
  --w-10: 1196px;
  --w-11: 1318px;
  --w-12: 1440px;

  --radius-small: 8px;
  --radius-medium: 12px;
  --radius-large: 16px;
  --radius-xl: 20px;
  --radius-2xl: 44px;

  --spacing-sm: 16px;
  --spacing-md: 24px;
  --spacing-lg: 32px;
  --spacing-xl: 48px;
  --spacing-2xl: 96px;
  --spacing-1col: 74px;

  --content-width: var(--w-12);

  --z-menu: 100;
}
@supports (font-variation-settings: normal) {
:root {
    --font-primary: 'Asap', sans-serif;
}
  }
.Theme--orange {
  background-color: #e77e08;
  background-color: var(--clr-orange);
}
.Theme--darkOrange {
  background-color: #d37307;
  background-color: var(--clr-darkOrange);
}
.Theme--black {
  background-color: #373737;
  background-color: var(--clr-black);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  font-family: 'Asap', sans-serif;
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  color: #373737;
  color: var(--font-clr-primary);
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e77e08;
  color: var(--clr-clickable);
}
ul {
  padding-left: 0;
  list-style: none;
}
li {
  padding: 1rem;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Main {
  position: relative;
  z-index: 1;
}
.u-contentWidth {
  --paddingX: 20px;

  width: min(100% - 20px, 1440px);

  width: min(100% - var(--paddingX), var(--content-width));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768.02px) {
.u-contentWidth {
    --paddingX: 60px;
}
  }
@media screen and (min-width: 1025.02px) {
.u-contentWidth {
    --paddingX: 100px;
}
  }
@media screen and (min-width: 1366.02px) {
.u-contentWidth {
    --paddingX: 160px;
}
  }
.Hero {
  height: 350px;
}
@media screen and (min-width: 600.02px) {
.Hero {
    height: 550px;
}
  }
.neos-contentcollection > [class^='style__addEmptyContentCollectionOverlay'] {
    flex: 1 1 100%;
  }
