*, ::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.19 | 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: 'Schibsted Grotesk', system-ui, sans-serif; /* 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;
}
  html {
    scroll-behavior: smooth;
  }
  body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  font-family: 'Schibsted Grotesk', system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
  a {
  --tw-text-opacity: 1;
  color: rgb(29 95 191 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
  a:hover {
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}
  input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
  }
  ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  /* max-width 1320 container with fluid gutters */
  .container-site {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
  }
  /* narrower container used on capability / product subpages */
  .container-sub {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 4vw, 56px);
    padding-right: clamp(20px, 4vw, 56px);
  }

  /* pulsing diamond + uppercase kicker */
  .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
  .eyebrow-diamond {
  display: inline-block;
  height: 7px;
  width: 7px;
  flex-shrink: 0;
}
  @keyframes diamondPulse {

  0%,100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }

  50% {
    opacity: 0.5;
    transform: rotate(45deg) scale(1.3);
  }
}
  .eyebrow-diamond {
  animation: diamondPulse 2.4s ease-in-out infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
}
  .eyebrow-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(46 119 229 / var(--tw-text-opacity, 1));
}

  .btn-primary {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 80 140 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity, 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;
}

  .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .btn-outline {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(16,35,62,0.2);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 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;
}
  .btn-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 43 76 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 233 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}
  .btn-flame {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 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;
}
  .btn-flame:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}

  .card-light {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 12px rgba(16,35,62,0.06);
  --tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

  .field {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(16,35,62,0.16);
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

  .field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 119 229 / var(--tw-border-opacity, 1));
}
  .field-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(71 88 108 / var(--tw-text-opacity, 1));
}

  /* terracotta duotone treatment over placeholder imagery */
  .img-duotone {
    filter: grayscale(0.5) contrast(1.08) brightness(0.97);
  }
  .img-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
    background: linear-gradient(155deg, #0F2B4C 0%, #2E77E5 100%);
    mix-blend-mode: multiply;
    opacity: 0.5;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-5 {
  left: -1.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-\[52px\] {
  top: -52px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-3\.5 {
  left: 0.875rem;
}
.right-0 {
  right: 0px;
}
.right-3\.5 {
  right: 0.875rem;
}
.right-\[4vw\] {
  right: 4vw;
}
.right-\[6vw\] {
  right: 6vw;
}
.top-0 {
  top: 0px;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.-m-px {
  margin: -1px;
}
.m-0 {
  margin: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[clamp\(36px\2c 4vw\2c 56px\)\] {
  margin-bottom: clamp(36px, 4vw, 56px);
}
.mb-\[clamp\(40px\2c 5vw\2c 64px\)\] {
  margin-bottom: clamp(40px, 5vw, 64px);
}
.mb-\[clamp\(44px\2c 5vw\2c 72px\)\] {
  margin-bottom: clamp(44px, 5vw, 72px);
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[clamp\(32px\2c 4vw\2c 52px\)\] {
  margin-top: clamp(32px, 4vw, 52px);
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[21\/7\] {
  aspect-ratio: 21/7;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[7px\] {
  height: 7px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[calc\(100vh-76px\)\] {
  max-height: calc(100vh - 76px);
}
.min-h-\[128px\] {
  min-height: 128px;
}
.min-h-\[188px\] {
  min-height: 188px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[7px\] {
  width: 7px;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[15ch\] {
  max-width: 15ch;
}
.max-w-\[16ch\] {
  max-width: 16ch;
}
.max-w-\[18ch\] {
  max-width: 18ch;
}
.max-w-\[20ch\] {
  max-width: 20ch;
}
.max-w-\[22ch\] {
  max-width: 22ch;
}
.max-w-\[24ch\] {
  max-width: 24ch;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[268px\] {
  max-width: 268px;
}
.max-w-\[26ch\] {
  max-width: 26ch;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[30ch\] {
  max-width: 30ch;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[40ch\] {
  max-width: 40ch;
}
.max-w-\[44ch\] {
  max-width: 44ch;
}
.max-w-\[46ch\] {
  max-width: 46ch;
}
.max-w-\[48ch\] {
  max-width: 48ch;
}
.max-w-\[52ch\] {
  max-width: 52ch;
}
.max-w-\[54ch\] {
  max-width: 54ch;
}
.max-w-\[56ch\] {
  max-width: 56ch;
}
.max-w-\[58ch\] {
  max-width: 58ch;
}
.max-w-\[60ch\] {
  max-width: 60ch;
}
.max-w-\[62ch\] {
  max-width: 62ch;
}
.max-w-\[64ch\] {
  max-width: 64ch;
}
.max-w-\[68ch\] {
  max-width: 68ch;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[72ch\] {
  max-width: 72ch;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[92\%\] {
  max-width: 92%;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_1_110px\] {
  flex: 1 1 110px;
}
.flex-\[1_1_150px\] {
  flex: 1 1 150px;
}
.flex-\[1_1_220px\] {
  flex: 1 1 220px;
}
.flex-\[1_1_280px\] {
  flex: 1 1 280px;
}
.flex-\[1_1_300px\] {
  flex: 1 1 300px;
}
.flex-\[1_1_320px\] {
  flex: 1 1 320px;
}
.flex-\[1_1_340px\] {
  flex: 1 1 340px;
}
.flex-\[1_1_360px\] {
  flex: 1 1 360px;
}
.flex-\[1_1_380px\] {
  flex: 1 1 380px;
}
.flex-\[1_1_400px\] {
  flex: 1 1 400px;
}
.flex-\[1_1_420px\] {
  flex: 1 1 420px;
}
.flex-\[1_1_440px\] {
  flex: 1 1 440px;
}
.flex-\[1_1_480px\] {
  flex: 1 1 480px;
}
.flex-\[2_1_480px\] {
  flex: 2 1 480px;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.translate-x-\[-14px\] {
  --tw-translate-x: -14px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[14px\] {
  --tw-translate-y: 14px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[1\.2deg\] {
  --tw-rotate: -1.2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.rotate-\[-3deg\] {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[1deg\] {
  --tw-rotate: 1deg;
  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));
}
@keyframes riseIn {

  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.animate-\[riseIn_\.9s_ease_both\] {
  animation: riseIn .9s ease both;
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes cardIn {

  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-cardIn {
  animation: cardIn 0.6s ease both;
}
@keyframes diamondPulse {

  0%,100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }

  50% {
    opacity: 0.5;
    transform: rotate(45deg) scale(1.3);
  }
}
.animate-diamondPulse {
  animation: diamondPulse 2.4s ease-in-out infinite;
}
@keyframes riseIn {

  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.animate-riseIn {
  animation: riseIn .7s ease both;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(240px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(180px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(190px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(200px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(220px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(230px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(230px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(240px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(250px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(260px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(280px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(300px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(320px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}
.flex-col {
  flex-direction: column;
}
.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-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[clamp\(20px\2c 2\.5vw\2c 32px\)\] {
  gap: clamp(20px, 2.5vw, 32px);
}
.gap-\[clamp\(20px\2c 3vw\2c 40px\)\] {
  gap: clamp(20px, 3vw, 40px);
}
.gap-\[clamp\(20px\2c 3vw\2c 48px\)\] {
  gap: clamp(20px, 3vw, 48px);
}
.gap-\[clamp\(24px\2c 3vw\2c 44px\)\] {
  gap: clamp(24px, 3vw, 44px);
}
.gap-\[clamp\(24px\2c 3vw\2c 48px\)\] {
  gap: clamp(24px, 3vw, 48px);
}
.gap-\[clamp\(28px\2c 3vw\2c 48px\)\] {
  gap: clamp(28px, 3vw, 48px);
}
.gap-\[clamp\(28px\2c 4vw\2c 48px\)\] {
  gap: clamp(28px, 4vw, 48px);
}
.gap-\[clamp\(28px\2c 4vw\2c 56px\)\] {
  gap: clamp(28px, 4vw, 56px);
}
.gap-\[clamp\(28px\2c 4vw\2c 64px\)\] {
  gap: clamp(28px, 4vw, 64px);
}
.gap-\[clamp\(32px\2c 4vw\2c 64px\)\] {
  gap: clamp(32px, 4vw, 64px);
}
.gap-\[clamp\(32px\2c 5vw\2c 80px\)\] {
  gap: clamp(32px, 5vw, 80px);
}
.gap-\[clamp\(36px\2c 5vw\2c 80px\)\] {
  gap: clamp(36px, 5vw, 80px);
}
.gap-\[clamp\(36px\2c 5vw\2c 88px\)\] {
  gap: clamp(36px, 5vw, 88px);
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-\[22px\] {
  border-radius: 22px !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[110px_20px_110px_20px\] {
  border-radius: 110px 20px 110px 20px;
}
.rounded-\[16px_16px_16px_4px\] {
  border-radius: 16px 16px 16px 4px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[20px_20px_20px_4px\] {
  border-radius: 20px 20px 20px 4px;
}
.rounded-\[20px_90px_20px_90px\] {
  border-radius: 20px 90px 20px 90px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-none {
  border-style: none;
}
.border-\[rgba\(126\2c 144\2c 168\2c 0\.4\)\] {
  border-color: rgba(126,144,168,0.4);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.06\)\] {
  border-color: rgba(16,35,62,0.06);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.08\)\] {
  border-color: rgba(16,35,62,0.08);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.09\)\] {
  border-color: rgba(16,35,62,0.09);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.1\)\] {
  border-color: rgba(16,35,62,0.1);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.12\)\] {
  border-color: rgba(16,35,62,0.12);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.14\)\] {
  border-color: rgba(16,35,62,0.14);
}
.border-\[rgba\(16\2c 35\2c 62\2c 0\.16\)\] {
  border-color: rgba(16,35,62,0.16);
}
.border-\[rgba\(194\2c 74\2c 30\2c 0\.4\)\] {
  border-color: rgba(194,74,30,0.4);
}
.border-\[rgba\(198\2c 211\2c 228\2c 0\.35\)\] {
  border-color: rgba(198,211,228,0.35);
}
.border-\[rgba\(229\2c 72\2c 77\2c 0\.3\)\] {
  border-color: rgba(229,72,77,0.3);
}
.border-\[rgba\(242\2c 184\2c 75\2c 0\.4\)\] {
  border-color: rgba(242,184,75,0.4);
}
.border-\[rgba\(242\2c 184\2c 75\2c 0\.5\)\] {
  border-color: rgba(242,184,75,0.5);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.09\)\] {
  border-color: rgba(255,255,255,0.09);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  border-color: rgba(255,255,255,0.1);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: rgba(255,255,255,0.2);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.22\)\] {
  border-color: rgba(255,255,255,0.22);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.35\)\] {
  border-color: rgba(255,255,255,0.35);
}
.border-\[rgba\(29\2c 95\2c 191\2c 0\.35\)\] {
  border-color: rgba(29,95,191,0.35);
}
.border-\[rgba\(29\2c 95\2c 191\2c 0\.4\)\] {
  border-color: rgba(29,95,191,0.4);
}
.border-\[rgba\(34\2c 160\2c 90\2c 0\.35\)\] {
  border-color: rgba(34,160,90,0.35);
}
.border-\[rgba\(34\2c 160\2c 90\2c 0\.4\)\] {
  border-color: rgba(34,160,90,0.4);
}
.border-bark {
  --tw-border-opacity: 1;
  border-color: rgb(15 43 76 / var(--tw-border-opacity, 1));
}
.border-flame {
  --tw-border-opacity: 1;
  border-color: rgb(46 119 229 / var(--tw-border-opacity, 1));
}
.border-rust {
  --tw-border-opacity: 1;
  border-color: rgb(20 80 140 / var(--tw-border-opacity, 1));
}
.border-t-citron {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 184 75 / var(--tw-border-opacity, 1));
}
.border-t-flame {
  --tw-border-opacity: 1;
  border-top-color: rgb(46 119 229 / var(--tw-border-opacity, 1));
}
.\!bg-citron {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 184 75 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#3E9B4F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 155 79 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(126\2c 144\2c 168\2c 0\.07\)\] {
  background-color: rgba(126,144,168,0.07);
}
.bg-\[rgba\(229\2c 72\2c 77\2c 0\.08\)\] {
  background-color: rgba(229,72,77,0.08);
}
.bg-\[rgba\(242\2c 184\2c 75\2c 0\.18\)\] {
  background-color: rgba(242,184,75,0.18);
}
.bg-\[rgba\(242\2c 184\2c 75\2c 0\.2\)\] {
  background-color: rgba(242,184,75,0.2);
}
.bg-\[rgba\(250\2c 252\2c 255\2c 0\.88\)\] {
  background-color: rgba(250,252,255,0.88);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  background-color: rgba(255,255,255,0.06);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.07\)\] {
  background-color: rgba(255,255,255,0.07);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  background-color: rgba(255,255,255,0.3);
}
.bg-\[rgba\(46\2c 119\2c 229\2c 0\.12\)\] {
  background-color: rgba(46,119,229,0.12);
}
.bg-bark {
  --tw-bg-opacity: 1;
  background-color: rgb(15 43 76 / var(--tw-bg-opacity, 1));
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-citron {
  --tw-bg-opacity: 1;
  background-color: rgb(242 184 75 / var(--tw-bg-opacity, 1));
}
.bg-cocoa {
  --tw-bg-opacity: 1;
  background-color: rgb(27 64 102 / var(--tw-bg-opacity, 1));
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity, 1));
}
.bg-dune {
  --tw-bg-opacity: 1;
  background-color: rgb(225 233 243 / var(--tw-bg-opacity, 1));
}
.bg-flame {
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 92 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-parch {
  --tw-bg-opacity: 1;
  background-color: rgb(220 230 242 / var(--tw-bg-opacity, 1));
}
.bg-rust {
  --tw-bg-opacity: 1;
  background-color: rgb(20 80 140 / var(--tw-bg-opacity, 1));
}
.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 248 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(140deg\2c \#2E77E5\2c \#14508C\)\] {
  background-image: linear-gradient(140deg,#2E77E5,#14508C);
}
.bg-\[linear-gradient\(140deg\2c \#E1E9F3\2c \#DCE6F2\)\] {
  background-image: linear-gradient(140deg,#E1E9F3,#DCE6F2);
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-\[clamp\(24px\2c 2\.4vw\2c 32px\)\] {
  padding: clamp(24px, 2.4vw, 32px);
}
.p-\[clamp\(24px\2c 2\.6vw\2c 34px\)\] {
  padding: clamp(24px, 2.6vw, 34px);
}
.p-\[clamp\(24px\2c 2\.6vw\2c 36px\)\] {
  padding: clamp(24px, 2.6vw, 36px);
}
.p-\[clamp\(24px\2c 3vw\2c 40px\)\] {
  padding: clamp(24px, 3vw, 40px);
}
.p-\[clamp\(24px\2c 3vw\2c 44px\)\] {
  padding: clamp(24px, 3vw, 44px);
}
.p-\[clamp\(26px\2c 3vw\2c 36px\)\] {
  padding: clamp(26px, 3vw, 36px);
}
.p-\[clamp\(26px\2c 3vw\2c 38px\)\] {
  padding: clamp(26px, 3vw, 38px);
}
.p-\[clamp\(26px\2c 3vw\2c 40px\)\] {
  padding: clamp(26px, 3vw, 40px);
}
.p-\[clamp\(28px\2c 2\.6vw\2c 36px\)\] {
  padding: clamp(28px, 2.6vw, 36px);
}
.p-\[clamp\(28px\2c 3\.5vw\2c 44px\)\] {
  padding: clamp(28px, 3.5vw, 44px);
}
.p-\[clamp\(32px\2c 4vw\2c 52px\)\] {
  padding: clamp(32px, 4vw, 52px);
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[clamp\(20px\2c 4vw\2c 56px\)\] {
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}
.px-\[clamp\(28px\2c 3vw\2c 44px\)\] {
  padding-left: clamp(28px, 3vw, 44px);
  padding-right: clamp(28px, 3vw, 44px);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[clamp\(28px\2c 3vw\2c 44px\)\] {
  padding-top: clamp(28px, 3vw, 44px);
  padding-bottom: clamp(28px, 3vw, 44px);
}
.py-\[clamp\(30px\2c 3\.4vw\2c 44px\)\] {
  padding-top: clamp(30px, 3.4vw, 44px);
  padding-bottom: clamp(30px, 3.4vw, 44px);
}
.py-\[clamp\(30px\2c 3\.4vw\2c 48px\)\] {
  padding-top: clamp(30px, 3.4vw, 48px);
  padding-bottom: clamp(30px, 3.4vw, 48px);
}
.py-\[clamp\(32px\2c 4vw\2c 52px\)\] {
  padding-top: clamp(32px, 4vw, 52px);
  padding-bottom: clamp(32px, 4vw, 52px);
}
.py-\[clamp\(36px\2c 4\.5vw\2c 64px\)\] {
  padding-top: clamp(36px, 4.5vw, 64px);
  padding-bottom: clamp(36px, 4.5vw, 64px);
}
.py-\[clamp\(40px\2c 4\.5vw\2c 60px\)\] {
  padding-top: clamp(40px, 4.5vw, 60px);
  padding-bottom: clamp(40px, 4.5vw, 60px);
}
.py-\[clamp\(40px\2c 5vw\2c 72px\)\] {
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(40px, 5vw, 72px);
}
.py-\[clamp\(44px\2c 5vw\2c 68px\)\] {
  padding-top: clamp(44px, 5vw, 68px);
  padding-bottom: clamp(44px, 5vw, 68px);
}
.py-\[clamp\(44px\2c 6vw\2c 88px\)\] {
  padding-top: clamp(44px, 6vw, 88px);
  padding-bottom: clamp(44px, 6vw, 88px);
}
.py-\[clamp\(48px\2c 5\.5vw\2c 80px\)\] {
  padding-top: clamp(48px, 5.5vw, 80px);
  padding-bottom: clamp(48px, 5.5vw, 80px);
}
.py-\[clamp\(56px\2c 6vw\2c 84px\)\] {
  padding-top: clamp(56px, 6vw, 84px);
  padding-bottom: clamp(56px, 6vw, 84px);
}
.py-\[clamp\(56px\2c 6vw\2c 88px\)\] {
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: clamp(56px, 6vw, 88px);
}
.py-\[clamp\(56px\2c 7vw\2c 104px\)\] {
  padding-top: clamp(56px, 7vw, 104px);
  padding-bottom: clamp(56px, 7vw, 104px);
}
.py-\[clamp\(56px\2c 7vw\2c 96px\)\] {
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(56px, 7vw, 96px);
}
.py-\[clamp\(64px\2c 7vw\2c 96px\)\] {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 7vw, 96px);
}
.py-\[clamp\(64px\2c 8vw\2c 120px\)\] {
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
}
.py-\[clamp\(72px\2c 8vw\2c 128px\)\] {
  padding-top: clamp(72px, 8vw, 128px);
  padding-bottom: clamp(72px, 8vw, 128px);
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[clamp\(36px\2c 4\.5vw\2c 60px\)\] {
  padding-bottom: clamp(36px, 4.5vw, 60px);
}
.pb-\[clamp\(36px\2c 4\.5vw\2c 64px\)\] {
  padding-bottom: clamp(36px, 4.5vw, 64px);
}
.pb-\[clamp\(40px\2c 5vw\2c 64px\)\] {
  padding-bottom: clamp(40px, 5vw, 64px);
}
.pb-\[clamp\(40px\2c 5vw\2c 72px\)\] {
  padding-bottom: clamp(40px, 5vw, 72px);
}
.pb-\[clamp\(56px\2c 6vw\2c 88px\)\] {
  padding-bottom: clamp(56px, 6vw, 88px);
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pr-\[22px\] {
  padding-right: 22px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[clamp\(28px\2c 3\.5vw\2c 52px\)\] {
  padding-top: clamp(28px, 3.5vw, 52px);
}
.pt-\[clamp\(40px\2c 5\.5vw\2c 80px\)\] {
  padding-top: clamp(40px, 5.5vw, 80px);
}
.pt-\[clamp\(40px\2c 5vw\2c 64px\)\] {
  padding-top: clamp(40px, 5vw, 64px);
}
.pt-\[clamp\(40px\2c 5vw\2c 72px\)\] {
  padding-top: clamp(40px, 5vw, 72px);
}
.pt-\[clamp\(48px\2c 5vw\2c 72px\)\] {
  padding-top: clamp(48px, 5vw, 72px);
}
.pt-\[clamp\(48px\2c 7vw\2c 96px\)\] {
  padding-top: clamp(48px, 7vw, 96px);
}
.pt-\[clamp\(56px\2c 7vw\2c 96px\)\] {
  padding-top: clamp(56px, 7vw, 96px);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-display {
  font-family: 'Newsreader', Georgia, serif;
}
.font-sans {
  font-family: 'Schibsted Grotesk', system-ui, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.5px\] {
  font-size: 11.5px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.5px\] {
  font-size: 13.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14\.5px\] {
  font-size: 14.5px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15\.5px\] {
  font-size: 15.5px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[clamp\(120px\2c 14vw\2c 220px\)\] {
  font-size: clamp(120px, 14vw, 220px);
}
.text-\[clamp\(140px\2c 15vw\2c 240px\)\] {
  font-size: clamp(140px, 15vw, 240px);
}
.text-\[clamp\(160px\2c 20vw\2c 320px\)\] {
  font-size: clamp(160px, 20vw, 320px);
}
.text-\[clamp\(17px\2c 1\.35vw\2c 20px\)\] {
  font-size: clamp(17px, 1.35vw, 20px);
}
.text-\[clamp\(18px\2c 1\.6vw\2c 22px\)\] {
  font-size: clamp(18px, 1.6vw, 22px);
}
.text-\[clamp\(18px\2c 1\.7vw\2c 23px\)\] {
  font-size: clamp(18px, 1.7vw, 23px);
}
.text-\[clamp\(18px\2c 2vw\2c 26px\)\] {
  font-size: clamp(18px, 2vw, 26px);
}
.text-\[clamp\(19px\2c 1\.7vw\2c 24px\)\] {
  font-size: clamp(19px, 1.7vw, 24px);
}
.text-\[clamp\(21px\2c 2vw\2c 26px\)\] {
  font-size: clamp(21px, 2vw, 26px);
}
.text-\[clamp\(21px\2c 2vw\2c 27px\)\] {
  font-size: clamp(21px, 2vw, 27px);
}
.text-\[clamp\(22px\2c 2\.4vw\2c 30px\)\] {
  font-size: clamp(22px, 2.4vw, 30px);
}
.text-\[clamp\(24px\2c 2\.4vw\2c 32px\)\] {
  font-size: clamp(24px, 2.4vw, 32px);
}
.text-\[clamp\(24px\2c 2\.6vw\2c 32px\)\] {
  font-size: clamp(24px, 2.6vw, 32px);
}
.text-\[clamp\(24px\2c 2\.6vw\2c 34px\)\] {
  font-size: clamp(24px, 2.6vw, 34px);
}
.text-\[clamp\(24px\2c 2\.8vw\2c 34px\)\] {
  font-size: clamp(24px, 2.8vw, 34px);
}
.text-\[clamp\(24px\2c 3\.2vw\2c 40px\)\] {
  font-size: clamp(24px, 3.2vw, 40px);
}
.text-\[clamp\(26px\2c 2\.8vw\2c 36px\)\] {
  font-size: clamp(26px, 2.8vw, 36px);
}
.text-\[clamp\(26px\2c 2\.8vw\2c 38px\)\] {
  font-size: clamp(26px, 2.8vw, 38px);
}
.text-\[clamp\(26px\2c 3\.4vw\2c 44px\)\] {
  font-size: clamp(26px, 3.4vw, 44px);
}
.text-\[clamp\(26px\2c 3vw\2c 40px\)\] {
  font-size: clamp(26px, 3vw, 40px);
}
.text-\[clamp\(28px\2c 3\.2vw\2c 42px\)\] {
  font-size: clamp(28px, 3.2vw, 42px);
}
.text-\[clamp\(28px\2c 3\.2vw\2c 44px\)\] {
  font-size: clamp(28px, 3.2vw, 44px);
}
.text-\[clamp\(28px\2c 3\.4vw\2c 44px\)\] {
  font-size: clamp(28px, 3.4vw, 44px);
}
.text-\[clamp\(28px\2c 4vw\2c 52px\)\] {
  font-size: clamp(28px, 4vw, 52px);
}
.text-\[clamp\(30px\2c 3\.4vw\2c 44px\)\] {
  font-size: clamp(30px, 3.4vw, 44px);
}
.text-\[clamp\(30px\2c 3\.6vw\2c 50px\)\] {
  font-size: clamp(30px, 3.6vw, 50px);
}
.text-\[clamp\(32px\2c 4\.2vw\2c 52px\)\] {
  font-size: clamp(32px, 4.2vw, 52px);
}
.text-\[clamp\(34px\2c 4\.4vw\2c 56px\)\] {
  font-size: clamp(34px, 4.4vw, 56px);
}
.text-\[clamp\(36px\2c 4\.6vw\2c 58px\)\] {
  font-size: clamp(36px, 4.6vw, 58px);
}
.text-\[clamp\(38px\2c 5\.4vw\2c 68px\)\] {
  font-size: clamp(38px, 5.4vw, 68px);
}
.text-\[clamp\(38px\2c 5vw\2c 60px\)\] {
  font-size: clamp(38px, 5vw, 60px);
}
.text-\[clamp\(40px\2c 5\.4vw\2c 64px\)\] {
  font-size: clamp(40px, 5.4vw, 64px);
}
.text-\[clamp\(40px\2c 5\.4vw\2c 74px\)\] {
  font-size: clamp(40px, 5.4vw, 74px);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.04\] {
  line-height: 1.04;
}
.leading-\[1\.05\] {
  line-height: 1.05;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.12\] {
  line-height: 1.12;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[1\.75\] {
  line-height: 1.75;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.\!text-citron {
  --tw-text-opacity: 1 !important;
  color: rgb(242 184 75 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#177A46\] {
  --tw-text-opacity: 1;
  color: rgb(23 122 70 / var(--tw-text-opacity, 1));
}
.text-\[\#2F7C3D\] {
  --tw-text-opacity: 1;
  color: rgb(47 124 61 / var(--tw-text-opacity, 1));
}
.text-\[\#B4232A\] {
  --tw-text-opacity: 1;
  color: rgb(180 35 42 / var(--tw-text-opacity, 1));
}
.text-\[\#D8E6F8\] {
  --tw-text-opacity: 1;
  color: rgb(216 230 248 / var(--tw-text-opacity, 1));
}
.text-\[\#F2B84B\] {
  --tw-text-opacity: 1;
  color: rgb(242 184 75 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(15\2c 30\2c 60\2c 0\.05\)\] {
  color: rgba(15,30,60,0.05);
}
.text-\[rgba\(242\2c 184\2c 75\2c 0\.06\)\] {
  color: rgba(242,184,75,0.06);
}
.text-\[rgba\(242\2c 184\2c 75\2c 0\.08\)\] {
  color: rgba(242,184,75,0.08);
}
.text-bark {
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}
.text-citron {
  --tw-text-opacity: 1;
  color: rgb(242 184 75 / var(--tw-text-opacity, 1));
}
.text-cream {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity, 1));
}
.text-ember {
  --tw-text-opacity: 1;
  color: rgb(29 95 191 / var(--tw-text-opacity, 1));
}
.text-espresso {
  --tw-text-opacity: 1;
  color: rgb(38 54 74 / var(--tw-text-opacity, 1));
}
.text-fawn {
  --tw-text-opacity: 1;
  color: rgb(157 174 196 / var(--tw-text-opacity, 1));
}
.text-flame {
  --tw-text-opacity: 1;
  color: rgb(46 119 229 / var(--tw-text-opacity, 1));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(201 168 92 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(30 42 56 / var(--tw-text-opacity, 1));
}
.text-khaki {
  --tw-text-opacity: 1;
  color: rgb(126 144 168 / var(--tw-text-opacity, 1));
}
.text-latte {
  --tw-text-opacity: 1;
  color: rgb(198 211 228 / var(--tw-text-opacity, 1));
}
.text-olive {
  --tw-text-opacity: 1;
  color: rgb(78 95 116 / var(--tw-text-opacity, 1));
}
.text-rust {
  --tw-text-opacity: 1;
  color: rgb(20 80 140 / var(--tw-text-opacity, 1));
}
.text-stone {
  --tw-text-opacity: 1;
  color: rgb(87 104 124 / var(--tw-text-opacity, 1));
}
.text-taupe {
  --tw-text-opacity: 1;
  color: rgb(71 88 108 / var(--tw-text-opacity, 1));
}
.text-wheat {
  --tw-text-opacity: 1;
  color: rgb(211 222 236 / 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;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.accent-\[\#14508C\] {
  accent-color: #14508C;
}
.\!opacity-\[0\.48\] {
  opacity: 0.48 !important;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 10px 30px 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-\[0_10px_30px_rgba\(16\2c 35\2c 62\2c 0\.12\)\] {
  --tw-shadow: 0 10px 30px rgba(16,35,62,0.12);
  --tw-shadow-colored: 0 10px 30px 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-\[0_10px_30px_rgba\(16\2c 35\2c 62\2c 0\.15\)\] {
  --tw-shadow: 0 10px 30px rgba(16,35,62,0.15);
  --tw-shadow-colored: 0 10px 30px 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-\[0_14px_30px_rgba\(0\2c 0\2c 0\2c 0\.28\)\] {
  --tw-shadow: 0 14px 30px rgba(0,0,0,0.28);
  --tw-shadow-colored: 0 14px 30px 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-\[0_1px_4px_rgba\(16\2c 35\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 1px 4px rgba(16,35,62,0.08);
  --tw-shadow-colored: 0 1px 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);
}
.shadow-\[0_1px_6px_rgba\(16\2c 35\2c 62\2c 0\.07\)\] {
  --tw-shadow: 0 1px 6px rgba(16,35,62,0.07);
  --tw-shadow-colored: 0 1px 6px 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-\[0_24px_48px_-16px_rgba\(16\2c 35\2c 62\2c 0\.2\)\] {
  --tw-shadow: 0 24px 48px -16px rgba(16,35,62,0.2);
  --tw-shadow-colored: 0 24px 48px -16px 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-\[0_24px_48px_-16px_rgba\(16\2c 35\2c 62\2c 0\.3\)\] {
  --tw-shadow: 0 24px 48px -16px rgba(16,35,62,0.3);
  --tw-shadow-colored: 0 24px 48px -16px 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-\[0_2px_10px_rgba\(16\2c 35\2c 62\2c 0\.06\)\] {
  --tw-shadow: 0 2px 10px rgba(16,35,62,0.06);
  --tw-shadow-colored: 0 2px 10px 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-\[0_2px_12px_rgba\(16\2c 35\2c 62\2c 0\.06\)\] {
  --tw-shadow: 0 2px 12px rgba(16,35,62,0.06);
  --tw-shadow-colored: 0 2px 12px 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-\[0_2px_14px_rgba\(16\2c 35\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 2px 14px rgba(16,35,62,0.08);
  --tw-shadow-colored: 0 2px 14px 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-\[0_4px_18px_rgba\(16\2c 35\2c 62\2c 0\.1\)\] {
  --tw-shadow: 0 4px 18px rgba(16,35,62,0.1);
  --tw-shadow-colored: 0 4px 18px 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-\[0_4px_20px_rgba\(16\2c 35\2c 62\2c 0\.1\)\] {
  --tw-shadow: 0 4px 20px rgba(16,35,62,0.1);
  --tw-shadow-colored: 0 4px 20px 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-\[0_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 6px 20px rgba(0,0,0,0.22);
  --tw-shadow-colored: 0 6px 20px 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-\[0_6px_20px_rgba\(16\2c 35\2c 62\2c 0\.08\)\] {
  --tw-shadow: 0 6px 20px rgba(16,35,62,0.08);
  --tw-shadow-colored: 0 6px 20px 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-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 6px 24px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 6px 24px 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-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 6px 24px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 6px 24px 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-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.28\)\] {
  --tw-shadow: 0 6px 24px rgba(0,0,0,0.28);
  --tw-shadow-colored: 0 6px 24px 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-\[0_6px_24px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 6px 24px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 6px 24px 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-\[0_8px_24px_rgba\(16\2c 35\2c 62\2c 0\.12\)\] {
  --tw-shadow: 0 8px 24px rgba(16,35,62,0.12);
  --tw-shadow-colored: 0 8px 24px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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);
}
.transition-all {
  transition-property: all;
  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;
}
.duration-\[250ms\] {
  transition-duration: 250ms;
}
.\[text-wrap\:balance\] {
  text-wrap: balance;
}
.\[text-wrap\:pretty\] {
  text-wrap: pretty;
}

/* ── Live agent demo cards ── */

@keyframes ringPulse {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(2); opacity: 0; }
}
@keyframes typingDot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.35; }
  30% { transform: translateY(-4px); opacity: 1; }
}
@keyframes soundWave {
  0%, 100% { transform: scaleY(0.3); }
  50% { transform: scaleY(1); }
}
@keyframes onlineBlink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52, 199, 89, 0.5); }
  50% { opacity: 0.75; box-shadow: 0 0 0 5px rgba(52, 199, 89, 0); }
}

.agent-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 2px solid rgba(46, 119, 229, 0.65);
  animation: ringPulse 2.6s ease-out infinite;
  pointer-events: none;
}
.typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #6B5F4F;
  animation: typingDot 1.2s ease-in-out infinite;
}
.wave-bar {
  width: 4px;
  border-radius: 9999px;
  background: #2E77E5;
  animation: soundWave 1.1s ease-in-out infinite;
  transform-origin: center;
}
.online-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #34C759;
  animation: onlineBlink 1.8s ease-in-out infinite;
}

/* ── ElevenLabs ConvAI widget overrides (carried over from previous site) ── */

/* Override ElevenLabs widget positioning when in modal */
.modal-widget {
  display: block;
}

/* More specific overrides for ElevenLabs widget internals */
.modal-widget * {
  position: relative !important;
  display: block;
  height: 168px;
}

.modal-widget .elevenlabs-convai-container,
.modal-widget .elevenlabs-convai-chat,
.modal-widget .elevenlabs-convai-widget {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
}

/* Hide any link or text that might say Powered by ElevenLabs */
#elevenlabs-widget a[href*="elevenlabs"],
#elevenlabs-widget div[title="Powered by ElevenLabs"],
.\[line-height\:var\(--el-overlay-padding\)\] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
  .file\:btn-outline::file-selector-button {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(16,35,62,0.2);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 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;
}
  .file\:btn-outline::file-selector-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 43 76 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(225 233 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}
.file\:mr-3::file-selector-button {
  margin-right: 0.75rem;
}
.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}
.file\:border::file-selector-button {
  border-width: 1px;
}
.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-\[13px\]::file-selector-button {
  font-size: 13px;
}
.placeholder\:text-khaki::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 144 168 / var(--tw-text-opacity, 1));
}
.placeholder\:text-khaki::placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 144 168 / var(--tw-text-opacity, 1));
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
  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));
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-bark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 43 76 / var(--tw-border-opacity, 1));
}
.hover\:border-cream:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 249 252 / var(--tw-border-opacity, 1));
}
.hover\:border-flame:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 119 229 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#2F7C3D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(47 124 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-dune:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 233 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-sand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-bark:hover {
  --tw-text-opacity: 1;
  color: rgb(15 43 76 / var(--tw-text-opacity, 1));
}
.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity, 1));
}
.hover\:text-latte:hover {
  --tw-text-opacity: 1;
  color: rgb(198 211 228 / var(--tw-text-opacity, 1));
}
.hover\:shadow-\[0_14px_28px_rgba\(16\2c 35\2c 62\2c 0\.14\)\]:hover {
  --tw-shadow: 0 14px 28px rgba(16,35,62,0.14);
  --tw-shadow-colored: 0 14px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_14px_28px_rgba\(16\2c 35\2c 62\2c 0\.16\)\]:hover {
  --tw-shadow: 0 14px 28px rgba(16,35,62,0.16);
  --tw-shadow-colored: 0 14px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_16px_32px_rgba\(16\2c 35\2c 62\2c 0\.18\)\]:hover {
  --tw-shadow: 0 16px 32px rgba(16,35,62,0.18);
  --tw-shadow-colored: 0 16px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_20px_44px_rgba\(46\2c 119\2c 229\2c 0\.35\)\]:hover {
  --tw-shadow: 0 20px 44px rgba(46,119,229,0.35);
  --tw-shadow-colored: 0 20px 44px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-flame:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 119 229 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-4:focus-visible {
  outline-offset: 4px;
}
.focus-visible\:outline-citron:focus-visible {
  outline-color: #F2B84B;
}
.focus-visible\:outline-flame:focus-visible {
  outline-color: #2E77E5;
}
.focus-visible\:ring-2:focus-visible {
  --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);
}
.focus-visible\:ring-flame:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 119 229 / var(--tw-ring-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-flame {
  --tw-bg-opacity: 1;
  background-color: rgb(46 119 229 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-flame {
  --tw-text-opacity: 1;
  color: rgb(46 119 229 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:inline {
    display: inline;
  }

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

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

  .md\:p-7 {
    padding: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

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

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

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .xl\:flex {
    display: flex;
  }
}


/*# sourceMappingURL=main.11cf8aa89a8a9079bfef.css.map*/