*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover:hover) {

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
}
.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.collapse:not(td):not(tr):not(colgroup) {
  visibility: visible;
}
.collapse {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content {
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.collapse-content {
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 2;
  min-height: 0px;
  transition: visibility 0.2s;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: unset;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close) {
  grid-template-rows: max-content 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
  grid-template-rows: max-content 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content {
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-content {
  position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}
.dropdown-end .dropdown-content {
  inset-inline-end: 0px;
}
.dropdown-left .dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}
.dropdown-right .dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}
.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}
.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) {

  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {

    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .dropdown.dropdown-hover:hover .dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0% 0 0)) {

    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}
.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}
@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}
:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge {
  justify-self: end;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.radial-progress {
  position: relative;
  display: inline-grid;
  height: var(--size);
  width: var(--size);
  place-content: center;
  border-radius: 9999px;
  background-color: transparent;
  vertical-align: middle;
  box-sizing: content-box;
  --value: 0;
  --size: 5rem;
  --thickness: calc(var(--size) / 10);
}
.radial-progress::-moz-progress-bar {
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
}
.radial-progress::-webkit-progress-value {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
.radial-progress::-webkit-progress-bar {
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
.radial-progress:before,
.radial-progress:after {
  position: absolute;
  border-radius: 9999px;
  content: "";
}
.radial-progress:before {
  inset: 0px;
  background: radial-gradient(farthest-side, currentColor 98%, #0000) top/var(--thickness) var(--thickness)
      no-repeat,
    conic-gradient(currentColor calc(var(--value) * 1%), #0000 0);
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--thickness)),
    #000 calc(100% - var(--thickness))
  );
  mask: radial-gradient(
    farthest-side,
    #0000 calc(99% - var(--thickness)),
    #000 calc(100% - var(--thickness))
  );
}
.radial-progress:after {
  inset: calc(50% - var(--thickness) / 2);
  transform: rotate(calc(var(--value) * 3.6deg - 90deg)) translate(calc(var(--size) / 2 - 50%));
  background-color: currentColor;
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.range {
  height: 1.5rem;
  width: 100%;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  --range-shdw: var(--fallback-bc,oklch(var(--bc)/1));
  overflow: hidden;
  border-radius: var(--rounded-box, 1rem);
  background-color: transparent;
}
.range:focus {
  outline: none;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.stats {
  display: inline-grid;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
:where(.stats) {
  grid-auto-flow: column;
  overflow-x: auto;
}
.stat {
  display: inline-grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stat-value {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.tabs {
  display: grid;
  align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])) {
  border-bottom-color: transparent;
}
.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}
input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content {
  display: block;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.toggle {
  flex-shrink: 0;
  --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  border-color: currentColor;
  background-color: currentColor;
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
  transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (prefers-reduced-motion: no-preference) {

  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled {
  border-width: 0px;
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
details.collapse {
  width: 100%;
}
details.collapse summary {
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker {
  display: none;
}
.collapse:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse-arrow > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -100%;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  top: 1.9rem;
  inset-inline-end: 1.4rem;
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.collapse-plus > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 0.9rem;
  inset-inline-end: 1.4rem;
  content: "+";
  pointer-events: none;
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title {
  cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title {
  cursor: unset;
}
.collapse-title {
  position: relative;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  padding: 1rem;
  padding-inline-end: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content) {
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  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));
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  content: "−";
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}
.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus {
  box-shadow: none;
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image: none;
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
.range:focus-visible::-webkit-slider-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range:focus-visible::-moz-range-thumb {
  --focus-shadow: 0 0 0 6px var(--fallback-b1,oklch(var(--b1)/1)) inset, 0 0 0 2rem var(--range-shdw) inset;
}
.range::-webkit-slider-runnable-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-moz-range-track {
  height: 0.5rem;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.range::-webkit-slider-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  appearance: none;
  -webkit-appearance: none;
  top: 50%;
  color: var(--range-shdw);
  transform: translateY(-50%);
  --filler-size: 100rem;
  --filler-offset: 0.6rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
.range::-moz-range-thumb {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: var(--rounded-box, 1rem);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  top: 50%;
  color: var(--range-shdw);
  --filler-size: 100rem;
  --filler-offset: 0.5rem;
  box-shadow: 0 0 0 3px var(--range-shdw) inset,
      var(--focus-shadow, 0 0),
      calc(var(--filler-size) * -1 - var(--filler-offset)) 0 0 var(--filler-size);
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
:where(.stats) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
[dir="rtl"] .stats > *:not([hidden]) ~ *:not([hidden]) {
  --tw-divide-x-reverse: 1;
}
.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover {
  background-color: currentColor;
}
.toggle:checked,
  .toggle[aria-checked="true"] {
  background-image: none;
  --handleoffsetcalculator: var(--handleoffset);
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
.artboard.phone {
  width: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}
.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}
.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: var(--fallback-n,oklch(var(--n)/1));
  --tooltip-text-color: var(--fallback-nc,oklch(var(--nc)/1));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after {
  opacity: 0;
  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-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip:before {
  max-width: 20rem;
  white-space: normal;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip.tooltip-open:before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip.tooltip-open:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:hover:before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.Header {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  top: 0px;
  z-index: 50;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
}
@media (min-width: 960px) {

  .Header.transparent {
    position: absolute;
    width: 100%;
    border-style: none;
    background-color: transparent;
  }

  .Header.transparent .Header__actions .Header__action-link {
    --tw-text-opacity: 1;
    color: rgb(211 222 222 / var(--tw-text-opacity, 1));
  }

  .Header.transparent .Header__actions path {
    fill: #D3DEDE;
  }

  .Header.transparent .Header__menu label {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.Header__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1900px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 960px) {

  .Header__container {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.Header__container {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
}
.Header__left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.Header__left a {
  display: flex;
  align-items: center;
}
.Header__logo {
  height: 48px;
  width: 126px;
}
@media (min-width: 960px) {

  .Header__logo {
    height: 62px;
    width: 163px;
  }
}
.Header__nav {
  margin-left: auto;
  display: none;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 960px) {

  .Header__nav {
    display: flex;
  }
}
.Header__nav {
  gap: 24px;
}
@media (min-width: 1200px) {

  .Header__nav {
    gap: 32px;
  }
}
.Header__menu {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 640px) {

  .Header__menu {
    width: auto;
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 960px) {

  .Header__menu {
    flex-direction: row;
    gap: 32px;
  }
}
.Header__menu li {
  display: flex;
  align-items: center;
}
.Header__menu-link {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 16px;
}
@media (min-width: 640px) {

  .Header__menu-link {
    font-size: 18px;
  }
}
.Header__menu-link {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  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-duration: 0.2s;
  text-underline-offset: 8px;
}
.Header__menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.Header__menu-link {
  white-space: nowrap;
}
.Header__action-link.Header__menu-link-dropdown:hover {
  text-decoration-line: none;
}
.Header__action-link.Header__menu-link-dropdown.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__menu-link-dropdown {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.Header__menu-link-dropdown.active {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Header__actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 0px;
  gap: 8px;
}
@media (min-width: 640px) {

  .Header__actions {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin-left: 32px;
    gap: 24px;
  }
}
.Header__actions li {
  display: flex;
  align-items: center;
}
.Header__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.Header__action-link {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
  font-size: 13px;
}
@media (min-width: 960px) {

  .Header__action-link {
    font-size: 14px;
  }
}
.Header__action-link {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  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-duration: 0.2s;
  text-underline-offset: 8px;
}
.Header__action-link:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.Header__action-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.Header__action-link.cursor-pointer:hover {
  text-decoration-line: none;
}
.Header__action-link.cursor-pointer.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__actions-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .Header__actions-right {
    display: none;
  }
}
.Header__actions-right {
  flex-shrink: 0;
}
.Header__actions-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.Header__actions-mobile li {
  display: flex;
  align-items: center;
}
.Header__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 13px;
  width: 17px;
  gap: 3px;
}
.Header__action-link.Header__burger:hover {
  text-decoration-line: none;
}
.Header__action-link.Header__burger.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__burger {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}
@media (min-width: 960px) {

  .Header__burger {
    display: none;
  }
}
.Header__burger span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {

  .Header__burger span {
    height: 3px;
    width: 24px;
  }
}
.Header__dropdown {
  position: absolute;
  top: 40px;
  left: -53px;
  min-width: 200px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 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);
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform-origin: top left;
  --tw-translate-y: -10px;
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
  width: 200px;
  transition-property: opacity,visibility,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {

  .Header__dropdown {
    position: absolute;
    border-radius: 12px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 4px 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);
  }
}
.Header__dropdown {
  position: relative;
  border-radius: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 960px) {

  .Header__dropdown {
    position: absolute;
    border-radius: 12px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 4px 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);
  }
}
.Header__dropdown.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.Header__dropdown-lang {
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: fixed;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    position: absolute;
  }
}
.Header__dropdown-lang {
  top: 30px;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    top: 35px;
  }
}
.Header__dropdown-lang {
  right: -10px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    right: -15px;
  }
}
.Header__dropdown-lang {
  z-index: 120;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 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);
}
.Header__dropdown-lang .Header__dropdown-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 10px;
}
.Header__dropdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 960px) {

  .Header__dropdown-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.Header__dropdown-item {
  width: 100%;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-size: 14px;
}
@media (min-width: 960px) {

  .Header__dropdown-item {
    font-size: 16px;
  }
}
.Header__dropdown-item {
  font-family: 'League Spartan', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  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-duration: 0.2s;
}
.Header__dropdown-item:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__action-link.Header__dropdown-item:hover {
  text-decoration-line: none;
}
.Header__action-link.Header__dropdown-item.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__dropdown-item {
  cursor: pointer;
}
.Header__dropdown-item.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header__dropdown-item:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header .dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.Header__action-link.Header .dropdown label:hover {
  text-decoration-line: none;
}
.Header__action-link.Header .dropdown label.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Header .dropdown label {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.Header__dropdown-lang {
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: fixed;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    position: absolute;
  }
}
.Header__dropdown-lang {
  top: 30px;
  left: -10px;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    top: 35px;
  }
}
.Header__dropdown-lang {
  right: -10px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {

  .Header__dropdown-lang {
    right: -15px;
  }
}
.Header__dropdown-lang {
  z-index: 120;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 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);
}
.Header__dropdown-lang .Header__dropdown-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 10px;
}
.Header.sticky-header {
  --tw-shadow: 0 2px 4px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 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);
}
.Footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.Footer__body {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Footer__body {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Footer__body {
    max-width: 1280px;
  }
}
.Footer__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Footer__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Footer__body {
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .Footer__body {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
.Footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 960px) {

  .Footer__top {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
.Footer__top {
  margin-bottom: 48px;
}
@media (min-width: 960px) {

  .Footer__top {
    margin-bottom: 64px;
  }
}
.Footer__logo {
  display: flex;
  align-items: center;
}
.Footer__logo svg {
  height: 36px;
  width: 95px;
}
@media (min-width: 960px) {

  .Footer__logo svg {
    height: 37px;
    width: 146px;
  }
}
.Footer__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 960px) {

  .Footer__social {
    flex-direction: row;
    gap: 24px;
  }
}
.Footer__social {
  align-items: flex-start;
}
@media (min-width: 960px) {

  .Footer__social {
    align-items: center;
  }
}
.Footer__social-mobile {
  justify-content: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}
.Footer__social-mobile .Footer__social {
  align-items: flex-end;
}
.Footer__social-title {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
@media (min-width: 960px) {

  .Footer__social-title {
    font-size: 14px;
  }
}
.Footer__social-title {
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Footer__social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__social-icon svg {
  height: 16px;
  width: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__social-icon svg path {
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__social-icon:hover svg path {
  fill: #21484B;
}
.Footer__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
@media (min-width: 960px) {

  .Footer__menu {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 61px;
  }
}
.Footer__menu {
  margin-bottom: 0px;
}
.Footer__menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 169px;
}
@media (min-width: 960px) {

  .Footer__menu-column {
    width: 220px;
  }
}
.Footer__menu-column-group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 960px) {

  .Footer__menu-column-group {
    gap: 48px;
  }
}
.Footer__menu-column-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Footer__menu-title {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0.7;
}
.Footer__menu-links-simple {
  gap: 8px;
  opacity: 1;
}
.Footer__menu-link {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Footer__menu-link {
    font-size: 16px;
  }
}
.Footer__menu-link {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__menu-link:hover {
  opacity: 1;
}
.Footer__menu-link {
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__menu-link-simple {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__menu-link-simple:hover {
  opacity: 0.8;
}
.Footer__menu-link-simple {
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__bottom {
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 960px) {

  .Footer__bottom {
    padding-bottom: 32px;
  }
}
.Footer__bottom {
  margin-top: 40px;
}
@media (min-width: 960px) {

  .Footer__bottom {
    margin-top: 80px;
  }
}
.Footer__bottom-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Footer__bottom-section {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Footer__bottom-section {
    max-width: 1280px;
  }
}
.Footer__bottom-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .Footer__bottom-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Footer__bottom-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .Footer__bottom-section {
    flex-direction: row;
    gap: 24px;
  }
}
.Footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 8px;
}
@media (min-width: 960px) {

  .Footer__legal-links {
    justify-content: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.Footer__legal-links {
  opacity: 0.7;
  width: 100%;
}
@media (min-width: 960px) {

  .Footer__legal-links {
    width: auto;
  }
}
.Footer__legal-link {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.Footer__legal-link:hover {
  opacity: 1;
}
.Footer__legal-link {
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__bottom-info {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 960px) {

  .Footer__bottom-info {
    width: auto;
  }
}
.Footer__bottom-info {
  gap: 16px;
}
@media (min-width: 960px) {

  .Footer__bottom-info {
    gap: 148px;
  }
}
.Footer__copyright {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
  font-family: 'League Spartan';
  line-height: 1.5em;
}
.Footer__creator {
  display: flex;
  align-items: center;
  opacity: 0.4;
}
.Footer__creator svg {
  height: 13px;
  width: 96px;
}
.Bulletin-Content {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 48px;
}
@media (min-width: 960px) {

  .Bulletin-Content {
    padding-bottom: 120px;
  }
}
.Bulletin-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Bulletin-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Bulletin-Content__container {
    max-width: 1280px;
  }
}
.Bulletin-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Bulletin-Content__grid {
  margin-bottom: 40px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 640px) {

  .Bulletin-Content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {

  .Bulletin-Content__grid {
    margin-bottom: 80px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px 54px;
  }
}
.Bulletin-Content__card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 960px) {

  .Bulletin-Content__card {
    min-height: 240px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Bulletin-Content__card-title {
  margin-bottom: 24px;
  text-align: center;
  font-family: 'League Spartan', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Bulletin-Content__card-title {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
  }
}
.Bulletin-Content__card-date {
  margin-bottom: 32px;
  text-align: center;
  font-family: 'League Spartan', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Bulletin-Content__card-date {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
  }
}
.Bulletin-Content__card-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 16px;
}
.Bulletin-Content__card-button {
  border-radius: 0.25rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'League Spartan', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  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;
}
.Bulletin-Content__card-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 960px) {

  .Bulletin-Content__card-button {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
  }
}
.Bulletin-Content__show-all-btn {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'League Spartan', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  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;
}
.Bulletin-Content__show-all-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 960px) {

  .Bulletin-Content__show-all-btn {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }
}
/* Özel bileşen sınıflarınız buraya */
/* Pages klasöründeki dosyaları components layer'dan önce içe aktarıyoruz */
.side-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 960px) {

  .side-menu {
    width: 375px;
  }
}
.side-menu--open {
  --tw-translate-x: 0px;
  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));
}
.side-menu__header {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
}
.side-menu__header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.Header__action-link.side-menu__close:hover {
  text-decoration-line: none;
}
.Header__action-link.side-menu__close.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.side-menu__close {
  z-index: 10;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}
.side-menu__content {
  position: relative;
  z-index: 1;
  display: flex;
  height: calc(100vh - 68px);
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 40px;
      
      scrollbar-width: thin;
      scrollbar-color: #21484B #F9F8F6;
}
.side-menu__content::-webkit-scrollbar {
  width: 4px;
}
.side-menu__content::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.side-menu__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.side-menu__content::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 54 56 / var(--tw-bg-opacity, 1));
}
.side-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex-grow: 1;
}
.side-menu__main-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.side-menu__link {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration-line: none;
  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: 200ms;
}
.side-menu__link-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.side-menu__link:hover, .side-menu__link:focus {
  text-decoration-line: none;
}
.side-menu__link:hover .side-menu__link-title, .side-menu__link:focus .side-menu__link-title {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.side-menu__link--active .side-menu__link-title {
  font-weight: 500;
}
.side-menu__collapse {
  border-width: 0px;
  background-color: transparent;
}
.side-menu__collapse.collapse {
  display: none;
}
.side-menu__collapse.collapse[open] {
  display: block;
}
.side-menu__collapse .collapse-title {
  position: relative;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 0;
}
.Header__action-link.side-menu__collapse .collapse-title:hover {
  text-decoration-line: none;
}
.Header__action-link.side-menu__collapse .collapse-title.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.side-menu__collapse .collapse-title {
  cursor: pointer;
}
.side-menu__collapse .collapse-title::after {
  display: none;
}
.side-menu__collapse .collapse-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 0px;
  display: none;
}
.side-menu__collapse.collapse-open .collapse-title::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.side-menu__collapse.collapse-open .collapse-content {
  display: flex;
}
.Header__action-link.side-menu__menu-item-header:hover {
  text-decoration-line: none;
}
.Header__action-link.side-menu__menu-item-header.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.side-menu__menu-item-header {
  cursor: pointer;
}
.side-menu__menu-item-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__menu-item-title--active {
  font-weight: 500;
}
.side-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-menu__submenu-item {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__submenu-item:hover, .side-menu__submenu-item:focus {
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.side-menu__submenu-item--active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.side-menu__secondary-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.side-menu__secondary-link {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__secondary-link:hover, .side-menu__secondary-link:focus {
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.side-menu__language {
  position: relative;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 32px;
}
.side-menu__language:focus {
  border-width: 0px;
}
.side-menu__language.dropdown-right {
  position: relative;
}
.side-menu__language.dropdown-right .dropdown-content {
          top: 15px !important;
          left: 70px !important;
          position: absolute;
          max-height: 150px;
          width: auto;
          overflow-y: auto;
          border-radius: 4px;
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          padding: 8px 12px;
          --tw-shadow: 0 4px 12px rgba(0,0,0,0.08);
          --tw-shadow-colored: 0 4px 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);
        }
.side-menu__language.dropdown-right .dropdown-content::after {
  position: absolute;
  left: -8px;
  top: var(--arrow-top);
  height: 0;
  width: 0;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 8px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.side-menu__language.dropdown-right .dropdown-content::-webkit-scrollbar {
  width: 4px;
}
.side-menu__language.dropdown-right .dropdown-content::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.side-menu__language.dropdown-right .dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.side-menu__language.dropdown-right .dropdown-content::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 54 56 / var(--tw-bg-opacity, 1));
}
.side-menu__language-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.side-menu__language-option {
  display: block;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__language-option:hover, .side-menu__language-option:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.side-menu__language-option--active {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Header__action-link.side-menu__language-button:hover {
  text-decoration-line: none;
}
.Header__action-link.side-menu__language-button.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.side-menu__language-button {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 0px;
  transition-property: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__language-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.side-menu__language-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu__language-icon svg {
  height: 17px;
  width: 17px;
}
.side-menu__language-text {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.side-menu__language-arrow {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.side-menu__language.dropdown-open .side-menu__language-arrow {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.side-menu__half-circle {
  position: absolute;
  top: -30px;
  right: 10px;
}
.side-menu-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 99;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.side-menu-overlay--active {
  pointer-events: auto;
  opacity: 1;
}
.promotional-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.modal-content {
    position: relative;
    margin: 5% auto;
    max-width: 90%;
    max-height: 90%;
    width:-moz-fit-content;
    width:fit-content;
    text-align: center;
}
.modal-image {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.modal-image:hover {
    transform: scale(1.02);
}
.close-button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10000;
}
.close-button:hover {
    background-color: #f0f0f0;
    border-color: #999;
    transform: scale(1.1);
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    transform: rotate(45deg);
}
.close-button::after {
    transform: rotate(-45deg);
}
@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        max-width: 95%;
    }

    .close-button {
        top: -10px;
        right: -10px;
        width: 35px;
        height: 35px;
    }

    .close-button::before,
    .close-button::after {
        width: 18px;
    }
}
.Contact-Map__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Contact-Map__map {
  display: block;
  height: 285px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 960px) {

  .Contact-Map__map {
    height: 640px;
  }
}
.Contact-Form {
  padding-top: 28px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Contact-Form {
    padding-top: 120px;
  }
}
.Contact-Form__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Contact-Form__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Contact-Form__container {
    max-width: 1280px;
  }
}
.Contact-Form__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Contact-Form__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 48px;
}
@media (min-width: 960px) {

  .Contact-Form__grid {
    grid-template-columns: 432px 1fr;
    gap: 113px;
  }
}
.Contact-Form__info-block {
  display: flex;
  flex-direction: column;
}
.Contact-Form__info-title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__info-title {
    font-size: 32px;
  }
}
.Contact-Form__info-title {
  margin-bottom: 30px;
}
@media (min-width: 960px) {

  .Contact-Form__info-title {
    margin-bottom: 48px;
  }
}
.Contact-Form__info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Contact-Form__info-items {
    gap: 24px;
  }
}
.Contact-Form__info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 960px) {

  .Contact-Form__info-item {
    gap: 20px;
  }
}
.Contact-Form__info-icon {
  margin-top: 2px;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.Contact-Form__info-icon svg {
  height: 100%;
  width: 100%;
}
.Contact-Form__info-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__info-text {
    font-size: 18px;
  }
}
.Contact-Form__info-text a {
  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;
}
.Contact-Form__info-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Contact-Form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Contact-Form__form {
    margin-left: auto;
    min-width: 517px;
  }
}
.Contact-Form__form-group {
  width: 100%;
}
.Contact-Form__form-group-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.Contact-Form__input,
  .Contact-Form__textarea,
  .Contact-Form__phone-prefix {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input::-moz-placeholder, .Contact-Form__textarea::-moz-placeholder, .Contact-Form__phone-prefix::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input::placeholder,
  .Contact-Form__textarea::placeholder,
  .Contact-Form__phone-prefix::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input,
  .Contact-Form__textarea,
  .Contact-Form__phone-prefix {
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}
.Contact-Form__input:focus,
  .Contact-Form__textarea:focus,
  .Contact-Form__phone-prefix:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --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(0px + 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);
}
.Contact-Form__textarea {
  height: 120px;
  resize: none;
}
@media (min-width: 960px) {

  .Contact-Form__textarea {
    height: 148px;
  }
}
.Contact-Form__phone-prefix {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A7A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
}
.Contact-Form__phone-prefix span {
  display: none;
}
.Contact-Form__phone-prefix svg {
  display: none;
}
.Contact-Form__form-group-checkbox {
  margin-top: 20px;
}
.Contact-Form__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.Header__action-link.Contact-Form__checkbox-label:hover {
  text-decoration-line: none;
}
.Header__action-link.Contact-Form__checkbox-label.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Contact-Form__checkbox-label {
  cursor: pointer;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-label {
    font-size: 16px;
  }
}
.Contact-Form__checkbox-input {
  display: none;
}
.Contact-Form__checkbox-box {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-box {
    height: 20px;
    width: 20px;
  }
}
.Contact-Form__checkbox-box {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box {
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
  height: 5px;
  width: 8px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    height: 7px;
    width: 10px;
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  border-left-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-translate-y: -1px;
  --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));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    --tw-translate-y: -1.5px;
    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));
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  left: 3px;
  top: 4px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    left: 4px;
    top: 5px;
  }
}
.Contact-Form label.error {
  margin-top: 4px;
  font-family: 'League Spartan';
  font-size: 14px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 95 109 / var(--tw-text-opacity, 1));
}
.Contact-Form__submit-button {
  align-self: flex-start;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    align-self: flex-end;
  }
}
.Contact-Form__submit-button {
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.Contact-Form__submit-button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / 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;
}
.Contact-Form__submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Contact-Form__submit-button {
  margin-top: 8px;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    margin-top: 20px;
  }
}
.Contact-Offices {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Contact-Offices {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Contact-Offices__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Contact-Offices__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Contact-Offices__container {
    max-width: 1280px;
  }
}
.Contact-Offices__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
  padding-left: 20px;
  padding-right: 20px;
}
.Contact-Offices__title {
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Offices__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Contact-Offices__title {
  margin-bottom: 80px;
}
.Contact-Offices__accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.Contact-Offices__accordion-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.Contact-Offices__accordion-item:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.Contact-Offices__accordion-item.Contact-Offices__accordion-item-active {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.Contact-Offices__accordion-item.Contact-Offices__accordion-item-active .Contact-Offices__accordion-title {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Contact-Offices__accordion-item.Contact-Offices__accordion-item-active .Contact-Offices__accordion-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.Contact-Offices__accordion-item.Contact-Offices__accordion-item-active .Contact-Offices__accordion-icon::after{
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.71896 9.96938L11.469 3.21938C11.5386 3.14964 11.6213 3.09432 11.7124 3.05658C11.8034 3.01884 11.901 2.99941 11.9996 2.99941C12.0981 2.99941 12.1957 3.01884 12.2868 3.05658C12.3778 3.09432 12.4606 3.14964 12.5302 3.21938L19.2802 9.96937C19.4209 10.1101 19.5 10.301 19.5 10.5C19.5 10.699 19.4209 10.8899 19.2802 11.0306C19.1395 11.1714 18.9486 11.2504 18.7496 11.2504C18.5506 11.2504 18.3597 11.1714 18.219 11.0306L12.7496 5.56031L12.7496 20.25C12.7496 20.4489 12.6706 20.6397 12.5299 20.7803C12.3893 20.921 12.1985 21 11.9996 21C11.8007 21 11.6099 20.921 11.4693 20.7803C11.3286 20.6397 11.2496 20.4489 11.2496 20.25L11.2496 5.56031L5.78021 11.0306C5.63948 11.1714 5.4486 11.2504 5.24958 11.2504C5.05056 11.2504 4.85969 11.1714 4.71896 11.0306C4.57823 10.8899 4.49916 10.699 4.49916 10.5C4.49916 10.301 4.57823 10.1101 4.71896 9.96938Z' fill='white'/%3E%3C/svg%3E");
            }
.Contact-Offices__accordion-item.Contact-Offices__accordion-item-active .Contact-Offices__accordion-content {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 30px;
}
@media (min-width: 960px) {

  .Contact-Offices__accordion-item.Contact-Offices__accordion-item-active .Contact-Offices__accordion-content {
    padding-bottom: 40px;
  }
}
.Header__action-link.Contact-Offices__accordion-header:hover {
  text-decoration-line: none;
}
.Header__action-link.Contact-Offices__accordion-header.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Contact-Offices__accordion-header {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Contact-Offices__accordion-title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  padding-right: 16px;
}
.Contact-Offices__accordion-icon {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(122 122 122 / var(--tw-border-opacity, 1));
}
.Contact-Offices__accordion-icon::after {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M19.281 14.5306L12.531 21.2806C12.4614 21.3504 12.3787 21.4057 12.2876 21.4434C12.1966 21.4812 12.099 21.5006 12.0004 21.5006C11.9019 21.5006 11.8043 21.4812 11.7132 21.4434C11.6222 21.4057 11.5394 21.3504 11.4698 21.2806L4.71979 14.5306C4.57906 14.3899 4.5 14.199 4.5 14C4.5 13.801 4.57906 13.6101 4.71979 13.4694C4.86052 13.3286 5.05139 13.2496 5.25042 13.2496C5.44944 13.2496 5.64031 13.3286 5.78104 13.4694L11.2504 18.9397V4.25C11.2504 4.05109 11.3294 3.86032 11.4701 3.71967C11.6107 3.57902 11.8015 3.5 12.0004 3.5C12.1993 3.5 12.3901 3.57902 12.5307 3.71967C12.6714 3.86032 12.7504 4.05109 12.7504 4.25V18.9397L18.2198 13.4694C18.3605 13.3286 18.5514 13.2496 18.7504 13.2496C18.9494 13.2496 19.1403 13.3286 19.281 13.4694C19.4218 13.6101 19.5008 13.801 19.5008 14C19.5008 14.199 19.4218 14.3899 19.281 14.5306Z' fill='%237A7A7A'/%3E%3C/svg%3E");
}
.Contact-Offices__accordion-content {
  display: grid;
  gap: 20px;
}
@media (min-width: 960px) {

  .Contact-Offices__accordion-content {
    gap: 24px;
  }
}
.Contact-Offices__accordion-content {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.Contact-Offices__content-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.Contact-Offices__content-icon {
  margin-top: 2px;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.Contact-Offices__content-icon svg {
  height: 100%;
  width: 100%;
}
.Contact-Offices__content-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Offices__content-text {
    font-size: 18px;
  }
}
.Contact-Outro {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Contact-Outro {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.Contact-Outro__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Contact-Outro__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Contact-Outro__container {
    max-width: 1280px;
  }
}
.Contact-Outro__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Contact-Outro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 960px) {

  .Contact-Outro__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (min-width: 1200px) {

  .Contact-Outro__grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
.Contact-Outro__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.Contact-Outro__item-label {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Contact-Outro__item-value {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Home-Hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (min-width: 960px) {

  .Home-Hero {
    flex-direction: row;
    flex-direction: row-reverse;
    gap: 0;
  }
}
.Home-Hero__image-box {
  position: relative;
  height: 336px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Hero__image-box {
    height: 710px;
    width: 810px;
  }
}
@media (min-width: 1600px) {

  .Home-Hero__image-box {
    height: auto;
    width: 60%;
  }
}
.Home-Hero__watch-video {
  position: absolute;
  left: 10px;
  bottom: 0px;
  right: initial;
  height: 128px;
  width: 128px;
  overflow: hidden;
  border-radius: 50%;
}
@media (min-width: 960px) {

  .Home-Hero__watch-video {
    left: initial;
    bottom: 17px;
    right: 20%;
  }
}
.Home-Hero__watch-video .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.Home-Hero__watch-video .title {
  font-family: 'League Spartan';
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Hero__content-wrapper {
  margin-left: 20px;
  margin-right: 20px;
  max-width: 100%;
}
@media (min-width: 960px) {

  .Home-Hero__content-wrapper {
    margin-left: 40px;
    max-width: 647px;
  }
}
.Home-Hero__title {
  font-family: 'League Spartan';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Hero__title {
    max-width: 645px;
    font-size: 56px;
    line-height: 62px;
  }
}
.Home-Hero__desc {
  margin-top: 16px;
  font-family: 'League Spartan';
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Hero__desc {
    max-width: 549px;
  }
}
.Home-News {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Home-News {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-News__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-News__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-News__container {
    max-width: 1280px;
  }
}
.Home-News__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Home-News__header {
  margin-bottom: 28px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {

  .Home-News__header {
    margin-bottom: 64px;
    flex-direction: row;
    gap: 30px;
  }
}
.Home-News__title {
  font-family: 'League Spartan';
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Home-News__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Home-News__view-all-button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}
@media (min-width: 960px) {

  .Home-News__view-all-button {
    display: flex;
  }
}
.Home-News__view-all-button {
  text-decoration-line: none;
  transition-property: 0.3s;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.Home-News__view-all-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-News__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media (min-width: 960px) {

  .Home-News__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
.Home-News__grid {
  width: 100%;
}
.Home-News__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-decoration-line: none;
}
.Home-News__card-image {
  position: relative;
  height: 200px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-News__card-image {
    height: 300px;
  }
}
.Home-News__card-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.Home-News__card-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 25px 0 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Home-News__card-link .circle {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Home-News__card-link svg {
  height: 16px;
  width: 16px;
}
.Home-News__card-link svg path {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Home-News__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.Home-News__card-title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Home-News__card-description {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 960px) {

  .Home-News__card-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.Home-News__footer {
  margin-top: 28px;
}
@media (min-width: 960px) {

  .Home-News__footer {
    display: none;
  }
}
.Home-News__view-all-button-mobile {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  width: 100%;
  justify-content: center;
  text-decoration-line: none;
  transition-property: 0.3s;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.Home-News__view-all-button-mobile:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-Stats {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 960px) {

  .Home-Stats {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-Stats__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Home-Stats__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .Home-Stats__heading {
    text-align: left;
  }
}
.Home-Stats__heading {
  margin-bottom: 28px;
}
@media (min-width: 960px) {

  .Home-Stats__heading {
    margin-bottom: 0;
    width: 433px;
    flex-shrink: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.Home-Stats__title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Home-Stats__title {
    font-size: 32px;
    font-weight: 400;
  }
}
.Home-Stats__title {
  margin-bottom: 12px;
}
.Home-Stats__subtitle {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  margin-bottom: 12px;
}
@media (min-width: 960px) {

  .Home-Stats__subtitle {
    margin-bottom: 28px;
  }
}
.Home-Stats__footnote {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Home-Stats__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 960px) {

  .Home-Stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    width: 675px;
    flex-shrink: 0;
  }
}
.Home-Stats__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 317px;
  height: 302px;
  padding: 60px 48px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  border-radius: 200px;
  background-color: transparent;
}
.Home-Stats__card-value-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.Home-Stats__card-value {
  font-family: 'League Spartan';
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
  text-align: center;
}
.Home-Stats__card-value-unit {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}
.Home-Stats__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  flex-shrink: 0;
}
.Home-Stats__card-label {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-align: center;
}
.Home-Stats__card-description {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  text-align: left;
}
@media (min-width: 960px) {

  .Home-Stats__card-description {
    text-align: center;
  }
}
.Home-Stats__card-description {
  max-width: 220px;
}
.Home-InvestmentFunds {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-InvestmentFunds__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-InvestmentFunds__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-InvestmentFunds__container {
    max-width: 1280px;
  }
}
.Home-InvestmentFunds__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Home-InvestmentFunds__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px;
  }
}
.Home-InvestmentFunds__grid {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__grid {
    max-width: 1281px;
  }
}
.Home-InvestmentFunds__card {
  position: relative;
  width: 350px;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card {
    width: 427px;
  }
}
.Home-InvestmentFunds__card {
  overflow: hidden;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .Home-InvestmentFunds__card:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.Home-InvestmentFunds__card-image {
  position: relative;
  height: 280px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card-image {
    height: 340px;
  }
}
.Home-InvestmentFunds__card-content {
  position: absolute;
  inset: 0px;
  z-index: 1;
  padding: 26px 20px;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card-content {
    padding: 60px 48px;
  }
}
.Home-InvestmentFunds__card-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Home-InvestmentFunds__card-value {
  font-family: 'League Spartan';
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card-value {
    font-size: 50px;
  }
}
.Home-InvestmentFunds__card-description {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}
@media (min-width: 960px) {

  .Home-InvestmentFunds__card-description {
    font-size: 20px;
  }
}
.Home-InvestmentFunds__card-description {
  margin-top: 16px;
}
.Home-Bulletin {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, #1B3132 0%, #366D71 100%);
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Home-Bulletin {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-Bulletin__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-Bulletin__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-Bulletin__container {
    max-width: 1280px;
  }
}
.Home-Bulletin__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Home-Bulletin__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.Home-Bulletin__container {
  position: relative;
  z-index: 1;
}
.Home-Bulletin__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}
@media (min-width: 960px) {

  .Home-Bulletin__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 120px;
  }
}
.Home-Bulletin__image-wrapper {
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Bulletin__image-wrapper {
    width: 470px;
  }
}
.Home-Bulletin__image-wrapper {
  order: 1;
}
.Home-Bulletin__image-wrapper img {
  border-radius: 4px;
}
@media (min-width: 960px) {

  .Home-Bulletin__image-wrapper img {
    border-radius: 6px;
  }
}
.Home-Bulletin__image-wrapper img {
  height: auto;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Bulletin__image-wrapper img {
    height: 540px;
  }
}
.Home-Bulletin__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Bulletin__content-wrapper {
    width: 517px;
  }
}
.Home-Bulletin__content-wrapper {
  order: 2;
}
.Home-Bulletin__text {
  font-family: 'League Spartan';
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Home-Bulletin__text {
    font-size: 32px;
    font-weight: 400;
  }
}
.Home-Bulletin__action {
  display: flex;
}
.Home-Bulletin__button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Home-Bulletin__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.Home-Stakeholders {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Home-Stakeholders {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Home-Stakeholders__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Home-Stakeholders__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Home-Stakeholders__container {
    max-width: 1280px;
  }
}
.Home-Stakeholders__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Home-Stakeholders__heading {
  margin-bottom: 28px;
}
@media (min-width: 960px) {

  .Home-Stakeholders__heading {
    margin-bottom: 80px;
  }
}
.Home-Stakeholders__title {
  font-family: 'League Spartan';
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Home-Stakeholders__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Home-Stakeholders__grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
@media (min-width: 960px) {

  .Home-Stakeholders__grid {
    flex-direction: row;
    gap: 48px;
  }
}
.Home-Stakeholders__grid .Home-Stakeholders__item {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 960px) {

  .Home-Stakeholders__grid .Home-Stakeholders__item {
    width: calc(50% - 24px);
  }
}
.Header__action-link.Home-Stakeholders__item:hover {
  text-decoration-line: none;
}
.Header__action-link.Home-Stakeholders__item.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Home-Stakeholders__item {
  height: 211px;
  cursor: pointer;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Home-Stakeholders__item:nth-child(1) {
  border-top-width: 1px;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item:nth-child(2) {
    border-top-width: 1px;
  }
}
.Home-Stakeholders__item.active .Home-Stakeholders__item-card {
  align-items: flex-start;
}
.Home-Stakeholders__item.active .Home-Stakeholders__item-description {
  height: auto;
  opacity: 1;
}
.Home-Stakeholders__item.active .Home-Stakeholders__item-icon-wrapper {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.Home-Stakeholders__item-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item-card {
    padding: 20px 40px;
  }
}
.Home-Stakeholders__item-image-wrapper {
  flex-shrink: 0;
  height: 120px;
  width: 120px;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item-image-wrapper {
    height: 171px;
    width: 171px;
  }
}
.Home-Stakeholders__item-image-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Home-Stakeholders__item-main-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item-main-content {
    flex-direction: row;
    gap: 20px;
  }
}
.Home-Stakeholders__item-main-content {
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
  justify-content: space-between;
}
.Home-Stakeholders__item-title-bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.Home-Stakeholders__item-title {
  font-family: 'League Spartan';
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 20px;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item-title {
    font-size: 24px;
  }
}
.Home-Stakeholders__item-icon-wrapper .circle {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.Home-Stakeholders__item-icon-wrapper .circle svg {
  height: 24px;
  width: 24px;
}
.Home-Stakeholders__item-description {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-family: 'League Spartan';
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-size: 14px;
  line-height: 1.428em;
  margin-top: 15px;
}
@media (min-width: 960px) {

  .Home-Stakeholders__item-description {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.25em;
  }
}
.test3 {
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.Common-Banner {
  position: relative;
  display: flex;
  min-height: 290px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {

  .Common-Banner {
    min-height: 440px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.Common-Banner__bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.Common-Banner__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Common-Banner__content {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 960px) {

  .Common-Banner__content {
    max-width: 844px;
  }
}
.Common-Banner__title {
  z-index: 10;
  text-align: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Banner__title {
    font-size: 48px;
    line-height: 57.6px;
  }
}
.Common-Banner .Common-Breadcrumb li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.Common-Banner .Common-Breadcrumb li:not(:first-child)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Common-Intro {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 960px) {

  .Common-Intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-Intro__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-Intro__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-Intro__container {
    max-width: 1280px;
  }
}
.Common-Intro__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-Intro__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  font-family: 'League Spartan', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Intro__desc {
    max-width: 844px;
    font-size: 18px;
    line-height: 28px;
  }
}
.Common-Highlight {
  padding-top: 28px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .Common-Highlight {
    padding-top: 103px;
    padding-bottom: 120px;
  }
}
.Common-Highlight__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-Highlight__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-Highlight__container {
    max-width: 1280px;
  }
}
.Common-Highlight__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
@media (min-width: 960px) {

  .Common-Highlight__container {
    max-width: 844px;
  }
}
.Common-Highlight__title {
  z-index: 10;
  margin-top: 16px;
  text-align: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41.6px;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Highlight__title {
    font-size: 48px;
    line-height: 57.6px;
  }
}
.Common-Highlight__description {
  z-index: 10;
  margin-top: 24px;
  text-align: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Common-Breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Common-Breadcrumb ul li {
  position: relative;
}
.Common-Breadcrumb ul li a {
  z-index: 10;
  text-align: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-Breadcrumb ul li a:hover {
  opacity: 0.9;
}
.Common-Breadcrumb ul li:not(:first-child)::before {
  position: absolute;
  left: -10px;
  top: 50%;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  opacity: 0.7;
  --tw-content: '';
  content: var(--tw-content);
}
.Common-Faq {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-Faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-Faq.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.Common-Faq.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Common-Faq__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-Faq__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-Faq__container {
    max-width: 1280px;
  }
}
.Common-Faq__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-Faq__title {
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Faq__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Common-Faq__title {
  margin-bottom: 80px;
}
.Common-Faq__accordion {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.Common-Faq__accordion-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.Common-Faq__accordion-item:first-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.Common-Faq__accordion-item.Common-Faq__accordion-item-active {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.Common-Faq__accordion-item.Common-Faq__accordion-item-active .Common-Faq__accordion-title {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-Faq__accordion-item.Common-Faq__accordion-item-active .Common-Faq__accordion-icon::after{
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M21 12.5C21 12.6989 20.921 12.8897 20.7803 13.0303C20.6397 13.171 20.4489 13.25 20.25 13.25H3.75C3.55109 13.25 3.36032 13.171 3.21967 13.0303C3.07902 12.8897 3 12.6989 3 12.5C3 12.3011 3.07902 12.1103 3.21967 11.9697C3.36032 11.829 3.55109 11.75 3.75 11.75H20.25C20.4489 11.75 20.6397 11.829 20.7803 11.9697C20.921 12.1103 21 12.3011 21 12.5Z' fill='%23232323'/%3E%3C/svg%3E");
            }
.Common-Faq__accordion-item.Common-Faq__accordion-item-active .Common-Faq__accordion-content {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 30px;
}
@media (min-width: 960px) {

  .Common-Faq__accordion-item.Common-Faq__accordion-item-active .Common-Faq__accordion-content {
    padding-bottom: 40px;
  }
}
.Header__action-link.Common-Faq__accordion-header:hover {
  text-decoration-line: none;
}
.Header__action-link.Common-Faq__accordion-header.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-Faq__accordion-header {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.Common-Faq__accordion-title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  padding-right: 16px;
}
.Common-Faq__accordion-icon {
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(122 122 122 / var(--tw-border-opacity, 1));
}
.Common-Faq__accordion-icon::after {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z' fill='%237A7A7A'/%3E%3C/svg%3E");
}
.Common-Faq__accordion-content {
  display: grid;
  gap: 20px;
}
@media (min-width: 960px) {

  .Common-Faq__accordion-content {
    gap: 24px;
  }
}
.Common-Faq__accordion-content {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.Common-Faq__content-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-Faq__content-text {
    max-width: 844px;
  }
}
.Common-TwoColumnSection {
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection {
    padding-bottom: 120px;
  }
}
.Common-TwoColumnSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-TwoColumnSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-TwoColumnSection__container {
    max-width: 1280px;
  }
}
.Common-TwoColumnSection__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-TwoColumnSection__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.Common-TwoColumnSection__image-wrapper {
  height: 431px;
  width: 350px;
  justify-self: center;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__image-wrapper {
    height: 532px;
    width: 432px;
    justify-self: start;
  }
}
.Common-TwoColumnSection__image-wrapper picture {
  height: 100%;
  width: 100%;
}
.Common-TwoColumnSection__image-wrapper picture img {
  border-radius: 5px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__image-wrapper picture img {
    border-radius: 6px;
  }
}
.Common-TwoColumnSection__content-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__content-wrapper {
    width: 432px;
  }
}
.Common-TwoColumnSection__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.Common-TwoColumnSection__title {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 32px;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Common-TwoColumnSection__title {
  width: 100%;
  text-align: left;
}
.Common-TwoColumnSection__description {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 960px) {

  .Common-TwoColumnSection__description {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.Common-TwoColumnSection__description {
  width: 100%;
  text-align: left;
}
.Common-TwoColumnSectionReverse {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-TwoColumnSectionReverse__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-TwoColumnSectionReverse__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-TwoColumnSectionReverse__container {
    max-width: 1280px;
  }
}
.Common-TwoColumnSectionReverse__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.Common-TwoColumnSectionReverse__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.Common-TwoColumnSectionReverse__grid {
  align-items: center;
  width: 100%;
}
.Common-TwoColumnSectionReverse__content-frame {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__content-frame {
    width: 100%;
  }
}
.Common-TwoColumnSectionReverse__content-frame {
  order: 2;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__content-frame {
    order: 1;
  }
}
.Common-TwoColumnSectionReverse__content-frame {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__content-frame {
    justify-content: center;
  }
}
.Common-TwoColumnSectionReverse__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__content {
    width: 432px;
  }
}
.Common-TwoColumnSectionReverse__image-frame {
  order: 1;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__image-frame {
    order: 2;
  }
}
.Common-TwoColumnSectionReverse__image-frame {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__image-frame {
    width: 100%;
  }
}
.Common-TwoColumnSectionReverse__image-frame {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__image-frame {
    justify-content: center;
  }
}
.Common-TwoColumnSectionReverse__image-wrapper {
  height: 350px;
  width: 350px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__image-wrapper {
    height: 532px;
    width: 432px;
  }
}
.Common-TwoColumnSectionReverse__image-wrapper picture {
  height: 100%;
  width: 100%;
}
.Common-TwoColumnSectionReverse__image-wrapper picture img {
  border-radius: 5px;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__image-wrapper picture img {
    border-radius: 6px;
  }
}
.Common-TwoColumnSectionReverse__title {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  font-size: 32px;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Common-TwoColumnSectionReverse__title {
  width: 100%;
  text-align: left;
}
.Common-TwoColumnSectionReverse__description {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 960px) {

  .Common-TwoColumnSectionReverse__description {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.Common-TwoColumnSectionReverse__description {
  width: 100%;
  text-align: left;
}
.Common-ServicesPrimaryBg {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1B3132 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 49 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #366D71 var(--tw-gradient-to-position);
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Common-ServicesPrimaryBg__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-ServicesPrimaryBg__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-ServicesPrimaryBg__container {
    max-width: 1280px;
  }
}
.Common-ServicesPrimaryBg__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.Common-ServicesPrimaryBg__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__container {
    gap: 80px;
  }
}
.Common-ServicesPrimaryBg__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__header {
    width: 660px;
  }
}
.Common-ServicesPrimaryBg__title {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 32px;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Common-ServicesPrimaryBg__title {
  text-align: center;
}
.Common-ServicesPrimaryBg__description {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__description {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.Common-ServicesPrimaryBg__description {
  text-align: center;
}
.Common-ServicesPrimaryBg__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.Common-ServicesPrimaryBg__grid {
  gap: 40px;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__grid {
    gap: 80px;
  }
}
.Common-ServicesPrimaryBg__grid {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__grid {
    width: auto;
  }
}
.Common-ServicesPrimaryBg__card {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__card {
    gap: 48px;
  }
}
.Common-ServicesPrimaryBg__card {
  width: 100%;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__card {
    width: 318px;
  }
}
.Common-ServicesPrimaryBg__card-icon-wrapper {
  height: 32px;
  width: 32px;
}
.Common-ServicesPrimaryBg__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.Common-ServicesPrimaryBg__card-title {
  font-family: 'League Spartan';
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.5em;
}
@media (min-width: 960px) {

  .Common-ServicesPrimaryBg__card-title {
    font-size: 20px;
    line-height: 1.5em;
  }
}
.Common-ServicesPrimaryBg__card-title {
  text-align: left;
}
.Common-ServicesPrimaryBg__card-description {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.Common-FundBanner {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
  padding-top: 239px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {

  .Common-FundBanner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.Common-FundBanner__bg {
  position: absolute;
  inset: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.Common-FundBanner__container {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-FundBanner__content {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 960px) {

  .Common-FundBanner__content {
    max-width: 844px;
  }
}
.Common-FundBanner__title {
  z-index: 10;
  text-align: left;
  font-family: 'League Spartan', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-FundBanner__title {
    font-size: 52px;
    line-height: 1.2em;
  }
}
.Common-FundBanner__vector {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 960px) {

  .Common-FundBanner .Common-Breadcrumb {
    display: none;
  }
}
.Common-FundBanner .Common-Breadcrumb li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.Common-FundBanner .Common-Breadcrumb li:not(:first-child)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Common-PrimaryVectorAndContent {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent {
    padding-bottom: 120px;
  }
}
.Common-PrimaryVectorAndContent.theme-default {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent.theme-default {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
.Common-PrimaryVectorAndContent.theme-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url("/images/crescent-bg-m.png");
}
@media (min-width: 768px) {
.Common-PrimaryVectorAndContent.theme-default {
    background-position: center;
    background-repeat: no-repeat;
      background-image: url("/images/crescent-bg.png");
  }
    }
.Common-PrimaryVectorAndContent.theme-default .Common-PrimaryVectorAndContent__phone {
  display: none;
}
.Common-PrimaryVectorAndContent.theme-default .Common-PrimaryVectorAndContent__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-PrimaryVectorAndContent__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-PrimaryVectorAndContent__container-bg {
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__container-bg {
    padding-bottom: 120px;
  }
}
.Common-PrimaryVectorAndContent__container-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__container-bg {
    padding-top: 67px;
    padding-bottom: 67px;
  }
}
.Common-PrimaryVectorAndContent__container-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url("/images/crescent-bg-m.png");
}
@media (min-width: 768px) {
.Common-PrimaryVectorAndContent__container-bg {
    background-position: center;
    background-repeat: no-repeat;
      background-image: url("/images/crescent-bg.png");
  }
    }
.Common-PrimaryVectorAndContent__content-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__content-wrapper {
    max-width: 877px;
    flex-direction: row;
    gap: 120px;
  }
}
.Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__content-left {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 449px;
}
.Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__logo img {
  margin-left: auto;
  margin-right: auto;
  width: 186px;
}
.Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__title {
  font-size: 30px;
  line-height: 41px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__title {
    font-size: 32px;
  }
}
.Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__phone {
  margin-bottom: -190px;
}
.Common-PrimaryVectorAndContent__content-wrapper .Common-PrimaryVectorAndContent__button {
  margin-left: auto;
  margin-right: auto;
}
.Common-PrimaryVectorAndContent__content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__content {
    max-width: 462px;
  }
}
.Common-PrimaryVectorAndContent__logo {
  margin-bottom: 20px;
}
.Common-PrimaryVectorAndContent__title {
  width: 100%;
  text-align: center;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.Common-PrimaryVectorAndContent__desc {
  width: 100%;
  text-align: center;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__desc {
    font-size: 18px;
  }
}
.Common-PrimaryVectorAndContent__button {
  margin-top: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Common-PrimaryVectorAndContent__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-PrimaryVectorAndContent__phone {
  bottom: -120px;
}
@media (min-width: 960px) {

  .Common-PrimaryVectorAndContent__phone {
    right: 120px;
  }
}
.Common-Loading {
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.Common-Loading .loading {
  width: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-Loading.active {
  position: fixed;
}
.Common-Loading:not(.active) {
  display: none;
}
.Contact-Form {
  padding-top: 28px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Contact-Form {
    padding-top: 120px;
  }
}
.Contact-Form__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Contact-Form__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Contact-Form__container {
    max-width: 1280px;
  }
}
.Contact-Form__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Contact-Form__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 48px;
}
@media (min-width: 960px) {

  .Contact-Form__grid {
    grid-template-columns: 432px 1fr;
    gap: 113px;
  }
}
.Contact-Form__info-block {
  display: flex;
  flex-direction: column;
}
.Contact-Form__info-title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__info-title {
    font-size: 32px;
  }
}
.Contact-Form__info-title {
  margin-bottom: 30px;
}
@media (min-width: 960px) {

  .Contact-Form__info-title {
    margin-bottom: 48px;
  }
}
.Contact-Form__info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Contact-Form__info-items {
    gap: 24px;
  }
}
.Contact-Form__info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 960px) {

  .Contact-Form__info-item {
    gap: 20px;
  }
}
.Contact-Form__info-icon {
  margin-top: 2px;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
.Contact-Form__info-icon svg {
  height: 100%;
  width: 100%;
}
.Contact-Form__info-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__info-text {
    font-size: 18px;
  }
}
.Contact-Form__info-text a {
  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;
}
.Contact-Form__info-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Contact-Form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Contact-Form__form {
    margin-left: auto;
    min-width: 517px;
  }
}
.Contact-Form__form-group {
  width: 100%;
}
.Contact-Form__form-group-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.Contact-Form__input,
  .Contact-Form__textarea,
  .Contact-Form__phone-prefix {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input::-moz-placeholder, .Contact-Form__textarea::-moz-placeholder, .Contact-Form__phone-prefix::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input::placeholder,
  .Contact-Form__textarea::placeholder,
  .Contact-Form__phone-prefix::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Contact-Form__input,
  .Contact-Form__textarea,
  .Contact-Form__phone-prefix {
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}
.Contact-Form__input:focus,
  .Contact-Form__textarea:focus,
  .Contact-Form__phone-prefix:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --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(0px + 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);
}
.Contact-Form__textarea {
  height: 120px;
  resize: none;
}
@media (min-width: 960px) {

  .Contact-Form__textarea {
    height: 148px;
  }
}
.Contact-Form__phone-prefix {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A7A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
}
.Contact-Form__phone-prefix span {
  display: none;
}
.Contact-Form__phone-prefix svg {
  display: none;
}
.Contact-Form__form-group-checkbox {
  margin-top: 20px;
}
.Contact-Form__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.Header__action-link.Contact-Form__checkbox-label:hover {
  text-decoration-line: none;
}
.Header__action-link.Contact-Form__checkbox-label.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Contact-Form__checkbox-label {
  cursor: pointer;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-label {
    font-size: 16px;
  }
}
.Contact-Form__checkbox-input {
  display: none;
}
.Contact-Form__checkbox-box {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-box {
    height: 20px;
    width: 20px;
  }
}
.Contact-Form__checkbox-box {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box {
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
  height: 5px;
  width: 8px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    height: 7px;
    width: 10px;
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  border-left-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-translate-y: -1px;
  --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));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    --tw-translate-y: -1.5px;
    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));
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
  left: 3px;
  top: 4px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Contact-Form__checkbox-box::after {
    left: 4px;
    top: 5px;
  }
}
.Contact-Form label.error {
  margin-top: 4px;
  font-family: 'League Spartan';
  font-size: 14px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 95 109 / var(--tw-text-opacity, 1));
}
.Contact-Form__submit-button {
  align-self: flex-start;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    align-self: flex-end;
  }
}
.Contact-Form__submit-button {
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.Contact-Form__submit-button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / 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;
}
.Contact-Form__submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Contact-Form__submit-button {
  margin-top: 8px;
}
@media (min-width: 960px) {

  .Contact-Form__submit-button {
    margin-top: 20px;
  }
}
.Common-ContactUs {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .Common-ContactUs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.Common-ContactUs.theme-default {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.Common-ContactUs.theme-default .Common-ContactUs__input,.Common-ContactUs.theme-default .Common-ContactUs__phone-prefix,.Common-ContactUs.theme-default .Common-ContactUs__textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Header__action-link.Common-ContactUs .Common-ContactUs__checkbox-box:hover {
  text-decoration-line: none;
}
.Header__action-link.Common-ContactUs .Common-ContactUs__checkbox-box.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-ContactUs .Common-ContactUs__checkbox-box {
  cursor: pointer;
}
.Common-ContactUs__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .Common-ContactUs__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .Common-ContactUs__container {
    max-width: 1280px;
  }
}
.Common-ContactUs__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 546px;
  padding-left: 20px;
  padding-right: 20px;
}
.Common-ContactUs__section-title {
  text-align: center;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-ContactUs__section-title {
    font-size: 40px;
  }
}
.Common-ContactUs__section-title {
  margin-bottom: 30px;
}
@media (min-width: 960px) {

  .Common-ContactUs__section-title {
    margin-bottom: 48px;
  }
}
.Common-ContactUs__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .Common-ContactUs__form {
    margin-left: auto;
    min-width: 517px;
  }
}
.Common-ContactUs__form-group {
  width: 100%;
}
.Common-ContactUs__form-group-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.Common-ContactUs__input,
  .Common-ContactUs__textarea,
  .Common-ContactUs__phone-prefix {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__input::-moz-placeholder, .Common-ContactUs__textarea::-moz-placeholder, .Common-ContactUs__phone-prefix::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__input::placeholder,
  .Common-ContactUs__textarea::placeholder,
  .Common-ContactUs__phone-prefix::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__input,
  .Common-ContactUs__textarea,
  .Common-ContactUs__phone-prefix {
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}
.Common-ContactUs__input:focus,
  .Common-ContactUs__textarea:focus,
  .Common-ContactUs__phone-prefix:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --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(0px + 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);
}
.Common-ContactUs__textarea {
  height: 120px;
  resize: none;
}
@media (min-width: 960px) {

  .Common-ContactUs__textarea {
    height: 148px;
  }
}
.Common-ContactUs__phone-prefix {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A7A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 16px center;
}
.Common-ContactUs__phone-prefix span {
  display: none;
}
.Common-ContactUs__phone-prefix svg {
  display: none;
}
.Common-ContactUs__form-group-checkbox {
  margin-top: 20px;
}
.Common-ContactUs__checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.Header__action-link.Common-ContactUs__checkbox-label:hover {
  text-decoration-line: none;
}
.Header__action-link.Common-ContactUs__checkbox-label.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__checkbox-label {
  cursor: pointer;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Common-ContactUs__checkbox-label {
    font-size: 16px;
  }
}
.Common-ContactUs__checkbox-input {
  display: none;
}
.Common-ContactUs__checkbox-box {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .Common-ContactUs__checkbox-box {
    height: 20px;
    width: 20px;
  }
}
.Common-ContactUs__checkbox-box {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box {
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
  height: 5px;
  width: 8px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
    height: 7px;
    width: 10px;
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
  border-left-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-translate-y: -1px;
  --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));
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
    --tw-translate-y: -1.5px;
    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));
  }
}
.Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
  left: 3px;
  top: 4px;
}
@media (min-width: 960px) {

  .Contact-Form__checkbox-input:checked + .Contact-Form__checkbox-label .Common-ContactUs__checkbox-box::after {
    left: 4px;
    top: 5px;
  }
}
.Common-ContactUs label.error {
  margin-top: 4px;
  font-family: 'League Spartan';
  font-size: 14px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 95 109 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__submit-button {
  align-self: flex-start;
}
@media (min-width: 960px) {

  .Common-ContactUs__submit-button {
    align-self: flex-end;
  }
}
.Common-ContactUs__submit-button {
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 960px) {

  .Common-ContactUs__submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.Common-ContactUs__submit-button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / 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;
}
.Common-ContactUs__submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.Common-ContactUs__submit-button {
  margin-top: 8px;
}
@media (min-width: 960px) {

  .Common-ContactUs__submit-button {
    margin-top: 20px;
  }
}
.NotFound {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  position: relative;
  min-height: calc(100vh - 80px);
}
@media (min-width: 960px) {

  .NotFound {
    min-height: calc(100vh - 140px);
  }
}
.NotFound__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .NotFound__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .NotFound__container {
    max-width: 1280px;
  }
}
.NotFound__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .NotFound__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.NotFound__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.NotFound__errorCode {
  font-family: 'League Spartan';
  font-size: 120px;
  font-weight: 500;
  line-height: 1em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .NotFound__errorCode {
    font-size: 160px;
  }
}
.NotFound__title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .NotFound__title {
    font-size: 24px;
  }
}
.NotFound__button {
  display: inline-block;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.NotFound__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.NotFound__button span {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.NotFound__button:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.NotFound__assets-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: none;
  align-items: flex-start;
}
@media (min-width: 960px) {

  .NotFound__assets-wrapper {
    display: flex;
  }
}
.NotFound__assets-wrapper .asset {
  position: absolute;
  top: 0px;
  right: 0px;
}
.PrivacyPolicy-KvkkSection {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .PrivacyPolicy-KvkkSection {
    padding-bottom: 80px;
  }
}
.PrivacyPolicy-KvkkSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .PrivacyPolicy-KvkkSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .PrivacyPolicy-KvkkSection__container {
    max-width: 1280px;
  }
}
.PrivacyPolicy-KvkkSection__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
@media (min-width: 960px) {

  .PrivacyPolicy-KvkkSection__container {
    max-width: 844px;
  }
}
.PrivacyPolicy-KvkkSection__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  font-family: 'League Spartan';
  font-size: 18px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.OurJourneyContent {
  width: 100%;
}
.OurJourneyContent__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurJourneyContent__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurJourneyContent__container {
    max-width: 1280px;
  }
}
.OurJourneyContent__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {

  .OurJourneyContent__container {
    padding-bottom: 120px;
  }
}
.OurJourneyContent__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 960px) {

  .OurJourneyContent__timeline {
    gap: 80px;
  }
}
.OurJourneyContent__timeline {
  padding-left: 24px;
}
@media (min-width: 960px) {

  .OurJourneyContent__timeline {
    padding-left: 0px;
  }
}
.OurJourneyContent__timeline::before {
  position: absolute;
  left: 4px;
  top: 0px;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 223 220 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 960px) {

  .OurJourneyContent__timeline::before {
    left: 50%;
    --tw-translate-x: -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));
  }
}
.OurJourneyContent__timeline::before {
  display: block;
}
@media (min-width: 960px) {

  .OurJourneyContent__timeline::before {
    display: block;
  }
}
.OurJourneyContent__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 960px) {

  .OurJourneyContent__item {
    flex-direction: row;
    gap: 86px;
  }
}
.OurJourneyContent__item:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 960px) {

  .OurJourneyContent__item:nth-child(even) {
    flex-direction: row;
  }
}
.OurJourneyContent__item::before {
  position: absolute;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 223 220 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
}
@media (min-width: 960px) {

  .OurJourneyContent__item::before {
    left: 50%;
    height: 20px;
    width: 20px;
    --tw-translate-x: -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));
  }
}
.OurJourneyContent__item-card {
  height: 242px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 960px) {

  .OurJourneyContent__item-card {
    height: 280px;
    width: 407px;
  }
}
.OurJourneyContent__item-content {
  width: 100%;
}
@media (min-width: 960px) {

  .OurJourneyContent__item-content {
    width: 407px;
  }
}
.OurJourneyContent__item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.OurJourneyContent__item-year {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .OurJourneyContent__item-year {
    font-size: 28px;
  }
}
.OurJourneyContent__item-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.OurJourneyContent__item-title {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .OurJourneyContent__item-title {
    font-size: 18px;
  }
}
.OurJourneyContent__item-description {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .OurJourneyContent__item-description {
    line-height: 1.5em;
  }
}
.OurCorporateStrategy-Values {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1B3132 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 49 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #366D71 var(--tw-gradient-to-position);
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.OurCorporateStrategy-Values__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurCorporateStrategy-Values__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurCorporateStrategy-Values__container {
    max-width: 1280px;
  }
}
.OurCorporateStrategy-Values__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.OurCorporateStrategy-Values__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__container {
    gap: 64px;
  }
}
.OurCorporateStrategy-Values__title {
  font-family: 'League Spartan';
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 32px;
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.OurCorporateStrategy-Values__title {
  text-align: center;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__title {
    width: 1062px;
  }
}
.OurCorporateStrategy-Values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.OurCorporateStrategy-Values__grid {
  width: 350px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__grid {
    width: 100%;
  }
}
.OurCorporateStrategy-Values__card {
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
  border-width: 1px;
  border-color: rgba(241,241,241,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card {
    gap: 24px;
  }
}
.OurCorporateStrategy-Values__card {
  padding: 12px 8px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card {
    padding: 24px 48px;
  }
}
.OurCorporateStrategy-Values__card {
  width: 100%;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card {
    width: auto;
  }
}
.OurCorporateStrategy-Values__card-icon-wrapper {
  margin-right: auto;
  height: 24px;
  width: 24px;
}
.OurCorporateStrategy-Values__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}
.OurCorporateStrategy-Values__card-title {
  font-family: 'League Spartan';
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 20px;
  line-height: 1.2em;
  text-align: left;
}
.OurCorporateStrategy-Values__card-description {
  font-family: 'League Spartan';
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(211 222 222 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.25em;
  text-align: left;
}
.OurCorporateStrategy-Values__card:nth-child(1) {
  border-top-left-radius: 6px;
}
.OurCorporateStrategy-Values__card:nth-child(2) {
  border-top-right-radius: 6px;
  border-left-width: 0px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card:nth-child(2) {
    border-top-right-radius: 0px;
    border-left-width: 1px;
  }

  .OurCorporateStrategy-Values__card:nth-child(3) {
    border-top-right-radius: 6px;
    border-left-width: 0px;
  }
}
.OurCorporateStrategy-Values__card:nth-child(2n) {
  border-left-width: 0px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card:nth-child(2n) {
    border-left-width: 1px;
  }
}
.OurCorporateStrategy-Values__card:nth-child(n+3) {
  border-top-width: 0px;
}
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card:nth-child(n+3) {
    border-top-width: 1px;
  }

  .OurCorporateStrategy-Values__card:nth-child(3n+1) {
    border-left-width: 1px;
  }

  .OurCorporateStrategy-Values__card:nth-child(3n) {
    border-left-width: 0px;
  }

  .OurCorporateStrategy-Values__card:nth-child(n+4) {
    border-top-width: 0px;
  }
}
.OurCorporateStrategy-Values__card:nth-child(n+4) { /* Reset top border for rows after the first on desktop */
    }
/* Mobile specific border radius for bottom row */
.OurCorporateStrategy-Values__card:nth-child(7), .OurCorporateStrategy-Values__card:nth-child(8) {
  border-bottom-left-radius: 0px;
}
.OurCorporateStrategy-Values__card:nth-child(8) {
  border-bottom-right-radius: 6px;
}
/* Desktop specific border radius for bottom row */
@media (min-width: 960px) {

  .OurCorporateStrategy-Values__card:nth-child(7) {
    border-bottom-left-radius: 6px;
  }

  .OurCorporateStrategy-Values__card:nth-child(9) {
    border-bottom-right-radius: 6px;
  }
}
/* Remove bottom left radius from the second to last element on mobile (8th element) if it's on a new line */
.OurCorporateStrategy-Values__card:nth-last-child(2):nth-child(odd) {
  border-bottom-left-radius: 6px;
}
.ManagementTeam-Content {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .ManagementTeam-Content {
    padding-bottom: 120px;
  }
}
.ManagementTeam-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .ManagementTeam-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .ManagementTeam-Content__container {
    max-width: 1280px;
  }
}
.ManagementTeam-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.ManagementTeam-Content__heading {
  margin-bottom: 28px;
}
@media (min-width: 960px) {

  .ManagementTeam-Content__heading {
    margin-bottom: 48px;
  }
}
.ManagementTeam-Content__title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ManagementTeam-Content__title {
    font-size: 32px;
  }
}
.ManagementTeam-Content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 12px;
}
@media (min-width: 960px) {

  .ManagementTeam-Content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 83px 108px;
  }
}
@media (min-width: 1200px) {

  .ManagementTeam-Content__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.Header__action-link.ManagementTeam-Content__card:hover {
  text-decoration-line: none;
}
.Header__action-link.ManagementTeam-Content__card.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Content__card {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
}
.ManagementTeam-Content__card-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  height: 202px;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 960px) {

  .ManagementTeam-Content__card-image {
    height: 287px;
  }
}
.ManagementTeam-Content__card-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
}
.ManagementTeam-Content__card-name {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Content__card-position {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Content__card-position-alt {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Content__card-icon {
  margin-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.ManagementTeam-Modal {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  opacity: 0;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ManagementTeam-Modal.is-active {
  visibility: visible;
  opacity: 1;
}
.ManagementTeam-Modal__overlay {
  position: fixed;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
.ManagementTeam-Modal__container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__container {
    padding: 50px 30px;
  }
}
.ManagementTeam-Modal__content {
  position: relative;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__content {
    max-width: 750px;
  }
}
.ManagementTeam-Modal__content {
  flex-direction: row;
  gap: 40px;
  padding: 32px 20px;
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__content {
    display: flex;
    padding: 32px 42px 32px 32px;
  }
}
.ManagementTeam-Modal__content {
  height: 100%;
  overflow-y: auto;
}
.ManagementTeam-Modal__image {
  height: 318px;
  width: 285px;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__image {
    margin-left: auto;
    margin-right: auto;
    height: 287px;
    width: 239px;
  }
}
@media (max-width: 960px) {

  .ManagementTeam-Modal__image {
    margin-bottom: 32px;
  }
}
.ManagementTeam-Modal__info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__info {
    width: 420px;
  }
}
.ManagementTeam-Modal__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ManagementTeam-Modal__name {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Modal__position {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
.ManagementTeam-Modal__social {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.ManagementTeam-Modal__bio {
  white-space: pre-line;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  opacity: 0.8;
  padding-right: 10px;
}
.Header__action-link.ManagementTeam-Modal__close:hover {
  text-decoration-line: none;
}
.Header__action-link.ManagementTeam-Modal__close.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ManagementTeam-Modal__close {
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 960px) {

  .ManagementTeam-Modal__close {
    right: 32px;
  }
}
.OurValues-MissionVisionSection {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.OurValues-MissionVisionSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurValues-MissionVisionSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurValues-MissionVisionSection__container {
    max-width: 1280px;
  }
}
.OurValues-MissionVisionSection__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.OurValues-MissionVisionSection__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.OurValues-MissionVisionSection__grid {
  width: 100%;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__grid {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
  }
}
.OurValues-MissionVisionSection__card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.OurValues-MissionVisionSection__card:hover {
  --tw-shadow: 0px 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 4px 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);
}
.OurValues-MissionVisionSection__card:first-child {
  border-radius: 6px 6px 0px 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:first-child {
    border-radius: 6px 0px 0px 6px;
  }
}
.OurValues-MissionVisionSection__card:first-child {
  width: 100%;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:first-child {
    height: 340px;
    width: 640px;
  }
}
.OurValues-MissionVisionSection__card:first-child {
  padding: 28px 20px;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:first-child {
    padding: 60px 80px;
    border-width: 1px;
    border-right-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }
}
.OurValues-MissionVisionSection__card:last-child {
  border-radius: 0px 0px 6px 6px;
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:last-child {
    border-radius: 0px 6px 6px 0px;
  }
}
.OurValues-MissionVisionSection__card:last-child {
  width: 100%;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:last-child {
    height: 340px;
    width: 640px;
  }
}
.OurValues-MissionVisionSection__card:last-child {
  padding: 28px 20px;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card:last-child {
    padding: 60px 80px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }
}
.OurValues-MissionVisionSection__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  width: 100%;
}
.OurValues-MissionVisionSection__card-title {
  font-family: 'League Spartan';
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
  font-size: 40px;
  line-height: 1.2em;
}
@media (min-width: 960px) {

  .OurValues-MissionVisionSection__card-title {
    font-size: 48px;
    line-height: 1.2em;
  }
}
.OurValues-MissionVisionSection__card-title {
  width: 100%;
  text-align: left;
}
.OurValues-MissionVisionSection__card-description {
  font-family: 'League Spartan';
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 1.25em;
  width: 100%;
  text-align: left;
}
.OurMemberships-Content {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .OurMemberships-Content {
    padding-bottom: 120px;
  }
}
.OurMemberships-Content__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .OurMemberships-Content__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .OurMemberships-Content__container {
    max-width: 1280px;
  }
}
.OurMemberships-Content__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.OurMemberships-Content__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .OurMemberships-Content__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.OurMemberships-Content__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 960px) {

  .OurMemberships-Content__item {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.OurMemberships-Content__item:hover {
  background-color: #5a93a116;
}
@media (min-width: 960px) {

  .OurMemberships-Content__item:nth-child(2n+1) {
    border-right-width: 1px;
  }
}
.OurMemberships-Content__item:nth-child(2n) {
  border-left-width: 0px;
}
@media (min-width: 960px) {

  .OurMemberships-Content__item:nth-child(2n) {
    border-left-width: 1px;
  }

  .OurMemberships-Content__item:nth-child(3n-1) {
    border-right-width: 1px;
  }

  .OurMemberships-Content__item:nth-child(3n-2) {
    border-right-width: 1px;
  }

  .OurMemberships-Content__item:nth-child(2n-1) {
    border-right-width: 1px;
  }
}
.OurMemberships-Content__item:nth-child(n+3) {
  border-top-width: 0px;
}
@media (min-width: 960px) {

  .OurMemberships-Content__item:nth-child(3n+1) {
    border-left-width: 1px;
  }

  .OurMemberships-Content__item:nth-child(3n+2) {
    border-left-width: 0px;
  }

  .OurMemberships-Content__item:nth-child(3n) {
    border-left-width: 0px;
    border-right-width: 1px;
  }

  .OurMemberships-Content__item:nth-child(n+4) {
    border-top-width: 0px;
  }

  .OurMemberships-Content__item:nth-child(-n+3) {
    border-top-width: 1px;
  }
}
.OurMemberships-Content__item picture {
  display: block;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 960px) {

  .OurMemberships-Content__item picture {
    max-width: 180px;
  }
}
.OurMemberships-Content__item img {
  height: auto;
  max-width: 100%;
}
.IndividualInvestors-TopStatsSection {
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1B3132 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 49 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #366D71 var(--tw-gradient-to-position);
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.IndividualInvestors-TopStatsSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .IndividualInvestors-TopStatsSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .IndividualInvestors-TopStatsSection__container {
    max-width: 1280px;
  }
}
.IndividualInvestors-TopStatsSection__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.IndividualInvestors-TopStatsSection__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.IndividualInvestors-TopStatsSection__grid {
  gap: 40px;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__grid {
    gap: 64px;
  }
}
.IndividualInvestors-TopStatsSection__grid {
  align-items: center;
}
.IndividualInvestors-TopStatsSection__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__content {
    width: 538px;
  }
}
.IndividualInvestors-TopStatsSection__title {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 32px;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__title {
    font-size: 40px;
  }
}
.IndividualInvestors-TopStatsSection__title {
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__title {
    line-height: 1.2em;
  }
}
.IndividualInvestors-TopStatsSection__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  width: 100%;
  text-align: left;
}
.IndividualInvestors-TopStatsSection__description {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__description {
    font-size: 18px;
  }
}
.IndividualInvestors-TopStatsSection__description {
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  width: 100%;
  text-align: left;
}
.IndividualInvestors-TopStatsSection__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px 12px;
}
@media (min-width: 960px) {

  .IndividualInvestors-TopStatsSection__card {
    padding: 48px;
  }
}
.IndividualInvestors-TopStatsSection__card {
  width: 100%;
  max-width: 480px;
  border-radius: 6px;
  border-width: 1px;
  border-color: rgba(241,241,241,0.1);
}
.IndividualInvestors-TopStatsSection__card-title {
  font-family: 'League Spartan';
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.IndividualInvestors-TopStatsSection__card-value-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.IndividualInvestors-TopStatsSection__card-value {
  font-family: 'League Spartan';
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.IndividualInvestors-TopStatsSection__card-value span {
  font-size: 40px;
}
.IndividualInvestors-TopStatsSection__card-label {
  font-family: 'League Spartan';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.IndividualInvestors-TopStatsSection__card-bg-svg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 120px;
  width: 100%;
  pointer-events: none;
}
.IndividualInvestors-AssetPieSection {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.IndividualInvestors-AssetPieSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .IndividualInvestors-AssetPieSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .IndividualInvestors-AssetPieSection__container {
    max-width: 1280px;
  }
}
.IndividualInvestors-AssetPieSection__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.IndividualInvestors-AssetPieSection__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.IndividualInvestors-AssetPieSection__grid {
  gap: 40px;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__grid {
    gap: 262px;
  }
}
.IndividualInvestors-AssetPieSection__grid {
  align-items: center;
}
.IndividualInvestors-AssetPieSection__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__content {
    width: 548px;
  }
}
.IndividualInvestors-AssetPieSection__title {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 32px;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__title {
    font-size: 40px;
  }
}
.IndividualInvestors-AssetPieSection__title {
  line-height: 1.3em;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__title {
    line-height: 1.2em;
  }
}
.IndividualInvestors-AssetPieSection__title {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  width: 100%;
  text-align: left;
}
.IndividualInvestors-AssetPieSection__description {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__description {
    font-size: 18px;
  }
}
.IndividualInvestors-AssetPieSection__description {
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  width: 100%;
  text-align: left;
}
.IndividualInvestors-AssetPieSection__chart-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__chart-frame {
    width: auto;
  }
}
.IndividualInvestors-AssetPieSection__chart-frame canvas {
  height: 350px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndividualInvestors-AssetPieSection__chart-frame canvas {
    height: 470px;
    width: 470px;
  }
}
.IndividualInvestors-ProcessSection {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.IndividualInvestors-ProcessSection__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .IndividualInvestors-ProcessSection__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .IndividualInvestors-ProcessSection__container {
    max-width: 1280px;
  }
}
.IndividualInvestors-ProcessSection__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.IndividualInvestors-ProcessSection__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.IndividualInvestors-ProcessSection__grid {
  gap: 28px;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__grid {
    gap: 28px;
  }
}
.IndividualInvestors-ProcessSection__block {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__block {
    width: 517px;
  }
}
.IndividualInvestors-ProcessSection__block-title {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 28px;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__block-title {
    font-size: 32px;
  }
}
.IndividualInvestors-ProcessSection__block-title {
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.IndividualInvestors-ProcessSection__block-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.IndividualInvestors-ProcessSection__block-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  position: relative;
}
.IndividualInvestors-ProcessSection__block-list-item::after {
  position: absolute;
  --tw-content: '';
  content: var(--tw-content);
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
  left: 0px;
  top: 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));
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.5306 7.28104L9.53055 19.281C9.4609 19.3508 9.37818 19.4061 9.28713 19.4438C9.19609 19.4816 9.09849 19.501 8.99993 19.501C8.90137 19.501 8.80377 19.4816 8.71272 19.4438C8.62168 19.4061 8.53896 19.3508 8.4693 19.281L3.2193 14.031C3.07857 13.8903 2.99951 13.6994 2.99951 13.5004C2.99951 13.3014 3.07857 13.1105 3.2193 12.9698C3.36003 12.8291 3.55091 12.75 3.74993 12.75C3.94895 12.75 4.13982 12.8291 4.28055 12.9698L8.99993 17.6901L20.4693 6.21979C20.61 6.07906 20.8009 6 20.9999 6C21.199 6 21.3898 6.07906 21.5306 6.21979C21.6713 6.36052 21.7503 6.55139 21.7503 6.75042C21.7503 6.94944 21.6713 7.14031 21.5306 7.28104Z' fill='%235A93A1'/%3E%3C/svg%3E") no-repeat center center;
}
.IndividualInvestors-ProcessSection__block-list-text {
  font-family: 'League Spartan';
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 960px) {

  .IndividualInvestors-ProcessSection__block-list-text {
    font-size: 18px;
  }
}
.IndividualInvestors-ProcessSection__block-list-text {
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  padding-left: 40px;
}
.CorporateInvestors{}
.AnnualReportsAndFinancialInformation {
  padding-bottom: 128px;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation {
    padding-bottom: 64px;
  }
}
.AnnualReportsAndFinancialInformation__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .AnnualReportsAndFinancialInformation__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .AnnualReportsAndFinancialInformation__container {
    max-width: 1280px;
  }
}
.AnnualReportsAndFinancialInformation__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.AnnualReportsAndFinancialInformation__heading {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__heading {
    flex-direction: row;
    align-items: center;
  }
}
.AnnualReportsAndFinancialInformation__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__title {
    max-width: 554px;
    font-size: 32px;
  }
}
.AnnualReportsAndFinancialInformation__filter {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__filter {
    margin-top: 16px;
    width: 260px;
  }
}
.Header__action-link.AnnualReportsAndFinancialInformation__filter-select:hover {
  text-decoration-line: none;
}
.Header__action-link.AnnualReportsAndFinancialInformation__filter-select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.AnnualReportsAndFinancialInformation__filter-select {
  z-index: 10;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__filter-select {
    font-size: 16px;
  }
}
.AnnualReportsAndFinancialInformation__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .AnnualReportsAndFinancialInformation__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.AnnualReportsAndFinancialInformation__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  padding: 36px;
}
.AnnualReportsAndFinancialInformation__card-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__card-icon {
    height: 24px;
    width: 24px;
  }
}
.AnnualReportsAndFinancialInformation__card-icon picture {
  height: 100%;
  width: 100%;
}
.AnnualReportsAndFinancialInformation__card-icon picture source {
  height: 100%;
  width: 100%;
}
.AnnualReportsAndFinancialInformation__card-icon picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.AnnualReportsAndFinancialInformation__card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.AnnualReportsAndFinancialInformation__card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.AnnualReportsAndFinancialInformation__card-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__card-title {
    font-size: 20px;
  }
}
.AnnualReportsAndFinancialInformation__card p {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}
.Header__action-link.AnnualReportsAndFinancialInformation__card-action:hover {
  text-decoration-line: none;
}
.Header__action-link.AnnualReportsAndFinancialInformation__card-action.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.AnnualReportsAndFinancialInformation__card-action {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.AnnualReportsAndFinancialInformation__card-action span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__card-action span {
    font-size: 14px;
  }
}
.AnnualReportsAndFinancialInformation__card-action svg {
  margin-top: -2px;
}
.AnnualReportsAndFinancialInformation__card-action:hover {
  --tw-translate-x: 4px;
  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));
}
.AnnualReportsAndFinancialInformation__card-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.AnnualReportsAndFinancialInformation__card-tag span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__card-tag span {
    font-size: 14px;
  }
}
.AnnualReportsAndFinancialInformation__more {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.AnnualReportsAndFinancialInformation__more-button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.AnnualReportsAndFinancialInformation__more-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.AnnualReportsAndFinancialInformation__more-button span {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 960px) {

  .AnnualReportsAndFinancialInformation__more-button span {
    font-size: 16px;
  }
}
.AnnualReportsAndFinancialInformation__more-button:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Intro {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Intro {
    padding-bottom: 120px;
  }
}
.ContinuousInformation-Intro__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .ContinuousInformation-Intro__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .ContinuousInformation-Intro__container {
    max-width: 1280px;
  }
}
.ContinuousInformation-Intro__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 844px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Intro__container {
    gap: 120px;
  }
}
.ContinuousInformation-Intro__block {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ContinuousInformation-Intro__heading .section-title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-Intro__heading .section-title {
    font-size: 32px;
  }
}
.ContinuousInformation-Intro__table {
  display: flex;
  flex-direction: column;
}
.ContinuousInformation-Intro__table-header {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 12px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Intro__table-header .ContinuousInformation-Intro__table-cell {
  flex: 1 1 0%;
}
.ContinuousInformation-Intro__table-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.ContinuousInformation-Intro__table-row:first-of-type {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__table-row:nth-child(odd):not(:first-of-type) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__table-row:last-of-type {
  border-bottom-width: 0px;
}
.ContinuousInformation-Intro__table-row .ContinuousInformation-Intro__table-cell {
  flex: 1 1 0%;
}
.ContinuousInformation-Intro__table-row--total {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.ContinuousInformation-Intro__portfolioStats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 28px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Intro__portfolioStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ContinuousInformation-Intro__portfolioStats-chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ContinuousInformation-Intro__portfolioStats-legend {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ContinuousInformation-Intro__legendItem {
  display: flex;
  align-items: center;
  gap: 16px;
    border-bottom: 2px solid #5A93A1;
    padding-bottom: 16px;
}
.ContinuousInformation-Intro__legendItem-count {
  font-family: 'League Spartan';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Intro__legendItem-label {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Intro__legendDetails {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ContinuousInformation-Intro__legendDetailItem {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ContinuousInformation-Intro__legendColorBox {
  height: 12px;
  width: 12px;
  border-radius: 2px;
}
.ContinuousInformation-Intro__legendColorBox--mkYatirim {
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__legendColorBox--gsyf {
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__legendColorBox--ozelPortfoy {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__legendColorBox--gyf {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__legendColorBox--emeklilik {
  --tw-bg-opacity: 1;
  background-color: rgb(211 222 222 / var(--tw-bg-opacity, 1));
}
.ContinuousInformation-Intro__legendText {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-BoardOfDirectors {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ContinuousInformation-BoardOfDirectors__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .ContinuousInformation-BoardOfDirectors__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .ContinuousInformation-BoardOfDirectors__container {
    max-width: 1280px;
  }
}
.ContinuousInformation-BoardOfDirectors__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.ContinuousInformation-BoardOfDirectors__heading {
  margin-bottom: 28px;
  text-align: center;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__heading {
    margin-bottom: 64px;
  }
}
.ContinuousInformation-BoardOfDirectors__heading .section-title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__heading .section-title {
    font-size: 32px;
    font-weight: 400;
  }
}
.ContinuousInformation-BoardOfDirectors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 28px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 108px;
         column-gap: 108px;
    row-gap: 83px;
  }
}
@media (min-width: 1200px) {

  .ContinuousInformation-BoardOfDirectors__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ContinuousInformation-BoardOfDirectors__grid {
  justify-content: center;
}
.Header__action-link.ContinuousInformation-BoardOfDirectors__card:hover {
  text-decoration-line: none;
}
.Header__action-link.ContinuousInformation-BoardOfDirectors__card.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-BoardOfDirectors__card {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  max-width: 169px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__card {
    max-width: 239px;
  }
}
.ContinuousInformation-BoardOfDirectors__card-image {
  margin-bottom: 16px;
  height: 202px;
  width: 169px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__card-image {
    height: 287px;
    width: 239px;
    border-radius: 6px;
  }
}
.ContinuousInformation-BoardOfDirectors__card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ContinuousInformation-BoardOfDirectors__card-content {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__card-content {
    gap: 4px;
  }
}
.ContinuousInformation-BoardOfDirectors__card-name {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__card-name {
    font-size: 18px;
  }
}
.ContinuousInformation-BoardOfDirectors__card-position {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors__card-position {
    font-size: 14px;
  }
}
.ContinuousInformation-BoardOfDirectors__card-icon {
  width: -moz-fit-content;
  width: fit-content;
}
.ContinuousInformation-BoardOfDirectors__card-icon svg {
  height: 16px;
  width: 16px;
}
.ContinuousInformation-BoardOfDirectors__card-icon svg path {
  fill: #5A93A1;
}
.ContinuousInformation-BoardOfDirectors-Modal {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  opacity: 0;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ContinuousInformation-BoardOfDirectors-Modal.is-active {
  visibility: visible;
  opacity: 1;
}
.ContinuousInformation-BoardOfDirectors-Modal__overlay {
  position: fixed;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}
.ContinuousInformation-BoardOfDirectors-Modal__container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ContinuousInformation-BoardOfDirectors-Modal__content {
  position: relative;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__content {
    max-width: 750px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__content {
    flex-direction: row;
    gap: 40px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__content {
  padding: 32px 20px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__content {
    padding: 32px 42px 32px 32px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__content {
  max-height: 90vh;
  overflow-y: auto;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__content {
    max-height: 80vh;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__image {
  height: auto;
  width: 100%;
  min-width: 169px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__image {
    height: 287px;
    width: 239px;
    min-width: 239px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__image {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__image {
    border-radius: 6px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ContinuousInformation-BoardOfDirectors-Modal__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__info {
    gap: 24px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__header {
    gap: 12px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__name {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__name {
    font-size: 24px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__position {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__position {
    font-size: 16px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__social {
  margin-top: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__social {
    margin-top: 12px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__social svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__social svg {
    height: 24px;
    width: 24px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__social svg path {
  fill: #5A93A1;
}
.ContinuousInformation-BoardOfDirectors-Modal__bio {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__bio {
    font-size: 16px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__bio {
  max-height: 200px;
  overflow-y: auto;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__bio {
    max-height: 300px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__close {
    top: 20px;
    right: 20px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__close {
  height: 24px;
  width: 24px;
}
@media (min-width: 960px) {

  .ContinuousInformation-BoardOfDirectors-Modal__close {
    height: 32px;
    width: 32px;
  }
}
.ContinuousInformation-BoardOfDirectors-Modal__close svg {
  height: 100%;
  width: 100%;
}
.ContinuousInformation-BoardOfDirectors-Modal__close svg path {
  stroke: #7A7A7A;
}
.ContinuousInformation-Reports {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ContinuousInformation-Reports__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .ContinuousInformation-Reports__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .ContinuousInformation-Reports__container {
    max-width: 1280px;
  }
}
.ContinuousInformation-Reports__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__container {
    gap: 64px;
  }
}
.ContinuousInformation-Reports__heading {
  text-align: center;
}
.ContinuousInformation-Reports__heading .section-title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__heading .section-title {
    font-size: 32px;
  }
}
.ContinuousInformation-Reports__filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__filters {
    gap: 40px;
  }
}
.ContinuousInformation-Reports__filter-item {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__filter-item {
    font-size: 20px;
  }
}
.ContinuousInformation-Reports__filter-item {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom-width: 2px;
  border-color: transparent;
}
.Header__action-link.ContinuousInformation-Reports__filter-item:hover {
  text-decoration-line: none;
}
.Header__action-link.ContinuousInformation-Reports__filter-item.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Reports__filter-item {
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ContinuousInformation-Reports__filter-item:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Reports__filter-item-active {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Reports__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
@media (min-width: 1200px) {

  .ContinuousInformation-Reports__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ContinuousInformation-Reports__card {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ContinuousInformation-Reports__card:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ContinuousInformation-Reports__card-icon {
  height: 30px;
  width: 30px;
}
.ContinuousInformation-Reports__card-icon svg {
  height: 100%;
  width: 100%;
}
.ContinuousInformation-Reports__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ContinuousInformation-Reports__card-date {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__card-date {
    font-size: 20px;
  }
}
.ContinuousInformation-Reports__card-title {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ContinuousInformation-Reports__card-title {
    font-size: 16px;
  }
}
.ContinuousInformation-Reports__card-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ContinuousInformation-Reports__card-action:hover {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.ContinuousInformation-Reports__card-action:hover svg path {
  stroke: #5A93A1;
}
.ContinuousInformation-Reports__card-action svg path {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ContinuousInformation-Reports__load-more-container {
  display: flex;
  justify-content: center;
}
.ContinuousInformation-Reports__load-more {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ContinuousInformation-Reports__load-more:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ActivityReportsAndCertificates {
  padding-bottom: 128px;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates {
    padding-bottom: 64px;
  }
}
.ActivityReportsAndCertificates__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .ActivityReportsAndCertificates__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .ActivityReportsAndCertificates__container {
    max-width: 1280px;
  }
}
.ActivityReportsAndCertificates__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.ActivityReportsAndCertificates__heading {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__heading {
    flex-direction: row;
    align-items: center;
  }
}
.ActivityReportsAndCertificates__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__title {
    max-width: 554px;
    font-size: 32px;
  }
}
.ActivityReportsAndCertificates__filter {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__filter {
    margin-top: 16px;
    width: 260px;
  }
}
.Header__action-link.ActivityReportsAndCertificates__filter-select:hover {
  text-decoration-line: none;
}
.Header__action-link.ActivityReportsAndCertificates__filter-select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ActivityReportsAndCertificates__filter-select {
  z-index: 10;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__filter-select {
    font-size: 16px;
  }
}
.ActivityReportsAndCertificates__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .ActivityReportsAndCertificates__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ActivityReportsAndCertificates__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  padding: 36px;
}
.ActivityReportsAndCertificates__card-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__card-icon {
    height: 24px;
    width: 24px;
  }
}
.ActivityReportsAndCertificates__card-icon picture {
  height: 100%;
  width: 100%;
}
.ActivityReportsAndCertificates__card-icon picture source {
  height: 100%;
  width: 100%;
}
.ActivityReportsAndCertificates__card-icon picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ActivityReportsAndCertificates__card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ActivityReportsAndCertificates__card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ActivityReportsAndCertificates__card-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__card-title {
    font-size: 20px;
  }
}
.ActivityReportsAndCertificates__card p {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}
.Header__action-link.ActivityReportsAndCertificates__card-action:hover {
  text-decoration-line: none;
}
.Header__action-link.ActivityReportsAndCertificates__card-action.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.ActivityReportsAndCertificates__card-action {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.ActivityReportsAndCertificates__card-action span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__card-action span {
    font-size: 14px;
  }
}
.ActivityReportsAndCertificates__card-action svg {
  margin-top: -2px;
}
.ActivityReportsAndCertificates__card-action:hover {
  --tw-translate-x: 4px;
  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));
}
.ActivityReportsAndCertificates__card-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.ActivityReportsAndCertificates__card-tag span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__card-tag span {
    font-size: 14px;
  }
}
.ActivityReportsAndCertificates__more {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.ActivityReportsAndCertificates__more-button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.ActivityReportsAndCertificates__more-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.ActivityReportsAndCertificates__more-button span {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 960px) {

  .ActivityReportsAndCertificates__more-button span {
    font-size: 16px;
  }
}
.ActivityReportsAndCertificates__more-button:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MacroEconomicReport {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-bottom: 128px;
}
@media (min-width: 960px) {

  .MacroEconomicReport {
    padding-bottom: 64px;
  }
}
.MacroEconomicReport__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .MacroEconomicReport__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .MacroEconomicReport__container {
    max-width: 1280px;
  }
}
.MacroEconomicReport__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.MacroEconomicReport__heading {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .MacroEconomicReport__heading {
    flex-direction: row;
    align-items: center;
  }
}
.MacroEconomicReport__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__title {
    max-width: 554px;
    font-size: 32px;
  }
}
.MacroEconomicReport__filter {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__filter {
    margin-top: 16px;
    width: 260px;
  }
}
.Header__action-link.MacroEconomicReport__filter-select:hover {
  text-decoration-line: none;
}
.Header__action-link.MacroEconomicReport__filter-select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.MacroEconomicReport__filter-select {
  z-index: 10;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 960px) {

  .MacroEconomicReport__filter-select {
    font-size: 16px;
  }
}
.MacroEconomicReport__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .MacroEconomicReport__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .MacroEconomicReport__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.MacroEconomicReport__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  padding: 36px;
}
.MacroEconomicReport__card-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 960px) {

  .MacroEconomicReport__card-icon {
    height: 24px;
    width: 24px;
  }
}
.MacroEconomicReport__card-icon picture {
  height: 100%;
  width: 100%;
}
.MacroEconomicReport__card-icon picture source {
  height: 100%;
  width: 100%;
}
.MacroEconomicReport__card-icon picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.MacroEconomicReport__card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.MacroEconomicReport__card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.MacroEconomicReport__card-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__card-title {
    font-size: 20px;
  }
}
.MacroEconomicReport__card p {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}
.Header__action-link.MacroEconomicReport__card-action:hover {
  text-decoration-line: none;
}
.Header__action-link.MacroEconomicReport__card-action.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.MacroEconomicReport__card-action {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.MacroEconomicReport__card-action span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__card-action span {
    font-size: 14px;
  }
}
.MacroEconomicReport__card-action svg {
  margin-top: -2px;
}
.MacroEconomicReport__card-action:hover {
  --tw-translate-x: 4px;
  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));
}
.MacroEconomicReport__card-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.MacroEconomicReport__card-tag span {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .MacroEconomicReport__card-tag span {
    font-size: 14px;
  }
}
.MacroEconomicReport__more {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.MacroEconomicReport__more-button {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.MacroEconomicReport__more-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.MacroEconomicReport__more-button span {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 960px) {

  .MacroEconomicReport__more-button span {
    font-size: 16px;
  }
}
.MacroEconomicReport__more-button:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.IndustryArticlesAndBlog {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog {
    padding-bottom: 120px;
  }
}
.IndustryArticlesAndBlog__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .IndustryArticlesAndBlog__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .IndustryArticlesAndBlog__container {
    max-width: 1280px;
  }
}
.IndustryArticlesAndBlog__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.IndustryArticlesAndBlog__header {
  margin-bottom: 48px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog__header {
    flex-direction: row;
    gap: 0px;
  }
}
.IndustryArticlesAndBlog__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog__title {
    max-width: 554px;
  }
}
.IndustryArticlesAndBlog__select-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog__select-wrapper {
    width: 260px;
  }
}
.Header__action-link.IndustryArticlesAndBlog__select:hover {
  text-decoration-line: none;
}
.Header__action-link.IndustryArticlesAndBlog__select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.IndustryArticlesAndBlog__select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.IndustryArticlesAndBlog__select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.IndustryArticlesAndBlog__select-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  height: 24px;
  width: 24px;
  --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));
}
.IndustryArticlesAndBlog__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 80px 28px;
  }
}
@media (min-width: 1200px) {

  .IndustryArticlesAndBlog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {

  .IndustryArticlesAndBlog__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.IndustryArticlesAndBlog__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-decoration-line: none;
}
.IndustryArticlesAndBlog__card:hover {
  opacity: 0.9;
}
.IndustryArticlesAndBlog__card-image {
  position: relative;
  height: 350px;
  width: 100%;
}
@media (min-width: 960px) {

  .IndustryArticlesAndBlog__card-image {
    height: 300px;
  }
}
.IndustryArticlesAndBlog__card-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.IndustryArticlesAndBlog__card-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 25px 0 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.IndustryArticlesAndBlog__card-link .circle {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.IndustryArticlesAndBlog__card-link svg {
  height: 16px;
  width: 16px;
}
.IndustryArticlesAndBlog__card-title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent {
  position: relative;
  padding-bottom: 64px;
  padding-top: 97px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.CommonDetail-DetailContent__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonDetail-DetailContent__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonDetail-DetailContent__container {
    max-width: 1280px;
  }
}
.CommonDetail-DetailContent__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 844px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__container {
    gap: 60px;
  }
}
.CommonDetail-DetailContent__header {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__header {
    gap: 16px;
  }
}
.CommonDetail-DetailContent__title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__title {
    font-size: 48px;
  }
}
.CommonDetail-DetailContent__date {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__main {
    gap: 34px;
  }
}
.CommonDetail-DetailContent__article-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__article-text {
    font-size: 18px;
  }
}
.CommonDetail-DetailContent__article-image {
  height: auto;
  width: 100%;
  max-width: 844px;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__article-image {
    height: 440px;
  }
}
.CommonDetail-DetailContent__article-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CommonDetail-DetailContent__article-subheading {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent__footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 28px;
}
.CommonDetail-DetailContent__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__share {
    gap: 20px;
  }
}
.CommonDetail-DetailContent__share-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent__share-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__share-icons {
    gap: 16px;
  }
}
.CommonDetail-DetailContent__share-icon svg {
  height: 20px;
  width: 20px;
}
.CommonDetail-DetailContent__share-icon svg path {
  fill: #21484B;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.CommonDetail-DetailContent__share-icon:hover svg path {
  opacity: 0.7;
}
.CommonDetail-DetailContent__back-button {
  position: absolute;
  top: 40px;
  left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailContent__back-button {
    top: 122px;
    left: 80px;
  }
}
.CommonDetail-DetailContent__back-button {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent__back-button svg {
  height: 16px;
  width: 16px;
}
.CommonDetail-DetailContent__back-button svg path {
  stroke: #000000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.CommonDetail-DetailContent__back-button span {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.CommonDetail-DetailContent__back-button:hover span {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailContent__back-button:hover svg path {
  stroke: #5A93A1;
}
.CommonDetail-DetailInterestedCards {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailInterestedCards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.CommonDetail-DetailInterestedCards__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonDetail-DetailInterestedCards__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonDetail-DetailInterestedCards__container {
    max-width: 1280px;
  }
}
.CommonDetail-DetailInterestedCards__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.CommonDetail-DetailInterestedCards__header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.CommonDetail-DetailInterestedCards__title {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonDetail-DetailInterestedCards__title {
    font-size: 32px;
  }
}
.CommonDetail-DetailInterestedCards__view-all-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailInterestedCards__view-all-link svg {
  height: 16px;
  width: 16px;
}
.CommonDetail-DetailInterestedCards__view-all-link svg path {
  stroke: #000000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.CommonDetail-DetailInterestedCards__view-all-link span {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.CommonDetail-DetailInterestedCards__view-all-link:hover span {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.CommonDetail-DetailInterestedCards__view-all-link:hover svg path {
  stroke: #5A93A1;
}
.CommonDetail-DetailInterestedCards__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonDetail-DetailInterestedCards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .CommonDetail-DetailInterestedCards__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.DevelopmentsInvestmentsContent {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent {
    padding-bottom: 120px;
  }
}
.DevelopmentsInvestmentsContent__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .DevelopmentsInvestmentsContent__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .DevelopmentsInvestmentsContent__container {
    max-width: 1280px;
  }
}
.DevelopmentsInvestmentsContent__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.DevelopmentsInvestmentsContent__header {
  margin-bottom: 48px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent__header {
    flex-direction: row;
    gap: 0px;
  }
}
.DevelopmentsInvestmentsContent__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent__title {
    max-width: 554px;
  }
}
.DevelopmentsInvestmentsContent__select-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent__select-wrapper {
    width: 260px;
  }
}
.Header__action-link.DevelopmentsInvestmentsContent__select:hover {
  text-decoration-line: none;
}
.Header__action-link.DevelopmentsInvestmentsContent__select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.DevelopmentsInvestmentsContent__select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.DevelopmentsInvestmentsContent__select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.DevelopmentsInvestmentsContent__select-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  height: 24px;
  width: 24px;
  --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));
}
.DevelopmentsInvestmentsContent__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 80px 28px;
  }
}
@media (min-width: 1200px) {

  .DevelopmentsInvestmentsContent__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {

  .DevelopmentsInvestmentsContent__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.DevelopmentsInvestmentsContent__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-decoration-line: none;
}
.DevelopmentsInvestmentsContent__card:hover {
  opacity: 0.9;
}
.DevelopmentsInvestmentsContent__card-image {
  position: relative;
  height: 350px;
  width: 100%;
}
@media (min-width: 960px) {

  .DevelopmentsInvestmentsContent__card-image {
    height: 300px;
  }
}
.DevelopmentsInvestmentsContent__card-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.DevelopmentsInvestmentsContent__card-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 25px 0 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.DevelopmentsInvestmentsContent__card-link .circle {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.DevelopmentsInvestmentsContent__card-link svg {
  height: 16px;
  width: 16px;
}
.DevelopmentsInvestmentsContent__card-title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .VentureCapitalInvestmentFunds-FilterTable__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .VentureCapitalInvestmentFunds-FilterTable__container {
    max-width: 1280px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 20px;
  padding-right: 20px;
}
.VentureCapitalInvestmentFunds-FilterTable__filters {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__filters {
    gap: 28px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tabs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tabs_wrapper {
    flex-direction: row;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tabs {
    width: auto;
    overflow-x: visible;
  }
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__tab:hover {
  text-decoration-line: none;
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__tab.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__tab {
  flex-shrink: 0;
  cursor: pointer;
  padding-bottom: 4px;
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__tab-active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__searchContainer {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__searchContainer {
    width: 370px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  --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));
}
.VentureCapitalInvestmentFunds-FilterTable__searchInput {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 46px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__searchInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__searchInput::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__actions {
    flex-direction: row;
    gap: 28px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__dropdown {
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__dropdown {
    width: 260px;
  }
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__filterIcon:hover {
  text-decoration-line: none;
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__filterIcon.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__filterIcon {
  cursor: pointer;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__filterIcon {
    border-style: none;
    padding: 0px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__filterIcon svg {
  height: 20px;
  width: 24px;
}
.VentureCapitalInvestmentFunds-FilterTable__tableBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableBody {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableHeader {
  display: none;
  gap: 28px;
  padding: 20px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableHeader {
    display: grid;
    grid-template-columns: 80px auto 115px 74px 74px 74px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__headerCell {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__headerCell-code {
  width: 80px;
}
.VentureCapitalInvestmentFunds-FilterTable__headerCell-name {
  width: 100%;
}
.VentureCapitalInvestmentFunds-FilterTable__headerCell-return,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-6m,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-1y,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-inception {
  width: 74px;
  text-align: left;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__headerCell-return,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-6m,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-1y,
    .VentureCapitalInvestmentFunds-FilterTable__headerCell-inception {
    text-align: left;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableRow {
  display: block;
  gap: 28px;
  padding: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableRow {
    display: grid;
    grid-template-columns: 80px auto 115px 74px 74px 74px;
    padding: 20px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableRow {
  border-radius: 12px;
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableRow {
    border-radius: 6px;
  }
}
@media (max-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableRow {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__tableRow:hover {
  text-decoration-line: none;
}
.Header__action-link.VentureCapitalInvestmentFunds-FilterTable__tableRow.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTable__tableRow {
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.VentureCapitalInvestmentFunds-FilterTable__tableRow:hover {
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell-code {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell-code {
    width: 80px;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell-return {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell-return {
    width: 115px;
    text-align: left;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell-6m,
    .VentureCapitalInvestmentFunds-FilterTable__tableCell-1y,
    .VentureCapitalInvestmentFunds-FilterTable__tableCell-inception {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell-6m,
    .VentureCapitalInvestmentFunds-FilterTable__tableCell-1y,
    .VentureCapitalInvestmentFunds-FilterTable__tableCell-inception {
    width: 74px;
    text-align: left;
  }
}
.VentureCapitalInvestmentFunds-FilterTable__tableCell .label {
  margin-bottom: 4px;
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell .label {
    display: none;
  }
}
@media (max-width: 960px) {

  .VentureCapitalInvestmentFunds-FilterTable__tableCell .label {
    margin-top: 10px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
    padding-top: 20px;
  }
}
.RealEstateInvestmentFunds-FilterTable {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.RealEstateInvestmentFunds-FilterTable__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .RealEstateInvestmentFunds-FilterTable__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .RealEstateInvestmentFunds-FilterTable__container {
    max-width: 1280px;
  }
}
.RealEstateInvestmentFunds-FilterTable__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: 20px;
  padding-right: 20px;
}
.RealEstateInvestmentFunds-FilterTable__filters {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__filters {
    gap: 28px;
  }
}
.RealEstateInvestmentFunds-FilterTable__tabs_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tabs_wrapper {
    flex-direction: row;
  }
}
.RealEstateInvestmentFunds-FilterTable__tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tabs {
    width: auto;
    overflow-x: visible;
  }
}
.Header__action-link.RealEstateInvestmentFunds-FilterTable__tab:hover {
  text-decoration-line: none;
}
.Header__action-link.RealEstateInvestmentFunds-FilterTable__tab.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__tab {
  flex-shrink: 0;
  cursor: pointer;
  padding-bottom: 4px;
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__tab-active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__actions {
    flex-direction: row;
    gap: 28px;
  }
}
.RealEstateInvestmentFunds-FilterTable__searchContainer {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__searchContainer {
    width: 370px;
  }
}
.RealEstateInvestmentFunds-FilterTable__searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  --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));
}
.RealEstateInvestmentFunds-FilterTable__searchInput {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 46px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__searchInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__searchInput::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__dropdown {
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__dropdown {
    width: 260px;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableBody {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.RealEstateInvestmentFunds-FilterTable__tableHeader {
  display: none;
  gap: 28px;
  padding: 20px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableHeader {
    display: grid;
    grid-template-columns: 80px auto 115px 74px 74px 74px;
  }
}
.RealEstateInvestmentFunds-FilterTable__headerCell {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__headerCell-code {
  width: 80px;
}
.RealEstateInvestmentFunds-FilterTable__headerCell-name {
  width: 100%;
}
.RealEstateInvestmentFunds-FilterTable__headerCell-return,
    .RealEstateInvestmentFunds-FilterTable__headerCell-6m,
    .RealEstateInvestmentFunds-FilterTable__headerCell-1y,
    .RealEstateInvestmentFunds-FilterTable__headerCell-inception {
  width: 74px;
  text-align: left;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__headerCell-return,
    .RealEstateInvestmentFunds-FilterTable__headerCell-6m,
    .RealEstateInvestmentFunds-FilterTable__headerCell-1y,
    .RealEstateInvestmentFunds-FilterTable__headerCell-inception {
    text-align: left;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableRow {
  display: block;
  gap: 28px;
  padding: 12px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableRow {
    display: grid;
    grid-template-columns: 80px auto 115px 74px 74px 74px;
    padding: 20px;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableRow {
  border-radius: 12px;
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableRow {
    border-radius: 6px;
  }
}
@media (max-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableRow {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }
}
.Header__action-link.RealEstateInvestmentFunds-FilterTable__tableRow:hover {
  text-decoration-line: none;
}
.Header__action-link.RealEstateInvestmentFunds-FilterTable__tableRow.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RealEstateInvestmentFunds-FilterTable__tableRow {
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RealEstateInvestmentFunds-FilterTable__tableRow:hover {
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.RealEstateInvestmentFunds-FilterTable__tableCell {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.RealEstateInvestmentFunds-FilterTable__tableCell-code {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell-code {
    width: 80px;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableCell-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  }
}
.RealEstateInvestmentFunds-FilterTable__tableCell-return {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell-return {
    width: 115px;
    text-align: left;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableCell-6m,
    .RealEstateInvestmentFunds-FilterTable__tableCell-1y,
    .RealEstateInvestmentFunds-FilterTable__tableCell-inception {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell-6m,
    .RealEstateInvestmentFunds-FilterTable__tableCell-1y,
    .RealEstateInvestmentFunds-FilterTable__tableCell-inception {
    width: 74px;
    text-align: left;
  }
}
.RealEstateInvestmentFunds-FilterTable__tableCell .label {
  margin-bottom: 4px;
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell .label {
    display: none;
  }
}
@media (max-width: 960px) {

  .RealEstateInvestmentFunds-FilterTable__tableCell .label {
    margin-top: 10px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
    padding-top: 20px;
  }
}
.SecuritiesInvestmentFunds-Slider {
  overflow: hidden;
  padding-top: 63px;
  padding-bottom: 68px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-Slider {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.SecuritiesInvestmentFunds-Slider__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .SecuritiesInvestmentFunds-Slider__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .SecuritiesInvestmentFunds-Slider__container {
    max-width: 1280px;
  }
}
.SecuritiesInvestmentFunds-Slider__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
.SecuritiesInvestmentFunds-Slider__swiper {
  width: 100%;
}
.Header__action-link.SecuritiesInvestmentFunds-Slider__card:hover {
  text-decoration-line: none;
}
.Header__action-link.SecuritiesInvestmentFunds-Slider__card.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-Slider__card {
  display: flex;
  height: 135px;
  width: 208px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.SecuritiesInvestmentFunds-Slider img {
  margin-bottom: 16px;
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
}
.SecuritiesInvestmentFunds-Slider__card-title {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-Slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SecuritiesInvestmentFunds-Slider .swiper-button-prev,.SecuritiesInvestmentFunds-Slider .swiper-button-next {
  height: 24px;
  width: 24px;
}
@media (max-width: 960px) {

  .SecuritiesInvestmentFunds-Slider .swiper-button-prev,.SecuritiesInvestmentFunds-Slider .swiper-button-next {
    display: none;
  }
}
.SecuritiesInvestmentFunds-Slider .swiper-button-prev::after,.SecuritiesInvestmentFunds-Slider .swiper-button-next::after {
  display: none;
}
.SecuritiesInvestmentFunds-Slider .swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, -20px);
  }
.SecuritiesInvestmentFunds-Slider .swiper-button-next{
    right: var(--swiper-navigation-sides-offset, -20px);
  }
.SecuritiesInvestmentFunds-FilterTable {
  overflow: hidden;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable {
    padding-bottom: 120px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .SecuritiesInvestmentFunds-FilterTable__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .SecuritiesInvestmentFunds-FilterTable__container {
    max-width: 1280px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.SecuritiesInvestmentFunds-FilterTable__filters {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__filters {
    flex-direction: row;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tabs_wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tabs_wrapper {
    width: 260px;
    flex-direction: row;
  }
}
.SecuritiesInvestmentFunds-FilterTable__dropdown {
  position: relative;
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__dropdown {
    width: 260px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__searchContainer {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__searchContainer {
    width: 370px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  --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));
}
.SecuritiesInvestmentFunds-FilterTable__searchInput {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 46px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__searchInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__searchInput::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableBody {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableBody {
    gap: 16px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableHeader {
  display: none;
  gap: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableHeader {
    display: grid;
    grid-template-columns: 50px 60px auto 1fr 74px 74px 74px 74px 74px 74px 74px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__headerCell {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__headerCell-code {
  width: 50px;
}
.SecuritiesInvestmentFunds-FilterTable__headerCell-risk {
  width: 50px;
}
.SecuritiesInvestmentFunds-FilterTable__headerCell-name {
  width: 195px;
}
.SecuritiesInvestmentFunds-FilterTable__headerCell-return,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-day,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-week,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-1a,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-6m,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-1y,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-yilbasi,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-inception {
  width: 74px;
  text-align: left;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__headerCell-return,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-day,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-week,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-1a,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-6m,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-1y,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-yilbasi,
    .SecuritiesInvestmentFunds-FilterTable__headerCell-inception {
    text-align: left;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableRow {
  display: block;
  gap: 28px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableRow {
    display: grid;
    grid-template-columns: 50px 60px auto 1fr 74px 74px 74px 74px 74px 74px 74px;
    border-radius: 6px;
    border-bottom-width: 1px;
    padding: 20px;
  }
}
.Header__action-link.SecuritiesInvestmentFunds-FilterTable__tableRow:hover {
  text-decoration-line: none;
}
.Header__action-link.SecuritiesInvestmentFunds-FilterTable__tableRow.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableRow {
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.SecuritiesInvestmentFunds-FilterTable__tableRow:hover {
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.SecuritiesInvestmentFunds-FilterTable__tableCell {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-code {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableCell-code {
    width: 50px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableCell-risk {
    width: 50px;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 195px;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (max-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableCell-name {
    display: none;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-return,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-day,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-week,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-1a,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-6m,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-1y,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-yilbasi,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-inception {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableCell-return,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-day,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-week,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-1a,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-6m,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-1y,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-yilbasi,
    .SecuritiesInvestmentFunds-FilterTable__tableCell-inception {
    width: 74px;
    text-align: left;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableCell .label {
  margin-bottom: 4px;
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .SecuritiesInvestmentFunds-FilterTable__tableCell .label {
    display: none;
  }

  .SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view {
    display: none;
  }
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .heading {
  margin-bottom: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-bottom: 20px;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .heading .code {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .heading .title {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .title {
  font-family: 'League Spartan';
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .value {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5em;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk .custom-progress-bar {
  height: 3px;
  width: 16px;
  border-radius: 9999px;
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-1 {
  --tw-text-opacity: 1;
  color: rgb(67 179 105 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-1 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(67 179 105 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-2 {
  --tw-text-opacity: 1;
  color: rgb(129 201 109 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-2 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(129 201 109 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-3 {
  --tw-text-opacity: 1;
  color: rgb(192 211 98 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-3 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 98 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-4 {
  --tw-text-opacity: 1;
  color: rgb(244 195 70 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-4 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 70 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-5 {
  --tw-text-opacity: 1;
  color: rgb(233 189 91 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-5 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(233 189 91 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-6 {
  --tw-text-opacity: 1;
  color: rgb(248 83 83 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-6 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(248 83 83 / var(--tw-bg-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-7 {
  --tw-text-opacity: 1;
  color: rgb(173 2 2 / var(--tw-text-opacity, 1));
}
.SecuritiesInvestmentFunds-FilterTable__tableCell-risk.level-7 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(173 2 2 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable {
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.RetirementInvestmentFunds-FilterTable__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .RetirementInvestmentFunds-FilterTable__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .RetirementInvestmentFunds-FilterTable__container {
    max-width: 1280px;
  }
}
.RetirementInvestmentFunds-FilterTable__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
.RetirementInvestmentFunds-FilterTable__filters {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__filters {
    flex-direction: row;
  }
}
.RetirementInvestmentFunds-FilterTable__dropdown {
  position: relative;
  display: flex;
  height: 48px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__dropdown {
    width: 260px;
  }
}
@media (max-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__actions {
    width: 100%;
  }
}
.RetirementInvestmentFunds-FilterTable__searchContainer {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__searchContainer {
    width: 370px;
  }
}
.RetirementInvestmentFunds-FilterTable__searchIcon {
  position: absolute;
  left: 16px;
  top: 50%;
  height: 20px;
  width: 20px;
  --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));
}
.RetirementInvestmentFunds-FilterTable__searchInput {
  width: 100%;
  border-radius: 6px;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 46px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__searchInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__searchInput::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableBody {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableBody {
    gap: 16px;
  }
}
.RetirementInvestmentFunds-FilterTable__tableHeader {
  display: none;
  gap: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableHeader {
    display: grid;
    grid-template-columns: 44px 44px auto 115px 74px 74px 74px 74px 74px 74px;
  }
}
.RetirementInvestmentFunds-FilterTable__headerCell {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__headerCell-return,
    .RetirementInvestmentFunds-FilterTable__headerCell-day,
    .RetirementInvestmentFunds-FilterTable__headerCell-week,
    .RetirementInvestmentFunds-FilterTable__headerCell-1a,
    .RetirementInvestmentFunds-FilterTable__headerCell-6m,
    .RetirementInvestmentFunds-FilterTable__headerCell-1y,
    .RetirementInvestmentFunds-FilterTable__headerCell-yilbasi,
    .RetirementInvestmentFunds-FilterTable__headerCell-inception {
  text-align: left;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__headerCell-return,
    .RetirementInvestmentFunds-FilterTable__headerCell-day,
    .RetirementInvestmentFunds-FilterTable__headerCell-week,
    .RetirementInvestmentFunds-FilterTable__headerCell-1a,
    .RetirementInvestmentFunds-FilterTable__headerCell-6m,
    .RetirementInvestmentFunds-FilterTable__headerCell-1y,
    .RetirementInvestmentFunds-FilterTable__headerCell-yilbasi,
    .RetirementInvestmentFunds-FilterTable__headerCell-inception {
    text-align: left;
  }
}
.RetirementInvestmentFunds-FilterTable__headerCell-name {
  width: 100%;
}
.RetirementInvestmentFunds-FilterTable__tableRow {
  display: block;
  gap: 28px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px;
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableRow {
    display: grid;
    grid-template-columns: 44px 44px auto 115px 74px 74px 74px 74px 74px 74px;
    border-radius: 6px;
    border-bottom-width: 1px;
    padding: 20px;
  }
}
.Header__action-link.RetirementInvestmentFunds-FilterTable__tableRow:hover {
  text-decoration-line: none;
}
.Header__action-link.RetirementInvestmentFunds-FilterTable__tableRow.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableRow {
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.RetirementInvestmentFunds-FilterTable__tableRow:hover {
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.RetirementInvestmentFunds-FilterTable__tableCell {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}
.RetirementInvestmentFunds-FilterTable__tableCell-code {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk {
  display: flex;
  align-items: center;
  gap: 8px;
}
.RetirementInvestmentFunds-FilterTable__tableCell-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (max-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableCell-name {
    display: none;
  }
}
.RetirementInvestmentFunds-FilterTable__tableCell-return {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableCell-return {
    width: 115px;
    text-align: left;
  }
}
.RetirementInvestmentFunds-FilterTable__tableCell-day,
    .RetirementInvestmentFunds-FilterTable__tableCell-week,
    .RetirementInvestmentFunds-FilterTable__tableCell-1a,
    .RetirementInvestmentFunds-FilterTable__tableCell-6m,
    .RetirementInvestmentFunds-FilterTable__tableCell-1y,
    .RetirementInvestmentFunds-FilterTable__tableCell-yilbasi,
    .RetirementInvestmentFunds-FilterTable__tableCell-inception {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableCell-day,
    .RetirementInvestmentFunds-FilterTable__tableCell-week,
    .RetirementInvestmentFunds-FilterTable__tableCell-1a,
    .RetirementInvestmentFunds-FilterTable__tableCell-6m,
    .RetirementInvestmentFunds-FilterTable__tableCell-1y,
    .RetirementInvestmentFunds-FilterTable__tableCell-yilbasi,
    .RetirementInvestmentFunds-FilterTable__tableCell-inception {
    text-align: left;
  }
}
.RetirementInvestmentFunds-FilterTable__tableCell .label {
  margin-bottom: 4px;
  display: block;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .RetirementInvestmentFunds-FilterTable__tableCell .label {
    display: none;
  }

  .RetirementInvestmentFunds-FilterTable__tableCell-mobile-view {
    display: none;
  }
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .heading {
  margin-bottom: 4px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-bottom: 20px;
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .heading .code {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .heading .title {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .title {
  font-family: 'League Spartan';
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .value {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-mobile-view .bottom .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.RetirementInvestmentFunds-FilterTable__result-risk-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5em;
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk .custom-progress-bar {
  height: 3px;
  width: 16px;
  border-radius: 9999px;
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-1 {
  --tw-text-opacity: 1;
  color: rgb(67 179 105 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-1 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(67 179 105 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-2 {
  --tw-text-opacity: 1;
  color: rgb(129 201 109 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-2 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(129 201 109 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-3 {
  --tw-text-opacity: 1;
  color: rgb(192 211 98 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-3 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 98 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-4 {
  --tw-text-opacity: 1;
  color: rgb(244 195 70 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-4 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 70 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-5 {
  --tw-text-opacity: 1;
  color: rgb(233 189 91 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-5 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(233 189 91 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-6 {
  --tw-text-opacity: 1;
  color: rgb(248 83 83 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-6 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(248 83 83 / var(--tw-bg-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-7 {
  --tw-text-opacity: 1;
  color: rgb(173 2 2 / var(--tw-text-opacity, 1));
}
.RetirementInvestmentFunds-FilterTable__tableCell-risk.level-7 .custom-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(173 2 2 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.WhatDidMyFundReturn-Calculator__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .WhatDidMyFundReturn-Calculator__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .WhatDidMyFundReturn-Calculator__container {
    max-width: 1280px;
  }
}
.WhatDidMyFundReturn-Calculator__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.WhatDidMyFundReturn-Calculator__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__grid {
    grid-template-columns: 654px 408px;
    gap: 109px;
  }
}
.WhatDidMyFundReturn-Calculator__form {
  display: flex;
  width: 100%;
  max-width: 654px;
  flex-direction: column;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 222 222 / var(--tw-bg-opacity, 1));
  padding: 32px 12px;
  --tw-shadow: 0px 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 4px 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);
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__form {
    padding: 32px;
  }
}
.WhatDidMyFundReturn-Calculator__form-fields {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.WhatDidMyFundReturn-Calculator__row-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__row-group {
    flex-direction: row;
  }
}
.WhatDidMyFundReturn-Calculator__date-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.WhatDidMyFundReturn-Calculator__input-box {
  position: relative;
  display: flex;
  height: 63px;
  width: 100%;
  align-items: center;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__input-box {
    width: 286px;
  }
}
.WhatDidMyFundReturn-Calculator__input-box--amount {
  display: flex;
  align-items: center;
}
.WhatDidMyFundReturn-Calculator__rpd-select {
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.WhatDidMyFundReturn-Calculator__select-icon {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 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));
}
.WhatDidMyFundReturn-Calculator__select-icon--date {
  right: 16px;
  top: 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));
}
.WhatDidMyFundReturn-Calculator__amount-input {
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-left: 16px;
  font-family: 'League Spartan';
  font-size: 20px;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.WhatDidMyFundReturn-Calculator__currency-group {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  gap: 6px;
}
.Header__action-link.WhatDidMyFundReturn-Calculator__currency:hover {
  text-decoration-line: none;
}
.Header__action-link.WhatDidMyFundReturn-Calculator__currency.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__currency {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.WhatDidMyFundReturn-Calculator__currency-active {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__date-label {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__date-input {
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-left: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.WhatDidMyFundReturn-Calculator__range-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__range-group {
    justify-content: flex-start;
  }
}
.Header__action-link.WhatDidMyFundReturn-Calculator__range:hover {
  text-decoration-line: none;
}
.Header__action-link.WhatDidMyFundReturn-Calculator__range.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__range {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 1px;
  border-color: rgba(35,35,35,0.1);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  opacity: 0.7;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.WhatDidMyFundReturn-Calculator__range-active {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.Header__action-link.WhatDidMyFundReturn-Calculator__button:hover {
  text-decoration-line: none;
}
.Header__action-link.WhatDidMyFundReturn-Calculator__button.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__button {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.WhatDidMyFundReturn-Calculator__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result {
  display: flex;
  width: 100%;
  max-width: 408px;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 960px) {

  .WhatDidMyFundReturn-Calculator__result {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.WhatDidMyFundReturn-Calculator__result-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.WhatDidMyFundReturn-Calculator__line {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-header-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.WhatDidMyFundReturn-Calculator__result-risk-group-header {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group-header span {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-1 {
  --tw-text-opacity: 1;
  color: rgb(67 179 105 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-1 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 179 105 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-2 {
  --tw-text-opacity: 1;
  color: rgb(129 201 109 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-2 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 201 109 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-3 {
  --tw-text-opacity: 1;
  color: rgb(192 211 98 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-3 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 98 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-4 {
  --tw-text-opacity: 1;
  color: rgb(244 195 70 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-4 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 70 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-5 {
  --tw-text-opacity: 1;
  color: rgb(233 189 91 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-5 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 189 91 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-6 {
  --tw-text-opacity: 1;
  color: rgb(248 83 83 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-6 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 83 83 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-7 {
  --tw-text-opacity: 1;
  color: rgb(173 2 2 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-risk-group.level-7 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(173 2 2 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator .custom-progress {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
}
.WhatDidMyFundReturn-Calculator .custom-progress div {
  height: 3px;
  width: 31px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 244 / var(--tw-bg-opacity, 1));
}
.WhatDidMyFundReturn-Calculator .radial {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
}
.WhatDidMyFundReturn-Calculator .radial div:nth-child(1) {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.WhatDidMyFundReturn-Calculator .radial div:nth-child(2) {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__radial-progress {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.WhatDidMyFundReturn-Calculator__result-status{
    text-wrap: nowrap;
    font-family: 'League Spartan';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    --tw-text-opacity: 1;
    color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  }
.WhatDidMyFundReturn-Calculator__result-title {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-desc {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 14px;
}
.WhatDidMyFundReturn-Calculator__result-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.WhatDidMyFundReturn-Calculator__result-item-label {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-item-value {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-item--highlight {
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-item--highlight .WhatDidMyFundReturn-Calculator__result-item-label {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.WhatDidMyFundReturn-Calculator__result-item--highlight .WhatDidMyFundReturn-Calculator__result-item-value {
  font-size: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.VentureCapitalInvestmentFunds-FilterTableWithAdvancedFilter {
}
.Career-WorkWithUs {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Career-WorkWithUs {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.Career-WorkWithUs__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.Career-WorkWithUs__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 48px;
}
.Career-WorkWithUs__content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 660px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.Career-WorkWithUs__title {
  text-align: center;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Career-WorkWithUs__title {
    font-size: 40px;
  }
}
.Career-WorkWithUs__desc {
  max-width: 800px;
  text-align: center;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Career-WorkWithUs__desc {
    font-size: 18px;
  }
}
.Career-WorkWithUs__button-wrapper {
  display: flex;
  justify-content: center;
}
.Career-WorkWithUs__button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.Career-Form {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .Career-Form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.Career-Form__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 546px;
  padding-left: 20px;
  padding-right: 20px;
}
.Career-Form__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .Career-Form__grid {
    gap: 48px;
  }
}
.Career-Form__title {
  text-align: center;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .Career-Form__title {
    font-size: 40px;
  }
}
.Career-Form__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media (min-width: 960px) {

  .Career-Form__form {
    gap: 40px;
  }
}
.Career-Form__fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.Career-Form__input-group {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.Career-Form__input {
  width: 100%;
  background-color: transparent;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Career-Form__dropdown-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.Career-Form__dropdown-group .Career-Form__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 4px;
  --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));
}
.Header__action-link.Career-Form__dropdown:hover {
  text-decoration-line: none;
}
.Header__action-link.Career-Form__dropdown.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Career-Form__dropdown {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Career-Form__input-textarea {
  min-height: 80px;
  resize: none;
}
.Career-Form__input-group-phone {
  gap: 12px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.Header__action-link.Career-Form__phone-prefix:hover {
  text-decoration-line: none;
}
.Header__action-link.Career-Form__phone-prefix.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Career-Form__phone-prefix {
  margin-right: 8px;
  width: 90px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%237A7A7A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.Career-Form__phone-prefix:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.Career-Form__input-phone {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px;
}
.Career-Form__input-group-select {
  position: relative;
}
.Career-Form__icon {
  display: flex;
  align-items: center;
}
.Career-Form__input-group-select .Career-Form__icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  --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));
}
.Header__action-link.Career-Form__input-group-file:hover {
  text-decoration-line: none;
}
.Header__action-link.Career-Form__input-group-file.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Career-Form__input-group-file {
  position: relative;
  cursor: pointer;
  gap: 10px;
}
.Career-Form__file-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.Career-Form__file-label {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Career-Form__file-name {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.Header__action-link.Career-Form__file-input:hover {
  text-decoration-line: none;
}
.Header__action-link.Career-Form__file-input.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.Career-Form__file-input {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.Career-Form__kvkk-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.Career-Form__checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.Career-Form__checkbox {
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  accent-color: #5A93A1;
}
.Career-Form__checkbox-label {
  font-family: 'League Spartan';
  font-size: 16px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Career-Form__button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.Career-Form__button {
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 960px) {

  .Career-Form__button {
    width: 100%;
  }
}
.Career-Form label.error {
  margin-top: 8px;
  font-family: 'League Spartan';
  font-size: 14px;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(255 95 109 / var(--tw-text-opacity, 1));
}
.PressRoom {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .PressRoom {
    padding-bottom: 120px;
  }
}
.PressRoom__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .PressRoom__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .PressRoom__container {
    max-width: 1280px;
  }
}
.PressRoom__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.PressRoom__header {
  margin-bottom: 48px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 960px) {

  .PressRoom__header {
    flex-direction: row;
    gap: 0px;
  }
}
.PressRoom__title {
  max-width: 100%;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .PressRoom__title {
    max-width: 554px;
  }
}
.PressRoom__select-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {

  .PressRoom__select-wrapper {
    width: 260px;
  }
}
.Header__action-link.PressRoom__select:hover {
  text-decoration-line: none;
}
.Header__action-link.PressRoom__select.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.PressRoom__select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.PressRoom__select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.PressRoom__select-icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 16px;
  height: 24px;
  width: 24px;
  --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));
}
.PressRoom__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .PressRoom__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 80px 28px;
  }
}
@media (min-width: 1200px) {

  .PressRoom__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {

  .PressRoom__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.PressRoom__card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  text-decoration-line: none;
}
.PressRoom__card:hover {
  opacity: 0.9;
}
.PressRoom__card-image {
  position: relative;
  height: 350px;
  width: 100%;
}
@media (min-width: 960px) {

  .PressRoom__card-image {
    height: 300px;
  }
}
.PressRoom__card-image-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.PressRoom__card-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: flex-end;
  border-radius: 25px 0 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.PressRoom__card-link .circle {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.PressRoom__card-link svg {
  height: 16px;
  width: 16px;
}
.PressRoom__card-title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.CommonFundDetail-Intro__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-Intro__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-Intro__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-Intro__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.CommonFundDetail-Intro .Common-Breadcrumb {
  margin-bottom: 16px;
}
.CommonFundDetail-Intro__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.CommonFundDetail-Intro__content {
  width: 100%;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__content {
    width: 441px;
  }
}
.CommonFundDetail-Intro__title {
  margin-bottom: 40px;
  font-family: 'League Spartan';
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__title {
    font-size: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
  }
}
.CommonFundDetail-Intro__description-section {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  gap: 48px;
  align-items: center;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__description-section {
    align-items: flex-start;
  }
}
.CommonFundDetail-Intro__description {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 42px 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__buttons {
    justify-content: flex-start;
    gap: 28px;
  }
}
.CommonFundDetail-Intro__buttons {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__buttons {
    width: auto;
    max-width: none;
  }
}
.CommonFundDetail-Intro__buttons {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__buttons {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.CommonFundDetail-Intro__button {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  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: 300ms;
  width: auto;
}
.CommonFundDetail-Intro__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__text-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.Header__action-link.CommonFundDetail-Intro__text-button:hover {
  text-decoration-line: none;
}
.Header__action-link.CommonFundDetail-Intro__text-button.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__text-button {
  cursor: pointer;
}
.CommonFundDetail-Intro__text-button:hover {
  opacity: 0.8;
}
.CommonFundDetail-Intro__btn-text {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__btn-icon {
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
.CommonFundDetail-Intro__btn-icon svg {
  height: 12px;
  width: 12px;
}
.CommonFundDetail-Intro__info-panel {
  display: grid;
  gap: 22px;
  width: 100%;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__info-panel {
    width: 408px;
  }
}
.CommonFundDetail-Intro__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.CommonFundDetail-Intro__info-label {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__info-value {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__fund-size {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__fund-size {
    flex-direction: row;
    align-items: center;
  }
}
.CommonFundDetail-Intro__fund-size {
  width: 142px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Intro__fund-size {
    width: auto;
  }
}
.CommonFundDetail-Intro__currency-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
}
.CommonFundDetail-Intro__currency-tab {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  border-radius: 99px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.Header__action-link.CommonFundDetail-Intro__currency-tab:hover {
  text-decoration-line: none;
}
.Header__action-link.CommonFundDetail-Intro__currency-tab.active {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Intro__currency-tab {
  cursor: pointer;
  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: 300ms;
}
.CommonFundDetail-Intro__currency-tab-active {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards {
    padding-bottom: 120px;
  }

  .CommonFundDetail-StatisticsCards.theme-2-cards .CommonFundDetail-StatisticsCards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.CommonFundDetail-StatisticsCards.theme-2-cards .CommonFundDetail-StatisticsCards__card:nth-child(3) {
  display: none;
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards.theme-3-cards .CommonFundDetail-StatisticsCards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.CommonFundDetail-StatisticsCards__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-StatisticsCards__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-StatisticsCards__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-StatisticsCards__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.CommonFundDetail-StatisticsCards__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.CommonFundDetail-StatisticsCards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 12px;
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards__card {
    padding: 48px;
  }
}
.CommonFundDetail-StatisticsCards__card {
  border-width: 1px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards__card {
    height: 300px;
  }
}
.CommonFundDetail-StatisticsCards__card:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.CommonFundDetail-StatisticsCards__card:nth-child(3) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right-width: 1px;
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards__card-middle {
    border-right-width: 1px;
  }
}
.CommonFundDetail-StatisticsCards__card-header-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.default .CommonFundDetail-StatisticsCards__card-title {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.default svg {
  display: none;
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.descent .CommonFundDetail-StatisticsCards__card-title {
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.descent svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.descent svg path {
  fill: #FF3C3C;
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.ascent .CommonFundDetail-StatisticsCards__card-title {
  --tw-text-opacity: 1;
  color: rgb(76 210 54 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-header-wrapper.ascent svg path {
  fill: #4CD236;
}
.CommonFundDetail-StatisticsCards__card-header {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {

  .CommonFundDetail-StatisticsCards__card-header {
    margin-bottom: 28px;
  }
}
.CommonFundDetail-StatisticsCards__card-title {
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonFundDetail-StatisticsCards__card-title {
    font-size: 40px;
  }
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper svg {
  height: 24px;
  width: 24px;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.default .CommonFundDetail-StatisticsCards__card-icon-text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.default svg {
  display: none;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.descent .CommonFundDetail-StatisticsCards__card-icon-text {
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.descent svg:nth-child(1) {
  display: block;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.descent svg:nth-child(2) {
  display: none;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.ascent .CommonFundDetail-StatisticsCards__card-icon-text {
  --tw-text-opacity: 1;
  color: rgb(76 210 54 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.ascent svg:nth-child(1) {
  display: none;
}
.CommonFundDetail-StatisticsCards__card-icon-wrapper.ascent svg:nth-child(2) {
  display: block;
}
.CommonFundDetail-StatisticsCards__card-icon-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.CommonFundDetail-StatisticsCards__card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.CommonFundDetail-StatisticsCards__card-label {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-subtitle {
  margin-top: 6px;
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.CommonFundDetail-StatisticsCards__card-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.CommonFundDetail-StatisticsCards__card-stat-label {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stat-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  --tw-text-opacity: 1;
  color: rgb(76 210 54 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stat-value svg {
  height: 12px;
  width: 12px;
}
.CommonFundDetail-StatisticsCards__card-stat-value.default {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stat-value.default svg {
  display: none;
}
.CommonFundDetail-StatisticsCards__card-stat-value.descent {
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stat-value.descent svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.CommonFundDetail-StatisticsCards__card-stat-value.descent svg path {
  fill: #FF3C3C;
}
.CommonFundDetail-StatisticsCards__card-stat-value.ascent {
  --tw-text-opacity: 1;
  color: rgb(76 210 54 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__card-stat-value.ascent svg path {
  fill: #4CD236;
}
.CommonFundDetail-StatisticsCards__card-risk-icon svg {
  height: 36px;
  width: 36px;
}
.CommonFundDetail-StatisticsCards__card-text {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-1 {
  --tw-text-opacity: 1;
  color: rgb(67 179 105 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-1 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 179 105 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-2 {
  --tw-text-opacity: 1;
  color: rgb(129 201 109 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-2 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 201 109 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-3 {
  --tw-text-opacity: 1;
  color: rgb(192 211 98 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-3 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 98 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-4 {
  --tw-text-opacity: 1;
  color: rgb(244 195 70 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-4 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 70 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-5 {
  --tw-text-opacity: 1;
  color: rgb(233 189 91 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-5 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 189 91 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-6 {
  --tw-text-opacity: 1;
  color: rgb(248 83 83 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-6 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 83 83 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-7 {
  --tw-text-opacity: 1;
  color: rgb(173 2 2 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__result-risk-group.level-7 .custom-progress div.active {
  --tw-bg-opacity: 1;
  background-color: rgb(173 2 2 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards .custom-progress {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
}
.CommonFundDetail-StatisticsCards .custom-progress div {
  height: 3px;
  width: 31px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 244 / var(--tw-bg-opacity, 1));
}
.CommonFundDetail-StatisticsCards .radial {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
}
.CommonFundDetail-StatisticsCards .radial div:nth-child(1) {
  font-family: 'League Spartan';
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.CommonFundDetail-StatisticsCards .radial div:nth-child(2) {
  font-family: 'League Spartan';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-StatisticsCards__radial-progress {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.CommonFundDetail-ComparativeReturn {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn {
    padding-bottom: 120px;
  }
}
.CommonFundDetail-ComparativeReturn__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-ComparativeReturn__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-ComparativeReturn__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-ComparativeReturn__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 40px;
}
.CommonFundDetail-ComparativeReturn__title {
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-ComparativeReturn__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__controls {
    flex-direction: row;
    gap: 113px;
  }
}
.CommonFundDetail-ComparativeReturn__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__tabs {
    justify-content: flex-start;
  }
}
.CommonFundDetail-ComparativeReturn__tab {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 222 222 / var(--tw-border-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: 300ms;
}
.CommonFundDetail-ComparativeReturn__tab.active {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-ComparativeReturn__date-pickers {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__date-pickers {
    width: auto;
    flex-direction: row;
  }
}
.CommonFundDetail-ComparativeReturn__date-picker {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 222 222 / var(--tw-border-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__date-picker {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.CommonFundDetail-ComparativeReturn__date-picker {
  height: 40px;
  width: 100%;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__date-picker {
    width: 190px;
  }
}
.CommonFundDetail-ComparativeReturn__date-picker input {
  font-family: 'League Spartan';
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-ComparativeReturn__date-picker input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-ComparativeReturn__date-picker input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-ComparativeReturn__date-picker input {
  width: 100%;
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-right: 24px;
}
.CommonFundDetail-ComparativeReturn__date-picker svg {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 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));
  height: 16px;
  width: 16px;
}
.CommonFundDetail-ComparativeReturn__chart-wrapper {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding: 32px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__chart-wrapper {
    height: 400px;
  }
}
.CommonFundDetail-ComparativeReturn__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__legend {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.CommonFundDetail-ComparativeReturn__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.CommonFundDetail-ComparativeReturn__legend-color {
  height: 14px;
  width: 14px;
  border-radius: 4px;
}
.CommonFundDetail-ComparativeReturn__legend-label {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
@media (min-width: 960px) {

  .CommonFundDetail-ComparativeReturn__legend-label {
    font-size: 14px;
  }
}
.CommonFundDetail-PerformanceGraph {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph {
    padding-bottom: 120px;
  }
}
.CommonFundDetail-PerformanceGraph__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-PerformanceGraph__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-PerformanceGraph__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-PerformanceGraph__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 40px;
}
.CommonFundDetail-PerformanceGraph__title {
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-PerformanceGraph__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__controls {
    flex-direction: row;
    gap: 113px;
    margin-bottom: 24px;
  }
}
.CommonFundDetail-PerformanceGraph__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__tabs {
    justify-content: flex-start;
  }
}
.CommonFundDetail-PerformanceGraph__tab {
  font-family: 'League Spartan';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 222 222 / var(--tw-border-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: 300ms;
}
.CommonFundDetail-PerformanceGraph__tab.active {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-PerformanceGraph__date-pickers {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__date-pickers {
    width: auto;
    flex-direction: row;
  }
}
.CommonFundDetail-PerformanceGraph__date-picker {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 222 222 / var(--tw-border-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__date-picker {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.CommonFundDetail-PerformanceGraph__date-picker {
  height: 40px;
  width: 100%;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__date-picker {
    width: 190px;
  }
}
.CommonFundDetail-PerformanceGraph__date-picker input {
  font-family: 'League Spartan';
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-PerformanceGraph__date-picker input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-PerformanceGraph__date-picker input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-PerformanceGraph__date-picker input {
  width: 100%;
  border-style: none;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-right: 24px;
}
.CommonFundDetail-PerformanceGraph__date-picker svg {
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 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));
  height: 16px;
  width: 16px;
}
.CommonFundDetail-PerformanceGraph__chart-wrapper {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding: 32px;
}
@media (min-width: 960px) {

  .CommonFundDetail-PerformanceGraph__chart-wrapper {
    height: 400px;
  }
}
.CommonFundDetail-Distributions {
  padding-bottom: 64px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions {
    padding-bottom: 120px;
  }
}
.CommonFundDetail-Distributions__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-Distributions__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-Distributions__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-Distributions__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__container {
    flex-direction: row;
  }
}
.CommonFundDetail-Distributions__card {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding: 24px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__card {
    padding: 40px;
  }
}
.CommonFundDetail-Distributions__card {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.CommonFundDetail-Distributions__card-title {
  font-family: 'League Spartan';
  font-size: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-Distributions__card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__card-body {
    flex-direction: row;
  }
}
.CommonFundDetail-Distributions__chart-container {
  margin-left: auto;
  margin-right: auto;
  height: 229px;
  width: 229px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__chart-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.CommonFundDetail-Distributions__chart-container img {
  border-radius: 9999px;
}
.CommonFundDetail-Distributions__legend {
  display: grid;
  gap: 16px;
  padding: 0px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__legend {
    padding: 24px;
  }
}
.CommonFundDetail-Distributions__legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.CommonFundDetail-Distributions__legend-colorbox {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  border-radius: 4px;
}
@media (min-width: 960px) {

  .CommonFundDetail-Distributions__legend-colorbox {
    border-radius: 6px;
  }
}
.CommonFundDetail-Distributions__legend-label {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-FundDocuments {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {

  .CommonFundDetail-FundDocuments {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.CommonFundDetail-FundDocuments__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .CommonFundDetail-FundDocuments__container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .CommonFundDetail-FundDocuments__container {
    max-width: 1280px;
  }
}
.CommonFundDetail-FundDocuments__container {
  margin-left: auto;
  margin-right: auto;
}
.CommonFundDetail-FundDocuments__title {
  text-align: center;
  font-family: 'League Spartan';
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  margin-bottom: 48px;
}
@media (min-width: 960px) {

  .CommonFundDetail-FundDocuments__title {
    margin-bottom: 64px;
  }
}
.CommonFundDetail-FundDocuments__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-FundDocuments__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {

  .CommonFundDetail-FundDocuments__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.CommonFundDetail-FundDocuments__card {
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 24px;
  display: grid;
  gap: 28px;
}
@media (min-width: 960px) {

  .CommonFundDetail-FundDocuments__card {
    gap: 48px;
  }
}
.CommonFundDetail-FundDocuments__card-icon svg {
  height: 30px;
  width: 30px;
}
.CommonFundDetail-FundDocuments__card-text-wrapper {
  display: grid;
  gap: 24px;
}
.CommonFundDetail-FundDocuments__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.CommonFundDetail-FundDocuments__card-title {
  font-family: 'League Spartan';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-FundDocuments__card-subtitle {
  font-family: 'League Spartan';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.CommonFundDetail-FundDocuments__card-link {
  font-family: 'League Spartan';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  gap: 5px;
}
.CommonFundDetail-FundDocuments__card-link svg {
  height: 12px;
  width: 12px;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-120px\] {
  bottom: -120px;
}
.left-0 {
  left: 0px;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-25px\] {
  left: -25px;
}
.left-\[-53px\] {
  left: -53px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[4px\] {
  left: 4px;
}
.right-0 {
  right: 0px;
}
.right-\[-10px\] {
  right: -10px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[4px\] {
  right: 4px;
}
.right-\[initial\] {
  right: initial;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[4px\] {
  top: 4px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[-190px\] {
  margin-bottom: -190px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[0px\] {
  margin-left: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.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;
}
.h-\[0px\] {
  height: 0px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[211px\] {
  height: 211px;
}
.h-\[229px\] {
  height: 229px;
}
.h-\[242px\] {
  height: 242px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[285px\] {
  height: 285px;
}
.h-\[302px\] {
  height: 302px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[318px\] {
  height: 318px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[336px\] {
  height: 336px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[431px\] {
  height: 431px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[63px\] {
  height: 63px;
}
.h-\[calc\(100vh-68px\)\] {
  height: calc(100vh - 68px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[290px\] {
  min-height: 290px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[calc\(100vh-80px\)\] {
  min-height: calc(100vh - 80px);
}
.w-\[120px\] {
  width: 120px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[169px\] {
  width: 169px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[186px\] {
  width: 186px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[229px\] {
  width: 229px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[96px\] {
  width: 96px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[169px\] {
  min-width: 169px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1344px\] {
  max-width: 1344px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[169px\] {
  max-width: 169px;
}
.max-w-\[1900px\] {
  max-width: 1900px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[317px\] {
  max-width: 317px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[408px\] {
  max-width: 408px;
}
.max-w-\[449px\] {
  max-width: 449px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[546px\] {
  max-width: 546px;
}
.max-w-\[654px\] {
  max-width: 654px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[844px\] {
  max-width: 844px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top-left {
  transform-origin: top left;
}
.-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));
}
.translate-x-\[4px\] {
  --tw-translate-x: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  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-\[-1px\] {
  --tw-translate-y: -1px;
  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-\[0px\] {
  --tw-translate-y: 0px;
  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-\[-45deg\] {
  --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-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.95\] {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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));
}
.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.gap-\[0\] {
  gap: 0;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[28px_12px\] {
  gap: 28px 12px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px_28px\] {
  gap: 42px 28px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[28px\] {
  row-gap: 28px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.self-start {
  align-self: flex-start;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.text-wrap {
  text-wrap: wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0px\] {
  border-radius: 0px;
}
.rounded-\[0px_0px_6px_6px\] {
  border-radius: 0px 0px 6px 6px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[200px\] {
  border-radius: 200px;
}
.rounded-\[25px_0_0_0\] {
  border-radius: 25px 0 0 0;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[6px_6px_0px_0px\] {
  border-radius: 6px 6px 0px 0px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-\[6px\] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-r-\[6px\] {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rounded-bl-\[0px\] {
  border-bottom-left-radius: 0px;
}
.rounded-bl-\[6px\] {
  border-bottom-left-radius: 6px;
}
.rounded-br-\[6px\] {
  border-bottom-right-radius: 6px;
}
.rounded-tl-\[6px\] {
  border-top-left-radius: 6px;
}
.rounded-tr-\[6px\] {
  border-top-right-radius: 6px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[0px\] {
  border-width: 0px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[0px\] {
  border-left-width: 0px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[0px\] {
  border-top-width: 0px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.border-\[\#232323\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity, 1));
}
.border-\[\#5A93A1\] {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
}
.border-\[\#7A7A7A\] {
  --tw-border-opacity: 1;
  border-color: rgb(122 122 122 / var(--tw-border-opacity, 1));
}
.border-\[\#D3DEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 222 222 / var(--tw-border-opacity, 1));
}
.border-\[\#DEDDDC\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 221 220 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ebebeb\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(241\2c 241\2c 241\2c 0\.1\)\] {
  border-color: rgba(241,241,241,0.1);
}
.border-\[rgba\(35\2c 35\2c 35\2c 0\.1\)\] {
  border-color: rgba(35,35,35,0.1);
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#183638\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 54 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#21484B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 75 / var(--tw-bg-opacity, 1));
}
.bg-\[\#232323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#43B369\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 179 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5A93A1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 147 161 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5a93a116\] {
  background-color: #5a93a116;
}
.bg-\[\#81C96D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 201 109 / var(--tw-bg-opacity, 1));
}
.bg-\[\#AD0202\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 2 2 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C0D362\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 211 98 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3DEDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 222 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9BD5B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 189 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDDFDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 223 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF0F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4C346\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 70 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F85353\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 83 83 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9F8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.5\)\2c rgba\(0\2c 0\2c 0\2c 0\.5\)\)\] {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
.bg-\[linear-gradient\(90deg\2c _\#1B3132_0\%\2c _\#366D71_100\%\)\] {
  background-image: linear-gradient(90deg, #1B3132 0%, #366D71 100%);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#1B3132\] {
  --tw-gradient-from: #1B3132 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 49 50 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#366D71\] {
  --tw-gradient-to: #366D71 var(--tw-gradient-to-position);
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-\[\#21484B\] {
  fill: #21484B;
}
.fill-\[\#4CD236\] {
  fill: #4CD236;
}
.fill-\[\#5A93A1\] {
  fill: #5A93A1;
}
.fill-\[\#FF3C3C\] {
  fill: #FF3C3C;
}
.fill-white {
  fill: #fff;
}
.stroke-\[\#000000\] {
  stroke: #000000;
}
.stroke-\[\#5A93A1\] {
  stroke: #5A93A1;
}
.stroke-\[\#7A7A7A\] {
  stroke: #7A7A7A;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-\[0\] {
  padding: 0;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[12px_16px\] {
  padding: 12px 16px;
}
.p-\[12px_8px\] {
  padding: 12px 8px;
}
.p-\[15px_15px\] {
  padding: 15px 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[20px_0\] {
  padding: 20px 0;
}
.p-\[22px_20px\] {
  padding: 22px 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[24px_12px\] {
  padding: 24px 12px;
}
.p-\[26px_20px\] {
  padding: 26px 20px;
}
.p-\[28px_20px\] {
  padding: 28px 20px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[32px_12px\] {
  padding: 32px 12px;
}
.p-\[32px_20px\] {
  padding: 32px 20px;
}
.p-\[36px\] {
  padding: 36px;
}
.p-\[5px_10px\] {
  padding: 5px 10px;
}
.p-\[60px_48px\] {
  padding: 60px 48px;
}
.p-\[6px_8px\] {
  padding: 6px 8px;
}
.p-\[8px_12px\] {
  padding: 8px 12px;
}
.px-\[0\] {
  padding-left: 0;
  padding-right: 0;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[128px\] {
  padding-bottom: 128px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[32px\] {
  padding-right: 32px;
}
.pr-\[36px\] {
  padding-right: 36px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[239px\] {
  padding-top: 239px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[97px\] {
  padding-top: 97px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-\[\'League_Spartan\'\2c _sans-serif\] {
  font-family: 'League Spartan', sans-serif;
}
.font-\[\'League_Spartan\'\] {
  font-family: 'League Spartan';
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[64px\] {
  font-size: 64px;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.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;
}
.leading-\[1\.25em\] {
  line-height: 1.25em;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.leading-\[1\.3em\] {
  line-height: 1.3em;
}
.leading-\[1\.428em\] {
  line-height: 1.428em;
}
.leading-\[1\.4em\] {
  line-height: 1.4em;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5em\] {
  line-height: 1.5em;
}
.leading-\[1\.6em\] {
  line-height: 1.6em;
}
.leading-\[1\.75em\] {
  line-height: 1.75em;
}
.leading-\[1\.7em\] {
  line-height: 1.7em;
}
.leading-\[1em\] {
  line-height: 1em;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[41\.6px\] {
  line-height: 41.6px;
}
.leading-\[41px\] {
  line-height: 41px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#0000ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#21484B\] {
  --tw-text-opacity: 1;
  color: rgb(33 72 75 / var(--tw-text-opacity, 1));
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#232323\] {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}
.text-\[\#43B369\] {
  --tw-text-opacity: 1;
  color: rgb(67 179 105 / var(--tw-text-opacity, 1));
}
.text-\[\#4CD236\] {
  --tw-text-opacity: 1;
  color: rgb(76 210 54 / var(--tw-text-opacity, 1));
}
.text-\[\#5A93A1\] {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.text-\[\#7A7A7A\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#7a7a7a\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#81C96D\] {
  --tw-text-opacity: 1;
  color: rgb(129 201 109 / var(--tw-text-opacity, 1));
}
.text-\[\#AD0202\] {
  --tw-text-opacity: 1;
  color: rgb(173 2 2 / var(--tw-text-opacity, 1));
}
.text-\[\#C0D362\] {
  --tw-text-opacity: 1;
  color: rgb(192 211 98 / var(--tw-text-opacity, 1));
}
.text-\[\#D2D2D2\] {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}
.text-\[\#D3DEDE\] {
  --tw-text-opacity: 1;
  color: rgb(211 222 222 / var(--tw-text-opacity, 1));
}
.text-\[\#E9BD5B\] {
  --tw-text-opacity: 1;
  color: rgb(233 189 91 / var(--tw-text-opacity, 1));
}
.text-\[\#F4C346\] {
  --tw-text-opacity: 1;
  color: rgb(244 195 70 / var(--tw-text-opacity, 1));
}
.text-\[\#F85353\] {
  --tw-text-opacity: 1;
  color: rgb(248 83 83 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3C3C\] {
  --tw-text-opacity: 1;
  color: rgb(255 60 60 / var(--tw-text-opacity, 1));
}
.text-\[\#FF5F6D\] {
  --tw-text-opacity: 1;
  color: rgb(255 95 109 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-\[8px\] {
  text-underline-offset: 8px;
}
.accent-\[\#5A93A1\] {
  accent-color: #5A93A1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.opacity-\[0\.6\] {
  opacity: 0.6;
}
.opacity-\[0\.7\] {
  opacity: 0.7;
}
.opacity-\[0\.8\] {
  opacity: 0.8;
}
.opacity-\[0\.9\] {
  opacity: 0.9;
}
.opacity-\[0\] {
  opacity: 0;
}
.opacity-\[1\] {
  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);
}
.shadow-\[0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 2px 4px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 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_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 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_4px_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 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-\[0px_4px_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px 4px 16px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 4px 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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;
}
.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);
}
.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-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.2s\] {
  transition-property: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.3s\] {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c visibility\2c transform\] {
  transition-property: opacity,visibility,transform;
  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;
}
.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-opacity {
  transition-property: opacity;
  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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[0\.2s\] {
  transition-duration: 0.2s;
}
.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
/* Özel utility sınıflarınız buraya */
/* Özel stilleriniz buraya */
.w-expand {
    flex: 1;
    min-width: 1px;
}
.btn {
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 137 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 137 151 / var(--tw-text-opacity, 1));
}
body{
    font-family: "Montserrat", serif;
    font-size: 14px;
}
.radial-progress:before{
    background: radial-gradient(farthest-side, currentColor 98%, #0000) top / var(--thickness) var(--thickness) no-repeat, conic-gradient(currentColor calc(var(--value) * 1%), #EBEBEB 0);
}
@media (min-width: 1200px) {

  .Home-Hero__content {
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
  }
}
.Header__container {
  max-width: 1400px;
}
@media (min-width: 960px) {

  .Header__logo {
    height: auto;
    width: 169px;
  }
}
.Common-TwoColumnSectionReverse {
  padding-top: 0px;
}
.OurValues-MissionVisionSection {
  padding-top: 0px;
}
.SearchResult-Content,.Search-Content{
    font-family: 'League Spartan', sans-serif;
}
.placeholder\:text-\[\#747474\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#747474\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#7A7A7A\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#7A7A7A\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[-8px\]::after {
  content: var(--tw-content);
  left: -8px;
}
.after\:top-\[var\(--arrow-top\)\]::after {
  content: var(--tw-content);
  top: var(--arrow-top);
}
.after\:h-\[0\]::after {
  content: var(--tw-content);
  height: 0;
}
.after\:w-\[0\]::after {
  content: var(--tw-content);
  width: 0;
}
.after\:border-b-\[8px\]::after {
  content: var(--tw-content);
  border-bottom-width: 8px;
}
.after\:border-r-\[8px\]::after {
  content: var(--tw-content);
  border-right-width: 8px;
}
.after\:border-t-\[8px\]::after {
  content: var(--tw-content);
  border-top-width: 8px;
}
.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}
.after\:border-r-\[\#ffffff\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.after\:border-t-transparent::after {
  content: var(--tw-content);
  border-top-color: transparent;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-\[\#232323\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F4F2EE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 238 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F9F8F6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#fff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#232323\]:hover {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#5A93A1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(90 147 161 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FFFFFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-\[0_0_8px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]:hover {
  --tw-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0 8px 0 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-\[\#5A93A1\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(90 147 161 / var(--tw-border-opacity, 1));
}
.focus\:ring-0:focus {
  --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(0px + 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);
}
@media (min-width: 640px) {

  .sm\:ml-\[32px\] {
    margin-left: 32px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:gap-\[24px\] {
    gap: 24px;
  }

  .sm\:gap-\[32px\] {
    gap: 32px;
  }

  .sm\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (min-width: 960px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[17px\] {
    bottom: 17px;
  }

  .md\:left-\[4px\] {
    left: 4px;
  }

  .md\:left-\[50\%\] {
    left: 50%;
  }

  .md\:left-\[80px\] {
    left: 80px;
  }

  .md\:left-\[initial\] {
    left: initial;
  }

  .md\:right-\[-15px\] {
    right: -15px;
  }

  .md\:right-\[120px\] {
    right: 120px;
  }

  .md\:right-\[20\%\] {
    right: 20%;
  }

  .md\:right-\[20px\] {
    right: 20px;
  }

  .md\:right-\[32px\] {
    right: 32px;
  }

  .md\:top-\[122px\] {
    top: 122px;
  }

  .md\:top-\[20px\] {
    top: 20px;
  }

  .md\:top-\[35px\] {
    top: 35px;
  }

  .md\:top-\[5px\] {
    top: 5px;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .md\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .md\:mb-\[28px\] {
    margin-bottom: 28px;
  }

  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .md\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:ml-\[40px\] {
    margin-left: 40px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .md\:mt-\[16px\] {
    margin-top: 16px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .md\:mt-\[80px\] {
    margin-top: 80px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[148px\] {
    height: 148px;
  }

  .md\:h-\[171px\] {
    height: 171px;
  }

  .md\:h-\[20px\] {
    height: 20px;
  }

  .md\:h-\[24px\] {
    height: 24px;
  }

  .md\:h-\[280px\] {
    height: 280px;
  }

  .md\:h-\[287px\] {
    height: 287px;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:h-\[32px\] {
    height: 32px;
  }

  .md\:h-\[340px\] {
    height: 340px;
  }

  .md\:h-\[37px\] {
    height: 37px;
  }

  .md\:h-\[3px\] {
    height: 3px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[440px\] {
    height: 440px;
  }

  .md\:h-\[470px\] {
    height: 470px;
  }

  .md\:h-\[532px\] {
    height: 532px;
  }

  .md\:h-\[540px\] {
    height: 540px;
  }

  .md\:h-\[62px\] {
    height: 62px;
  }

  .md\:h-\[640px\] {
    height: 640px;
  }

  .md\:h-\[710px\] {
    height: 710px;
  }

  .md\:h-\[7px\] {
    height: 7px;
  }

  .md\:h-\[calc\(100vh-150px\)\] {
    height: calc(100vh - 150px);
  }

  .md\:max-h-\[300px\] {
    max-height: 300px;
  }

  .md\:max-h-\[80vh\] {
    max-height: 80vh;
  }

  .md\:min-h-\[240px\] {
    min-height: 240px;
  }

  .md\:min-h-\[440px\] {
    min-height: 440px;
  }

  .md\:min-h-\[calc\(100vh-140px\)\] {
    min-height: calc(100vh - 140px);
  }

  .md\:w-\[1062px\] {
    width: 1062px;
  }

  .md\:w-\[10px\] {
    width: 10px;
  }

  .md\:w-\[115px\] {
    width: 115px;
  }

  .md\:w-\[1280px\] {
    width: 1280px;
  }

  .md\:w-\[146px\] {
    width: 146px;
  }

  .md\:w-\[163px\] {
    width: 163px;
  }

  .md\:w-\[171px\] {
    width: 171px;
  }

  .md\:w-\[190px\] {
    width: 190px;
  }

  .md\:w-\[20px\] {
    width: 20px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[239px\] {
    width: 239px;
  }

  .md\:w-\[24px\] {
    width: 24px;
  }

  .md\:w-\[260px\] {
    width: 260px;
  }

  .md\:w-\[286px\] {
    width: 286px;
  }

  .md\:w-\[318px\] {
    width: 318px;
  }

  .md\:w-\[32px\] {
    width: 32px;
  }

  .md\:w-\[370px\] {
    width: 370px;
  }

  .md\:w-\[375px\] {
    width: 375px;
  }

  .md\:w-\[407px\] {
    width: 407px;
  }

  .md\:w-\[408px\] {
    width: 408px;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[427px\] {
    width: 427px;
  }

  .md\:w-\[432px\] {
    width: 432px;
  }

  .md\:w-\[433px\] {
    width: 433px;
  }

  .md\:w-\[441px\] {
    width: 441px;
  }

  .md\:w-\[470px\] {
    width: 470px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:w-\[517px\] {
    width: 517px;
  }

  .md\:w-\[538px\] {
    width: 538px;
  }

  .md\:w-\[548px\] {
    width: 548px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-\[660px\] {
    width: 660px;
  }

  .md\:w-\[675px\] {
    width: 675px;
  }

  .md\:w-\[74px\] {
    width: 74px;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

  .md\:w-\[810px\] {
    width: 810px;
  }

  .md\:w-\[calc\(50\%-24px\)\] {
    width: calc(50% - 24px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:min-w-\[239px\] {
    min-width: 239px;
  }

  .md\:min-w-\[517px\] {
    min-width: 517px;
  }

  .md\:max-w-\[1281px\] {
    max-width: 1281px;
  }

  .md\:max-w-\[180px\] {
    max-width: 180px;
  }

  .md\:max-w-\[239px\] {
    max-width: 239px;
  }

  .md\:max-w-\[462px\] {
    max-width: 462px;
  }

  .md\:max-w-\[549px\] {
    max-width: 549px;
  }

  .md\:max-w-\[554px\] {
    max-width: 554px;
  }

  .md\:max-w-\[645px\] {
    max-width: 645px;
  }

  .md\:max-w-\[647px\] {
    max-width: 647px;
  }

  .md\:max-w-\[750px\] {
    max-width: 750px;
  }

  .md\:max-w-\[844px\] {
    max-width: 844px;
  }

  .md\:max-w-\[877px\] {
    max-width: 877px;
  }

  .md\:translate-x-\[-50\%\] {
    --tw-translate-x: -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\:translate-y-\[-1\.5px\] {
    --tw-translate-y: -1.5px;
    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-1 {
    grid-template-columns: repeat(1, 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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[432px_1fr\] {
    grid-template-columns: 432px 1fr;
  }

  .md\:grid-cols-\[44px_44px_auto_115px_74px_74px_74px_74px_74px_74px\] {
    grid-template-columns: 44px 44px auto 115px 74px 74px 74px 74px 74px 74px;
  }

  .md\:grid-cols-\[50px_60px_auto_1fr_74px_74px_74px_74px_74px_74px_74px\] {
    grid-template-columns: 50px 60px auto 1fr 74px 74px 74px 74px 74px 74px 74px;
  }

  .md\:grid-cols-\[654px_408px\] {
    grid-template-columns: 654px 408px;
  }

  .md\:grid-cols-\[80px_auto_115px_74px_74px_74px\] {
    grid-template-columns: 80px auto 115px 74px 74px 74px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-\[0\] {
    gap: 0;
  }

  .md\:gap-\[109px\] {
    gap: 109px;
  }

  .md\:gap-\[113px\] {
    gap: 113px;
  }

  .md\:gap-\[120px\] {
    gap: 120px;
  }

  .md\:gap-\[12px\] {
    gap: 12px;
  }

  .md\:gap-\[148px\] {
    gap: 148px;
  }

  .md\:gap-\[16px\] {
    gap: 16px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[24px\] {
    gap: 24px;
  }

  .md\:gap-\[262px\] {
    gap: 262px;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-\[34px\] {
    gap: 34px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[48px\] {
    gap: 48px;
  }

  .md\:gap-\[4px\] {
    gap: 4px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[61px\] {
    gap: 61px;
  }

  .md\:gap-\[64px\] {
    gap: 64px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:gap-\[80px_28px\] {
    gap: 80px 28px;
  }

  .md\:gap-\[80px_54px\] {
    gap: 80px 54px;
  }

  .md\:gap-\[83px_108px\] {
    gap: 83px 108px;
  }

  .md\:gap-\[86px\] {
    gap: 86px;
  }

  .md\:gap-x-\[108px\] {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }

  .md\:gap-x-\[24px\] {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }

  .md\:gap-x-\[32px\] {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .md\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .md\:gap-y-\[83px\] {
    row-gap: 83px;
  }

  .md\:rounded-\[0px_6px_6px_0px\] {
    border-radius: 0px 6px 6px 0px;
  }

  .md\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .md\:rounded-\[6px\] {
    border-radius: 6px;
  }

  .md\:rounded-\[6px_0px_0px_6px\] {
    border-radius: 6px 0px 0px 6px;
  }

  .md\:rounded-l-\[6px\] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .md\:rounded-r-\[6px\] {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .md\:rounded-bl-\[6px\] {
    border-bottom-left-radius: 6px;
  }

  .md\:rounded-br-\[6px\] {
    border-bottom-right-radius: 6px;
  }

  .md\:rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-\[6px\] {
    border-top-right-radius: 6px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-\[0px\] {
    border-left-width: 0px;
  }

  .md\:border-l-\[1px\] {
    border-left-width: 1px;
  }

  .md\:border-r-\[1px\] {
    border-right-width: 1px;
  }

  .md\:border-t-\[0px\] {
    border-top-width: 0px;
  }

  .md\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-\[\#F1F1F1\] {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }

  .md\:bg-\[\#F9F8F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 246 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:fill-\[\#D3DEDE\] {
    fill: #D3DEDE;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-\[20px\] {
    padding: 20px;
  }

  .md\:p-\[20px_40px\] {
    padding: 20px 40px;
  }

  .md\:p-\[24px\] {
    padding: 24px;
  }

  .md\:p-\[24px_48px\] {
    padding: 24px 48px;
  }

  .md\:p-\[32px\] {
    padding: 32px;
  }

  .md\:p-\[32px_42px_32px_32px\] {
    padding: 32px 42px 32px 32px;
  }

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:p-\[48px\] {
    padding: 48px;
  }

  .md\:p-\[50px_30px\] {
    padding: 50px 30px;
  }

  .md\:p-\[60px_48px\] {
    padding: 60px 48px;
  }

  .md\:p-\[60px_80px\] {
    padding: 60px 80px;
  }

  .md\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[180px\] {
    padding-bottom: 180px;
  }

  .md\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .md\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .md\:pb-\[67px\] {
    padding-bottom: 67px;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pl-\[0px\] {
    padding-left: 0px;
  }

  .md\:pl-\[24px\] {
    padding-left: 24px;
  }

  .md\:pr-\[24px\] {
    padding-right: 24px;
  }

  .md\:pt-\[103px\] {
    padding-top: 103px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[180px\] {
    padding-top: 180px;
  }

  .md\:pt-\[24px\] {
    padding-top: 24px;
  }

  .md\:pt-\[67px\] {
    padding-top: 67px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[160px\] {
    font-size: 160px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:font-\[400\] {
    font-weight: 400;
  }

  .md\:leading-\[1\.25em\] {
    line-height: 1.25em;
  }

  .md\:leading-\[1\.2em\] {
    line-height: 1.2em;
  }

  .md\:leading-\[1\.5em\] {
    line-height: 1.5em;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[57\.6px\] {
    line-height: 57.6px;
  }

  .md\:leading-\[62px\] {
    line-height: 62px;
  }

  .md\:text-\[\#232323\] {
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity, 1));
  }

  .md\:text-\[\#D3DEDE\] {
    --tw-text-opacity: 1;
    color: rgb(211 222 222 / var(--tw-text-opacity, 1));
  }

  .md\:text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:shadow-\[0_4px_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0 4px 16px rgba(0,0,0,0.08);
    --tw-shadow-colored: 0 4px 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);
  }
}
@media (min-width: 1200px) {

  .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-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (min-width: 1600px) {

  .xl\:h-\[auto\] {
    height: auto;
  }

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {

  .max-md\:mb-\[28px\] {
    margin-bottom: 28px;
  }

  .max-md\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .max-md\:mt-\[10px\] {
    margin-top: 10px;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:gap-\[16px\] {
    gap: 16px;
  }

  .max-md\:border-\[1px\] {
    border-width: 1px;
  }

  .max-md\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .max-md\:border-\[\#EBEBEB\] {
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  }

  .max-md\:border-\[\#F1F1F1\] {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }

  .max-md\:pt-\[20px\] {
    padding-top: 20px;
  }
}
.\[\&\>a\:nth-child\(even\)\]\:bg-\[\#F4F2EE\]>a:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 238 / var(--tw-bg-opacity, 1));
}