*, ::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: 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%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!bottom-10 {
  bottom: 2.5rem !important;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[9\] {
  z-index: 9;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\] {
  aspect-ratio: 1;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[calc\(100\%\+28vw\)\] {
  height: calc(100% + 28vw);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[23\%\] {
  width: 23%;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[calc\(100\%-9\.25\%-9\.25\%\)\] {
  width: calc(100% - 9.25% - 9.25%);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[230px\] {
  min-width: 230px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-none {
  max-width: none;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgb(23 91 125 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(251 223 82 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 91 125 / var(--tw-bg-opacity, 1));
}

.bg-grey-light {
  background-color: #0000000D;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 223 82 / var(--tw-bg-opacity, 1));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[105px\] {
  padding-bottom: 105px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[210px\] {
  padding-top: 210px;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-outfit {
  font-family: Outfit, sans-serif;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 223 82 / var(--tw-text-opacity, 1));
}

.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);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* ═══ FLUID TYPE UTILITY CLASSES ═══ */

/* Named by desktop pixel size for easy reference */

/* 14px desktop → 13px mobile */

.fluid-14 {
  font-size: var(--fluid-14);
}

/* 20px desktop → 16px mobile */

.fluid-20-16 {
  font-size: var(--fluid-20-16);
}

/* 20px desktop → 18px mobile */

.fluid-20-18 {
  font-size: var(--fluid-20-18);
}

/* 25px desktop → 19px mobile */

/* 80px desktop → 40px mobile */

.fluid-80 {
  font-size: var(--fluid-80);
}

/* 50px desktop → 30px mobile */

.fluid-50 {
  font-size: var(--fluid-50);
}

/* ═══ CURVE MODIFIERS ═══ */

/* Apply these to override the global curve for specific elements */

@theme {
  /* fonts */

  --font-outfit: 'Outfit', sans-serif;

  --font-poppins: 'Poppins', sans-serif;

  /* colors */

  --color-yellow: #FBDF52;

  --color-blue-dark: #175B7D;

  --color-blue-light: #4A81A8;

  --color-grey-light: #0000000D;

  --color-grey-dark: #00000033;

  --color-grey: #175B7D00;

  /* spacing */

  /* breakpoints */

  --breakpoint-*: initial;

  --breakpoint-xs: 340px;

  --breakpoint-sm: 576px;

  --breakpoint-md: 768px;

  --breakpoint-lg: 992px;

  --breakpoint-xl: 1280px;

  --breakpoint-2xl: 1536px;

  --breakpoint-3xl: 1920px;

  /* radius */

  --radius-0: 0px;

  --radius-2: 2px;

  --radius-10: 10px;

  --radius-20: 20px;

  --radius-50: 50px;

  --radius-full: 9999px;
}

/* 
═══════════════════════════════════════════════════════════════════════════════
CURVED FLUID TYPOGRAPHY SYSTEM
═══════════════════════════════════════════════════════════════════════════════

This system creates fluid typography with CURVED scaling using CSS math functions.
Unlike linear interpolation, curves allow the font to grow faster or slower 
at different parts of the viewport range.

BREAKPOINTS:
  • Below 375px: stays at mobile size (clamped)
  • Min viewport: 375px (mobile)
  • Target viewport: 1730px (desktop reference)
  • Beyond 1730px: continues to grow (no max clamp)

CURVE TYPES (controlled by --fluid-curve exponent):
  • 0.5 = Ease-out (square root) — fast start, gentle deceleration
  • 0.7 = Subtle ease-out — slight deceleration
  • 1.0 = Linear — constant rate of change
  • 1.5 = Ease-in — slow start, accelerates toward desktop
  • 2.0 = Quadratic ease-in — dramatic acceleration

FORMULA:
  size = minSize + (desktopSize - minSize) × pow(progress, curve)
  where progress = (100vw - 375px) / (1730px - 375px)

DESIGNER SIZE MAPPINGS (375px → 1730px):
  • 14px desktop → 13px mobile (--fluid-14)
  • 20px desktop → 16px mobile (--fluid-20-16)
  • 20px desktop → 18px mobile (--fluid-20-18)
  • 25px desktop → 19px mobile (--fluid-25)
  • 80px desktop → 40px mobile (--fluid-80)
  • 50px desktop → 30px mobile (--fluid-50)

USAGE:
  .my-heading {
    font-size: var(--fluid-80);
  }
  
  Or use utility classes:
  <h1 class="fluid-80">Hero Title</h1>

═══════════════════════════════════════════════════════════════════════════════
*/

:root {
  /* ═══ CONFIGURATION ═══ */
  /* Viewport breakpoints */
  --fluid-min-vw: 375;
  --fluid-max-vw: 1730;
  /* Curve exponent: 0.5 = ease-out, 1 = linear, 2 = ease-in */
  --fluid-curve: 0.7;
  /* ═══ CALCULATED HELPERS ═══ */
  /* 
    Progress from 0 (at 375px) to 1 (at 1730px), continues beyond.
    max(0, ...) ensures we stay at minimum size for viewports < 375px
    */
  --fluid-progress: max(0, calc((100vw - 375px) / (1730px - 375px)));
  /* 
    Curved progress using pow() - this is the magic!
    pow(progress, curve) creates the acceleration/deceleration
    */
  --fluid-curved: pow(var(--fluid-progress), var(--fluid-curve));
  /* ═══ DESIGNER FONT SIZES ═══ */
  /* Based on designer specs: desktop (1730px) → mobile (375px) */
  /* 14px desktop → 13px mobile */
  --fluid-14-min: 13;
  --fluid-14-max: 14;
  --fluid-14: calc(
        calc(var(--fluid-14-min) * 1px) + 
        calc(var(--fluid-14-max) - var(--fluid-14-min)) * var(--fluid-curved) * 1px
    );
  /* 20px desktop → 16px mobile */
  --fluid-20-16-min: 16;
  --fluid-20-16-max: 20;
  --fluid-20-16: calc(
        calc(var(--fluid-20-16-min) * 1px) + 
        calc(var(--fluid-20-16-max) - var(--fluid-20-16-min)) * var(--fluid-curved) * 1px
    );
  /* 20px desktop → 18px mobile */
  --fluid-20-18-min: 18;
  --fluid-20-18-max: 20;
  --fluid-20-18: calc(
        calc(var(--fluid-20-18-min) * 1px) + 
        calc(var(--fluid-20-18-max) - var(--fluid-20-18-min)) * var(--fluid-curved) * 1px
    );
  /* 25px desktop → 19px mobile */
  --fluid-25-min: 19;
  --fluid-25-max: 25;
  --fluid-25: calc(
        calc(var(--fluid-25-min) * 1px) + 
        calc(var(--fluid-25-max) - var(--fluid-25-min)) * var(--fluid-curved) * 1px
    );
  /* 80px desktop → 40px mobile */
  --fluid-80-min: 35;
  --fluid-80-max: 60;
  --fluid-80: calc(
        calc(var(--fluid-80-min) * 1px) + 
        calc(var(--fluid-80-max) - var(--fluid-80-min)) * var(--fluid-curved) * 1px
    );
  /* 50px desktop → 30px mobile */
  --fluid-50-min: 30;
  --fluid-50-max: 50;
  --fluid-50: calc(
        calc(var(--fluid-50-min) * 1px) + 
        calc(var(--fluid-50-max) - var(--fluid-50-min)) * var(--fluid-curved) * 1px
    );
}

body {
  font-family: Poppins, sans-serif;
}

.swiper-pagination-bullet {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
  height: 17px !important;
  width: 17px !important;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.3) !important;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 223 82 / var(--tw-bg-opacity, 1)) !important;
}

.prose * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: var(--fluid-20-18);
}

.prose.prosedark * {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.prose p {
  margin-bottom: 1rem;
}

.prose p:last-child {
  margin-bottom: 0px;
}

/* Accordion Styles */

.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 2px solid #4A81A8;
}

.accordion-item:last-child {
  border-bottom-width: 0px;
}

.accordion-header {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-header:hover {
  opacity: 0.8;
}

.accordion-header h3 {
  margin: 0px;
  flex: 1 1 0%;
  padding-right: 1rem;
}

.accordion-icon {
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

.accordion-icon-plus {
  display: block;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.accordion-icon-minus {
  display: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.accordion-item.active .accordion-icon-plus {
  display: none;
}

.accordion-item.active .accordion-icon-minus {
  display: block;
}

.accordion-content {
  overflow: hidden;
  height: 0;
}

.accordion-content-inner {
  padding-top: 1.25rem;
}

.prosefooter {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: var(--fluid-14);
  p {
    margin-bottom: 0.25rem;
  }
  p:last-child {
    margin-bottom: 0px;
  }
  p a {
    --tw-text-opacity: 1;
    color: rgb(251 223 82 / var(--tw-text-opacity, 1));
  }
}

.footerlinks {
  a::after {
    content: var(--tw-content);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  a::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(251 223 82 / var(--tw-text-opacity, 1));
  }
  a::after {
    --tw-content: '|';
    content: var(--tw-content);
  }
  a:last-child::after {
    content: var(--tw-content);
    margin-left: 0px;
    margin-right: 0px;
  }
  a:last-child::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.bgtoppage {
  background: radial-gradient(circle, #4A81A8 0%, #175B7D 70%);
}

.\*\:text-balance > * {
  text-wrap: balance;
}

.hover\:bg-blue-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 91 125 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 223 82 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(251 223 82 / var(--tw-text-opacity, 1));
}

.hover\:opacity-65:hover {
  opacity: 0.65;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media not all and (min-width: 640px) {
  .max-sm\:text-\[13px\] {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-\[75px\] {
    margin-bottom: 75px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[calc\(100svh-100px\)\] {
    height: calc(100svh - 100px);
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[48vw\] {
    width: 48vw;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[115px\] {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:py-\[124px\] {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-\[29\.5vw\] {
    padding-left: 29.5vw;
  }

  .md\:pr-\[10vw\] {
    padding-right: 10vw;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[140px\] {
    padding-top: 140px;
  }

  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }

  .md\:pt-\[150px\] {
    padding-top: 150px;
  }

  .md\:pt-\[180px\] {
    padding-top: 180px;
  }
}

@media (min-width: 1024px) {
  .lg\:min-h-800 {
    min-height: 800px;
  }

  .lg\:w-\[11vw\] {
    width: 11vw;
  }

  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }
}

.\[\&_a\]\:mt-3 a {
  margin-top: 0.75rem;
}

.\[\&_a\]\:block a {
  display: block;
}

.\[\&_a\]\:text-center a {
  text-align: center;
}

.\[\&_a\]\:text-\[12px\] a {
  font-size: 12px;
}

.\[\&_a\]\:font-bold a {
  font-weight: 700;
}

.\[\&_a\]\:text-blue-dark a {
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-yellow a {
  --tw-text-opacity: 1;
  color: rgb(251 223 82 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:duration-300 a {
  transition-duration: 300ms;
}

.\[\&_a\]\:hover\:opacity-80:hover a {
  opacity: 0.8;
}

.\[\&_p\]\:mb-3 p {
  margin-bottom: 0.75rem;
}

.\[\&_p\]\:mt-5 p {
  margin-top: 1.25rem;
}

.\[\&_p\]\:text-balance p {
  text-wrap: balance;
}

.\[\&_p\]\:text-center p {
  text-align: center;
}

.\[\&_p\]\:text-\[12px\] p {
  font-size: 12px;
}

.\[\&_p\]\:text-blue-dark p {
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.\[\&_p\]\:last\:mb-0:last-child p {
  margin-bottom: 0px;
}

.\[\&_span\]\:table span {
  display: table;
}

.\[\&_span\]\:bg-yellow span {
  --tw-bg-opacity: 1;
  background-color: rgb(251 223 82 / var(--tw-bg-opacity, 1));
}

.\[\&_span\]\:px-\[15px\] span {
  padding-left: 15px;
  padding-right: 15px;
}

.\[\&_span\]\:font-bold span {
  font-weight: 700;
}

.\[\&_span\]\:text-blue-dark span {
  --tw-text-opacity: 1;
  color: rgb(23 91 125 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:text-yellow span {
  --tw-text-opacity: 1;
  color: rgb(251 223 82 / var(--tw-text-opacity, 1));
}