@import url("https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap");

*, ::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;
}

:root {
  /* Base Colors - Dark Mode */
  --p100: 255 255 255;
  --p99: 255 251 255;
  --p98: 226 255 254;
  --p95: 255 248 245;
  --p96: 211 251 204;
  --p90: 255 220 199;
  --p80: 255 183 135;
  --p70: 255 142 51;
  --p60: 226 113 0;
  --p50: 187 92 0;
  --p40: 150 73 0;
  --p30: 114 54 0;
  --p20: 80 36 0;
  --p10: 49 19 0;
  --s98: 249 252 218;
  --s80: 203 194 219;
  --s85: 192 217 218;
  --s70: 170 174 143;
  --s30: 69 73 49;
  --s20: 51 45 65;
  --s17: 40 44 22;
  --s15: 36 39 18;
  --s13: 32 35 14;
  --s11: 28 31 11;
  --s9: 24 27 7;
  --s7: 24 15 47;
  --s5: 15 18 2;
  --r30: 147 0 10;
  --r70: 254 138 126;
  --y30: 92 67 0;
  --y70: 217 163 16;
  --g30: 0 82 48;
  --g70: 85 191 133;
  --border-default: var(--p98);
  /* Surface Colors - Dark Mode */
  --brand-lighter: var(--p90);
  --brand-main: var(--p80);
  --brand-accent-1: var(--acc-ab70);
  --brand-accent-2: var(--acc-ag70);
  /* Surface Colors - Dark Mode */
  --surfaces-base: var(--s5);
  --surfaces-l1: var(--s9);
  --surfaces-l2: var(--s11);
  --surfaces-l2a: var(--s5);
  --surfaces-l3: var(--s13);
  --surfaces-l4: var(--s15);
  --surfaces-l5: var(--s17);
  --surfaces-invert: var(--p99);
  /* Action Colors - Dark Mode */
  --action-primary-default: var(--p70);
  --action-primary-hover: var(--p70);
  --action-primary-focus: var(--p70);
  --action-primary-disabled: var(--s30);
  --action-secondary-hover: var(--p60);
  --action-secondary-default: var(--p10);
  --action-neutral-default: var(--p98);
  --action-neutral-disabled: var(--p98);
  --action-neutral-fill: var(--s5);
  /* --action-accent-green-default: var(--p99);
    --action-accent-green-hover: var(--p99);
    --action-accent-blue-default: var(--p99);
    --action-accent-blue-hover: var(--p99); */
  /* Text Colors - Dark Mode */
  --text-accent: var(--p70);
  --text-max: var(--p98);
  --text-high: var(--p98);
  --text-medium: var(--p98);
  --text-low: var(--p98);
  /* Add GradientText Colors */
  --text-invert-accent: var(--p40);
  --text-invert-high: var(--s5);
  --text-invert-medium: var(--s5);
  /* Meaning Colors - Dark Mode */
  --meaning-error: var(--r70);
  --meaning-alert: var(--y70);
  --meaning-success: var(--g70);
  /* Opacity Values - Dark Mode */
  --opacity-100: 1;
  --opacity-85: 0.85;
  --opacity-75: 0.75;
  --opacity-50: 0.50;
  --opacity-25: 0.25;
  --opacity-15: 0.15;
  /* Image Display */
  .image-dark {
    display: block;
  }
  .image-light {
    display: none;
  }
}

html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  background-color: rgb(var(--surfaces-base));
  color: rgb(var(--text-high) / 0.87);
  margin: 0;
  font-family: 'Atma', system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.5;
  color: rgb(var(--text-high));
}

/* Button Component */

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary{
  background-color: rgb(var(--action-primary-default) / 1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover{
  background-color: rgb(var(--action-primary-hover) / 0.9);
}

.btn-secondary{
  background-color: transparent;
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary:hover{
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-tertiary{
  background-color: transparent;
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary:hover{
  background-color: rgb(var(--action-tertiary-hover) / 1);
}

.btn-32{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-32{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-32{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-32{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-32{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-32{
  height: 8px;
}

.btn-40{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-40{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-40{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-40{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-40{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-40{
  height: 2.5rem;
}

.btn-48{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-48{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-48{
  height: 3rem;
}

.btn-disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-disabled:hover{
  background-color: rgb(var(--action-primary-default) / 1);
}

.btn-disabled:active{
  background-color: rgb(var(--action-primary-default) / 1);
}

.btn-loading{
  cursor: wait;
  opacity: 0.7;
}

.btn-with-left-icon{
  padding-left: 0.75rem;
}

.btn-with-right-icon{
  padding-right: 0.75rem;
}

.btn-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon-left{
  margin-right: 0.5rem;
}

.btn-icon-right{
  margin-left: 0.5rem;
}

.btn-text{
  flex-grow: 1;
  text-align: center;
}

/* Loading spinner colors */

.btn-primary .MuiCircularProgress-root{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary .MuiCircularProgress-root{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary .MuiCircularProgress-root{
  color: rgb(var(--text-accent) / 1);
}

/* Tab Styles */

.tab{
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tab-32{
  height: 32px;
}

.tab-48{
  height: 48px;
}

.tab:disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

.tab:not(:disabled):hover{
  border-color: rgb(var(--action-secondary-hover) / 1);
  color: rgb(var(--text-high) / 0.87);
}

.tab:not(:disabled):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(var(--action-primary-default) / 1);
}

.tab:not(:disabled):active{
  border-color: rgb(var(--action-primary-default) / 1);
  color: rgb(var(--text-accent) / 1);
}

.tab-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-32 .tab-icon{
  height: 16px;
  width: 16px;
}

.tab-48 .tab-icon{
  height: 24px;
  width: 24px;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: auto){
  .container{
    max-width: auto;
  }
}

@media (min-width: 680px){
  .container{
    max-width: 680px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 936px){
  .container{
    max-width: 936px;
  }
}

@media (min-width: 1120px){
  .container{
    max-width: 1120px;
  }
}

@media (min-width: 1216px){
  .container{
    max-width: 1216px;
  }
}

@media (min-width: 1696px){
  .container{
    max-width: 1696px;
  }
}

.shadow-custom-1{
  box-shadow: 0px 4px 10px 0px rgba(8,19,19,0.05), 0px 1px 20px 0px rgba(8,19,19,0.03), 0px 2px 8px 0px rgba(8,19,19,0.07) !important;
  -webkit-backdrop-filter: blur(3px) !important;
          backdrop-filter: blur(3px) !important;
}

.shadow-custom-2{
  box-shadow: 0px 6px 20px 0px rgba(8,19,19,0.05), 0px 1px 36px 0px rgba(8,19,19,0.03), 0px 3px 10px 0px rgba(8,19,19,0.07) !important;
  -webkit-backdrop-filter: blur(6px) !important;
          backdrop-filter: blur(6px) !important;
}

.btn{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
  place-items: center;
  justify-content: center;
  transition: padding 0.3s ease-in;
}

.btn:hover{
  transition: background-color 0.15s ease-in;
}

.btn:focus{
  transition: background-color 0.15s ease-in;
}

.btn > .icon{
  transition: background-color 0.3s ease-in;
}

.btn > .icon:hover{
  transition: background-color 0.15s ease-in;
}

.btn-32{
  font-size: 10.5px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-32{
    font-size: 10.5px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-32{
    font-size: 10.5px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-32{
    font-size: 10.5px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-32{
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-32{
  height: 32px;
  gap: 4px;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.btn-40{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-40{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-40{
  height: 40px;
  gap: 4px;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-48{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .btn-48{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .btn-48{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.btn-48{
  height: 48px;
  gap: 8px;
  border-radius: 4px;
  padding-left: 32px;
  padding-right: 32px;
}

.btn-tight{
  padding-left: 0px;
  padding-right: 0px;
}

.btn-tight:hover, .btn-tight.hover{
  padding-left: 32px;
  padding-right: 32px;
}

.btn-tight:focus, .btn-tight.focus{
  padding-left: 32px;
  padding-right: 32px;
}

.btn-tight:active, .btn-tight.active{
  padding-left: 32px;
  padding-right: 32px;
}

.btn-primary{
  box-shadow: 0px 6px 20px 0px rgba(8,19,19,0.05), 0px 1px 36px 0px rgba(8,19,19,0.03), 0px 3px 10px 0px rgba(8,19,19,0.07);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgb(var(--action-primary-default) / 1);
  color: rgb(var(--text-invert-high) / 0.87);
}

.btn-primary .btn-icon{
  color: rgb(var(--text-invert-high) / 0.87);
}

.btn-primary:hover, .btn-primary.hover{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-primary-hover) / 0.9);
}

.btn-primary:hover .btn-icon, .btn-primary.hover .btn-icon{
  color: rgb(var(--text-invert-high) / 0.87);
}

.btn-primary:focus, .btn-primary.focus{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-primary-focus) / 0.8);
}

.btn-primary:focus .btn-icon, .btn-primary.focus .btn-icon{
  color: rgb(var(--text-invert-high) / 0.87);
}

.btn-primary:active, .btn-primary.active{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-primary-focus) / 0.8);
}

.btn-primary:active .btn-icon, .btn-primary.active .btn-icon{
  color: rgb(var(--text-invert-high) / 0.87);
}

.btn-primary:disabled{
  background-color: rgb(var(--action-primary-disabled) / 1);
  color: rgb(var(--text-invert-medium) / 0.66);
}

.btn-primary:disabled .btn-icon{
  color: rgb(var(--text-invert-medium) / 0.66);
}

.btn-secondary{
  border-width: 2px;
  border-color: rgb(var(--action-primary-default) / 1);
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary:hover, .btn-secondary.hover{
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-secondary:hover .btn-icon, .btn-secondary.hover .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary:focus, .btn-secondary.focus{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-secondary:focus .btn-icon, .btn-secondary.focus .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary:active, .btn-secondary.active{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-secondary:active .btn-icon, .btn-secondary.active .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-secondary:disabled{
  border-color: rgb(var(--action-primary-disabled) / 1);
  color: rgb(var(--text-low) / 0.46);
}

.btn-secondary:disabled .btn-icon{
  color: rgb(var(--text-low) / 0.46);
}

.btn-tertiary{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary:hover, .btn-tertiary.hover{
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-tertiary:hover .btn-icon, .btn-tertiary.hover .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary:focus, .btn-tertiary.focus{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-tertiary:focus .btn-icon, .btn-tertiary.focus .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary:active, .btn-tertiary.active{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--action-secondary-hover) / 1);
}

.btn-tertiary:active .btn-icon, .btn-tertiary.active .btn-icon{
  color: rgb(var(--text-accent) / 1);
}

.btn-tertiary:disabled{
  color: rgb(var(--text-low) / 0.46);
}

.btn-tertiary:disabled .btn-icon{
  color: rgb(var(--text-low) / 0.46);
}

.btn-tertiary.btn-tight{
  color: rgb(var(--text-accent) / 1);
}

.act{
  display: flex;
  align-items: center;
  justify-content: center;
}

.poverline-xl{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (min-width: 992px) and (max-width: 1281px){
  .poverline-xl{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .poverline-xl{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

@media (min-width: 1992px){
  .poverline-xl{
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

.poverline-l{
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

@media (min-width: 992px) and (max-width: 1281px){
  .poverline-l{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .poverline-l{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

@media (min-width: 1992px){
  .poverline-l{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

.label-l{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .label-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .label-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .label-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .label-l{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.label-m{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .label-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .label-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .label-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .label-m{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.body-xl{
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .body-xl{
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .body-xl{
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .body-xl{
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .body-xl{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.body-l{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .body-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .body-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .body-l{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .body-l{
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.body-m{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .body-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .body-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .body-m{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .body-m{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.body-s{
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.005em;
}

@media (min-width: 764px) and (max-width: 991px){
  .body-s{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.005em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .body-s{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.005em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .body-s{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.005em;
  }
}

@media (min-width: 1992px){
  .body-s{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.005em;
  }
}

.title-l{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

@media (min-width: 768px){
  .title-l{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

@media (min-width: 992px){
  .title-l{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

@media (min-width: 1440px){
  .title-l{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

@media (min-width: 1920px){
  .title-l{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
}

.title-m{
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

@media (min-width: 764px) and (max-width: 991px){
  .title-m{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .title-m{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .title-m{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
  }
}

@media (min-width: 1992px){
  .title-m{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
}

.title-s{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

@media (min-width: 764px) and (max-width: 991px){
  .title-s{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .title-s{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .title-s{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
}

@media (min-width: 1992px){
  .title-s{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
  }
}

.heading-l{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .heading-l{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .heading-l{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .heading-l{
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .heading-l{
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

.heading-m{
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .heading-m{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .heading-m{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .heading-m{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .heading-m{
    font-size: 42px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

.heading-s{
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
}

@media (min-width: 764px) and (max-width: 991px){
  .heading-s{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .heading-s{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .heading-s{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

@media (min-width: 1992px){
  .heading-s{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
}

.display-s{
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

@media (min-width: 764px) and (max-width: 991px){
  .display-s{
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .display-s{
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .display-s{
    font-size: 42px;
    line-height: 48px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1992px){
  .display-s{
    font-size: 48px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

.display-l{
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

@media (min-width: 764px) and (max-width: 991px){
  .display-l{
    font-size: 48px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .display-l{
    font-size: 48px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .display-l{
    font-size: 69px;
    line-height: 76px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

@media (min-width: 1992px){
  .display-l{
    font-size: 81px;
    line-height: 88px;
    font-weight: 900;
    letter-spacing: -0.03em;
  }
}

.input-40{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .input-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .input-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .input-40{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .input-40{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.input-40{
  height: 40px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input-56{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .input-56{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .input-56{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .input-56{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .input-56{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.input-56{
  height: 56px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-80{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .input-80{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .input-80{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .input-80{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .input-80{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.input-80{
  height: 80px;
  resize: none;
  padding: 16px;
}

.input-120{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .input-120{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .input-120{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .input-120{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .input-120{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.input-120{
  height: 120px;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-default{
  border-color: rgb(var(--action-neutral-default) / 1);
}

.input-error{
  border-color: rgb(var(--meaning-error) / 0.96);
}

.input-error:hover, .input-error:focus{
  border-color: rgb(var(--meaning-error) / 0.96);
  --tw-ring-color: rgb(var(--meaning-error) / 0.2);
}

.input-success{
  border-color: rgb(var(--meaning-success) / 0.96);
}

.input-success:hover, .input-success:focus{
  border-color: rgb(var(--meaning-success) / 0.96);
  --tw-ring-color: rgb(var(--meaning-success) / 0.2);
}

.input-with-left-icon{
  padding-left: 48px;
}

.input-with-right-icon{
  padding-right: 48px;
}

.checkbox-wrapper{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}

.checkbox-wrapper.disabled{
  cursor: not-allowed;
}

.checkbox-wrapper.readonly{
  cursor: default;
}

.checkbox-input:focus-visible + .checkbox-control{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(var(--action-primary-default) / 1);
}

.checkbox-control{
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 2px;
  border-color: rgb(var(--action-primary-default) / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.checkbox-wrapper:hover .checkbox-control{
  border-color: rgb(var(--action-primary-hover) / 0.9);
}

.checkbox-input:checked + .checkbox-control{
  border-color: rgb(var(--action-primary-default) / 1);
  background-color: rgb(var(--action-primary-default) / 1);
}

.checkbox-wrapper.filled .checkbox-control{
  border-color: rgb(var(--action-primary-default) / 1);
}

.checkbox-wrapper.error .checkbox-control{
  border-color: rgb(var(--meaning-error) / 0.96);
}

.checkbox-wrapper.disabled .checkbox-control{
  border-color: rgb(var(--action-primary-disabled) / 1);
  background-color: rgb(var(--action-primary-disabled) / 1);
}

.checkbox-wrapper.disabled .checkbox-input:checked + .checkbox-control{
  border-color: rgb(var(--action-primary-disabled) / 1);
  background-color: rgb(var(--action-primary-disabled) / 1);
}

.checkbox-icon{
  color: rgb(var(--text-invert-high) / 0.87);
}

.checkbox-wrapper.disabled .checkbox-icon{
  color: rgb(var(--text-invert-medium) / 0.66);
}

.checkbox-label{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .checkbox-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .checkbox-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .checkbox-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .checkbox-label{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.checkbox-label{
  color: rgb(var(--text-high) / 0.87);
}

.checkbox-wrapper.disabled .checkbox-label{
  color: rgb(var(--text-low) / 0.46);
}

.switch-wrapper{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}

.switch-wrapper.disabled{
  cursor: not-allowed;
}

.switch-input:focus-visible + .switch-control{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(var(--action-primary-default) / 1);
}

.switch-control{
  height: 20px;
  width: 36px;
  border-radius: 4px;
  background-color: rgb(var(--action-primary-disabled) / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.switch-input:checked + .switch-control{
  background-color: rgb(var(--action-primary-default) / 1);
}

.switch-wrapper.disabled .switch-control{
  background-color: rgb(var(--action-primary-disabled) / 1);
}

.switch-thumb{
  position: absolute;
  left: 2px;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: rgb(var(--surfaces-base));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.switch-input:checked + .switch-control .switch-thumb{
  --tw-translate-x: 16px;
  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));
}

.switch-label{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .switch-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .switch-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .switch-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .switch-label{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.switch-label{
  color: rgb(var(--text-high) / 0.87);
}

.switch-wrapper.disabled .switch-label{
  color: rgb(var(--text-low) / 0.46);
}

.radio-wrapper{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}

.radio-wrapper.disabled{
  cursor: not-allowed;
}

.radio-input:focus-visible + .radio-control{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(var(--action-primary-default) / 1);
}

.radio-control{
  display: flex;
  height: 16px;
  width: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(var(--action-primary-default) / 1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-wrapper:hover .radio-control{
  border-color: rgb(var(--action-primary-hover) / 0.9);
}

.radio-wrapper.disabled .radio-control{
  border-color: rgb(var(--action-primary-disabled) / 1);
}

.radio-dot{
  height: 8px;
  width: 8px;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-radius: 9999px;
  background-color: rgb(var(--action-primary-default) / 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.radio-input:checked + .radio-control .radio-dot{
  --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));
}

.radio-wrapper.disabled .radio-dot{
  background-color: rgb(var(--action-primary-disabled) / 1);
}

.radio-label{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .radio-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .radio-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .radio-label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .radio-label{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.radio-label{
  color: rgb(var(--text-high) / 0.87);
}

.radio-wrapper.disabled .radio-label{
  color: rgb(var(--text-low) / 0.46);
}

.visible{
  visibility: visible !important;
}

.collapse{
  visibility: collapse !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  inset: 0px !important;
}

.bottom-24{
  bottom: 24px !important;
}

.bottom-4{
  bottom: 1rem !important;
}

.bottom-6{
  bottom: 1.5rem !important;
}

.left-0{
  left: 0px !important;
}

.right-0{
  right: 0px !important;
}

.right-24{
  right: 24px !important;
}

.right-4{
  right: 1rem !important;
}

.right-6{
  right: 1.5rem !important;
}

.top-0{
  top: 0px !important;
}

.top-24{
  top: 24px !important;
}

.top-4{
  top: 1rem !important;
}

.top-56{
  top: 56px !important;
}

.isolate{
  isolation: isolate !important;
}

.z-10{
  z-index: 10 !important;
}

.z-20{
  z-index: 20 !important;
}

.z-40{
  z-index: 40 !important;
}

.z-50{
  z-index: 50 !important;
}

.order-last{
  order: 9999 !important;
}

.col-span-11{
  grid-column: span 11 / span 11 !important;
}

.col-span-3{
  grid-column: span 3 / span 3 !important;
}

.col-span-4{
  grid-column: span 4 / span 4 !important;
}

.col-span-6{
  grid-column: span 6 / span 6 !important;
}

.col-start-1{
  grid-column-start: 1 !important;
}

.col-start-2{
  grid-column-start: 2 !important;
}

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-8{
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.mb-6{
  margin-bottom: 1.5rem !important;
}

.ml-2{
  margin-left: 0.5rem !important;
}

.mt-0{
  margin-top: 0px !important;
}

.mt-120{
  margin-top: 120px !important;
}

.mt-16{
  margin-top: 16px !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mt-8{
  margin-top: 8px !important;
}

.box-content{
  box-sizing: content-box !important;
}

.line-clamp-2{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp-3{
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.inline-flex{
  display: inline-flex !important;
}

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.h-32{
  height: 32px !important;
}

.h-40{
  height: 40px !important;
}

.h-48{
  height: 48px !important;
}

.h-5{
  height: 1.25rem !important;
}

.h-56{
  height: 56px !important;
}

.h-64{
  height: 64px !important;
}

.h-8{
  height: 8px !important;
}

.h-80{
  height: 80px !important;
}

.h-\[120px\]{
  height: 120px !important;
}

.h-\[160px\]{
  height: 160px !important;
}

.h-\[200px\]{
  height: 200px !important;
}

.h-\[48px\]{
  height: 48px !important;
}

.h-auto{
  height: auto !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.max-h-\[90vh\]{
  max-height: 90vh !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.w-16{
  width: 16px !important;
}

.w-20{
  width: 20px !important;
}

.w-24{
  width: 24px !important;
}

.w-32{
  width: 32px !important;
}

.w-40{
  width: 40px !important;
}

.w-48{
  width: 48px !important;
}

.w-6{
  width: 1.5rem !important;
}

.w-64{
  width: 64px !important;
}

.w-72{
  width: 18rem !important;
}

.w-96{
  width: 96px !important;
}

.w-auto{
  width: auto !important;
}

.w-full{
  width: 100% !important;
}

.w-screen{
  width: 100vw !important;
}

.max-w-3xl{
  max-width: 48rem !important;
}

.max-w-6xl{
  max-width: 72rem !important;
}

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-shrink-0{
  flex-shrink: 0 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.grow{
  flex-grow: 1 !important;
}

.table-auto{
  table-layout: auto !important;
}

.border-collapse{
  border-collapse: collapse !important;
}

.border-separate{
  border-collapse: separate !important;
}

.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)) !important;
}

.cursor-not-allowed{
  cursor: not-allowed !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.resize{
  resize: both !important;
}

.list-disc{
  list-style-type: disc !important;
}

.auto-cols-max{
  grid-auto-columns: max-content !important;
}

.grid-flow-col{
  grid-auto-flow: column !important;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.flex-row{
  flex-direction: row !important;
}

.flex-col{
  flex-direction: column !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.content-center{
  align-content: center !important;
}

.content-end{
  align-content: flex-end !important;
}

.items-start{
  align-items: flex-start !important;
}

.items-center{
  align-items: center !important;
}

.justify-end{
  justify-content: flex-end !important;
}

.justify-center{
  justify-content: center !important;
}

.justify-between{
  justify-content: space-between !important;
}

.justify-items-start{
  justify-items: start !important;
}

.justify-items-center{
  justify-items: center !important;
}

.gap-0{
  gap: 0px !important;
}

.gap-16{
  gap: 16px !important;
}

.gap-200{
  gap: 200px !important;
}

.gap-24{
  gap: 24px !important;
}

.gap-28{
  gap: 28px !important;
}

.gap-32{
  gap: 32px !important;
}

.gap-4{
  gap: 4px !important;
}

.gap-40{
  gap: 40px !important;
}

.gap-48{
  gap: 48px !important;
}

.gap-6{
  gap: 1.5rem !important;
}

.gap-8{
  gap: 8px !important;
}

.gap-80{
  gap: 80px !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.self-end{
  align-self: flex-end !important;
}

.self-center{
  align-self: center !important;
}

.justify-self-start{
  justify-self: start !important;
}

.justify-self-end{
  justify-self: end !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.overflow-y-auto{
  overflow-y: auto !important;
}

.whitespace-nowrap{
  white-space: nowrap !important;
}

.rounded-16{
  border-radius: 16px !important;
}

.rounded-24{
  border-radius: 24px !important;
}

.rounded-8{
  border-radius: 8px !important;
}

.rounded-\[16px\]{
  border-radius: 16px !important;
}

.rounded-full{
  border-radius: 9999px !important;
}

.rounded-md{
  border-radius: 0.375rem !important;
}

.rounded-none{
  border-radius: 0px !important;
}

.border{
  border-width: 1px !important;
}

.border-2{
  border-width: 2px !important;
}

.border-slate-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
}

.border-slate-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1)) !important;
}

.bg-\[\#FF8C42\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 140 66 / var(--tw-bg-opacity, 1)) !important;
}

.bg-action-primary-default{
  background-color: rgb(var(--action-primary-default) / 1) !important;
}

.bg-action-primary-disabled{
  background-color: rgb(var(--action-primary-disabled) / 1) !important;
}

.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-lvl0{
  background-color: rgb(var(--surfaces-base) / 0.85) !important;
}

.bg-lvl1{
  background-color: rgb(var(--surfaces-l1) / 0.85) !important;
}

.bg-lvl2{
  background-color: rgb(var(--surfaces-l2) / 0.85) !important;
}

.bg-lvl3{
  background-color: rgb(var(--surfaces-l3) / 0.85) !important;
}

.bg-lvl4{
  background-color: rgb(var(--surfaces-l4) / 0.85) !important;
}

.bg-lvl5{
  background-color: rgb(var(--surfaces-l5) / 0.85) !important;
}

.bg-surfaces-base{
  background-color: rgb(var(--surfaces-base)) !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}

.bg-\[url\(\'\/src\/img\/backgrounds\/background-dark\.jpg\'\)\]{
  background-image: url('/src/img/backgrounds/background-dark.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/backgrounds\/background-gray\.jpg\'\)\]{
  background-image: url('/src/img/backgrounds/background-gray.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/bg-image-hero\.jpg\'\)\]{
  background-image: url('/src/img/bg-image-hero.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/context-fundamentalunit\.jpg\'\)\]{
  background-image: url('/src/img/context-fundamentalunit.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/contextualcompute-ism\.jpg\'\)\]{
  background-image: url('/src/img/contextualcompute-ism.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/featuressection\.jpg\'\)\]{
  background-image: url('/src/img/featuressection.jpg') !important;
}

.bg-\[url\(\'\/src\/img\/papers-section\.jpg\'\)\]{
  background-image: url('/src/img/papers-section.jpg') !important;
}

.bg-none{
  background-image: none !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-0{
  padding: 0px !important;
}

.p-16{
  padding: 16px !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-24{
  padding: 24px !important;
}

.p-32{
  padding: 32px !important;
}

.p-4{
  padding: 1rem !important;
}

.p-48{
  padding: 48px !important;
}

.p-6{
  padding: 1.5rem !important;
}

.p-8{
  padding: 8px !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-16{
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-24{
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-128{
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-200{
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-64{
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-120{
  padding-bottom: 120px !important;
}

.pb-32{
  padding-bottom: 32px !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pb-8{
  padding-bottom: 8px !important;
}

.pb-80{
  padding-bottom: 80px !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pr-0{
  padding-right: 0px !important;
}

.pt-120{
  padding-top: 120px !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pt-20{
  padding-top: 20px !important;
}

.pt-200{
  padding-top: 200px !important;
}

.pt-48{
  padding-top: 48px !important;
}

.pt-56{
  padding-top: 56px !important;
}

.pt-8{
  padding-top: 8px !important;
}

.text-left{
  text-align: left !important;
}

.text-center{
  text-align: center !important;
}

.text-right{
  text-align: right !important;
}

.align-middle{
  vertical-align: middle !important;
}

.font-atma{
  font-family: Atma, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
}

.font-bold{
  font-weight: 700 !important;
}

.font-medium{
  font-weight: 500 !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.\!leading-none{
  line-height: 1 !important;
}

.text-accent{
  color: rgb(var(--text-accent) / 1) !important;
}

.text-high{
  color: rgb(var(--text-high) / 0.87) !important;
}

.text-medium{
  color: rgb(var(--text-medium) / 0.66) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.underline{
  text-decoration-line: underline !important;
}

.antialiased{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

.opacity-90{
  opacity: 0.9 !important;
}

.outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline{
  outline-style: solid !important;
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
  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) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}

.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) !important;
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px) !important;
  -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) !important;
  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) !important;
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px) !important;
  -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) !important;
  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) !important;
}

.backdrop-filter{
  -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) !important;
  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) !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all{
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity{
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-100{
  transition-delay: 100ms !important;
}

.delay-1000{
  transition-delay: 1000ms !important;
}

.delay-200{
  transition-delay: 200ms !important;
}

.delay-300{
  transition-delay: 300ms !important;
}

.delay-500{
  transition-delay: 500ms !important;
}

.delay-700{
  transition-delay: 700ms !important;
}

.duration-200{
  transition-duration: 200ms !important;
}

.duration-300{
  transition-duration: 300ms !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Base styles and CSS Variables */

/* To rerun Tailwind compiler, run the following command:
npx tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch
*/

html{
  background-color: rgb(var(--surfaces-base) / 0.85);
  font-family: Atma, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

h1,
h2,
h3,
h4{
  color: rgb(var(--text-high) / 0.87);
}

p{
  color: rgb(var(--text-medium) / 0.66);
}

footer p{
  color: rgb(var(--text-medium) / 0.66);
}

.nav{
  position: fixed;
  z-index: 20;
  display: flex;
  height: 56px;
  width: 100vw;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .nav{
    height: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 992px){
  .nav{
    padding-left: 32px;
    padding-right: 32px;
  }
}

.nav {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  transition: background-color 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
}

/* Set light and dark nav colours*/

.nav-light{
  box-shadow: 0px 8px 20px 0px rgba(20,10,51,0.05), 0px 3px 28px 0px rgba(20,10,51,0.03), 0px 5px 10px 0px rgba(20,10,51,0.07);
  background-color: rgb(var(--surfaces-base) / 0.85);
}

.nav-dark{
  background-color: rgb(var(--surfaces-base) / 0.85);
}

/* This class is removed from the nav with JS when it scrolls past the top */

.nav-transparent{
  height: 64px;
}

@media (min-width: 768px){
  .nav-transparent{
    height: 80px;
  }
}

@media (min-width: 992px){
  .nav-transparent{
    height: 128px;
  }
}

.nav-transparent {
  background: none;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  box-shadow: none;
}

.nav-right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.nav-menu{
  position: absolute;
  right: 0px;
  top: 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background-color: rgb(var(--surfaces-base) / 0.85);
  padding: 32px;
  text-align: right;
}

@media (min-width: 992px){
  .nav-menu{
    position: relative;
    right: 0px;
    top: 0px;
    flex-direction: row;
    gap: 32px;
    background-color: transparent;
  }
}

/* Mobile navbar with menu hidden */

.nav-menu.hidden {
  display: none;
}

/* Transparent navbar and descendants */

.nav-transparent .btn{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .nav-transparent .btn{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .nav-transparent .btn{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .nav-transparent .btn{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .nav-transparent .btn{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.nav-transparent .btn{
  height: 2.5rem;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .nav-transparent .btn{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .nav-transparent .btn{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .nav-transparent .btn{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .nav-transparent .btn{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.nav-transparent .btn{
  height: 40px;
  gap: 4px;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 992px){
  .nav-transparent .btn{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  @media (min-width: 764px) and (max-width: 991px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 992px) and (max-width: 1281px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 1282px) and (max-width: 1991px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 1992px){
    .nav-transparent .btn{
      font-size: 21px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  .nav-transparent .btn{
    height: 3rem;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  @media (min-width: 764px) and (max-width: 991px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 992px) and (max-width: 1281px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 1282px) and (max-width: 1991px){
    .nav-transparent .btn{
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  @media (min-width: 1992px){
    .nav-transparent .btn{
      font-size: 21px;
      line-height: 32px;
      font-weight: 700;
      letter-spacing: 0.01em;
    }
  }

  .nav-transparent .btn{
    height: 48px;
    gap: 8px;
    border-radius: 4px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.nav-transparent .nav-links{
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 764px) and (max-width: 991px){
  .nav-transparent .nav-links{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 992px) and (max-width: 1281px){
  .nav-transparent .nav-links{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1282px) and (max-width: 1991px){
  .nav-transparent .nav-links{
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

@media (min-width: 1992px){
  .nav-transparent .nav-links{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.01em;
  }
}

.nav-transparent .nav-logo{
  height: 40px;
}

@media (min-width: 768px){
  .nav-transparent .nav-logo{
    height: 60px;
  }
}

@media (min-width: 992px){
  .nav-transparent .nav-logo{
    height: 80px;
  }
}

/* RECURRING LAYOUTS */

main{
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

.main-tight{
  overflow: hidden;
}

/* Top padding on pages to account for fixed navbars */

.main-top{
  padding-top: 56px;
}

@media (min-width: 768px){
  .main-top{
    padding-top: 120px;
  }
}

@media (min-width: 992px){
  .main-top{
    padding-top: 128px;
  }
}

/* Bottom padding on pages to maintain gap between last section and footers */

.main-bottom{
  padding-bottom: 80px;
}

@media (min-width: 768px){
  .main-bottom{
    padding-bottom: 120px;
  }
}

@media (min-width: 992px){
  .main-bottom{
    padding-bottom: 200px;
  }
}

section{
  align-items: center;
}

.gap-responsive{
  gap: 16px;
}

@media (min-width: 992px){
  .gap-responsive{
    gap: 24px;
  }
}

@media (min-width: 1440px){
  .gap-responsive{
    gap: 32px;
  }
}

.gap-section{
  gap: 32px;
}

@media (min-width: 992px){
  .gap-section{
    gap: 40px;
  }
}

@media (min-width: 1440px){
  .gap-section{
    gap: 48px;
  }
}

@media (min-width: 1920px){
  .gap-section{
    gap: 56px;
  }
}

.gap-section-small{
  gap: 24px;
}

@media (min-width: 992px){
  .gap-section-small{
    gap: 32px;
  }
}

@media (min-width: 1440px){
  .gap-section-small{
    gap: 40px;
  }
}

@media (min-width: 1920px){
  .gap-section-small{
    gap: 48px;
  }
}

.row-btn{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}

.row-icon{
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
}

/* Style the header */

.header{
  background-color: rgb(var(--surfaces-l2) / 0.85);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  transition: background-color 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  z-index: 20;
}

/* Set light and dark header colours*/

.header-light {
  box-shadow: 0px 8px 20px 0px rgba(20, 10, 51, 0.05),
    0px 3px 28px 0px rgba(20, 10, 51, 0.03), 0px 5px 10px 0px rgba(20, 10, 51, 0.07);
}

.header-dark {
}

/* This class is removed from the header with JS when it scrolls past the top */

.header-transparent {
  background: none;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  box-shadow: none;
  transition: background-color 0.15s ease-in;
  transition: box-shadow 0.15s ease-in;
}

.link-20{
  height: 1.25rem;
  width: 1.25rem;
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logo_items{
  display: flex;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.sliderlogo{
  height: 48px;
  border-radius: 8px;
  background-color: rgb(var(--surfaces-l4) / 0.85);
}

@media (min-width: 768px){
  .sliderlogo{
    height: 80px;
    border-radius: 16px;
  }
}

.modal1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.backdrop1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: #0a002685;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.visible {
  visibility: visible;
  opacity: 1;
}

.hover\:bg-\[\#E67C32\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 124 50 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#FF7A2E\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 122 46 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-action-primary-default:hover{
  background-color: rgb(var(--action-primary-default) / 1) !important;
}

.hover\:bg-action-tertiary-hover:hover{
  background-color: rgb(var(--action-tertiary-hover) / 1) !important;
}

.hover\:bg-lvl3:hover{
  background-color: rgb(var(--surfaces-l3) / 0.85) !important;
}

.hover\:text-accent:hover{
  color: rgb(var(--text-accent) / 1) !important;
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-high:hover{
  color: rgb(var(--text-high) / 0.87) !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

@media (min-width: 768px){
  .tab-s\:h-80{
    height: 80px !important;
  }

  .tab-s\:h-\[60px\]{
    height: 60px !important;
  }

  .tab-s\:h-\[80px\]{
    height: 80px !important;
  }

  .tab-s\:h-screen{
    height: 100vh !important;
  }

  .tab-s\:w-32{
    width: 32px !important;
  }

  .tab-s\:w-\[72px\]{
    width: 72px !important;
  }

  .tab-s\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tab-s\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tab-s\:gap-24{
    gap: 24px !important;
  }

  .tab-s\:rounded-16{
    border-radius: 16px !important;
  }

  .tab-s\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .tab-s\:px-24{
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .tab-s\:py-128{
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .tab-s\:pb-120{
    padding-bottom: 120px !important;
  }

  .tab-s\:pb-\[80px\]{
    padding-bottom: 80px !important;
  }

  .tab-s\:pt-120{
    padding-top: 120px !important;
  }

  .tab-s\:pt-\[400px\]{
    padding-top: 400px !important;
  }
}

@media (min-width: 992px){
  .tab-l\:relative{
    position: relative !important;
  }

  .tab-l\:right-0{
    right: 0px !important;
  }

  .tab-l\:top-0{
    top: 0px !important;
  }

  .tab-l\:auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .tab-l\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .tab-l\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tab-l\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tab-l\:flex-row{
    flex-direction: row !important;
  }

  .tab-l\:gap-24{
    gap: 24px !important;
  }

  .tab-l\:gap-32{
    gap: 32px !important;
  }

  .tab-l\:gap-40{
    gap: 40px !important;
  }
}

@media (min-width: 1280px){
  .scr-s\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .scr-s\:mt-0{
    margin-top: 0px !important;
  }

  .scr-s\:inline-block{
    display: inline-block !important;
  }

  .scr-s\:flex{
    display: flex !important;
  }

  .scr-s\:hidden{
    display: none !important;
  }

  .scr-s\:w-auto{
    width: auto !important;
  }

  .scr-s\:flex-row{
    flex-direction: row !important;
  }

  .scr-s\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1440px){
  .scr-m\:gap-40{
    gap: 40px !important;
  }

  .scr-m\:gap-48{
    gap: 48px !important;
  }
}
