/* tailwind setup */
/* ! tailwindcss v3.3.3 | 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: currentColor; /* 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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:  ;
}
::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.right-\[136px\]{
  right: 136px;
}
.top-0{
  top: 0px;
}
.z-20{
  z-index: 20;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-5{
  grid-column-start: 5;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.\!my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[100px\]{
  margin-top: 100px;
  margin-bottom: 100px;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-3{
  margin-bottom: -0.75rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[-1px\]{
  margin-bottom: -1px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[25px\]{
  margin-bottom: 25px;
}
.mb-\[27px\]{
  margin-bottom: 27px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[35px\]{
  margin-bottom: 35px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.mb-\[45px\]{
  margin-bottom: 45px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[72px\]{
  margin-bottom: 72px;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[2\.5vw\]{
  margin-right: 2.5vw;
}
.mr-auto{
  margin-right: auto;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[80px\]{
  height: 80px;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-8{
  width: 2rem;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[80px\]{
  width: 80px;
}
.w-full{
  width: 100%;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.grow{
  flex-grow: 1;
}
.-translate-x-2{
  --tw-translate-x: -0.5rem;
  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-x-2{
  --tw-translate-x: 0.5rem;
  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-\[6px\]{
  --tw-translate-y: 6px;
  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));
}
.-rotate-90{
  --tw-rotate: -90deg;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.content-center{
  align-content: center;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[60px\]{
  gap: 60px;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.border{
  border-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.\!p-0{
  padding: 0px !important;
}
.p-1{
  padding: 0.25rem;
}
.\!px-\[70px\]{
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[18px\]{
  padding-bottom: 18px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pb-\[45px\]{
  padding-bottom: 45px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[75px\]{
  padding-bottom: 75px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[0\.4vw\]{
  padding-top: 0.4vw;
}
.pt-\[18px\]{
  padding-top: 18px;
}
.pt-\[35px\]{
  padding-top: 35px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[45px\]{
  padding-top: 45px;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-baseline{
  vertical-align: baseline;
}
.text-\[1\.7vw\]{
  font-size: 1.7vw;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.uppercase{
  text-transform: uppercase;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[21px\]{
  line-height: 21px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[23px\]{
  line-height: 23px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.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);
}
/* general setup */
@font-face {
  font-family: "Founders Grotesk";
  src: url("/assets/fonts/founders-grotesk-light.woff2") format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: "Founders Grotesk";
  src: url("/assets/fonts/founders-grotesk-regular") format('woff2');
  font-weight: 400;
}
.std-grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 768px){
  .std-grid{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .std-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.std-grid{
  gap: 16px;
}
@media (min-width: 768px){
  .std-grid{
    gap: 25px;
  }
}
@media (min-width: 1024px){
  .std-grid{
    gap: 1.5vw;
  }
}
body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: Founders Grotesk, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  body{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  body{
    font-size: 2vw;
    line-height: 2.25vw;
  }
}
h1, h2, h3 .h1, .h2, .h3{
  font-family: Founders Grotesk, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
h1, .h1{
  font-size: 65px;
}
@media (min-width: 768px){
  h1, .h1{
    font-size: 85px;
  }
}
@media (min-width: 1024px){
  h1, .h1{
    font-size: 10vw;
  }
}
h1, .h1{
  line-height: 77px;
}
@media (min-width: 768px){
  h1, .h1{
    line-height: 100px;
  }
}
@media (min-width: 1024px){
  h1, .h1{
    line-height: 11vw;
  }
}
h1, .h1{
  font-weight: 300;
}
h2, .h2{
  font-size: 40px;
}
@media (min-width: 768px){
  h2, .h2{
    font-size: 65px;
  }
}
@media (min-width: 1024px){
  h2, .h2{
    font-size: 5vw;
  }
}
h2, .h2{
  line-height: 47px;
}
@media (min-width: 768px){
  h2, .h2{
    line-height: 71px;
  }
}
@media (min-width: 1024px){
  h2, .h2{
    line-height: 4.5vw;
  }
}
h2, .h2{
  font-weight: 300;
}
h3, .h3{
  font-size: 25px;
}
@media (min-width: 768px){
  h3, .h3{
    font-size: 30px;
  }
}
@media (min-width: 1024px){
  h3, .h3{
    font-size: 3.5vw;
  }
}
h3, .h3{
  line-height: 29px;
}
@media (min-width: 768px){
  h3, .h3{
    line-height: 35px;
  }
}
@media (min-width: 1024px){
  h3, .h3{
    line-height: 4vw;
  }
}
h3, .h3{
  font-weight: 300;
}
strong{
  font-weight: 700;
}
em{
  font-style: italic;
}
.text-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.rotated-text {
  text-orientation: mixed;
  writing-mode: vertical-lr;
}
.std-input{
  background-color: transparent;
  font-size: 18px;
}
@media (min-width: 768px){
  .std-input{
    font-size: 20px;
  }
}
@media (min-width: 1024px){
  .std-input{
    font-size: 2vw;
  }
}
.std-input{
  line-height: 21px;
}
@media (min-width: 768px){
  .std-input{
    line-height: 30px;
  }
}
@media (min-width: 1024px){
  .std-input{
    line-height: 2.5vw;
  }
}
.std-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.std-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.std-input.grey-placeholder::-moz-placeholder{
  color: rgb(255 255 255 / 0.5) !important;
}
.std-input.grey-placeholder::placeholder{
  color: rgb(255 255 255 / 0.5) !important;
}
.std-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:hover{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.link:active{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.link{
  overflow: hidden;
  text-overflow: ellipsis;
}
.link--underline{
  text-decoration-line: underline;
}
main section{
  display: flex;
  padding-left: 17px;
  padding-right: 17px;
}
@media (min-width: 768px){
  main section{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px){
  main section{
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
main section .inner{
  width: 100%;
  margin: auto;
}
/* components */
.body-link{
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px){
  .body-link{
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 1024px){
  .body-link{
    font-size: 2vw;
    line-height: 2.5vw;
  }
}
.body-link{
  text-decoration-line: underline;
}
.dropdown{
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px){
  .dropdown{
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1024px){
  .dropdown{
    margin-bottom: 0px;
  }
}
.dropdown.is-active .dropdown-chevron{
  --tw-rotate: 180deg;
  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));
}
.dropdown:hover .dropdown-trigger, .dropdown.is-active .dropdown-trigger{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.dropdown-trigger{
  display: flex;
  width: 100%;
  justify-content: space-between;
  white-space: nowrap;
  border-radius: 0.125rem;
  border-bottom-width: 1px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px){
  .dropdown-trigger{
    font-size: 2vw;
    line-height: 2.2vw;
  }
}
.dropdown-label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-chevron{
  margin-left: 8px;
  margin-top: 10px;
}
@media (min-width: 768px){
  .dropdown-chevron{
    margin-left: 1rem;
    margin-top: 0.45vw;
  }
}
.dropdown-chevron{
  height: 8px;
  min-width: 12px;
}
@media (min-width: 768px){
  .dropdown-chevron{
    height: 0.8vw;
    min-width: 1.1vw;
  }
}
.dropdown-wrap{
  --tw-translate-y: 100%;
  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));
  border-width: 1px;
  z-index: 10;
  position: absolute;
  bottom: 1px;
  left: 0px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  min-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.dropdown-container{
  max-height: 11rem;
}
@media (min-width: 768px){
  .dropdown-container{
    max-height: 22vw;
  }
}
.dropdown-container{
  overflow-y: auto;
  padding-top: 1.4vw;
  padding-bottom: 0.8vw;
}
.dropdown-option{
  display: block;
  white-space: nowrap;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px){
  .dropdown-option{
    font-size: 1.7vw;
    line-height: 2vw;
  }
}
.dropdown-option{
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){
  .dropdown-option{
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
}
.dropdown-option:hover,
  .dropdown-option.is-active{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.richtext a{
  text-decoration-line: underline;
}
.richtext a:hover{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.richtext a:active{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
.richtext a{
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
    .project-grid:nth-child(-n+2) {
      border-right: 1px solid white;
    }

    .project-grid .project-thumb {
      border-bottom: 1px solid white;
    }

      .project-grid .project-thumb:last-child {
        border-bottom: none;
      }
  }
@media (max-width: 768px) {
.project-grid {
    border-bottom: 1px solid white
}
    .project-grid:last-child { border-bottom: none; }

    .project-grid .project-thumb {
      border-bottom: 1px solid white;
    }
      .project-grid .project-thumb:last-child { border-bottom: none; }
  }
.filter-dropdown-trigger {
  position: relative;
}
@media (max-width: 1024px) {
    .filter-dropdown-trigger:before,
    .filter-dropdown-trigger:after {
      content: '';
      width: calc(calc(100% + 34px)) ;
      height: 1px;
      background-color: white;
      position: absolute;
      left: -17px;
    }

    .filter-dropdown-trigger:after {
      bottom: 0;
    }

    .filter-dropdown-trigger:before {
      top: 0;
    }
  }
@media (min-width: 768px) {
    .filter-dropdown-trigger:before,
    .filter-dropdown-trigger:after {
      content: '';
      width: calc(calc(100% + 60px)) ;
      left: -30px;
    }
  }
.filter-dropdown-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filter-dropdown-icon:before,
  .filter-dropdown-icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    background-color: white;
    position: absolute;
  }
.filter-dropdown-icon:before {
    right: 0;
    top: 10px;
  }
.filter-dropdown-icon:after {
    right: 0;
    top: 10px;
    transform: rotate(90deg);
  }
.filter-dropdown-expander.is-active .filter-dropdown-icon:after {
        height: 0;
      }
.project-thumb{
  position: relative;
  display: block;
  padding: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px){
  .project-thumb{
    padding: 2rem;
  }
}
@media (min-width: 1024px){
  .project-thumb{
    padding: 4rem;
  }
}
@media (min-width: 1280px){
  .project-thumb{
    padding: 5rem;
  }
}
.project-thumb-image-container{
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-top: 70%;
}
@media (min-width: 768px){
  .project-thumb-image-container{
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
.project-thumb-image{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min-width: 768px){
  .project-thumb-image{
    position: relative;
  }
}
.project-thumb-image{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px){
  .project-thumb-image{
    -o-object-fit: none;
       object-fit: none;
  }
}
.project-thumb-content{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .project-thumb-content{
    visibility: hidden;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-right: 1.75rem;
  }
}
.project-thumb-title{
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (min-width: 1024px){
  .project-thumb-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.project-thumb-text{
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
.project-thumn-arrow{
  display: none;
}
@media (min-width: 768px){
  .project-thumn-arrow{
    display: block;
  }
}
.project-thumn-arrow{
  position: absolute;
  right: 0.25rem;
  bottom: 0.5rem;
  width: 1.25rem;
}
.button{
  display: block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}
.button.loading{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button:hover, .button:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
[data-section="scroll-to-top"] svg {
    width: 100%;
  }
header .vert-bar {
    transition: right 0.3s ease-in-out;
    right: 70px;
  }
@media (min-width: 768px){
  header .vert-bar{
    right: 110px;
  }
}
header .vert-bar {
    height: var(--height);
  }
header .vert-bar.is-active {
      --gap: 1.5vw;
      --col: calc( (var(--width) - 11*var(--gap))/12 );
      --offset: calc(50vw - (var(--width)/2) + 3*var(--col) + 2*var(--gap) - 0.5px);
      right: var(--offset);
    }
header .search-wrapper {
    transition: width 0.3s ease-in-out;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    max-height: 110px;
    width: 70px;
  }
@media (min-width: 768px){
  header .search-wrapper{
    width: 110px;
  }
}
header .vert-bar.is-active + .search-wrapper {
    --gap: 1.5vw;
    --col: calc( (var(--width) - 11*var(--gap))/12 );
    --offset: calc(50vw - (var(--width)/2) + 3*var(--col) + 2*var(--gap) - 0.5px);
    width: var(--offset);
  }
.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none;width:100%}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}
[class^="number-slide"],
[class*=" number-slide"] {
  background: grey;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  height: 300px;
  max-height: 100vh;
}
.navigation-wrapper {
  position: relative;
}
.arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.arrow--left {
    left: 15px;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="50" height="50" fill="black"/><path d="M34.1934 25H15.8086M15.8086 25L25.001 34.1924M15.8086 25L24.0072 16.8014" stroke="white" stroke-width="2"/></svg>');
  }
.arrow--left:hover {
      background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="50" height="50" fill="white"/><path d="M34.1934 25H15.8086M15.8086 25L25.001 34.1924M15.8086 25L24.0072 16.8014" stroke="black" stroke-width="2"/></svg>');
    }
.arrow--right {
    left: auto;
    right: 15px;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="50" height="50" fill="black"/><path d="M15.8066 25L34.1914 25M34.1914 25L24.999 15.8076M34.1914 25L25.9928 33.1986" stroke="white" stroke-width="2"/></svg>');
  }
.arrow--right:hover {
      background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="50" height="50" fill="white"/><path d="M15.8066 25L34.1914 25M34.1914 25L24.999 15.8076M34.1914 25L25.9928 33.1986" stroke="black" stroke-width="2"/></svg>');
    }
.keen-slider {
  max-height: 400px;
  position: relative; 

}
@media screen and (min-width: 475px ) {
.keen-slider {
    max-height: 90vh 

}
  }
.keen-slider .caption {
    color: white;
    left: 0;
    padding: 7px 0 0 0;;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    background-color: black;
    width: 100%;
    bottom: 0;
  }
.keen-slider__slide {
    //max-height: 100%;
  }
.keen-slider__slide img{
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; 
    }
/* content blocks */
[data-section="image"] .inner .image-caption-wrapper .image[data-width="100"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="100"]{
    grid-column: span 10 / span 10;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="100"]{
    grid-column: span 12 / span 12;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="90"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="90"]{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="90"]{
    grid-column: span 11 / span 11;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="80"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="80"]{
    grid-column: span 8 / span 8;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="80"]{
    grid-column: span 10 / span 10;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="70"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="70"]{
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="70"]{
    grid-column: span 9 / span 9;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="60"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="60"]{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="60"]{
    grid-column: span 7 / span 7;
  }
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="60"][data-align="right"]{
    order: 2;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="50"]{
  grid-column: span 5 / span 5;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="50"]{
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="50"]{
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-width="50"][data-align="right"]{
    order: 2;
  }
  [data-section="image"] .inner .image-caption-wrapper .image[data-align="right"]{
    grid-column-end: 11 !important;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-align="right"]{
    grid-column-end: 13 !important;
  }
}
[data-section="image"] .inner .image-caption-wrapper .caption{
  grid-column: span 5 / span 5;
  margin-top: auto;
}
@media (min-width: 768px){
  [data-section="image"] .inner .image-caption-wrapper .caption{
    grid-column: span 4 / span 4;
  }
  [data-section="image"] .inner .image-caption-wrapper .image[data-align="left"] + .caption{
    grid-column-end: 11;
  }
}
@media (min-width: 1024px){
  [data-section="image"] .inner .image-caption-wrapper .image[data-align="left"] + .caption{
    grid-column-end: 13;
  }
}
[data-section="image"] .inner .image-caption-wrapper .image[data-width="70"] + .caption, [data-section="image"] .inner .image-caption-wrapper .image[data-width="80"] + .caption, [data-section="image"] .inner .image-caption-wrapper .image[data-width="90"] + .caption, [data-section="image"] .inner .image-caption-wrapper .image[data-width="100"] + .caption{
  grid-column-end: auto !important;
}
[data-section="image"] .inner .image-caption-wrapper .image iframe{
  width: 100%;
}
.embed{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.embed iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
[data-section="images-two-up"] .full-width {
    width: 100%;
  }
@media (min-width: 1024px){
  [data-section="images-two-up"] .std-grid[data-variant="left"] .right{
    grid-column: span 5 / span 5;
    grid-column-start: 8;
  }
  [data-section="images-two-up"] .std-grid[data-variant="right"] .left{
    grid-column: span 5 / span 5;
  }
  [data-section="images-two-up"] .std-grid[data-variant="right"] .right{
    grid-column-start: 7;
  }
}
/* Views */
[data-view="project"] main section + section{
  margin-bottom: 50px;
}
@media (min-width: 1024px){
  [data-view="project"] main section + section{
    margin-bottom: 4.8vw;
  }
  [data-view="project"] main section:first-child{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-bottom: 15vw;
  }
  [data-view="project"] main section:first-child + section[data-section="image"]{
    position: relative;
    z-index: 20;
    margin-top: -15vw;
  }
  [data-view="project"] main section:first-child + section:not([data-section="image"]){
    margin-top: 5vw;
  }
}
[data-view="project"] main section blockquote::before {
          content: "\2014 \00A0";
        }
[data-view="project"] main section blockquote{
        color: #6c757d;
}
[data-view="project"] main section p a{
  text-decoration-line: underline;
}
[data-view="project"] main section p a:hover{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
[data-view="project"] main section p a:active{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
[data-view="project"] main section p a{
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-view="project"] main section ul{
  list-style-type: disc;
  padding-left: 1.25rem;
}
[data-view="project"] main section ol{
  list-style-type: decimal;
  padding-left: 1.25rem;
}
[data-view="about"] main div.about-hero iframe{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  max-width: 100%;
}
[data-view="program"] main iframe{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  max-width: 100%;
}
img {
  width: 100%;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(253 255 0 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:order-4{
    order: 4;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .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-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-10{
    grid-column-start: 10;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:my-\[120px\]{
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .md\:-mt-\[80px\]{
    margin-top: -80px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mb-\[55px\]{
    margin-bottom: 55px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:ml-\[20px\]{
    margin-left: 20px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mt-auto{
    margin-top: auto;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[110px\]{
    height: 110px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-\[100px\]{
    width: 100px;
  }
  .md\:w-\[22px\]{
    width: 22px;
  }
  .md\:w-\[375px\]{
    width: 375px;
  }
  .md\:w-\[85\%\]{
    width: 85%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[35vw\]{
    max-width: 35vw;
  }
  .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\:flex-col{
    flex-direction: column;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-\[1\.5vw\]{
    gap: 1.5vw;
  }
  .md\:gap-\[14px\]{
    gap: 14px;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:gap-\[7px\]{
    gap: 7px;
  }
  .md\:gap-\[80px\]{
    gap: 80px;
  }
  .md\:self-end{
    align-self: flex-end;
  }
  .md\:overflow-visible{
    overflow: visible;
  }
  .md\:border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[35px\]{
    padding-left: 35px;
    padding-right: 35px;
  }
  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .md\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .md\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .md\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .md\:pb-\[70px\]{
    padding-bottom: 70px;
  }
  .md\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .md\:pb-\[95px\]{
    padding-bottom: 95px;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pl-6{
    padding-left: 1.5rem;
  }
  .md\:pl-\[20px\]{
    padding-left: 20px;
  }
  .md\:pr-6{
    padding-right: 1.5rem;
  }
  .md\:pr-\[55px\]{
    padding-right: 55px;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-\[30px\]{
    padding-top: 30px;
  }
  .md\:pt-\[60px\]{
    padding-top: 60px;
  }
  .md\:pt-\[90px\]{
    padding-top: 90px;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:leading-\[19px\]{
    line-height: 19px;
  }
  .md\:leading-\[21px\]{
    line-height: 21px;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:leading-\[35px\]{
    line-height: 35px;
  }
  .md\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .md\:duration-300{
    transition-duration: 300ms;
  }
  .group:hover .md\:group-hover\:visible{
    visibility: visible;
  }
  .group:hover .md\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .group:hover .md\:group-hover\:scale-110{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }
  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }
  .group:hover .md\:group-hover\:opacity-20{
    opacity: 0.2;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-right-\[3vw\]{
    right: -3vw;
  }
  .lg\:bottom-\[45px\]{
    bottom: 45px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .lg\:col-span-full{
    grid-column: 1 / -1;
  }
  .lg\:col-start-10{
    grid-column-start: 10;
  }
  .lg\:col-start-7{
    grid-column-start: 7;
  }
  .lg\:my-\[10vw\]{
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  .lg\:my-\[1vw\]{
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-\[1\.6vw\]{
    margin-bottom: 1.6vw;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[2\.2vw\]{
    margin-bottom: 2.2vw;
  }
  .lg\:mb-\[3\.4vw\]{
    margin-bottom: 3.4vw;
  }
  .lg\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .lg\:ml-\[4vw\]{
    margin-left: 4vw;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-\[6vw\]{
    margin-right: 6vw;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-\[0\.9vw\]{
    margin-top: 0.9vw;
  }
  .lg\:mt-\[1vw\]{
    margin-top: 1vw;
  }
  .lg\:mt-\[3\.5vw\]{
    margin-top: 3.5vw;
  }
  .lg\:mt-auto{
    margin-top: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[2vw\]{
    height: 2vw;
  }
  .lg\:h-\[8vw\]{
    height: 8vw;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-\[1\.8vw\]{
    width: 1.8vw;
  }
  .lg\:w-\[16vw\]{
    width: 16vw;
  }
  .lg\:w-\[18vw\]{
    width: 18vw;
  }
  .lg\:w-\[2vw\]{
    width: 2vw;
  }
  .lg\:w-\[8vw\]{
    width: 8vw;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-\[25vw\]{
    max-width: 25vw;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[0\.3vw\]{
    gap: 0.3vw;
  }
  .lg\:gap-\[1\.9vw\]{
    gap: 1.9vw;
  }
  .lg\:gap-\[20px\]{
    gap: 20px;
  }
  .lg\:gap-\[3\.2vw\]{
    gap: 3.2vw;
  }
  .lg\:gap-\[6vw\]{
    gap: 6vw;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:border-l{
    border-left-width: 1px;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .lg\:\!px-\[4vw\]{
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .lg\:px-\[1\.9vw\]{
    padding-left: 1.9vw;
    padding-right: 1.9vw;
  }
  .lg\:px-\[4vw\]{
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-\[2\.5vw\]{
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .lg\:pb-\[1\.9vw\]{
    padding-bottom: 1.9vw;
  }
  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .lg\:pb-\[12vw\]{
    padding-bottom: 12vw;
  }
  .lg\:pb-\[3vw\]{
    padding-bottom: 3vw;
  }
  .lg\:pb-\[5\.5vw\]{
    padding-bottom: 5.5vw;
  }
  .lg\:pb-\[6\.5vw\]{
    padding-bottom: 6.5vw;
  }
  .lg\:pb-\[60px\]{
    padding-bottom: 60px;
  }
  .lg\:pb-\[7\.5vw\]{
    padding-bottom: 7.5vw;
  }
  .lg\:pb-\[80px\]{
    padding-bottom: 80px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-\[3\.8vw\]{
    padding-left: 3.8vw;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-\[3vw\]{
    padding-right: 3vw;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[120px\]{
    padding-top: 120px;
  }
  .lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .lg\:pt-\[15vw\]{
    padding-top: 15vw;
  }
  .lg\:pt-\[3\.2vw\]{
    padding-top: 3.2vw;
  }
  .lg\:pt-\[4\.2vw\]{
    padding-top: 4.2vw;
  }
  .lg\:pt-\[6\.4vw\]{
    padding-top: 6.4vw;
  }
  .lg\:pt-\[6\.5vw\]{
    padding-top: 6.5vw;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:\!text-\[1\.3vw\]{
    font-size: 1.3vw !important;
  }
  .lg\:text-\[1\.2vw\]{
    font-size: 1.2vw;
  }
  .lg\:text-\[1\.3vw\]{
    font-size: 1.3vw;
  }
  .lg\:text-\[1\.4vw\]{
    font-size: 1.4vw;
  }
  .lg\:text-\[1\.7vw\]{
    font-size: 1.7vw;
  }
  .lg\:text-\[1\.8vw\]{
    font-size: 1.8vw;
  }
  .lg\:text-\[1\.9vw\]{
    font-size: 1.9vw;
  }
  .lg\:text-\[1vw\]{
    font-size: 1vw;
  }
  .lg\:text-\[2\.2vw\]{
    font-size: 2.2vw;
  }
  .lg\:text-\[2vw\]{
    font-size: 2vw;
  }
  .lg\:\!leading-\[1\.5vw\]{
    line-height: 1.5vw !important;
  }
  .lg\:leading-\[1\.5vw\]{
    line-height: 1.5vw;
  }
  .lg\:leading-\[1\.9vw\]{
    line-height: 1.9vw;
  }
  .lg\:leading-\[2\.2vw\]{
    line-height: 2.2vw;
  }
  .lg\:leading-\[2\.5vw\]{
    line-height: 2.5vw;
  }
  .lg\:leading-\[2\.6vw\]{
    line-height: 2.6vw;
  }
  .lg\:leading-\[2vw\]{
    line-height: 2vw;
  }
}
@media (min-width: 1280px){
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}