*, ::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.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[5px\] {
  bottom: 5px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-8 {
  left: 2rem;
}

.left-96 {
  left: 24rem;
}

.left-\[1008\.06px\] {
  left: 1008.06px;
}

.left-\[1100\.12px\] {
  left: 1100.12px;
}

.left-\[1121\.68px\] {
  left: 1121.68px;
}

.left-\[1121px\] {
  left: 1121px;
}

.left-\[20\.06px\] {
  left: 20.06px;
}

.left-\[200px\] {
  left: 200px;
}

.left-\[300px\] {
  left: 300px;
}

.left-\[316\.32px\] {
  left: 316.32px;
}

.left-\[342px\] {
  left: 342px;
}

.left-\[368\.69px\] {
  left: 368.69px;
}

.left-\[496\.67px\] {
  left: 496.67px;
}

.left-\[497\.1px\] {
  left: 497.1px;
}

.left-\[52\.3px\] {
  left: 52.3px;
}

.left-\[541\.59px\] {
  left: 541.59px;
}

.left-\[7\%\] {
  left: 7%;
}

.left-\[75px\] {
  left: 75px;
}

.left-\[84\.39px\] {
  left: 84.39px;
}

.right-0 {
  right: 0px;
}

.right-\[7\%\] {
  right: 7%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[207\.77px\] {
  top: 207.77px;
}

.top-\[214px\] {
  top: 214px;
}

.top-\[22\.5px\] {
  top: 22.5px;
}

.top-\[39px\] {
  top: 39px;
}

.top-\[41px\] {
  top: 41px;
}

.top-\[42px\] {
  top: 42px;
}

.top-\[45px\] {
  top: 45px;
}

.top-\[47\.5px\] {
  top: 47.5px;
}

.top-\[53\.5px\] {
  top: 53.5px;
}

.top-\[84px\] {
  top: 84px;
}

.top-full {
  top: 100%;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.-ml-\[5vw\] {
  margin-left: -5vw;
}

.-mt-\[60px\] {
  margin-top: -60px;
}

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

.ml-\[85px\] {
  margin-left: 85px;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-\[102\.05px\] {
  height: 102.05px;
}

.h-\[104\.36px\] {
  height: 104.36px;
}

.h-\[106\.09px\] {
  height: 106.09px;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[126\.03px\] {
  height: 126.03px;
}

.h-\[148px\] {
  height: 148px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[165\.68px\] {
  height: 165.68px;
}

.h-\[171px\] {
  height: 171px;
}

.h-\[179px\] {
  height: 179px;
}

.h-\[184px\] {
  height: 184px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[191px\] {
  height: 191px;
}

.h-\[196\.24px\] {
  height: 196.24px;
}

.h-\[19px\] {
  height: 19px;
}

.h-\[200\.09px\] {
  height: 200.09px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[22\.95px\] {
  height: 22.95px;
}

.h-\[22\.96px\] {
  height: 22.96px;
}

.h-\[225px\] {
  height: 225px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[23\.44px\] {
  height: 23.44px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[28\.42px\] {
  height: 28.42px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[303\.81px\] {
  height: 303.81px;
}

.h-\[358px\] {
  height: 358px;
}

.h-\[39\.07px\] {
  height: 39.07px;
}

.h-\[419\.35px\] {
  height: 419.35px;
}

.h-\[42\.03px\] {
  height: 42.03px;
}

.h-\[424px\] {
  height: 424px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[43\.37px\] {
  height: 43.37px;
}

.h-\[43px\] {
  height: 43px;
}

.h-\[45\.92px\] {
  height: 45.92px;
}

.h-\[46\.13px\] {
  height: 46.13px;
}

.h-\[474px\] {
  height: 474px;
}

.h-\[49\.47px\] {
  height: 49.47px;
}

.h-\[49\.81px\] {
  height: 49.81px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[518px\] {
  height: 518px;
}

.h-\[523px\] {
  height: 523px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[610px\] {
  height: 610px;
}

.h-\[698px\] {
  height: 698px;
}

.h-\[70\.57px\] {
  height: 70.57px;
}

.h-\[75px\] {
  height: 75px;
}

.h-\[81px\] {
  height: 81px;
}

.h-\[82\.45px\] {
  height: 82.45px;
}

.h-\[828px\] {
  height: 828px;
}

.h-\[82px\] {
  height: 82px;
}

.h-\[83\.02px\] {
  height: 83.02px;
}

.h-\[84px\] {
  height: 84px;
}

.h-\[86\.76px\] {
  height: 86.76px;
}

.h-\[87\.24px\] {
  height: 87.24px;
}

.h-\[88px\] {
  height: 88px;
}

.h-\[98\.22px\] {
  height: 98.22px;
}

.h-\[98px\] {
  height: 98px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-none {
  max-height: none;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[101px\] {
  width: 101px;
}

.w-\[107px\] {
  width: 107px;
}

.w-\[115px\] {
  width: 115px;
}

.w-\[117\.22px\] {
  width: 117.22px;
}

.w-\[118\.94px\] {
  width: 118.94px;
}

.w-\[119\.2px\] {
  width: 119.2px;
}

.w-\[120\.21px\] {
  width: 120.21px;
}

.w-\[122px\] {
  width: 122px;
}

.w-\[123\.18px\] {
  width: 123.18px;
}

.w-\[126\.03px\] {
  width: 126.03px;
}

.w-\[126px\] {
  width: 126px;
}

.w-\[138px\] {
  width: 138px;
}

.w-\[144\.43px\] {
  width: 144.43px;
}

.w-\[148px\] {
  width: 148px;
}

.w-\[15\.56px\] {
  width: 15.56px;
}

.w-\[150\.34px\] {
  width: 150.34px;
}

.w-\[155\.82px\] {
  width: 155.82px;
}

.w-\[158px\] {
  width: 158px;
}

.w-\[161\.65px\] {
  width: 161.65px;
}

.w-\[179px\] {
  width: 179px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[184px\] {
  width: 184px;
}

.w-\[186px\] {
  width: 186px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[22\.2px\] {
  width: 22.2px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[23\.44px\] {
  width: 23.44px;
}

.w-\[235px\] {
  width: 235px;
}

.w-\[236px\] {
  width: 236px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[253px\] {
  width: 253px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[3\.94px\] {
  width: 3.94px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[362px\] {
  width: 362px;
}

.w-\[37\.57px\] {
  width: 37.57px;
}

.w-\[37\.69px\] {
  width: 37.69px;
}

.w-\[37\.74px\] {
  width: 37.74px;
}

.w-\[39\.07px\] {
  width: 39.07px;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[419\.35px\] {
  width: 419.35px;
}

.w-\[42\.03px\] {
  width: 42.03px;
}

.w-\[43\.94px\] {
  width: 43.94px;
}

.w-\[44\.67px\] {
  width: 44.67px;
}

.w-\[452px\] {
  width: 452px;
}

.w-\[469px\] {
  width: 469px;
}

.w-\[49\.81px\] {
  width: 49.81px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[530\.24px\] {
  width: 530.24px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[623\.2px\] {
  width: 623.2px;
}

.w-\[636\.12px\] {
  width: 636.12px;
}

.w-\[65\.26px\] {
  width: 65.26px;
}

.w-\[662\.33px\] {
  width: 662.33px;
}

.w-\[664\.33px\] {
  width: 664.33px;
}

.w-\[665\.33px\] {
  width: 665.33px;
}

.w-\[70\.33px\] {
  width: 70.33px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[83\.02px\] {
  width: 83.02px;
}

.w-\[83px\] {
  width: 83px;
}

.w-\[84\.06px\] {
  width: 84.06px;
}

.w-\[84px\] {
  width: 84px;
}

.w-\[87\.94px\] {
  width: 87.94px;
}

.w-\[88px\] {
  width: 88px;
}

.w-\[97px\] {
  width: 97px;
}

.w-\[98\.11px\] {
  width: 98.11px;
}

.w-\[calc\(100\%\+10vw\)\] {
  width: calc(100% + 10vw);
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[220px\] {
  min-width: 220px;
}

.max-w-\[1026px\] {
  max-width: 1026px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[1110px\] {
  max-width: 1110px;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[1267px\] {
  max-width: 1267px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[469px\] {
  max-width: 469px;
}

.max-w-\[472px\] {
  max-width: 472px;
}

.max-w-\[535px\] {
  max-width: 535px;
}

.max-w-\[544px\] {
  max-width: 544px;
}

.max-w-\[556px\] {
  max-width: 556px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[789px\] {
  max-width: 789px;
}

.max-w-\[906px\] {
  max-width: 906px;
}

.max-w-\[944px\] {
  max-width: 944px;
}

.max-w-width-1280 {
  max-width: 1280px;
}

.max-w-width-236 {
  max-width: 236px;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.rotate-180 {
  --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));
}

.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;
}

.list-none {
  list-style-type: none;
}

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

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.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;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[120px\] {
  gap: 120px;
}

.gap-\[17px\] {
  gap: 17px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[200px\] {
  gap: 200px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[34px\] {
  gap: 34px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-item-spacing-10 {
  gap: 10px;
}

.gap-item-spacing-30 {
  gap: 30px;
}

.gap-item-spacing-40 {
  gap: 40px;
}

.gap-new-group-lrnormal {
  gap: 62px;
}

.gap-new-group-marginlarge {
  gap: 80px;
}

.gap-new-group-marginmid {
  gap: 40px;
}

.gap-new-group-marginmini {
  gap: 12px;
}

.gap-new-group-marginsmall {
  gap: 20px;
}

.gap-new-group-marginsupermini {
  gap: 4px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-black\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.15);
}

.self-start {
  align-self: flex-start;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[70px\] {
  border-radius: 70px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-new-group-marginlarge {
  border-radius: 80px;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[0\] {
  border-bottom-width: 0;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-\[0\] {
  border-left-width: 0;
}

.border-r {
  border-right-width: 1px;
}

.border-r-\[0\] {
  border-right-width: 0;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#ededed\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  border-color: rgba(0,0,0,0.10);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-color-black-25 {
  border-color: rgba(0, 0, 0, 0.25);
}

.border-color-grey-88 {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 226 / var(--tw-border-opacity, 1));
}

.border-color-grey-93 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}

.border-color-grey-93-50 {
  border-color: rgba(237, 237, 237, 0.50);
}

.border-transparent {
  border-color: transparent;
}

.bg-\[\#256eff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 110 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c8102e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#cedeff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 222 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#df3616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 54 22 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8e8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffeafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff7fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-color-grey-93 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.bg-color-white-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-new-group-marginlarge {
  padding: 80px;
}

.p-new-group-marginmid {
  padding: 40px;
}

.p-new-group-marginsmall {
  padding: 20px;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[0\.7px\] {
  padding-bottom: 0.7px;
}

.pb-\[1\.2px\] {
  padding-bottom: 1.2px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[126px\] {
  padding-bottom: 126px;
}

.pb-\[3\.7px\] {
  padding-bottom: 3.7px;
}

.pb-\[30\.2px\] {
  padding-bottom: 30.2px;
}

.pb-\[31\.2px\] {
  padding-bottom: 31.2px;
}

.pb-\[31\.7px\] {
  padding-bottom: 31.7px;
}

.pb-\[32\.2px\] {
  padding-bottom: 32.2px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[83px\] {
  padding-bottom: 83px;
}

.pb-new-group-marginheightl {
  padding-bottom: 200px;
}

.pb-new-group-marginheightnormal {
  padding-bottom: 100px;
}

.pb-new-group-marginlarge {
  padding-bottom: 80px;
}

.pb-new-group-marginmid {
  padding-bottom: 40px;
}

.pb-new-group-marginsmall {
  padding-bottom: 20px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[130px\] {
  padding-left: 130px;
}

.pl-\[200px\] {
  padding-left: 200px;
}

.pl-\[51\.14px\] {
  padding-left: 51.14px;
}

.pl-\[60px\] {
  padding-left: 60px;
}

.pl-\[86\.41px\] {
  padding-left: 86.41px;
}

.pl-new-group-marginheightl {
  padding-left: 200px;
}

.pl-new-group-marginlarge {
  padding-left: 80px;
}

.pl-new-group-marginmid {
  padding-left: 40px;
}

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[48\.5px\] {
  padding-right: 48.5px;
}

.pr-\[51\.14px\] {
  padding-right: 51.14px;
}

.pr-\[60px\] {
  padding-right: 60px;
}

.pr-\[86\.4px\] {
  padding-right: 86.4px;
}

.pr-new-group-marginheightl {
  padding-right: 200px;
}

.pr-new-group-marginlarge {
  padding-right: 80px;
}

.pr-new-group-marginmid {
  padding-right: 40px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[0\.8px\] {
  padding-top: 0.8px;
}

.pt-\[1\.3px\] {
  padding-top: 1.3px;
}

.pt-\[1\.8px\] {
  padding-top: 1.8px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[126px\] {
  padding-top: 126px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[2\.3px\] {
  padding-top: 2.3px;
}

.pt-\[2\.8px\] {
  padding-top: 2.8px;
}

.pt-\[5\.3px\] {
  padding-top: 5.3px;
}

.pt-\[83px\] {
  padding-top: 83px;
}

.pt-new-group-lrnormal {
  padding-top: 62px;
}

.pt-new-group-marginheightl {
  padding-top: 200px;
}

.pt-new-group-marginheightnormal {
  padding-top: 100px;
}

.pt-new-group-marginlarge {
  padding-top: 80px;
}

.pt-new-group-marginmid {
  padding-top: 40px;
}

.pt-new-group-marginsmall {
  padding-top: 20px;
}

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

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

.font-\[\'Montserrat\'\2c _sans-serif\] {
  font-family: 'Montserrat', sans-serif;
}

.font-\[\'Montserrat-Black\'\2c _sans-serif\] {
  font-family: 'Montserrat-Black', sans-serif;
}

.font-\[\'Montserrat-Bold\'\2c _sans-serif\] {
  font-family: 'Montserrat-Bold', sans-serif;
}

.font-\[\'Montserrat-Medium\'\2c _sans-serif\] {
  font-family: 'Montserrat-Medium', sans-serif;
}

.font-\[\'Montserrat-Regular\'\2c _sans-serif\] {
  font-family: 'Montserrat-Regular', sans-serif;
}

.font-\[\'Montserrat-SemiBold\'\2c _sans-serif\] {
  font-family: 'Montserrat-SemiBold', sans-serif;
}

.font-\[\'Obviously-Bold\'\2c _sans-serif\] {
  font-family: 'Obviously-Bold', sans-serif;
}

.font-\[\'Obviously-Light\'\2c _sans-serif\] {
  font-family: 'Obviously-Light', sans-serif;
}

.font-\[\'Obviously-Medium\'\2c _sans-serif\] {
  font-family: 'Obviously-Medium', sans-serif;
}

.font-\[\'Obviously-Regular\'\2c _sans-serif\] {
  font-family: 'Obviously-Regular', sans-serif;
}

.font-\[\'Obviously-Semibold\'\2c _sans-serif\] {
  font-family: 'Obviously-Semibold', sans-serif;
}

.font-\[\'obviously\'\2c _sans-serif\] {
  font-family: 'obviously', sans-serif;
}

.font-font-family-font-1 {
  font-family: Montserrat, sans-serif;
}

.font-ormitbodycopy-font-family {
  font-family: Montserrat, sans-serif;
}

.font-ormith1-font-family {
  font-family: obviously, sans-serif;
}

.font-ormith2-font-family {
  font-family: obviously, sans-serif;
}

.font-ormith3-font-family {
  font-family: obviously, sans-serif;
}

.font-ormith4-font-family {
  font-family: obviously, sans-serif;
}

.font-ormith5-font-family {
  font-family: obviously, sans-serif;
}

.font-ormitintro-font-family {
  font-family: obviously, sans-serif;
}

.font-ormittag-font-family {
  font-family: obviously, sans-serif;
}

.font-ormittalentbe-montserrat-regular-font-family {
  font-family: Montserrat, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[42\.66264724731445px\] {
  font-size: 42.66264724731445px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-\[80px\] {
  font-size: 80px;
}

.text-font-size-16 {
  font-size: 16px;
}

.text-font-size-17 {
  font-size: 17px;
}

.text-font-size-22 {
  font-size: 22px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-ormitbodycopy-font-size {
  font-size: 17px;
}

.text-ormith5-font-size {
  font-size: 21px;
}

.text-ormitintro-font-size {
  font-size: 20px;
}

.text-ormittag-font-size {
  font-size: 13px;
}

.text-ormittalentbe-montserrat-regular-font-size {
  font-size: 17px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-black {
  font-weight: 900;
}

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

.font-font-weight-400 {
  font-weight: 400;
}

.font-font-weight-500 {
  font-weight: 500;
}

.font-font-weight-600 {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

.font-ormitbodycopy-font-weight {
  font-weight: 400;
}

.font-ormith5-font-weight {
  font-weight: 400;
}

.font-ormitintro-font-weight {
  font-weight: 300;
}

.font-ormittag-font-weight {
  font-weight: 400;
}

.font-ormittalentbe-montserrat-regular-font-weight {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[123px\] {
  line-height: 123px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[68\.57px\] {
  line-height: 68.57px;
}

.leading-line-height-24 {
  line-height: 24px;
}

.leading-line-height-26 {
  line-height: 26px;
}

.leading-line-height-27 {
  line-height: 27px;
}

.leading-line-height-32 {
  line-height: 32px;
}

.leading-none {
  line-height: 1;
}

.leading-ormitbodycopy-line-height {
  line-height: 26px;
}

.leading-ormith5-line-height {
  line-height: 24px;
}

.leading-ormitintro-line-height {
  line-height: 27px;
}

.leading-ormittag-line-height {
  line-height: 20px;
}

.leading-ormittalentbe-montserrat-regular-line-height {
  line-height: 27px;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#070707\] {
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity, 1));
}

.text-\[\#256eff\] {
  --tw-text-opacity: 1;
  color: rgb(37 110 255 / var(--tw-text-opacity, 1));
}

.text-\[\#3d3d3d\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.text-\[\#3e3e3e\] {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity, 1));
}

.text-\[\#c8102e\] {
  --tw-text-opacity: 1;
  color: rgb(200 16 46 / var(--tw-text-opacity, 1));
}

.text-\[\#d0d0d0\] {
  --tw-text-opacity: 1;
  color: rgb(208 208 208 / var(--tw-text-opacity, 1));
}

.text-\[\#df3616\] {
  --tw-text-opacity: 1;
  color: rgb(223 54 22 / var(--tw-text-opacity, 1));
}

.text-\[\#ffeafc\] {
  --tw-text-opacity: 1;
  color: rgb(255 234 252 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-color-black-solid {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-color-grey-24 {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity, 1));
}

.text-color-orange-60 {
  --tw-text-opacity: 1;
  color: rgb(198 156 109 / var(--tw-text-opacity, 1));
}

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

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

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

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-colors {
  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;
}

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

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

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

.hover\:border-\[\#256eff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 110 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#1a5cd9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 92 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f5f5f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#256eff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(37 110 255 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.group[open] .group-open\:rotate-180 {
  --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));
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:-rotate-45 {
  --tw-rotate: -45deg;
  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 .group-hover\:rotate-180 {
  --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));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:-ml-\[calc\(100\%\/14\)\] {
    margin-left: calc(calc(100% / 14) * -1);
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-\[calc\(44px\+12px\+220px\+20px\+36px\+20px\)\] {
    margin-left: calc(44px + 12px + 220px + 20px + 36px + 20px);
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-\[10px\] {
    height: 10px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[523px\] {
    height: 523px;
  }

  .md\:h-\[98\.22px\] {
    height: 98.22px;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-\[518px\] {
    min-height: 518px;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-\[110px\] {
    width: 110px;
  }

  .md\:w-\[119\.2px\] {
    width: 119.2px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[280px\] {
    width: 280px;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[362px\] {
    width: 362px;
  }

  .md\:w-\[469px\] {
    width: 469px;
  }

  .md\:w-\[calc\(100\%\+100\%\/7\)\] {
    width: calc(100% + 100% / 7);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[544px\] {
    max-width: 544px;
  }

  .md\:max-w-\[720px\] {
    max-width: 720px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-new-group-marginlarge {
    gap: 80px;
  }

  .md\:gap-new-group-marginmid {
    gap: 40px;
  }

  .md\:rounded-\[70px\] {
    border-radius: 70px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-new-group-marginheightl {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:px-new-group-marginlarge {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-new-group-marginheightnormal {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:pb-new-group-marginheightl {
    padding-bottom: 200px;
  }

  .md\:pb-new-group-marginheightnormal {
    padding-bottom: 100px;
  }

  .md\:pb-new-group-marginlarge {
    padding-bottom: 80px;
  }

  .md\:pb-new-group-marginmid {
    padding-bottom: 40px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-new-group-marginmid {
    padding-right: 40px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-new-group-lrnormal {
    padding-top: 62px;
  }

  .md\:pt-new-group-marginheightl {
    padding-top: 200px;
  }

  .md\:pt-new-group-marginheightnormal {
    padding-top: 100px;
  }

  .md\:pt-new-group-marginmid {
    padding-top: 40px;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

  .md\:text-\[80px\] {
    font-size: 80px;
  }

  .md\:text-\[90px\] {
    font-size: 90px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-ormitintro-font-size {
    font-size: 20px;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-ormitintro-line-height {
    line-height: 27px;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:-ml-\[5\%\] {
    margin-left: -5%;
  }

  .lg\:ml-\[calc\(44px\+12px\+280px\+20px\+40px\+20px\)\] {
    margin-left: calc(44px + 12px + 280px + 20px + 40px + 20px);
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-\[419px\] {
    height: 419px;
  }

  .lg\:h-\[610px\] {
    height: 610px;
  }

  .lg\:h-\[698px\] {
    height: 698px;
  }

  .lg\:h-\[83px\] {
    height: 83px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[80vh\] {
    min-height: 80vh;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-\[110\%\] {
    width: 110%;
  }

  .lg\:w-\[117\.22px\] {
    width: 117.22px;
  }

  .lg\:w-\[117px\] {
    width: 117px;
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[235px\] {
    width: 235px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[380px\] {
    width: 380px;
  }

  .lg\:w-\[39\.07px\] {
    width: 39.07px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[419px\] {
    width: 419px;
  }

  .lg\:w-\[43\.94px\] {
    width: 43.94px;
  }

  .lg\:w-\[83\.02px\] {
    width: 83.02px;
  }

  .lg\:w-\[83px\] {
    width: 83px;
  }

  .lg\:w-\[87\.94px\] {
    width: 87.94px;
  }

  .lg\:w-\[98px\] {
    width: 98px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-new-group-lrnormal {
    gap: 62px;
  }

  .lg\:gap-new-group-marginlarge {
    gap: 80px;
  }

  .lg\:gap-new-group-marginmid {
    gap: 40px;
  }

  .lg\:p-new-group-marginlarge {
    padding: 80px;
  }

  .lg\:p-new-group-marginmid {
    padding: 40px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-\[124px\] {
    padding-left: 124px;
    padding-right: 124px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-\[86px\] {
    padding-left: 86px;
    padding-right: 86px;
  }

  .lg\:px-new-group-lrdouble {
    padding-left: 248px;
    padding-right: 248px;
  }

  .lg\:px-new-group-lrnormal {
    padding-left: 62px;
    padding-right: 62px;
  }

  .lg\:px-new-group-marginlarge {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-new-group-marginheightnormal {
    padding-bottom: 100px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-\[124px\] {
    padding-left: 124px;
  }

  .lg\:pl-\[160px\] {
    padding-left: 160px;
  }

  .lg\:pl-\[300px\] {
    padding-left: 300px;
  }

  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }

  .lg\:pl-new-group-lrdouble {
    padding-left: 248px;
  }

  .lg\:pl-new-group-lrnormal {
    padding-left: 62px;
  }

  .lg\:pl-new-group-marginheightnormal {
    padding-left: 100px;
  }

  .lg\:pl-new-group-marginlarge {
    padding-left: 80px;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-\[124px\] {
    padding-right: 124px;
  }

  .lg\:pr-\[300px\] {
    padding-right: 300px;
  }

  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }

  .lg\:pr-new-group-lrdouble {
    padding-right: 248px;
  }

  .lg\:pr-new-group-lrnormal {
    padding-right: 62px;
  }

  .lg\:pr-new-group-marginheightnormal {
    padding-right: 100px;
  }

  .lg\:pr-new-group-marginlarge {
    padding-right: 80px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-new-group-marginheightnormal {
    padding-top: 100px;
  }

  .lg\:text-\[115px\] {
    font-size: 115px;
  }

  .lg\:text-\[120px\] {
    font-size: 120px;
  }

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[43px\] {
    font-size: 43px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[64px\] {
    font-size: 64px;
  }

  .lg\:text-\[69px\] {
    font-size: 69px;
  }

  .lg\:text-\[80px\] {
    font-size: 80px;
  }

  .lg\:text-ormith5-font-size {
    font-size: 21px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}
   Ormit Talent Report Theme - Main CSS
   ═══════════════════════════════════════════ */

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
button, input, select { border: none; background: none; }
menu, ol, ul { list-style-type: none; }
img { max-width: 100%; height: auto; }

/* ── Span styling (Figma export conventions) ── */
[class$="-span"]  { }
[class*="-span2"] { font-family: 'obviously', sans-serif; font-weight: 700; color: #256eff; }
[class*="-span3"] { display: inline; }
.bg-\[\#cedeff\] [class$="-span"],
.bg-\[\#cedeff\] [class*="-span3"] {
  font-family: 'obviously', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.bg-\[\#cedeff\] [class*="-span2"] {
  font-family: 'obviously', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: inherit;
}

/* ── CSS Custom Properties (Design Tokens) ── */
:root {
  /* Colors */
  --lavendel: #a57fb2;
  --blue: #77c5d5;
  --geel: #ffc845;
  --lime: #e1d555;
  --emerald: #009b77;
  --ormittalentbe-black: #000000;
  --ormittalentbe-black-70: rgba(0, 0, 0, 0.7);
  --ormittalentbe-black-45: rgba(0, 0, 0, 0.45);
  --ormittalentbe-black-25: rgba(0, 0, 0, 0.25);
  --ormittalentbe-gallery: #ededed;
  --ormittalentbe-gallery-50: rgba(237, 237, 237, 0.5);
  --ormittalentbe-iron: #e1e1e2;
  --ormittalentbe-lavender-rose: #ffb1fa;
  --ormittalentbe-burnt-sienna: #ed6b55;
  --ormittalentbe-mine-shaft: #3e3e3e;
  --ormittalentbe-mokka: #c69c6d;
  --ormittalentbe-white: #ffffff;

  /* Font tokens */
  --ormith1-font-family: obviously, sans-serif;
  --ormith1-font-size: 64px;
  --ormith1-line-height: 100%;
  --ormith1-font-weight: 700;
  --ormith2-font-family: obviously, sans-serif;
  --ormith2-font-size: 44px;
  --ormith2-line-height: 48px;
  --ormith2-font-weight: 700;
  --ormith3-font-family: obviously, sans-serif;
  --ormith3-font-size: 32px;
  --ormith3-line-height: 36px;
  --ormith3-font-weight: 600;
  --ormith4-font-family: obviously, sans-serif;
  --ormith4-font-size: 27px;
  --ormith4-line-height: 32px;
  --ormith4-font-weight: 600;
  --ormith5-font-family: obviously, sans-serif;
  --ormith5-font-size: 21px;
  --ormith5-line-height: 24px;
  --ormith5-font-weight: 400;
  --ormitbodycopy-font-family: Montserrat, sans-serif;
  --ormitbodycopy-font-size: 17px;
  --ormitbodycopy-line-height: 26px;
  --ormitbodycopy-font-weight: 400;
  --ormittag-font-family: obviously, sans-serif;
  --ormittag-font-size: 13px;
  --ormittag-line-height: 20px;
  --ormittag-font-weight: 400;
  --ormitintro-font-family: obviously, sans-serif;
  --ormitintro-font-size: 20px;
  --ormitintro-line-height: 27px;
  --ormitintro-font-weight: 300;

  /* Color variables */
  --color-white-solid: #ffffff;
  --color-black-solid: #000000;
  --color-black-45: rgba(0, 0, 0, 0.45);
  --color-black-25: rgba(0, 0, 0, 0.25);
  --color-black-70: rgba(0, 0, 0, 0.7);
  --color-red-63: #ed6b55;
  --color-grey-24: #3e3e3e;
  --color-orange-60: #c69c6d;
  --color-magenta-85: #ffb1fa;
  --color-grey-88: #e1e1e2;
  --color-grey-93: #ededed;
  --color-grey-93-50: rgba(237, 237, 237, 0.5);

  /* Effects */
  --ormitsoftshadowlarge-box-shadow: 0px 20px 40px 0px rgba(76, 11, 0, 0.07);
}

/* ── Module-specific animations ── */

/* Progress bars */
.skill-progress-bar,
.stat-progress-bar {
  width: 0%;
  transition: width 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Head bobbing (retention pie) */
@keyframes headBob {
  0%, 100% { transform: translate(-50%, -50%) rotate(6deg); }
  50% { transform: translate(-50%, -50%) rotate(-4deg) translateX(8px); }
}
.head-bob {
  animation: headBob 4s ease-in-out infinite;
}

/* Pie chart */
@property --pie-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.pie-circle {
  --pie-angle: 0deg;
  background: conic-gradient(from 0deg, #ffffff 0deg var(--pie-angle), #256eff var(--pie-angle) 360deg);
  box-shadow: 0px 40px 80px 0px rgba(76, 11, 0, 0.12);
  transition: --pie-angle 2s ease-out;
}
.pie-circle.animate {
  --pie-angle: 86.4deg;
}

/* Marquee animation */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-track {
  animation: marquee 20s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
/* Section-03 photo-grid marquee (alternating rows, seamless loop) */
.photo-grid-row { overflow: hidden; width: 100%; }
.photo-grid-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.photo-grid-track > img {
  flex-shrink: 0;
  width: 20vw;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .photo-grid-track > img { width: calc(100vw / 7); }
}
@media (min-width: 1024px) {
  .photo-grid-track > img { width: 10vw; }
}
/* Track has 3 identical copies — animating -33.333% shifts exactly one copy
   so the loop is seamless and a full copy always extends past the viewport. */
@keyframes photo-grid-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-33.3333%); }
}
@keyframes photo-grid-right {
  from { transform: translateX(-33.3333%); }
  to   { transform: translateX(0); }
}
.photo-grid-track-left  { animation-name: photo-grid-left; }
.photo-grid-track-right { animation-name: photo-grid-right; }
.photo-grid-track-offset { animation-delay: -4s; }
@media (prefers-reduced-motion: reduce) {
  .photo-grid-track { animation: none; }
}

/* Hot-take side decoration */
.hot-take-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -85px;
  width: 101px;
  height: 100%;
  background: url('../assets/hot-take-side.svg') top left no-repeat;
  background-size: 101px auto;
}

/* Headshot shake animation (gentle "nee" head shake, staggered) */
@keyframes headShake {
  0%, 80%, 100% { transform: rotate(0deg); }
  85% { transform: rotate(-4deg); }
  90% { transform: rotate(4deg); }
  95% { transform: rotate(-3deg); }
}
.head-float {
  animation: headShake 4s ease-in-out infinite;
}

/* Icon fade-in animation */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}
.hs-fade-in {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* Hard/soft skills text: bold for first/last line, light for middle */
.hard-soft-text { font-weight: 700; }
.hard-soft-text em, .hard-soft-text i { font-weight: 300; font-style: normal; }

/* Onboarding quote: light by default, bold on strong */
.onboarding-quote strong { font-weight: 700; }
.onboarding-quote em { font-style: italic; font-weight: 700; }

/* Callout text: 17px normal, strong 27px bold */
.callout-text strong { font-size: 27px; font-weight: 700; line-height: 1.3; color: #000000; }
.callout-text p { margin-bottom: 0.5em; }

/* Richtext paragraph spacing for modules */
.toc-intro-text p, .richtext-spacing p { margin-bottom: 1em; }
.toc-intro-text p:last-child, .richtext-spacing p:last-child { margin-bottom: 0; }
.toc-intro-text strong { font-weight: 700; color: #000000; }
.richtext-spacing strong { font-weight: 700; }

/* NOTE: Tailwind CSS will be compiled and appended here in production */
/* Run: npx tailwindcss -i src/input.css -o css/main.css --minify */

/* Sticky stats section */
.stat-photo { position: absolute; inset: 0; opacity: 0; transition: opacity 0.5s ease; }
.stat-photo.active { opacity: 1; }
.stat-row { opacity: 0.2; transform: translateY(20px); transition: all 0.5s ease; }
.stat-row.active { opacity: 1; transform: translateY(0); }
@media (max-width: 767px) {
    .callout-text strong {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        color: #000000;
    }
}