@import url("https://use.typekit.net/fxm5bdc.css");/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

*, ::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.17 | 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1110px){
  .container{
    max-width: 1110px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-\[125px\]{
  margin-top: -125px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-\[10px\]{
  height: 10px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[calc\(100vh-125px\)\]{
  min-height: calc(100vh - 125px);
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[98\%\]{
  width: 98%;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[215px\]{
  max-width: 215px;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-14{
  gap: 3.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-y-20{
  row-gap: 5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-zen-gray{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-b-zen-orange{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 89 38 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zen-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 89 38 / var(--tw-bg-opacity, 1));
}
.bg-nav-background{
  background-image: url('/assets/layout/Nav-Background.png');
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-right{
  background-position: right;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-20{
  padding: 5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.\!text-zen-orange{
  --tw-text-opacity: 1 !important;
  color: rgb(255 89 38 / var(--tw-text-opacity, 1)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-zen-orange{
  --tw-text-opacity: 1;
  color: rgb(255 89 38 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-60{
  opacity: 0.6;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.container.small {
  max-width: 800px;
}
.container.large {
  max-width: none;
  width: 100%;
  padding: 0;
}
header {
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
header a svg path {
  transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 1);
}
header.banner-home {
  background: none !important;
}
header.banner-home a svg path {
  fill: white;
}
header.banner-home .h-menutoggle span svg {
  stroke: white;
}
header .h-menutoggle {
  width: 36px;
  height: 31px;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
header .h-menutoggle span {
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
header .h-menutoggle span svg {
  stroke: black;
  transition: all 0.3s ease-in-out;
}
.banner-hover header .h-menutoggle span svg {
  stroke: white !important;
}
header .h-menutoggle span:first-child {
  top: 0;
  width: 100%;
}
header .h-menutoggle span:nth-child(2) {
  opacity: 0;
}
header .h-menutoggle span:nth-child(2), header .h-menutoggle span:nth-child(3) {
  top: 50%;
  margin-top: -2.5px;
  width: 100%;
}
header .h-menutoggle span:last-child {
  bottom: 0;
  width: 100%;
}
header .h-menutoggle:hover {
  cursor: pointer;
}
header .h-menutoggle:hover span:first-child {
  top: -4px;
}
header .h-menutoggle:hover span:last-child {
  bottom: -4px;
}
header .h-menutoggle:active .lines {
  transform: scale(0.8);
}
header .h-menutoggle.open span svg {
  stroke: white;
}
header .h-menutoggle.open span:first-child {
  top: 50%;
  opacity: 0;
}
header .h-menutoggle.open span:nth-child(2), header .h-menutoggle.open span:nth-child(3) {
  width: 100%;
  transition-delay: 0.3s;
}
header .h-menutoggle.open span:nth-child(2) svg, header .h-menutoggle.open span:nth-child(3) svg {
  transition-delay: 0.1s;
}
header .h-menutoggle.open span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  opacity: 1;
}
header .h-menutoggle.open span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
}
header .h-menutoggle.open span:last-child {
  bottom: 50%;
  opacity: 0;
}
nav a {
  color: #ffffff;
}
nav .nav-main ul li {
  font-weight: 900;
}
nav .nav-main ul li a {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
}
nav .nav-main ul li a:hover {
  color: #000000;
}
@media (min-width: 1110px) {
  nav .nav-main ul li a {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 104px;
  }
}
nav .nav-sub {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
}
@media (min-width: 1110px) {
  nav .nav-sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
footer a {
  color: white;
}
footer a:hover {
  color: #ff5926;
}
.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-overlay.orange {
  background: #ff5926;
}
.l-overlay.black {
  background: #000000;
}
.l-overlay.white {
  background: #FFFFFF;
}
.l-overlay.gradient {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.l-overlay.gradient h1 {
  color: #000000 !important;
}
.l-overlay.grey {
  background: #D9D9D9;
}
.bg-animation-orange {
  background: #ff5926;
}
.bg-animation-black {
  background: #000000;
}
.bg-animation-white {
  background: #FFFFFF;
}
.bg-animation-gradient {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 100%);
}
.bg-animation-grey {
  background: #D9D9D9;
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101vh);
  }
}
@keyframes slideUpPage {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0vh);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.m-homeanimation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  animation: slideUp 1s ease-in-out forwards;
  animation-delay: 3000ms;
  transform: translateY(0);
}
.m-homeanimation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 0;
  animation: fadeIn 0.1s ease-in-out forwards;
}
.m-homeanimation #logo-outline {
  max-width: 80vw;
  fill: none;
}
.m-homeanimation #logo-outline path {
  fill: transparent;
  stroke-width: 1px;
  stroke: #ff5926;
}
.m-homeanimation #logo {
  max-width: 80vw;
  animation: fadeIn 0.5s ease-in-out forwards;
  animation-delay: 1500ms;
  opacity: 0;
}
.m-homeanimation ~ * {
  animation: slideUpPage 1s ease-in-out forwards;
  animation-delay: 3000ms;
  transform: translateY(100vh);
}
.button {
  padding: 10px 30px;
  border: 1px solid #000000;
  border-radius: 5px;
  display: inline-block;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.button:last-child:not(:only-child) {
  margin-top: 30px;
}
.button:hover {
  color: #FFFFFF;
  background: #ff5926;
  border-color: #ff5926;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.button.white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.white:hover {
  border-color: #ff5926;
  color: #fff;
}
.button.orange {
  border: 1px solid #ff5926;
  color: #ff5926;
}
.button.orange:hover {
  color: #FFFFFF;
}
.button.grey {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.button.grey:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000;
}
.button.full {
  border: 1px solid #ff5926;
  background: #ff5926;
  color: #fff;
}
.button.full:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000;
}
.button.full.white {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #ff5926;
}
.button.full.white:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}
.button.full.orange {
  background: #ff5926;
  color: #FFF;
}
.button.full.orange:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}
.button.full.grey {
  border-color: #d9d9d9;
  background: #d9d9d9;
  color: #000000;
}
.button.full.grey:hover {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
}
p + .button,
div + .button {
  margin-top: 15px;
}
input[type=text],
input[type=email],
textarea {
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 3px 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  outline: none;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
textarea:hover,
textarea:active,
textarea:focus {
  border-color: #ff5926;
}
textarea {
  resize: vertical;
}
.m-headermedia.video {
  background: transparent;
  mix-blend-mode: normal;
}
.m-headermedia.video h1 {
  cursor: default;
  display: inline;
}
.m-headermedia.video.white h1 {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
}
.m-headermedia.video.black {
  color: #000000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.2);
}
.m-headermedia.video.hovered.black {
  background: black;
  mix-blend-mode: multiply;
}
.m-headermedia.video.hovered.black h1 {
  color: #ffffff;
}
.m-headermedia.video.hovered.white {
  mix-blend-mode: screen !important;
  background: white;
}
.m-headermedia.video.hovered.white h1 {
  color: #000000 !important;
}
.m-featuredlink {
  flex: 1;
  min-height: 1px;
}
.m-featuredlink a {
  width: 100%;
  display: block;
}
.m-featuredlink:only-child {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}
.m-featuredlink:not(:only-child) {
  margin: 30px 0;
}
.m-featuredlink:not(:only-child):first-child {
  margin: 0;
}
.m-featuredlink:not(:only-child):last-child {
  margin: 0;
}
@media (min-width: 767px) {
  .m-featuredlink a {
    display: inline;
  }
}
.m-richtext:first-child:not(:only-child) {
  margin-bottom: 30px;
}
.m-testimonial > svg {
  color: #D9D9D9;
}
.m-testimonial > svg:hover {
  color: #ff5926;
}
.grey .m-testimonial > svg {
  color: #ff5926;
}
.grey .m-testimonial > svg:hover {
  color: #000;
}
.orange .m-testimonial > svg:hover {
  color: #000;
}
* {
  box-sizing: border-box;
}
html, body {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-family: "alfabet", sans-serif;
  font-optical-sizing: auto;
}
@media (min-width: 1100px) {
  body {
    padding-top: 152px;
  }
}
h1, h2, h3, h4 {
  font-weight: 900;
}
h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 96px;
    font-size: 9.6rem;
    line-height: 101px;
  }
}
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 50px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 75px;
  }
}
h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 55px;
  }
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
h4 span.highlight {
  background-size: 95% 10px;
  background-position: 5px 85%;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
  }
}
span.highlight {
  position: relative;
  background: linear-gradient(to right, #ff5926 0%, #ff5926 98%);
  background-size: 101% 20px;
  background-repeat: no-repeat;
  background-position: -1% 85%;
  overflow: visible;
  padding: 0 10px;
  margin: 0 -10px;
}
span.text-orange {
  color: #ff5926;
}
span.text-grey {
  color: #888888;
}
.orange span.highlight {
  background: linear-gradient(to right, #000 0%, #000 98%);
  position: relative;
  background-size: 101% 20px;
  background-repeat: no-repeat;
  background-position: -1% 85%;
  overflow: visible;
  padding: 0 10px;
  margin: 0 -10px;
}
.subheader {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 35px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .subheader {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
  }
}
a {
  transition: all 0.3s ease-in-out;
  color: #ff5926;
}
p {
  margin: 15px 0;
}
p.body-intro {
  font-weight: 600;
}
p.client-intro {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 700;
}
p.news-intro {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
}
img {
  max-width: 100%;
}
address {
  font-style: normal;
}
*:disabled {
  opacity: 0.5;
}
section {
  padding: 30px 0;
}
section:first-child {
  padding: 0;
}
section.small-margin-all {
  margin: 20px 0;
}
section.small-margin-top {
  margin-top: 20px;
}
section.small-margin-bottom {
  margin-bottom: 20px;
}
section.small-padding-all {
  padding: 20px 0;
}
section.small-padding-top {
  padding-top: 20px;
}
section.small-padding-bottom {
  padding-bottom: 20px;
}
section.medium-margin-all {
  margin: 40px 0;
}
section.medium-margin-top {
  margin-top: 40px;
}
section.medium-margin-bottom {
  margin-bottom: 40px;
}
section.medium-padding-all {
  padding: 40px 0;
}
section.medium-padding-top {
  padding-top: 40px;
}
section.medium-padding-bottom {
  padding-bottom: 40px;
}
section.large-margin-all {
  margin: 80px 0;
}
section.large-margin-top {
  margin-top: 80px;
}
section.large-margin-bottom {
  margin-bottom: 80px;
}
section.large-padding-all {
  padding: 80px 0;
}
section.large-padding-top {
  padding-top: 80px;
}
section.large-padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 991px) {
  section {
    padding: 0;
  }
  section.small-margin-all {
    margin: 30px;
  }
  section.small-margin-top {
    margin-top: 30px;
  }
  section.small-margin-bottom {
    margin-bottom: 30px;
  }
  section.small-margin-left {
    margin-left: 30px;
  }
  section.small-margin-right {
    margin-right: 30px;
  }
  section.small-padding-all {
    padding: 30px;
  }
  section.small-padding-top {
    padding-top: 30px;
  }
  section.small-padding-bottom {
    padding-bottom: 30px;
  }
  section.small-padding-left {
    padding-left: 30px;
  }
  section.small-padding-right {
    padding-right: 30px;
  }
  section.medium-margin-all {
    margin: 60px;
  }
  section.medium-margin-top {
    margin-top: 60px;
  }
  section.medium-margin-bottom {
    margin-bottom: 60px;
  }
  section.medium-margin-left {
    margin-left: 60px;
  }
  section.medium-margin-right {
    margin-right: 60px;
  }
  section.medium-padding-all {
    padding: 60px;
  }
  section.medium-padding-top {
    padding-top: 60px;
  }
  section.medium-padding-bottom {
    padding-bottom: 60px;
  }
  section.medium-padding-left {
    padding-left: 60px;
  }
  section.medium-padding-right {
    padding-right: 60px;
  }
  section.large-margin-all {
    margin: 120px;
  }
  section.large-margin-top {
    margin-top: 120px;
  }
  section.large-margin-bottom {
    margin-bottom: 120px;
  }
  section.large-margin-left {
    margin-left: 120px;
  }
  section.large-margin-right {
    margin-right: 120px;
  }
  section.large-padding-all {
    padding: 120px;
  }
  section.large-padding-top {
    padding-top: 120px;
  }
  section.large-padding-bottom {
    padding-bottom: 120px;
  }
  section.large-padding-left {
    padding-left: 120px;
  }
  section.large-padding-right {
    padding-right: 120px;
  }
}
section.black h1, section.black h2, section.black h3, section.black h4, section.black p, section.orange h1, section.orange h2, section.orange h3, section.orange h4, section.orange p {
  color: #FFFFFF;
}
section.black {
  background-color: #000000;
}
section.orange {
  background-color: #ff5926;
}
section.grey {
  background-color: #D9D9D9;
}
.bg-center-center {
  background-position: center center;
}
.bg-center-bottom {
  background-position: center bottom;
}
.bg-center-top {
  background-position: center top;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.slick-dots .slick-active > div {
  background: #ff5926;
}
.slick-slide > div {
  display: flex;
}
.hard-shadow {
  box-shadow: 0 5px 1px 2px rgba(0, 0, 0, 0.1);
}
.hard-shadow-top {
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.1);
}
.blog-article P {
  margin: 30px 0;
}
.container > .grid > div[class^="md:col-span-"] > div {
  margin: 15px 0;
}
.container > .grid > div[class^="md:col-span-"] > div:first-child {
  margin-top: 0;
}
.container > .grid > div[class^="md:col-span-"] > div:last-child {
  margin-bottom: 0;
}
.m-linkslist {
  color: #000;
}
.m-linkslist a {
  color: #000;
}
.m-linkslist a:hover {
  color: #ff5926;
}
.black .m-linkslist {
  color: #fff;
}
.black .m-linkslist a {
  color: #fff;
}
.black .m-linkslist a:hover {
  color: #ff5926;
}
.orange .m-linkslist {
  color: #fff;
}
.orange .m-linkslist a {
  color: #fff;
}
.orange .m-linkslist a:hover {
  color: #000;
}
video {
  background-image: url("/assets/layout/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  -webkit-backdrop-filter: opacity(40%);
          backdrop-filter: opacity(40%);
}
.placeholder\:italic::-moz-placeholder{
  font-style: italic;
}
.placeholder\:italic::placeholder{
  font-style: italic;
}
.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:text-zen-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(255 89 38 / var(--tw-text-opacity, 1));
}
.focus\:border-zen-orange:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 89 38 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:text-zen-orange{
  --tw-text-opacity: 1;
  color: rgb(255 89 38 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 640px){
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
}
@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mr-auto{
    margin-right: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-64{
    padding-top: 16rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1110px){
  .lg\:fixed{
    position: fixed;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-10{
    left: 2.5rem;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-10{
    top: 2.5rem;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:-mt-\[152px\]{
    margin-top: -152px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:h-\[130px\]{
    height: 130px;
  }
  .lg\:h-\[152px\]{
    height: 152px;
  }
  .lg\:h-\[calc\(100vh-152px\)\]{
    height: calc(100vh - 152px);
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:min-h-\[calc\(100vh-152px\)\]{
    min-height: calc(100vh - 152px);
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:scroll-mt-\[192px\]{
    scroll-margin-top: 192px;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-x-40{
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:bg-white\/80{
    background-color: rgb(255 255 255 / 0.8);
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-\[192px\]{
    padding-top: 192px;
  }
  .lg\:text-\[50px\]{
    font-size: 50px;
  }
  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}