/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --breakpoint-2xl: 96rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
  .top-\[0\.3125rem\] {
    top: 0.3125rem;
  }
  .top-\[0\.4375rem\] {
    top: 0.4375rem;
  }
  .top-\[0\.9375rem\] {
    top: 0.9375rem;
  }
  .\!right-0 {
    right: calc(var(--spacing) * 0) !important;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-3\.5 {
    right: calc(var(--spacing) * 3.5);
  }
  .right-\[0\.3125rem\] {
    right: 0.3125rem;
  }
  .right-\[0\.4375rem\] {
    right: 0.4375rem;
  }
  .right-\[0\.9375rem\] {
    right: 0.9375rem;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[1\.25rem\] {
    margin-block: 1.25rem;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[0\.75rem\] {
    margin-top: 0.75rem;
  }
  .mt-\[0\.625rem\] {
    margin-top: 0.625rem;
  }
  .mt-\[0\.9375rem\] {
    margin-top: 0.9375rem;
  }
  .mt-\[0\.15625rem\] {
    margin-top: 0.15625rem;
  }
  .mt-\[1\.25rem\] {
    margin-top: 1.25rem;
  }
  .mt-\[1\.88rem\] {
    margin-top: 1.88rem;
  }
  .mt-\[1\.375rem\] {
    margin-top: 1.375rem;
  }
  .mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .mt-\[3\.125rem\] {
    margin-top: 3.125rem;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-\[0\.94rem\] {
    margin-right: 0.94rem;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[0\.75rem\] {
    margin-bottom: 0.75rem;
  }
  .mb-\[0\.625rem\] {
    margin-bottom: 0.625rem;
  }
  .mb-\[0\.3125rem\] {
    margin-bottom: 0.3125rem;
  }
  .mb-\[0\.9375rem\] {
    margin-bottom: 0.9375rem;
  }
  .mb-\[1\.88rem\] {
    margin-bottom: 1.88rem;
  }
  .mb-\[1\.5625rem\] {
    margin-bottom: 1.5625rem;
  }
  .mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-content {
    box-sizing: content-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[353\/235\] {
    aspect-ratio: 353/235;
  }
  .aspect-\[750\/499\] {
    aspect-ratio: 750/499;
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[1\.5625rem\] {
    height: 1.5625rem;
  }
  .h-\[2\.75rem\] {
    height: 2.75rem;
  }
  .h-\[2\.2375rem\] {
    height: 2.2375rem;
  }
  .h-\[3\.125rem\] {
    height: 3.125rem;
  }
  .h-\[3rem\] {
    height: 3rem;
  }
  .h-\[12\.5rem\] {
    height: 12.5rem;
  }
  .h-\[14\.6875rem\] {
    height: 14.6875rem;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[28\.75rem1\] {
    max-height: 28.75rem1;
  }
  .max-h-\[28\.75rem\] {
    max-height: 28.75rem;
  }
  .max-h-\[29\.75rem\] {
    max-height: 29.75rem;
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-\[1\.5625rem\] {
    width: 1.5625rem;
  }
  .w-\[2\.1875rem\] {
    width: 2.1875rem;
  }
  .w-\[2\.2375rem\] {
    width: 2.2375rem;
  }
  .w-\[3\.125rem\] {
    width: 3.125rem;
  }
  .w-\[4\.375rem\] {
    width: 4.375rem;
  }
  .w-\[16\%\] {
    width: 16%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[13\.75rem\] {
    max-width: 13.75rem;
  }
  .max-w-\[21\.5625rem\] {
    max-width: 21.5625rem;
  }
  .max-w-\[23\.4375rem\] {
    max-width: 23.4375rem;
  }
  .max-w-\[23rem\] {
    max-width: 23rem;
  }
  .max-w-\[28\.125rem\] {
    max-width: 28.125rem;
  }
  .max-w-\[32\.5rem4\] {
    max-width: 32.5rem4;
  }
  .max-w-\[32\.5rem\] {
    max-width: 32.5rem;
  }
  .max-w-\[34\.375rem\] {
    max-width: 34.375rem;
  }
  .max-w-\[37\.5rem\] {
    max-width: 37.5rem;
  }
  .max-w-\[38\.813rem\] {
    max-width: 38.813rem;
  }
  .max-w-\[38\.9375rem\] {
    max-width: 38.9375rem;
  }
  .max-w-\[40\.625rem\] {
    max-width: 40.625rem;
  }
  .max-w-\[42\.875rem\] {
    max-width: 42.875rem;
  }
  .max-w-\[43\.75rem\] {
    max-width: 43.75rem;
  }
  .max-w-\[46\.875rem\] {
    max-width: 46.875rem;
  }
  .max-w-\[48\.75rem\] {
    max-width: 48.75rem;
  }
  .max-w-\[50\.625rem\] {
    max-width: 50.625rem;
  }
  .max-w-\[50rem\] {
    max-width: 50rem;
  }
  .max-w-\[52\.5rem\] {
    max-width: 52.5rem;
  }
  .max-w-\[56\.25rem\] {
    max-width: 56.25rem;
  }
  .max-w-\[62\.5rem\] {
    max-width: 62.5rem;
  }
  .max-w-\[69\.375rem\] {
    max-width: 69.375rem;
  }
  .max-w-\[74\.0625rem\] {
    max-width: 74.0625rem;
  }
  .max-w-\[75rem\] {
    max-width: 75rem;
  }
  .max-w-\[100rem\] {
    max-width: 100rem;
  }
  .max-w-\[111\.125rem\] {
    max-width: 111.125rem;
  }
  .max-w-\[120rem\] {
    max-width: 120rem;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[0\.94rem\] {
    gap: 0.94rem;
  }
  .gap-\[0\.9375rem\] {
    gap: 0.9375rem;
  }
  .gap-\[1\.88rem\] {
    gap: 1.88rem;
  }
  .gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }
  .gap-\[2\.1875rem\] {
    gap: 2.1875rem;
  }
  .gap-\[3\.75rem\] {
    gap: 3.75rem;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.75rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.75rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.3125rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.3125rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.3125rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[0\.9375rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(0.9375rem * var(--tw-space-y-reverse));
      margin-block-end: calc(0.9375rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.88rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.88rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1.88rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[1\.5625rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(1.5625rem * var(--tw-space-y-reverse));
      margin-block-end: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-\[0\.625rem\] {
    column-gap: 0.625rem;
  }
  .gap-x-\[0\.9375rem\] {
    column-gap: 0.9375rem;
  }
  .gap-x-\[1\.75rem\] {
    column-gap: 1.75rem;
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-\[0\.9375em\] {
    row-gap: 0.9375em;
  }
  .gap-y-\[1\.88rem\] {
    row-gap: 1.88rem;
  }
  .gap-y-\[1\.5625rem\] {
    row-gap: 1.5625rem;
  }
  .gap-y-\[1\.9375rem\] {
    row-gap: 1.9375rem;
  }
  .place-self-start {
    place-self: start;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[0\.625rem\] {
    border-radius: 0.625rem;
  }
  .rounded-\[0\.1875rem\] {
    border-radius: 0.1875rem;
  }
  .rounded-\[0\.9375rem\] {
    border-radius: 0.9375rem;
  }
  .rounded-\[3\.125rem\] {
    border-radius: 3.125rem;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-tl {
    border-top-left-radius: 0.25rem;
  }
  .rounded-tl-\[0\.9375rem\] {
    border-top-left-radius: 0.9375rem;
  }
  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .rounded-tr-\[0\.9375rem\] {
    border-top-right-radius: 0.9375rem;
  }
  .rounded-br-\[0\.9375rem\] {
    border-bottom-right-radius: 0.9375rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-bl-\[0\.9375rem\] {
    border-bottom-left-radius: 0.9375rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#006E26\] {
    border-color: #006E26;
  }
  .border-\[\#151413\] {
    border-color: #151413;
  }
  .border-\[\#D0D0D0\] {
    border-color: #D0D0D0;
  }
  .border-\[\#F0EBE0\] {
    border-color: #F0EBE0;
  }
  .border-\[\#FFFFFF\] {
    border-color: #FFFFFF;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#006E26\] {
    background-color: #006E26;
  }
  .bg-\[\#084A3B\] {
    background-color: #084A3B;
  }
  .bg-\[\#EACFA1\] {
    background-color: #EACFA1;
  }
  .bg-\[\#EAE3D8\] {
    background-color: #EAE3D8;
  }
  .bg-\[\#F0EBE0\] {
    background-color: #F0EBE0;
  }
  .bg-\[\#F1F5F9\] {
    background-color: #F1F5F9;
  }
  .bg-\[\#F9F5ED\] {
    background-color: #F9F5ED;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#e9cea1\] {
    background-color: #e9cea1;
  }
  .bg-\[rgb\(8\,74\,59\)\] {
    background-color: rgb(8,74,59);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[0\.94rem\] {
    padding: 0.94rem;
  }
  .p-\[0\.9375rem\] {
    padding: 0.9375rem;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[0\.9375rem\] {
    padding-inline: 0.9375rem;
  }
  .px-\[1\.25rem\] {
    padding-inline: 1.25rem;
  }
  .px-\[1\.88rem\] {
    padding-inline: 1.88rem;
  }
  .px-\[1\.1875rem\] {
    padding-inline: 1.1875rem;
  }
  .px-\[1\.5625rem\] {
    padding-inline: 1.5625rem;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.63rem\] {
    padding-block: 0.63rem;
  }
  .py-\[0\.94rem\] {
    padding-block: 0.94rem;
  }
  .py-\[0\.938rem\] {
    padding-block: 0.938rem;
  }
  .py-\[0\.3125rem\] {
    padding-block: 0.3125rem;
  }
  .py-\[0\.9375rem\] {
    padding-block: 0.9375rem;
  }
  .py-\[1\.88rem\] {
    padding-block: 1.88rem;
  }
  .py-\[1\.5625rem\] {
    padding-block: 1.5625rem;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[1\.88rem\] {
    padding-top: 1.88rem;
  }
  .pt-\[4\.375rem\] {
    padding-top: 4.375rem;
  }
  .pt-\[6\.25rem\] {
    padding-top: 6.25rem;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-\[0\.9375rem\] {
    padding-right: 0.9375rem;
  }
  .pr-\[3\.75rem\] {
    padding-right: 3.75rem;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[0\.75rem\] {
    padding-bottom: 0.75rem;
  }
  .pb-\[1\.88rem\] {
    padding-bottom: 1.88rem;
  }
  .pb-\[1\.6875rem\] {
    padding-bottom: 1.6875rem;
  }
  .pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-\[0\.313rem\] {
    padding-left: 0.313rem;
  }
  .pl-\[0\.9375rem\] {
    padding-left: 0.9375rem;
  }
  .pl-\[2\.25rem\] {
    padding-left: 2.25rem;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Roboto\'\] {
    font-family: 'Roboto';
  }
  .font-\[Berlingske_Serif\] {
    font-family: Berlingske Serif;
  }
  .font-\[Inter\] {
    font-family: Inter;
  }
  .font-\[Roboto\] {
    font-family: Roboto;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.75rem\] {
    --tw-leading: 1.75rem;
    line-height: 1.75rem;
  }
  .leading-\[1\.625rem\] {
    --tw-leading: 1.625rem;
    line-height: 1.625rem;
  }
  .leading-\[1\.4375rem\] {
    --tw-leading: 1.4375rem;
    line-height: 1.4375rem;
  }
  .leading-\[2\.5rem\] {
    --tw-leading: 2.5rem;
    line-height: 2.5rem;
  }
  .leading-\[2\.125rem\] {
    --tw-leading: 2.125rem;
    line-height: 2.125rem;
  }
  .leading-\[2\.6875rem\] {
    --tw-leading: 2.6875rem;
    line-height: 2.6875rem;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .text-\[\#1e2122\] {
    color: #1e2122;
  }
  .text-\[\#006E26\] {
    color: #006E26;
  }
  .text-\[\#084A3B\] {
    color: #084A3B;
  }
  .text-\[\#002776\] {
    color: #002776;
  }
  .text-\[\#151413\] {
    color: #151413;
  }
  .text-\[\#828282\] {
    color: #828282;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-1 {
    text-underline-offset: 1px;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-3 {
    text-underline-offset: 3px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .caret-\[\#828282\] {
    caret-color: #828282;
  }
  .caret-\[\#F0EBE0\] {
    caret-color: #F0EBE0;
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-300 {
    transition-delay: 300ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }
  .group-hover\:fill-\[\#00AD38\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #00AD38;
      }
    }
  }
  .group-hover\:text-\[\#006E26\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #006E26;
      }
    }
  }
  .group-hover\:text-\[\#6F5E5D\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #6F5E5D;
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:transition-all {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .group-hover\:delay-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transition-delay: 300ms;
      }
    }
  }
  .group-hover\:duration-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-duration: 300ms;
        transition-duration: 300ms;
      }
    }
  }
  .placeholder\:text-\[\#006E26\] {
    &::placeholder {
      color: #006E26;
    }
  }
  .placeholder\:text-\[\#151413\] {
    &::placeholder {
      color: #151413;
    }
  }
  .placeholder\:text-\[\#828282\] {
    &::placeholder {
      color: #828282;
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:border-2 {
    &:hover {
      @media (hover: hover) {
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
    }
  }
  .hover\:border-\[\#00AD38\] {
    &:hover {
      @media (hover: hover) {
        border-color: #00AD38;
      }
    }
  }
  .hover\:border-\[\#F0EBE0\] {
    &:hover {
      @media (hover: hover) {
        border-color: #F0EBE0;
      }
    }
  }
  .hover\:bg-\[\#084A3B\] {
    &:hover {
      @media (hover: hover) {
        background-color: #084A3B;
      }
    }
  }
  .hover\:bg-\[\#F0EBE0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0EBE0;
      }
    }
  }
  .hover\:text-\[\#00AD38\] {
    &:hover {
      @media (hover: hover) {
        color: #00AD38;
      }
    }
  }
  .hover\:text-\[\#006E26\] {
    &:hover {
      @media (hover: hover) {
        color: #006E26;
      }
    }
  }
  .hover\:transition-all {
    &:hover {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .hover\:delay-300 {
    &:hover {
      @media (hover: hover) {
        transition-delay: 300ms;
      }
    }
  }
  .\*\:hover\:font-bold {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          --tw-font-weight: var(--font-weight-bold);
          font-weight: var(--font-weight-bold);
        }
      }
    }
  }
  .\*\:hover\:underline {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
  .\*\:hover\:underline-offset-2 {
    :is(& > *) {
      &:hover {
        @media (hover: hover) {
          text-underline-offset: 2px;
        }
      }
    }
  }
  .focus\:shadow-transparent {
    &:focus {
      --tw-shadow-color: transparent;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, transparent var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus\:ring-\[\#F0EBE0\] {
    &:focus {
      --tw-ring-color: #F0EBE0;
    }
  }
  .focus\:ring-inherit {
    &:focus {
      --tw-ring-color: inherit;
    }
  }
  .focus\:ring-offset-0 {
    &:focus {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-hidden {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
      @media (forced-colors: active) {
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
    }
  }
  .focus\:outline-0 {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 0px;
    }
  }
  .focus\:\!outline-none {
    &:focus {
      --tw-outline-style: none !important;
      outline-style: none !important;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus\:ring-inset {
    &:focus {
      --tw-ring-inset: inset;
    }
  }
  .focus-visible\:border-\[\#F0EBE0\] {
    &:focus-visible {
      border-color: #F0EBE0;
    }
  }
  .focus-visible\:shadow-transparent {
    &:focus-visible {
      --tw-shadow-color: transparent;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, transparent var(--tw-shadow-alpha), transparent);
      }
    }
  }
  .focus-visible\:ring-\[\#F0EBE0\] {
    &:focus-visible {
      --tw-ring-color: #F0EBE0;
    }
  }
  .focus-visible\:ring-offset-0 {
    &:focus-visible {
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-inset {
    &:focus-visible {
      --tw-ring-inset: inset;
    }
  }
  .sm\:h-\[22\.5rem\] {
    @media (width >= 40rem) {
      height: 22.5rem;
    }
  }
  .sm\:h-\[22\.0625rem\] {
    @media (width >= 40rem) {
      height: 22.0625rem;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-x-5 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-y-8 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:my-\[2\.5rem\] {
    @media (width >= 48rem) {
      margin-block: 2.5rem;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-\[2\.5rem\] {
    @media (width >= 48rem) {
      margin-top: 2.5rem;
    }
  }
  .md\:mt-\[3\.75rem\] {
    @media (width >= 48rem) {
      margin-top: 3.75rem;
    }
  }
  .md\:-mr-5 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * -5);
    }
  }
  .md\:-mr-\[3\.75rem\] {
    @media (width >= 48rem) {
      margin-right: calc(3.75rem * -1);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-2\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-\[0\.62rem\] {
    @media (width >= 48rem) {
      margin-bottom: 0.62rem;
    }
  }
  .md\:mb-\[1\.88rem\] {
    @media (width >= 48rem) {
      margin-bottom: 1.88rem;
    }
  }
  .md\:-ml-5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * -5);
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:aspect-\[375\/281\] {
    @media (width >= 48rem) {
      aspect-ratio: 375/281;
    }
  }
  .md\:aspect-\[750\/499\] {
    @media (width >= 48rem) {
      aspect-ratio: 750/499;
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-\[1\.56rem\] {
    @media (width >= 48rem) {
      height: 1.56rem;
    }
  }
  .md\:h-\[14\.6875rem\] {
    @media (width >= 48rem) {
      height: 14.6875rem;
    }
  }
  .md\:h-\[20\.625rem\] {
    @media (width >= 48rem) {
      height: 20.625rem;
    }
  }
  .md\:h-\[21\.875rem\] {
    @media (width >= 48rem) {
      height: 21.875rem;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-52 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 52);
    }
  }
  .md\:w-\[1\.56rem\] {
    @media (width >= 48rem) {
      width: 1.56rem;
    }
  }
  .md\:w-\[5\%\] {
    @media (width >= 48rem) {
      width: 5%;
    }
  }
  .md\:w-\[20rem\] {
    @media (width >= 48rem) {
      width: 20rem;
    }
  }
  .md\:w-\[21\%\] {
    @media (width >= 48rem) {
      width: 21%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[38\%\] {
    @media (width >= 48rem) {
      width: 38%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[42\%\] {
    @media (width >= 48rem) {
      width: 42%;
    }
  }
  .md\:w-\[43\%\] {
    @media (width >= 48rem) {
      width: 43%;
    }
  }
  .md\:w-\[44\] {
    @media (width >= 48rem) {
      width: 44;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[46\%\] {
    @media (width >= 48rem) {
      width: 46%;
    }
  }
  .md\:w-\[47\%\] {
    @media (width >= 48rem) {
      width: 47%;
    }
  }
  .md\:w-\[48\%\] {
    @media (width >= 48rem) {
      width: 48%;
    }
  }
  .md\:w-\[49\%\] {
    @media (width >= 48rem) {
      width: 49%;
    }
  }
  .md\:w-\[52\.5\%\] {
    @media (width >= 48rem) {
      width: 52.5%;
    }
  }
  .md\:w-\[53\%\] {
    @media (width >= 48rem) {
      width: 53%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[65\%\] {
    @media (width >= 48rem) {
      width: 65%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[7\.5rem\] {
    @media (width >= 48rem) {
      max-width: 7.5rem;
    }
  }
  .md\:max-w-\[15\.25rem\] {
    @media (width >= 48rem) {
      max-width: 15.25rem;
    }
  }
  .md\:max-w-\[18\.75rem\] {
    @media (width >= 48rem) {
      max-width: 18.75rem;
    }
  }
  .md\:max-w-\[27\.5rem\] {
    @media (width >= 48rem) {
      max-width: 27.5rem;
    }
  }
  .md\:max-w-\[28\.25rem\] {
    @media (width >= 48rem) {
      max-width: 28.25rem;
    }
  }
  .md\:max-w-\[32\.5rem\] {
    @media (width >= 48rem) {
      max-width: 32.5rem;
    }
  }
  .md\:max-w-\[37\.5625rem\] {
    @media (width >= 48rem) {
      max-width: 37.5625rem;
    }
  }
  .md\:max-w-\[40\.625rem\] {
    @media (width >= 48rem) {
      max-width: 40.625rem;
    }
  }
  .md\:max-w-\[45rem\] {
    @media (width >= 48rem) {
      max-width: 45rem;
    }
  }
  .md\:max-w-\[48\.75rem\] {
    @media (width >= 48rem) {
      max-width: 48.75rem;
    }
  }
  .md\:max-w-\[62\.5rem\] {
    @media (width >= 48rem) {
      max-width: 62.5rem;
    }
  }
  .md\:max-w-\[147px\] {
    @media (width >= 48rem) {
      max-width: 147px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[1\.125rem\] {
    @media (width >= 48rem) {
      gap: 1.125rem;
    }
  }
  .md\:space-y-10 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:space-y-16 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-5 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-x-\[1\.88rem\] {
    @media (width >= 48rem) {
      column-gap: 1.88rem;
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-10 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-y-12 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-y-\[1\.88rem\] {
    @media (width >= 48rem) {
      row-gap: 1.88rem;
    }
  }
  .md\:rounded-\[0\.9375rem\] {
    @media (width >= 48rem) {
      border-radius: 0.9375rem;
    }
  }
  .md\:border-0 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:bg-\[\#006E26\] {
    @media (width >= 48rem) {
      background-color: #006E26;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-\[0\.9375rem\] {
    @media (width >= 48rem) {
      padding: 0.9375rem;
    }
  }
  .md\:p-\[1\.88rem\] {
    @media (width >= 48rem) {
      padding: 1.88rem;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-\[1\.88rem\] {
    @media (width >= 48rem) {
      padding-block: 1.88rem;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-\[9\.375rem\] {
    @media (width >= 48rem) {
      padding-top: 9.375rem;
    }
  }
  .md\:pt-\[18\.75rem\] {
    @media (width >= 48rem) {
      padding-top: 18.75rem;
    }
  }
  .md\:pb-5 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-\[3\.75rem\] {
    @media (width >= 48rem) {
      padding-bottom: 3.75rem;
    }
  }
  .md\:pl-0 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .md\:pl-10 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.125rem\] {
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .md\:text-\[3rem\] {
    @media (width >= 48rem) {
      font-size: 3rem;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:leading-5 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .md\:leading-6 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .md\:leading-7 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .md\:leading-10 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .md\:leading-\[1\.88rem\] {
    @media (width >= 48rem) {
      --tw-leading: 1.88rem;
      line-height: 1.88rem;
    }
  }
  .md\:leading-\[1\.625rem\] {
    @media (width >= 48rem) {
      --tw-leading: 1.625rem;
      line-height: 1.625rem;
    }
  }
  .md\:leading-\[1\.4375rem\] {
    @media (width >= 48rem) {
      --tw-leading: 1.4375rem;
      line-height: 1.4375rem;
    }
  }
  .md\:leading-\[2\.125rem\] {
    @media (width >= 48rem) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }
  .md\:leading-\[3\.75rem\] {
    @media (width >= 48rem) {
      --tw-leading: 3.75rem;
      line-height: 3.75rem;
    }
  }
  .md\:leading-\[26px\] {
    @media (width >= 48rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .md\:leading-\[35px\] {
    @media (width >= 48rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .md\:leading-normal {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .md\:font-extrabold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-extrabold);
      font-weight: var(--font-weight-extrabold);
    }
  }
  .md\:first\:border-t {
    @media (width >= 48rem) {
      &:first-child {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px;
      }
    }
  }
  .md\:last\:border-b {
    @media (width >= 48rem) {
      &:last-child {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:\!grid {
    @media (width >= 64rem) {
      display: grid !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
  .lg\:h-\[0\.9375rem\] {
    @media (width >= 64rem) {
      height: 0.9375rem;
    }
  }
  .lg\:h-\[20rem\] {
    @media (width >= 64rem) {
      height: 20rem;
    }
  }
  .lg\:h-\[28\.125rem\] {
    @media (width >= 64rem) {
      height: 28.125rem;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:w-\[0\.9375rem\] {
    @media (width >= 64rem) {
      width: 0.9375rem;
    }
  }
  .lg\:w-\[3\.125rem\] {
    @media (width >= 64rem) {
      width: 3.125rem;
    }
  }
  .lg\:w-\[18\%\] {
    @media (width >= 64rem) {
      width: 18%;
    }
  }
  .lg\:w-\[39\%\] {
    @media (width >= 64rem) {
      width: 39%;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 64rem) {
      width: 40%;
    }
  }
  .lg\:w-\[42\%\] {
    @media (width >= 64rem) {
      width: 42%;
    }
  }
  .lg\:w-\[44\%\] {
    @media (width >= 64rem) {
      width: 44%;
    }
  }
  .lg\:w-\[47\%\] {
    @media (width >= 64rem) {
      width: 47%;
    }
  }
  .lg\:w-\[49\%\] {
    @media (width >= 64rem) {
      width: 49%;
    }
  }
  .lg\:w-\[57\%\] {
    @media (width >= 64rem) {
      width: 57%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[67\%\] {
    @media (width >= 64rem) {
      width: 67%;
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 64rem) {
      width: 90%;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[23\.4375rem\] {
    @media (width >= 64rem) {
      max-width: 23.4375rem;
    }
  }
  .lg\:max-w-\[188px\] {
    @media (width >= 64rem) {
      max-width: 188px;
    }
  }
  .lg\:\!transform-none {
    @media (width >= 64rem) {
      transform: none !important;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-\[0\.625rem\] {
    @media (width >= 64rem) {
      gap: 0.625rem;
    }
  }
  .lg\:gap-\[1\.5625rem\] {
    @media (width >= 64rem) {
      gap: 1.5625rem;
    }
  }
  .lg\:gap-\[2\.5rem\] {
    @media (width >= 64rem) {
      gap: 2.5rem;
    }
  }
  .lg\:gap-\[5\.125rem\] {
    @media (width >= 64rem) {
      gap: 5.125rem;
    }
  }
  .lg\:gap-\[5rem\] {
    @media (width >= 64rem) {
      gap: 5rem;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-5 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:\!space-x-2\.5 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0 !important;
        margin-inline-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-x-reverse)) !important;
        margin-inline-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-x-reverse))) !important;
      }
    }
  }
  .lg\:gap-y-16 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-y-\[2\.5\] {
    @media (width >= 64rem) {
      row-gap: 2.5;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-\[0\.625rem\] {
    @media (width >= 64rem) {
      padding: 0.625rem;
    }
  }
  .lg\:p-\[1\.88rem\] {
    @media (width >= 64rem) {
      padding: 1.88rem;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-2\.5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[0\.94rem\] {
    @media (width >= 64rem) {
      padding-block: 0.94rem;
    }
  }
  .lg\:py-\[3\.125rem\] {
    @media (width >= 64rem) {
      padding-block: 3.125rem;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-14 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-\[11rem\] {
    @media (width >= 64rem) {
      padding-top: 11rem;
    }
  }
  .lg\:pt-\[12\.5rem\] {
    @media (width >= 64rem) {
      padding-top: 12.5rem;
    }
  }
  .lg\:pr-\[1\.88rem\] {
    @media (width >= 64rem) {
      padding-right: 1.88rem;
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-\[3\.75rem\] {
    @media (width >= 64rem) {
      padding-bottom: 3.75rem;
    }
  }
  .lg\:pl-\[3\.125rem\] {
    @media (width >= 64rem) {
      padding-left: 3.125rem;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:leading-10 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-\[1\.625rem\] {
    @media (width >= 64rem) {
      --tw-leading: 1.625rem;
      line-height: 1.625rem;
    }
  }
  .lg\:leading-normal {
    @media (width >= 64rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .placeholder\:lg\:text-xl {
    &::placeholder {
      @media (width >= 64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .focus\:lg\:text-xl {
    &:focus {
      @media (width >= 64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .xl\:my-\[1\.88rem\] {
    @media (width >= 80rem) {
      margin-block: 1.88rem;
    }
  }
  .xl\:mt-10 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:mt-\[0\.9375rem\] {
    @media (width >= 80rem) {
      margin-top: 0.9375rem;
    }
  }
  .xl\:mt-\[1\.56rem\] {
    @media (width >= 80rem) {
      margin-top: 1.56rem;
    }
  }
  .xl\:mt-\[1\.88rem\] {
    @media (width >= 80rem) {
      margin-top: 1.88rem;
    }
  }
  .xl\:mt-\[3\.75rem\] {
    @media (width >= 80rem) {
      margin-top: 3.75rem;
    }
  }
  .xl\:-mr-10 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * -10);
    }
  }
  .xl\:-mr-\[4\.375rem\] {
    @media (width >= 80rem) {
      margin-right: calc(4.375rem * -1);
    }
  }
  .xl\:mb-2\.5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .xl\:mb-5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:mb-10 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-20 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:mb-\[0\.94rem\] {
    @media (width >= 80rem) {
      margin-bottom: 0.94rem;
    }
  }
  .xl\:mb-\[0\.9375rem\] {
    @media (width >= 80rem) {
      margin-bottom: 0.9375rem;
    }
  }
  .xl\:mb-\[1\.56rem\] {
    @media (width >= 80rem) {
      margin-bottom: 1.56rem;
    }
  }
  .xl\:mb-\[1\.88rem\] {
    @media (width >= 80rem) {
      margin-bottom: 1.88rem;
    }
  }
  .xl\:mb-\[1\.5625rem\] {
    @media (width >= 80rem) {
      margin-bottom: 1.5625rem;
    }
  }
  .xl\:mb-\[2\.5rem\] {
    @media (width >= 80rem) {
      margin-bottom: 2.5rem;
    }
  }
  .xl\:mb-\[3\.125rem\] {
    @media (width >= 80rem) {
      margin-bottom: 3.125rem;
    }
  }
  .xl\:mb-\[50px\] {
    @media (width >= 80rem) {
      margin-bottom: 50px;
    }
  }
  .xl\:-ml-10 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * -10);
    }
  }
  .xl\:h-10 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .xl\:h-\[3\.125rem\] {
    @media (width >= 80rem) {
      height: 3.125rem;
    }
  }
  .xl\:h-\[4\.4375rem\] {
    @media (width >= 80rem) {
      height: 4.4375rem;
    }
  }
  .xl\:h-\[5\.88rem\] {
    @media (width >= 80rem) {
      height: 5.88rem;
    }
  }
  .xl\:h-\[7\.5rem\] {
    @media (width >= 80rem) {
      height: 7.5rem;
    }
  }
  .xl\:h-\[7\.4375rem\] {
    @media (width >= 80rem) {
      height: 7.4375rem;
    }
  }
  .xl\:h-\[24\.125rem\] {
    @media (width >= 80rem) {
      height: 24.125rem;
    }
  }
  .xl\:h-\[46\.875rem\] {
    @media (width >= 80rem) {
      height: 46.875rem;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-10 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .xl\:w-20 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .xl\:w-\[5\.88rem\] {
    @media (width >= 80rem) {
      width: 5.88rem;
    }
  }
  .xl\:w-\[7\.5rem\] {
    @media (width >= 80rem) {
      width: 7.5rem;
    }
  }
  .xl\:w-\[24\%\] {
    @media (width >= 80rem) {
      width: 24%;
    }
  }
  .xl\:w-\[33\%\] {
    @media (width >= 80rem) {
      width: 33%;
    }
  }
  .xl\:w-\[36\%\] {
    @media (width >= 80rem) {
      width: 36%;
    }
  }
  .xl\:w-\[40\%\] {
    @media (width >= 80rem) {
      width: 40%;
    }
  }
  .xl\:w-\[44\%\] {
    @media (width >= 80rem) {
      width: 44%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[55\%\] {
    @media (width >= 80rem) {
      width: 55%;
    }
  }
  .xl\:w-\[80\%\] {
    @media (width >= 80rem) {
      width: 80%;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:max-w-\[9\.375rem\] {
    @media (width >= 80rem) {
      max-width: 9.375rem;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-\[0\.94rem\] {
    @media (width >= 80rem) {
      gap: 0.94rem;
    }
  }
  .xl\:gap-\[1\.88rem\] {
    @media (width >= 80rem) {
      gap: 1.88rem;
    }
  }
  .xl\:gap-\[2\.0625rem\] {
    @media (width >= 80rem) {
      gap: 2.0625rem;
    }
  }
  .xl\:gap-\[3\.75rem\] {
    @media (width >= 80rem) {
      gap: 3.75rem;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 80rem) {
      gap: 30px;
    }
  }
  .xl\:space-y-10 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[0\.9375rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(0.9375rem * var(--tw-space-y-reverse));
        margin-block-end: calc(0.9375rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[1\.88rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(1.88rem * var(--tw-space-y-reverse));
        margin-block-end: calc(1.88rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[2\.125rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(2.125rem * var(--tw-space-y-reverse));
        margin-block-end: calc(2.125rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[3\.75rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(3.75rem * var(--tw-space-y-reverse));
        margin-block-end: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[3\.125rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(3.125rem * var(--tw-space-y-reverse));
        margin-block-end: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-\[6\.25rem\] {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(6.25rem * var(--tw-space-y-reverse));
        margin-block-end: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:gap-x-5 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-x-20 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-x-\[0\.94rem\] {
    @media (width >= 80rem) {
      column-gap: 0.94rem;
    }
  }
  .xl\:gap-x-\[1\.88rem\] {
    @media (width >= 80rem) {
      column-gap: 1.88rem;
    }
  }
  .xl\:gap-x-\[2\.0625rem\] {
    @media (width >= 80rem) {
      column-gap: 2.0625rem;
    }
  }
  .xl\:gap-x-\[4\.0625rem\] {
    @media (width >= 80rem) {
      column-gap: 4.0625rem;
    }
  }
  .xl\:gap-x-\[5rem\] {
    @media (width >= 80rem) {
      column-gap: 5rem;
    }
  }
  .xl\:gap-x-\[33px\] {
    @media (width >= 80rem) {
      column-gap: 33px;
    }
  }
  .xl\:\!space-x-2\.5 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0 !important;
        margin-inline-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-x-reverse)) !important;
        margin-inline-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-x-reverse))) !important;
      }
    }
  }
  .xl\:gap-y-20 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-y-\[3\.75rem\] {
    @media (width >= 80rem) {
      row-gap: 3.75rem;
    }
  }
  .xl\:gap-y-\[60px\] {
    @media (width >= 80rem) {
      row-gap: 60px;
    }
  }
  .xl\:p-10 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .xl\:p-\[3\.125rem\] {
    @media (width >= 80rem) {
      padding: 3.125rem;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-5 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-7 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-\[1\.56rem\] {
    @media (width >= 80rem) {
      padding-inline: 1.56rem;
    }
  }
  .xl\:px-\[6\.25rem\] {
    @media (width >= 80rem) {
      padding-inline: 6.25rem;
    }
  }
  .xl\:px-\[25px\] {
    @media (width >= 80rem) {
      padding-inline: 25px;
    }
  }
  .xl\:px-\[50px\] {
    @media (width >= 80rem) {
      padding-inline: 50px;
    }
  }
  .xl\:py-2\.5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .xl\:py-5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-10 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .xl\:py-\[0\.94rem\] {
    @media (width >= 80rem) {
      padding-block: 0.94rem;
    }
  }
  .xl\:py-\[3\.75rem\] {
    @media (width >= 80rem) {
      padding-block: 3.75rem;
    }
  }
  .xl\:py-\[3\.125remrem\] {
    @media (width >= 80rem) {
      padding-block: 3.125remrem;
    }
  }
  .xl\:py-\[6\.25rem\] {
    @media (width >= 80rem) {
      padding-block: 6.25rem;
    }
  }
  .xl\:py-\[15px\] {
    @media (width >= 80rem) {
      padding-block: 15px;
    }
  }
  .xl\:py-\[60px\] {
    @media (width >= 80rem) {
      padding-block: 60px;
    }
  }
  .xl\:pt-10 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:pt-20 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-\[1\.4375rem\] {
    @media (width >= 80rem) {
      padding-top: 1.4375rem;
    }
  }
  .xl\:pt-\[3\.75rem\] {
    @media (width >= 80rem) {
      padding-top: 3.75rem;
    }
  }
  .xl\:pt-\[3\.94rem\] {
    @media (width >= 80rem) {
      padding-top: 3.94rem;
    }
  }
  .xl\:pt-\[3\.9375rem\] {
    @media (width >= 80rem) {
      padding-top: 3.9375rem;
    }
  }
  .xl\:pt-\[6\.25rem\] {
    @media (width >= 80rem) {
      padding-top: 6.25rem;
    }
  }
  .xl\:pt-\[12\.125rem\] {
    @media (width >= 80rem) {
      padding-top: 12.125rem;
    }
  }
  .xl\:pt-\[18\.75rem\] {
    @media (width >= 80rem) {
      padding-top: 18.75rem;
    }
  }
  .xl\:pr-\[2\.0625rem\] {
    @media (width >= 80rem) {
      padding-right: 2.0625rem;
    }
  }
  .xl\:pb-20 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:pb-\[1\.88rem\] {
    @media (width >= 80rem) {
      padding-bottom: 1.88rem;
    }
  }
  .xl\:pb-\[3\.75rem\] {
    @media (width >= 80rem) {
      padding-bottom: 3.75rem;
    }
  }
  .xl\:pb-\[6\.25rem\] {
    @media (width >= 80rem) {
      padding-bottom: 6.25rem;
    }
  }
  .xl\:pl-\[3\.75rem\] {
    @media (width >= 80rem) {
      padding-left: 3.75rem;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 80rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 80rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-\[1\.875rem\] {
    @media (width >= 80rem) {
      font-size: 1.875rem;
    }
  }
  .xl\:text-\[26px\] {
    @media (width >= 80rem) {
      font-size: 26px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 80rem) {
      font-size: 30px;
    }
  }
  .xl\:text-\[45px\] {
    @media (width >= 80rem) {
      font-size: 45px;
    }
  }
  .xl\:leading-5 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .xl\:leading-7 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .xl\:leading-10 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .xl\:leading-\[1\.625rem\] {
    @media (width >= 80rem) {
      --tw-leading: 1.625rem;
      line-height: 1.625rem;
    }
  }
  .xl\:leading-\[2\.5rem\] {
    @media (width >= 80rem) {
      --tw-leading: 2.5rem;
      line-height: 2.5rem;
    }
  }
  .xl\:leading-\[2\.125rem\] {
    @media (width >= 80rem) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }
  .xl\:leading-\[2\.6875rem\] {
    @media (width >= 80rem) {
      --tw-leading: 2.6875rem;
      line-height: 2.6875rem;
    }
  }
  .xl\:leading-\[3\.75rem\] {
    @media (width >= 80rem) {
      --tw-leading: 3.75rem;
      line-height: 3.75rem;
    }
  }
  .xl\:leading-\[3rem\] {
    @media (width >= 80rem) {
      --tw-leading: 3rem;
      line-height: 3rem;
    }
  }
  .xl\:leading-\[26px\] {
    @media (width >= 80rem) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .xl\:leading-\[35px\] {
    @media (width >= 80rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .xl\:leading-normal {
    @media (width >= 80rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .placeholder\:xl\:text-2xl {
    &::placeholder {
      @media (width >= 80rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .placeholder\:xl\:leading-\[2\.125rem\] {
    &::placeholder {
      @media (width >= 80rem) {
        --tw-leading: 2.125rem;
        line-height: 2.125rem;
      }
    }
  }
  .focus\:xl\:text-2xl {
    &:focus {
      @media (width >= 80rem) {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .focus\:xl\:leading-\[2\.125rem\] {
    &:focus {
      @media (width >= 80rem) {
        --tw-leading: 2.125rem;
        line-height: 2.125rem;
      }
    }
  }
  .\32 xl\:mt-\[3\.125rem\] {
    @media (width >= 96rem) {
      margin-top: 3.125rem;
    }
  }
  .\32 xl\:mt-\[5\.625rem\] {
    @media (width >= 96rem) {
      margin-top: 5.625rem;
    }
  }
  .\32 xl\:-mr-\[3\.125rem\] {
    @media (width >= 96rem) {
      margin-right: calc(3.125rem * -1);
    }
  }
  .\32 xl\:mr-0 {
    @media (width >= 96rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mb-\[1\.88rem\] {
    @media (width >= 96rem) {
      margin-bottom: 1.88rem;
    }
  }
  .\32 xl\:mb-\[35px\] {
    @media (width >= 96rem) {
      margin-bottom: 35px;
    }
  }
  .\32 xl\:-ml-\[3\.125rem\] {
    @media (width >= 96rem) {
      margin-left: calc(3.125rem * -1);
    }
  }
  .\32 xl\:h-14 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .\32 xl\:h-\[3\.5rem\] {
    @media (width >= 96rem) {
      height: 3.5rem;
    }
  }
  .\32 xl\:h-\[31\.1875rem\] {
    @media (width >= 96rem) {
      height: 31.1875rem;
    }
  }
  .\32 xl\:h-\[56\.25rem\] {
    @media (width >= 96rem) {
      height: 56.25rem;
    }
  }
  .\32 xl\:h-auto {
    @media (width >= 96rem) {
      height: auto;
    }
  }
  .\32 xl\:w-\[6\.125rem\] {
    @media (width >= 96rem) {
      width: 6.125rem;
    }
  }
  .\32 xl\:w-\[15\%\] {
    @media (width >= 96rem) {
      width: 15%;
    }
  }
  .\32 xl\:w-\[19\%\] {
    @media (width >= 96rem) {
      width: 19%;
    }
  }
  .\32 xl\:w-\[30\%\] {
    @media (width >= 96rem) {
      width: 30%;
    }
  }
  .\32 xl\:w-\[32\%\] {
    @media (width >= 96rem) {
      width: 32%;
    }
  }
  .\32 xl\:w-\[40\%\] {
    @media (width >= 96rem) {
      width: 40%;
    }
  }
  .\32 xl\:w-\[47\%\] {
    @media (width >= 96rem) {
      width: 47%;
    }
  }
  .\32 xl\:w-\[49\%\] {
    @media (width >= 96rem) {
      width: 49%;
    }
  }
  .\32 xl\:w-\[60\%\] {
    @media (width >= 96rem) {
      width: 60%;
    }
  }
  .\32 xl\:w-auto {
    @media (width >= 96rem) {
      width: auto;
    }
  }
  .\32 xl\:gap-\[4\.375rem\] {
    @media (width >= 96rem) {
      gap: 4.375rem;
    }
  }
  .\32 xl\:gap-\[5\.1875rem\] {
    @media (width >= 96rem) {
      gap: 5.1875rem;
    }
  }
  .\32 xl\:gap-\[6\.25rem\] {
    @media (width >= 96rem) {
      gap: 6.25rem;
    }
  }
  .\32 xl\:gap-\[10\.625rem\] {
    @media (width >= 96rem) {
      gap: 10.625rem;
    }
  }
  .\32 xl\:gap-\[35px\] {
    @media (width >= 96rem) {
      gap: 35px;
    }
  }
  .\32 xl\:gap-\[50px\] {
    @media (width >= 96rem) {
      gap: 50px;
    }
  }
  .\32 xl\:gap-x-10 {
    @media (width >= 96rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:gap-x-\[2\.0625rem\] {
    @media (width >= 96rem) {
      column-gap: 2.0625rem;
    }
  }
  .\32 xl\:gap-x-\[6\.25rem\] {
    @media (width >= 96rem) {
      column-gap: 6.25rem;
    }
  }
  .\32 xl\:gap-x-\[6\.225rem\] {
    @media (width >= 96rem) {
      column-gap: 6.225rem;
    }
  }
  .\32 xl\:p-\[0\.94rem\] {
    @media (width >= 96rem) {
      padding: 0.94rem;
    }
  }
  .\32 xl\:p-\[3\.125rem\] {
    @media (width >= 96rem) {
      padding: 3.125rem;
    }
  }
  .\32 xl\:p-\[4\.0625rem\] {
    @media (width >= 96rem) {
      padding: 4.0625rem;
    }
  }
  .\32 xl\:p-\[6\.25rem\] {
    @media (width >= 96rem) {
      padding: 6.25rem;
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:px-5 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:px-10 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:px-\[1\.56rem\] {
    @media (width >= 96rem) {
      padding-inline: 1.56rem;
    }
  }
  .\32 xl\:px-\[1\.5625rem\] {
    @media (width >= 96rem) {
      padding-inline: 1.5625rem;
    }
  }
  .\32 xl\:px-\[2\.1875rem\] {
    @media (width >= 96rem) {
      padding-inline: 2.1875rem;
    }
  }
  .\32 xl\:px-\[6\.25rem\] {
    @media (width >= 96rem) {
      padding-inline: 6.25rem;
    }
  }
  .\32 xl\:px-\[8\.4375rem\] {
    @media (width >= 96rem) {
      padding-inline: 8.4375rem;
    }
  }
  .\32 xl\:py-\[0\.94rem\] {
    @media (width >= 96rem) {
      padding-block: 0.94rem;
    }
  }
  .\32 xl\:py-\[0\.9375rem\] {
    @media (width >= 96rem) {
      padding-block: 0.9375rem;
    }
  }
  .\32 xl\:py-\[6\.25rem\] {
    @media (width >= 96rem) {
      padding-block: 6.25rem;
    }
  }
  .\32 xl\:pt-\[3\.125rem\] {
    @media (width >= 96rem) {
      padding-top: 3.125rem;
    }
  }
  .\32 xl\:pt-\[3\.9375rem\] {
    @media (width >= 96rem) {
      padding-top: 3.9375rem;
    }
  }
  .\32 xl\:pt-\[13\.38rem\] {
    @media (width >= 96rem) {
      padding-top: 13.38rem;
    }
  }
  .\32 xl\:pt-\[18\.75rem\] {
    @media (width >= 96rem) {
      padding-top: 18.75rem;
    }
  }
  .\32 xl\:pb-\[3\.75rem\] {
    @media (width >= 96rem) {
      padding-bottom: 3.75rem;
    }
  }
  .\32 xl\:pb-\[6\.25rem\] {
    @media (width >= 96rem) {
      padding-bottom: 6.25rem;
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 96rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 96rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 96rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 96rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:text-\[26px\] {
    @media (width >= 96rem) {
      font-size: 26px;
    }
  }
  .\32 xl\:text-\[55px\] {
    @media (width >= 96rem) {
      font-size: 55px;
    }
  }
  .\32 xl\:leading-\[1\.625rem\] {
    @media (width >= 96rem) {
      --tw-leading: 1.625rem;
      line-height: 1.625rem;
    }
  }
  .\32 xl\:leading-\[2\.125rem\] {
    @media (width >= 96rem) {
      --tw-leading: 2.125rem;
      line-height: 2.125rem;
    }
  }
  .\32 xl\:leading-\[2\.6875rem\] {
    @media (width >= 96rem) {
      --tw-leading: 2.6875rem;
      line-height: 2.6875rem;
    }
  }
  .\32 xl\:leading-\[3\.75rem\] {
    @media (width >= 96rem) {
      --tw-leading: 3.75rem;
      line-height: 3.75rem;
    }
  }
  .\32 xl\:leading-\[4\.375rem\] {
    @media (width >= 96rem) {
      --tw-leading: 4.375rem;
      line-height: 4.375rem;
    }
  }
  .\32 xl\:leading-\[35px\] {
    @media (width >= 96rem) {
      --tw-leading: 35px;
      line-height: 35px;
    }
  }
  .\32 xl\:leading-normal {
    @media (width >= 96rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
}
@layer base;
:focus-visible {
  outline: 3px solid #151413 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
html {
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
}
.headerFixedShadow {
  box-shadow: 10px 15px 35px 0px rgba(8, 74, 59, 0.10);
}
#mainMeny .englishTextLink a {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  place-self: center;
  position: relative;
  padding-left: 0rem;
}
#mainMeny .englishTextLink a {
  position: relative;
}
.desktop-form .expandedINput .desksearch-submit {
  display: none;
}
.desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
  width: 13.75rem;
  height: 56px;
  display: flex;
  transition: all .6s ease-in-out;
}
.sm-mint a {
  color: var(--Black, #151413);
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 1.88rem;
  margin-top: -13px;
  left: auto;
  right: 0px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: transparent;
  display: flex;
}
.sm-mint ul a {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 0.94rem 1.25rem;
  padding-right: 2rem;
}
.sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  background: var(--Hvit, #FFF);
  color: #006E26 !important;
  font-weight: 700;
}
.sm-mint ul a:hover svg path, .sm-mint ul a:focus svg path, .sm-mint ul a:active svg path, .sm-mint ul a.highlighted svg path {
  fill: #006E26 !important;
}
.sm-mint ul ul a, .sm-mint ul ul a:hover, .sm-mint ul ul a:focus, .sm-mint ul ul a:active {
  border-left: 0px solid transparent;
}
.sm-mint ul ul ul a, .sm-mint ul ul ul a:hover, .sm-mint ul ul ul a:focus, .sm-mint ul ul ul a:active {
  border-left: 0px solid transparent;
}
.sm-mint ul ul ul ul a, .sm-mint ul ul ul ul a:hover, .sm-mint ul ul ul ul a:focus, .sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a, .sm-mint ul ul ul ul ul a:hover, .sm-mint ul ul ul ul ul a:focus, .sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
@media (min-width: 1024px) {
  .sm-mint ul {
    position: absolute;
    width: 19.625rem !important;
    top: 56px !important;
    left: -5px !important;
    border: 0px !important;
    border-radius: 0.625rem;
    background: var(--White, #FFF) !important;
    filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
    padding: 8px 10px !important;
  }
  .sm-mint ul ul {
    left: 14px !important;
    margin-top: -60px !important;
  }
  .sm-mint li {
    float: left;
  }
  .sm-mint.sm-rtl li {
    float: right;
  }
  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }
  .sm-mint a {
    white-space: nowrap;
  }
  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }
  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: normal;
  }
  .sm-mint a {
    padding: 0.9375rem 0.625rem;
  }
  .sm-mint a {
    display: inline-block;
    transition: font-weight 0.3s ease;
  }
  .sm-mint a:hover {
    font-weight: bold;
    transition: font-weight 0.3s ease;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    color: #006E26;
    font-weight: 700;
  }
  #mainMeny .englishTextLink a:hover {
    color: #006E26;
  }
  ul#main-menu>li.current-menu-item.page_item>a {
    color: #006E26 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  ul#main-menu>li.current-page-ancestor.current-menu-ancestor.current-menu-parent.current-page-parent.current_page_parent.current_page_ancestor>a {
    color: #006E26 !important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  .sm-mint ul a {
    padding: 0.78125rem 0.9375rem;
    padding-right: 2rem;
  }
  .sm-mint>li>a>.sub-arrow {
    display: none;
  }
  .sm-mint > li > ul a.sub-arrow {
    display: block;
  }
  .sm-mint ul {
    border: 0px;
    background: #fff;
  }
  .sm-mint ul a {
    border: 0 !important;
    gap: 15px;
    display: flex;
    align-items: center;
  }
  .sm-mint ul > li {
    border-left: 0;
  }
  .sm-mint ul > li:first-child {
    border-top: 0;
  }
  .sm-mint .scroll-up, .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow, .sm-mint .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-mint .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-mint.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-mint.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-mint.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-mint.sm-vertical > li:first-child {
    border-top: 0;
  }
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: poroboto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
@media (min-width: 1024px) {
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
@media screen and (min-width: 1440px) and (max-width:1800.5px) {
  .sm-mint a {
    padding: 10px !important;
  }
  .desksearch-submit {
    height: 56px;
    width: 98px;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    width: 180px;
    height: 56px;
    display: flex;
    transition: all .6s ease-in-out;
  }
  .ys-buttonlink a {
    height: 56px;
  }
  header:has(.expandedINput) #main-menu {
    transition: all .6s ease-in-out;
  }
}
@media screen and (min-width: 1440px) and (max-width:1535.5px) {
  .desksearch-submit {
    height: 50px;
    width: 80px;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    width: 180px;
    height: 50px;
  }
  .ys-buttonlink a {
    height: 50px;
  }
}
@media screen and (min-width: 1253px) and (max-width:1439.5px) {
  .sm-mint ul {
    top: 2.5rem !important;
    width: 16rem !important;
    min-width: 16rem !important;
    max-width: 16rem !important;
    padding: 0.625rem !important;
  }
  .sm-mint a .sub-arrow {
    top: 24px !important;
  }
  .sm-mint ul ul {
    margin-top: -47px !important;
    left: 13px !important;
  }
  .sm-mint a {
    padding: 5px !important;
    font-size: 15px;
    line-height: 1.1375rem;
  }
  .sm-mint ul a {
    font-size: 15px;
    line-height: 1.1375rem;
    padding-right: 1.88rem !important;
  }
  .sm-mint ul a {
    padding: 10px !important;
    padding-right: 40px !important;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    width: 180px;
    height: 44px;
    display: flex;
    transition: all .6s ease-in-out;
  }
  header:has(.expandedINput) #main-menu {
    transform: translateX(-3%);
    transition: all .6s ease-in-out;
  }
}
@media screen and (min-width: 1024px) and (max-width:1252.5px) {
  .sm-mint ul {
    top: 2.5rem !important;
    width: 16rem !important;
    min-width: 16rem !important;
    max-width: 16rem !important;
    padding: 0.625rem !important;
  }
  .sm-mint a .sub-arrow {
    top: 24px !important;
  }
  .sm-mint ul ul {
    margin-top: -47px !important;
    left: 14px !important;
  }
  .sm-mint a {
    padding: 5px;
    font-size: 12px;
    line-height: normal;
  }
  .sm-mint ul a {
    padding: 10px 5px;
    font-size: 12px;
    line-height: normal;
    padding-right: 40px;
  }
  .desktop-form .expandedINput, .desktop-form .expandedINput #deskformSearch {
    width: 120px;
    height: 44px;
    display: flex;
    transition: all .6s ease-in-out;
  }
  header:has(.expandedINput) #main-menu {
    transform: translateX(-2%);
    transition: all .6s ease-in-out;
  }
  #mainMeny .englishTextLink a {
    font-size: 0.875rem;
    line-height: normal;
    padding: 0px;
  }
}
@media screen and (max-width:1023.5px) {
  #mainMeny:before {
    content: "";
    width: calc(100% - 40px);
    margin: 0 auto;
    right: 20px;
    height: 69px;
    position: fixed;
    background-color: #FFFFFF;
    top: 0.625rem;
    z-index: 99999;
  }
  body:has(#hamburgerIcon[aria-expanded=true]) {
    overflow: hidden !important;
  }
  .menusdeskmob {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 0px;
    width: calc(100% - 40px);
    margin: 0 auto;
    top: 0.625rem;
    right: 20px;
  }
  .sm-mint ul {
    padding-left: 0.9375rem;
  }
  .sm-mint a {
    color: #151413 !important;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    color: #006E26 !important;
    font-weight: 700;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    color: #006E26 !important;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .sm-mint a:hover svg path, .sm-mint a:focus svg path, .sm-mint a:active svg path, .sm-mint a.highlighted svg path {
    fill: #006E26 !important;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    background-color: transparent !important;
  }
  #hamburgerIcon .header-button__icon--bars {
    display: block;
  }
  #hamburgerIcon .header-button__icon--close,#hamburgerIcon.hamburgerClose .header-button__icon--bars {
    display: none;
  }
  #hamburgerIcon.hamburgerClose .header-button__icon--close {
    display: block;
  }
  .sm-mint a {
    padding: 20px 0px;
  }
  .sm-mint li {
    border-bottom: 1px solid #D0D0D0;
  }
  .sm-mint ul li {
    border-bottom: none;
  }
  .sm-mint a .sub-arrow {
    top: 32px;
  }
  .sm-mint a.highlighted .sub-arrow {
    transform: rotate(90deg);
    top: 25px;
  }
  .sm-mint ul li a .sub-arrow {
    top: 28px;
  }
  .sm-mint ul li a.highlighted .sub-arrow {
    top: 18px;
  }
  .sm-mint a .sub-arrow svg {
    margin-left: auto;
    margin-right: 0px;
  }
  .sm-mint a.highlighted .sub-arrow svg {
    margin-top: 0px !important;
  }
  .sm-mint a .sub-arrow svg path {
    fill: #151413;
  }
  .sm-mint ul a {
    padding: 12.5px 0px;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-right: 1.25rem;
  }
  .sm-mint ul a {
    padding: 12.5px 0px;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-right: 1.25rem;
  }
  .sm-mint li>a.has-submenu.highlighted {
    padding-bottom: 12.5px;
  }
}
.header-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 178px;
  z-index: 99999;
  position: fixed;
  top: 0rem;
}
.header-wrapper,.scroll-down {
  position: fixed;
  top: 0;
  transition: all .3s ease-in-out;
}
.header-wrapper.scroll-up {
  top: -178px;
}
.header-wrapper.scroll-down {
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 178px;
}
.header-wrapper.scroll-down .desktopSocialIcons {
  display: none;
}
.header-wrapper.scroll-down .wrapper {
  align-items: center;
}
.header-wrapper.scroll-down .logo-button-row {
  width: 197px;
}
@media screen and (min-width:1024px) and (max-width:1279.5px) {
  .header-wrapper {
    height: 150px;
  }
  .header-wrapper.scroll-up {
    top: -150px;
  }
  .header-wrapper.scroll-down {
    height: 150px;
  }
}
@media screen and (max-width: 1023.5px) {
  .header-wrapper {
    height: 70px;
  }
  .header-wrapper.scroll-up {
    top: -70px;
  }
  .header-wrapper.scroll-down {
    height: 70px;
  }
}
input::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm,.sm ul,.sm li {
  display: block;
  list-style: none;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
.sm-rtl,.sm-rtl ul,.sm-rtl li {
  direction: rtl;
  text-align: right;
}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
  margin: 0;
  padding: 0;
}
.sm ul {
  display: none;
}
.sm li,.sm a {
  position: relative;
}
.sm a {
  display: block;
}
.sm a.disabled {
  cursor: default;
}
.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}
.sm *,.sm *::before,.sm *::after {
  box-sizing: inherit;
}
#main-menu .menu-item-837 {
  display: none;
}
@media screen and (max-width:767.5px) {
  #main-menu .menu-item-837 {
    display: block;
  }
}
.bgwithsvg .bannerimg {
  box-shadow: 10px 15px 35px 0px rgba(8, 74, 59, 0.10);
}
.block-content h3 {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 3.75rem 0rem 0.94rem;
}
.block-content p {
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin: 0rem 0rem 0.9375rem;
}
.block-content b,.block-content strong {
  font-weight: 700;
}
.block-content p a, .block-content a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.block-content ul, .block-content ol {
  margin: 1.88rem 0rem;
  list-style: none;
}
.block-content ul li, .block-content ol li {
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  padding-left: 2.625rem;
  position: relative;
}
.block-content li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="33" viewBox="0 0 34 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6742 24.2663L29.5241 9.41634C30.1685 8.77197 30.1685 7.72725 29.5241 7.08288C28.8798 6.43852 27.835 6.43852 27.1907 7.08288L13.5074 20.7662L6.42415 13.6829C5.77978 13.0385 4.73506 13.0385 4.09069 13.6829C3.44633 14.3273 3.44633 15.372 4.09069 16.0163L12.3407 24.2663C12.9851 24.9107 14.0298 24.9107 14.6742 24.2663Z" fill="%23006E26"/></svg>');
  width: 2.0625;
  height: 2.0625rem;
  display: flex;
  position: absolute;
  left: 0rem;
}
.block-content>*:last-child {
  margin-bottom: 0px;
}
.block-content>*:first-child {
  margin-top: 0px;
}
@media screen and (min-width:768px) and (max-width:1279.5px) {
  .block-content p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.75rem;
  }
  .block-content ul li, .block-content ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.625rem;
    padding-left: 2rem;
  }
  .block-content li::before {
    transform: scale(0.7);
    left: -0.3125rem;
    top: -0.1875rem;
  }
}
@media screen and (max-width:767.5px) {
  .block-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .block-content ul li, .block-content ol li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    padding-left: 2rem;
  }
  .block-content li::before {
    transform: scale(0.7);
    left: -0.3125rem;
  }
}
.header-block-content p {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin: 0rem 0rem 1.25rem;
}
.header-block-content b,.header-block-content strong {
  font-weight: 700;
}
.header-block-content ul, .header-block-content ol {
  margin: 1.88rem 0rem;
  list-style: none;
}
.header-block-content ul li, .header-block-content ol li {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  padding-left: 2.625rem;
  position: relative;
}
.header-block-content li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="33" viewBox="0 0 34 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6742 24.2663L29.5241 9.41634C30.1685 8.77197 30.1685 7.72725 29.5241 7.08288C28.8798 6.43852 27.835 6.43852 27.1907 7.08288L13.5074 20.7662L6.42415 13.6829C5.77978 13.0385 4.73506 13.0385 4.09069 13.6829C3.44633 14.3273 3.44633 15.372 4.09069 16.0163L12.3407 24.2663C12.9851 24.9107 14.0298 24.9107 14.6742 24.2663Z" fill="%23006E26"/></svg>');
  width: 2.0625;
  height: 2.0625rem;
  display: flex;
  position: absolute;
  left: 0rem;
}
.header-block-content>*:last-child {
  margin-bottom: 0px;
}
.header-block-content>*:first-child {
  margin-top: 0px;
}
@media screen and (min-width:768px) and (max-width:1279.5px) {
  .header-block-content p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.75rem;
  }
  .header-block-content ul li, .header-block-content ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.625rem;
    padding-left: 2rem;
  }
  .header-block-content li::before {
    transform: scale(0.7);
    left: -0.3125rem;
    top: -0.1875rem;
  }
}
@media screen and (max-width:767.5px) {
  .header-block-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .header-block-content ul li, .header-block-content ol li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    padding-left: 2rem;
  }
  .header-block-content li::before {
    transform: scale(0.7);
    left: -0.3125rem;
  }
}
#breadcrumbs {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
#breadcrumbs a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#breadcrumbs>span {
  display: inline-flex;
  justify-content: start;
  gap: 2.5rem;
}
#breadcrumbs a {
  position: relative;
}
#breadcrumbs .breadcrumb_last {
  text-decoration: none !important;
}
#breadcrumbs a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.70711 5.79289C8.31658 5.40237 7.68342 5.40237 7.29289 5.79289C6.90237 6.18342 6.90237 6.81658 7.29289 7.20711L10.5858 10.5L7.29289 13.7929C6.90237 14.1834 6.90237 14.8166 7.29289 15.2071C7.68342 15.5976 8.31658 15.5976 8.70711 15.2071L12.7071 11.2071C13.0976 10.8166 13.0976 10.1834 12.7071 9.79289L8.70711 5.79289Z" fill="%23151413"/></svg>');
  padding-left: 10px;
  position: absolute;
}
.contentarea h2 {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  margin: 3.75rem 0rem 0.94rem;
}
.contentarea h3 {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 3.75rem 0rem 0.94rem;
}
.contentarea h4 {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 3.75rem 0rem 0.94rem;
}
.contentarea p {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin: 0rem 0rem 1.56rem;
}
.contentarea p a, .contentarea a {
  color: var(--Black, #151413);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contentarea ul, .contentarea ol {
  margin: 0.94rem 0rem 1.56rem;
  list-style: none;
}
.contentarea ol {
  list-style: none;
  margin: 1.25rem 0;
  counter-reset: my-counter;
}
.contentarea ol li::before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
  color: var(--YS-Green-2, #006E26);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
}
.contentarea ul li {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  padding-left: 2.6875rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.contentarea ol li {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 1.25rem;
  padding-left: 2.6875rem;
  position: relative;
}
.contentarea li::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="33" viewBox="0 0 34 33" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6742 24.2663L29.5241 9.41634C30.1685 8.77197 30.1685 7.72725 29.5241 7.08288C28.8798 6.43852 27.835 6.43852 27.1907 7.08288L13.5074 20.7662L6.42415 13.6829C5.77978 13.0385 4.73506 13.0385 4.09069 13.6829C3.44633 14.3273 3.44633 15.372 4.09069 16.0163L12.3407 24.2663C12.9851 24.9107 14.0298 24.9107 14.6742 24.2663Z" fill="%23006E26"/></svg>');
  width: 2.0625rem;
  height: 2.0625rem;
  display: flex;
  position: absolute;
  left: 0rem;
}
.contentarea figure {
  margin: 3.75rem 0rem;
  width: 100% !important;
  max-width: 100%;
}
.contentarea img {
  max-width: 62.5rem;
}
.contentarea figcaption {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.625rem;
}
.contentarea>*:first-child {
  margin-top: 0px;
}
.contentarea>*:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width:1023.5px) {
  .contentarea h2 {
    font-size: 1.875rem;
    margin: 2.5rem 0 0.75rem;
    line-height: 2.5rem;
  }
  .contentarea h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 0.75rem;
    line-height: 2.125rem;
  }
  .contentarea h4 {
    font-size: 1.25rem;
    margin: 2.5rem 0 0.75rem;
    line-height: 1.75rem;
  }
  .contentarea p,.contentarea p a {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0.75rem 0;
  }
  .contentarea ul li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0rem 0rem 1.25rem;
    padding-left: 1.9375rem;
    align-items: start;
  }
  .contentarea ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0rem 0rem 1.25rem;
    padding-left: 2.1875rem;
  }
  .contentarea ul li::before {
    transform: scale(0.7);
    left: -0.3125rem;
    margin-top: -2px;
  }
  .contentarea ol li::before {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .contentarea figcaption {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
  .contentarea figure {
    margin: 2.5rem 0rem;
  }
  .contentarea img {
    max-width: -webkit-fill-available;
  }
}
.qouteContent blockquote, .contentarea blockquote p {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  position: relative;
}
.blockqoute-wrapper span {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin-top: 1.25rem;
  display: block;
}
.contentarea blockquote {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 5);
}
.contentarea blockquote::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45" fill="none"><path d="M17.8714 4.5V12.7286C15.9948 12.7286 12.689 12.8845 12.6888 20.3968V24.3H20.7V40.5H4.5V20.3968C4.5 14.4906 6.02846 10.1047 9.36785 7.3606C11.6779 5.46242 14.4146 4.5 17.8714 4.5Z" fill="%23006E26"/><path d="M37.6714 4.5V12.7286C35.7948 12.7286 32.489 12.8845 32.4888 20.3968V24.3H40.5V40.5H24.3V20.3968C24.3 14.4906 25.8285 10.1047 29.1679 7.3606C31.4779 5.46242 34.2146 4.5 37.6714 4.5Z" fill="%23006E26"/></svg>');
}
@media screen and (max-width:1023.5px) {
  .contentarea blockquote p {
    margin: 0rem;
    font-size: 18px;
    line-height: 26px;
  }
  .contentarea blockquote::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M9.28571 0V5.71429C7.98251 5.71429 5.68678 5.82258 5.68665 11.0395V13.75H11.25V25H0V11.0395C0 6.93794 1.06143 3.89214 3.38045 1.98653C4.98466 0.66835 6.88516 0 9.28571 0Z" fill="%23006E26"/><path d="M23.0357 0V5.71429C21.7325 5.71429 19.4368 5.82258 19.4366 11.0395V13.75H25V25H13.75V11.0395C13.75 6.93794 14.8114 3.89214 17.1305 1.98653C18.7347 0.66835 20.6352 0 23.0357 0Z" fill="%23006E26"/></svg>');
  }
  .contentarea blockquote {
    flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
.bgcolor-contentarea h4 {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 0rem 0rem 0.625rem;
}
.bgcolor-contentarea p {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 1.5625rem;
}
.bgcolor-contentarea>*:first-child {
  margin-top: 0px;
}
.bgcolor-contentarea>*:last-child {
  margin-bottom: 0px;
}
.bgcolor-contentarea a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width:1023.5px) {
  .qouteContent blockquote {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .blockqoute-wrapper span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 0.75rem;
  }
  .contentarea figcaption {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: 0.75rem;
  }
  .bgcolor-contentarea h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 0.75rem;
  }
  .bgcolor-contentarea p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 0.75rem 0;
  }
}
.ctaLink svg:hover circle {
  fill: #F0EBE0;
  transition: all .3s ease-in-out;
}
@media screen and (min-width:768px) and (max-width:1279.5px) {
  .ctaLink svg {
    width: 40px;
  }
}
.tooltips::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  padding: 5px 8px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  display: none;
}
.tooltips:hover::after {
  background: var(--ys-beige-2, #F9F5ED);
  color: var(--YS-Green-2, #006E26);
}
.tooltips.clicked::after {
  background: var(--YS-Green-2, #006E26);
  color: var(--White, #FFF);
}
.tooltips:hover::after {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) and (max-width:1150.5px) {
  .tooltips:last-child:after {
    transform: translateX(-91%);
  }
}
@media screen and (max-width:767.5px) {
  .tooltips:last-child:after {
    transform: translateX(-91%);
  }
  .tooltips::after {
    bottom: -2.7rem;
  }
}
.ullisting li::before {
  content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="20" fill="%2300AD38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.8839 26.3839L29.1339 15.1339C29.622 14.6457 29.622 13.8543 29.1339 13.3661C28.6458 12.878 27.8542 12.878 27.3661 13.3661L17 23.7323L11.6339 18.3661C11.1457 17.878 10.3543 17.878 9.86611 18.3661C9.37796 18.8543 9.37796 19.6458 9.86611 20.1339L16.1161 26.3839C16.6043 26.872 17.3957 26.872 17.8839 26.3839Z" fill="white"/></svg>');
  width: 2.0625rem;
  height: 2.0625rem;
  display: flex;
  position: absolute;
  left: 0rem;
}
@media screen and (max-width:1023.5px) {
  .ullisting li::before {
    transform: scale(0.6);
    left: -0.3125rem;
    margin-top: -2px;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.accordianWrapper .plusminus {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  display: flex;
  transition: all .3s ease-in-out;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .openFaq .plusminus.active:before {
  opacity: 0;
  transition: all .3s ease-in-out;
}
.accordianWrapper .plusminus.active:after {
  transition: all .3s ease-in-out;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .plusminus:before {
  content: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" version="1.1" viewBox="0 0 40 40"><defs></defs><circle class="st1" fill="%23FFFFFF" cx="20" cy="20" r="20"/><path class="st0" fill="%23006e26" d="M18.7,24.7c-.4.4-1,.4-1.4,0s-.4-1,0-1.4l3.3-3.3-3.3-3.3c-.4-.4-.4-1,0-1.4s1-.4,1.4,0l4,4c.4.4.4,1,0,1.4,0,0-4,4-4,4Z"/></svg>');
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.35s;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in-out;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .plusminus:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" version="1.1" viewBox="0 0 40 40"><defs></defs><circle class="st1" fill="%23006e26" cx="20" cy="20" r="20"/><path class="st0" fill="%23FFFFFF" d="M15,18.7c-.4-.4-.4-1,0-1.4s1-.4,1.4,0l3.3,3.3,3.3-3.3c.4-.4,1-.4,1.4,0s.4,1,0,1.4l-4,4c-.4.4-1,.4-1.4,0,0,0-4-4-4-4Z"/></svg>');
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  transition: 0.35s;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in-out;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .closeFaq .plusminus:before {
  transform: rotate(0);
  transition: all .3s ease-in-out;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .closeFaq .plusminus:after {
  transform: rotate( 0deg);
  transition: all .3s ease-in-out;
  display: none;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .openFaq .plusminus:before {
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  display: none;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianWrapper .openFaq .plusminus:after {
  transform: rotate( 0deg);
  transition: all .3s ease-in-out;
  display: block;
  filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.10));
}
.accordianListMain {
  box-shadow: 10px 15px 35px 0px rgba(8, 74, 59, 0.10);
}
.accordian-content p {
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
}
.accordian-content>*:last-child {
  margin-bottom: 0px;
}
@media screen and (min-width:1024px) and (max-width:1279.5px) {
  .content p, .content ul li, .content ol li {
    font-size: 1.25rem;
    line-height: 26px;
  }
  .accordian-content p, .accordian-content ul li, .accordian-content ol li {
    font-size: 1.25rem;
    line-height: 26px;
  }
}
@media screen and (min-width:768px) and (max-width:1023.5px) {
  .content p, .content ul li, .content ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .accordian-content p, .accordian-content ul li, .accordian-content ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width:767.5px) {
  .accordian-content p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.75rem;
  }
  .accordian-content .content-boldtext {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 2.51rem 0rem 0.94rem;
  }
  .accordian-content ul li, .accordian-content ol li {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-left: 1.3125rem;
  }
  .accordian-content li::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 6px;
  }
  .accordianWrapper .plusminus, .accordianWrapper .plusminus:after, .accordianWrapper .plusminus:before {
    width: 1.625rem;
    height: 1.625rem;
    filter: drop-shadow(10px 15px 35px rgba(8, 74, 59, 0.50));
  }
}
.nav-links {
  justify-content: space-between;
  display: flex;
  margin-bottom: 2.5rem;
}
.nav-previous a, .nav-next a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: underline;
  font-family: Roboto;
  color: #151413;
}
.nav-previous a:hover, .nav-next a:hover {
  color: #006E26;
}
.postwrapper a:hover h2 {
  color: #006E26;
  text-decoration-line: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.cta-section ul.dropdownMenuUl li.active {
  color: #084A3B;
  font-weight: 700;
}
.cta-section ul.dropdownMenuUl::-webkit-scrollbar {
  width: 14px;
  margin-right: 20px;
  height: 92%;
  margin-top: 4%;
}
.cta-section ul.dropdownMenuUl::-webkit-scrollbar-track {
  background: #F0EBE0;
  border-radius: 3.75rem;
  width: 14px;
  -webkit-box-shadow: inset 0 0 6px rgba(240, 235, 224, 1.0);
}
.cta-section ul.dropdownMenuUl::-webkit-scrollbar-thumb {
  background-color: #006E26;
  border-radius: 3.75rem;
  border: 4px solid transparent;
  border-radius: 9999px;
  background-clip: content-box;
  height: 45% !important;
}
.cta-section ul.dropdownMenuUl::-webkit-scrollbar-thumb:hover {
  background-color: #006E26;
}
@media screen and (max-width:1023.5px) {
  .cta-section ul.dropdownMenuUl::-webkit-scrollbar-thumb {
    border: 3.5px solid transparent;
  }
  .cta-section ul.dropdownMenuUl::-webkit-scrollbar {
    width: 10px;
  }
}
.homepage-banner-section.bgwithsvg .bannercontent a, .boxlink, .searchCategorybtn,.pressphoto {
  transition: all .3s ease-in-out;
}
.homepage-banner-section.bgwithsvg .bannercontent a {
  border: 1px solid #FFFFFF;
}
.homepage-banner-section.bgwithsvg .bannercontent a:hover {
  background: var(--YS-Green-3, #084A3B);
  color: var(--White, #FFF);
  border-radius: 3px;
  border: 1px solid var(--White, #FFF);
  transition: all .3s ease-in-out;
}
.searchCategorybtn:hover, .pressphoto:hover {
  background: var(--YS-Green-3, #084A3B);
  border-radius: 3px;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.general-linksblock .boxlink:hover {
  border-radius: 3px;
  background: var(--YS-Green-3, #084A3B);
  transition: all .3s ease-in-out;
}
.allarticles-link:hover, .overlappingcontent a.link:hover, .blocklink:hover {
  color: var(--YS-Green-1, #00AD38);
  transition: all .3s ease-in-out;
}
.allarticles-link:hover svg path, .overlappingcontent a.link:hover svg path, .blocklink:hover svg path, .postlink:hover svg path {
  fill: var(--YS-Green-1, #00AD38);
  transition: all .3s ease-in-out;
}
.swiper-slide a:hover .articledescription h3,.postlink:hover {
  color: var(--YS-Green-1, #00AD38);
  transition: all .2s ease-in-out;
  text-decoration-color: #00AD38;
}
.footer-col a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer-col a:hover, .sitecopyrights a:hover {
  color: var(--YS-Green-2, #006E26);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.formelements .form-group input {
  cursor: pointer;
}
.formelements .form-group input:hover + button svg rect {
  fill: #084A3B;
  transition: all .3s ease-in-out;
}
.formelements .form-group input + button svg rect {
  transition: all .3s ease-in-out;
}
.formelements .form-group input + button:hover svg rect {
  fill: #084A3B;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.generalRightBox a img, .imgblock img, .bannerimg a img, .article-wrapper .imgDiv a img, .pageheaderimg a img, .downloadpdf,.pdflink, .blog-listing-wrapper a img {
  transition: all .3s ease-in-out;
}
.article-wrapper .imgDiv, .pageheaderimg img, .blog-listing-wrapper a .imgblock {
  overflow: hidden;
  border-radius: 0.9375rem;
}
.generalRightBox a:hover img, .bannerimg a:hover img, .article-wrapper .imgDiv a:hover img, .pageheaderimg a:hover img {
  transform: scale(110%);
  transition: all .3s ease-in-out;
}
.blog-listing-wrapper a:hover h3 {
  color: var(--YS-Green-2, #006E26);
  transition: all .3s ease-in-out;
}
.general-linksblock.bg-\[\#084A3B\] .boxlink {
  border: 1px solid #FFFFFF;
}
.general-linksblock.bg-\[\#084A3B\] .boxlink:hover {
  border-radius: 3px;
  border: 1px solid var(--YS-Beige, #F0EBE0);
  background: var(--YS-Beige, #F0EBE0);
  color: var(--YS-Green-2, #006E26);
  transition: all .3s ease-in-out;
}
.general-linksblock.bg-\[\#084A3B\] .boxlink.link {
  border: 0px !important;
}
.vidArrow svg circle {
  transition: all .3s ease-in-out;
}
.vidArrow:hover svg circle {
  fill: #F0EBE0;
  transition: all .3s ease-in-out;
}
.general-linksblock.bg-\[\#FFFFFF\] .boxlink:hover {
  border-radius: 3px;
  background: transparent;
  transition: all .3s ease-in-out;
  color: var(--YS-Green-1, #00AD38);
}
.general-linksblock.bg-\[\#FFFFFF\] .boxlink:hover svg path {
  fill: var(--YS-Green-1, #00AD38);
}
.downloadpdf:hover {
  background-color: #084A3B;
  transition: all .3s ease-in-out;
}
.pdflink:hover {
  transition: all .3s ease-in-out;
  color: var(--YS-Green-1, #006E26);
}
.accordianListMain.closeFaq .plusminus:after {
  transition: all .3s ease-in-out;
}
.accordianListMain.closeFaq .plusminus:before {
  transition: all .3s ease-in-out;
}
.accordianListMain.closeFaq:hover .plusminus:after {
  display: block;
  transform: rotate(-90deg);
  transition: all .3s ease-in-out;
}
.accordianListMain.closeFaq:hover .plusminus:before {
  display: none;
  transform: none;
  transition: all .3s ease-in-out;
}
.dropdownToggle .toggleIcon ,.dropdownToggle {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.cardbox, .boxlink {
  transition: all 0.3s ease-in-out;
}
.cardbox:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-20px);
  cursor: pointer;
}
.cardbox:hover .boxlink {
  background-color: #084A3B;
  transition: all 0.3s ease-in-out;
}
.searchCategorybtn.clear-button:hover {
  transition: all .3s ease-in-out;
  cursor: pointer;
  color: #006E26;
  border: 1px solid var(--White, #FFF);
  background: var(--ys-beige-2, #F9F5ED);
}
.combodropdowninput:hover {
  cursor: pointer;
}
.combodropdowninput:hover + button .toggleIcon {
  background: #084A3B;
  transition: all .3s ease-in-out;
}
.combodropdowninput + button svg rect, .combodropdowninput + button .toggleIcon, .header-block-content a, .block-content a, .contentarea a {
  transition: all .3s ease-in-out;
}
.combodropdowninput:hover + button svg rect {
  fill: #084A3B;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.block-content a:hover, .contentarea a:hover,.contentarea p a:hover {
  color: var(--YS-Green-1, #00AD38);
  transition: all .3s ease-in-out;
}
.header-block-content a:hover {
  color: var(--YS-Green-1, #006E26);
  transition: all .3s ease-in-out;
}
.general-linksblock.bg-\[\#FFFFFF\] .boxlink,.swiper-slide a .imgblock, .blog-listing-wrapper a .imgblock {
  transition: all .3s ease-in-out;
}
.general-linksblock.bg-\[\#FFFFFF\] .boxlink:hover {
  transition: all .3s ease-in-out;
  background: var(--YS-Green-3, #084A3B);
  color: #FFFFFF;
}
.swiper-slide a .imgblock:hover, .blog-listing-wrapper a .imgblock:hover {
  transition: all .3s ease-in-out;
  transform: translateY(-10px);
}
.relatedpost {
  margin-top: -10px;
}
.swiper-wrapper {
  padding-top: 10px;
}
@media screen and (min-width:768px) {
  .dropdownToggle:hover .toggleIcon {
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: #084A3B;
  }
  .dropdownToggle:hover svg rect {
    fill: #084A3B;
    transition: all .3s ease-in-out;
  }
}
@media screen and (min-width:1024px) {
  .swiper-wrapper, .swiper {
    overflow-y: auto1;
    transform: none !important;
  }
}
@media screen and (max-width:767.5px) {
  .dropdownToggle .toggleIcon {
    right: -2px;
    position: relative;
  }
}
.header-buttons a, .cta-buttons a {
  transition: all .3s ease-in-out;
}
.header-buttons a.bg-\[\#006E26\]:hover {
  background: var(--YS-Green-3, #084A3B);
  transition: all .3s ease-in-out;
}
.header-buttons a.bg-transparent:hover {
  border-radius: 3px;
  background: var(--YS-Green-3, #084A3B);
  transition: all .3s ease-in-out;
  color: #FFFFFF;
}
.cta-buttons a.bg-\[\#FFFFFF\] {
  border: 1px solid transparent;
}
.cta-buttons a.bg-\[\#FFFFFF\]:hover {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  transition: all .3s ease-in-out;
}
.cta-buttons a.bg-transparent:hover {
  transition: all .3s ease-in-out;
  color: var(--YS-Green-2, #006E26);
  border-radius: 3px;
  border: 1px solid var(--YS-Beige, #F0EBE0);
  background: var(--YS-Beige, #F0EBE0);
}
figure.wp-block-table {
  border: none !important;
  margin: 3.75rem 0rem;
  padding: 0px 1.25rem;
}
.wp-block-table table {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
.wp-block-table table td.has-text-align-center {
  text-align: center;
  width: 17%;
}
table td {
  padding: 20px 10px !important;
  color: var(--Black, #151413);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
@media screen and (min-width:1280px) {
  figure.wp-block-table {
    padding: 0rem;
  }
}
@media screen and (min-width:1024px) and (max-width:1279.5px) {
  figure.wp-block-table {
    margin: 2.5rem 0rem;
    padding: 0px 1.25rem;
  }
  table td {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 8px !important;
  }
}
@media screen and (min-width:768px) and (max-width:1023.5px) {
  figure.wp-block-table {
    padding: 0px !important;
    margin: 2.5rem auto;
    width: calc(100% - 40px);
  }
  .wp-block-table table {
    overflow-x: scroll;
    width: 1000px;
  }
  figure.wp-block-table {
    margin: 2.5rem 0rem;
    padding: 0px 1.25rem;
  }
  .wp-block-table table td.has-text-align-center {
    width: 19%;
  }
  table td {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 15px 8px !important;
  }
}
@media screen and (max-width:767.5px) {
  figure.wp-block-table {
    padding: 0px !important;
    margin: 2.5rem auto;
    width: calc(100% - 40px);
  }
  .wp-block-table table {
    overflow-x: scroll;
    width: 1000px;
  }
  .wp-block-table table td {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 15px 8px !important;
  }
}
.editor-styles-wrapper .content ul li {
  list-style: none;
}
.wp-list-table a, .wp-admin a {
  color: #2271b1;
}
td.column-title strong, td.plugin-title strong {
  font-weight: 600;
}
:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) h5, :where(.editor-styles-wrapper) h6 {
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  margin: revert;
}
.wp-admin .wprm-modal-menu-button {
  display: none !important;
}
.wp-admin table.fixed {
  position: relative !important;
}
.line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-admin table td {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wp-admin .widefat td, .wp-admin .widefat th {
  padding: 8px 10px !important;
}
.block-editor-list-view-leaf .block-editor-list-view-block__contents-cell, .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell, .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
  padding: 0 !important;
}
.editor-styles-wrapper .blog-listing-wrapper .post-article, .editor-styles-wrapper .fordelpost-columnswrapper .post-article, .editor-styles-wrapper .subcriber-wrapper>div, .editor-styles-wrapper .cta-wrapper>div, .editor-styles-wrapper .swiper-slide, .editor-styles-wrapper .pageheader-textcontent, .editor-styles-wrapper .generalLeftbox, .editor-styles-wrapper .overlapping-blockwrapper.flex-col-reverse .overlappingcontent, .editor-styles-wrapper .overlappingcontent, .editor-styles-wrapper .bannercontent {
  opacity: 1;
}
.bannercontent {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.8s ease-out;
}
.bannercontent.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.8s ease-out;
}
.overlappingcontent {
  opacity: 0;
  transform: translateX(70px);
  transition: all 0.4s ease-out;
}
.overlappingcontent.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-out;
}
.overlapping-blockwrapper.flex-col-reverse .overlappingcontent {
  opacity: 0;
  transform: translateX(-70px);
  transition: all 0.4s ease-out;
}
.overlapping-blockwrapper.flex-col-reverse .overlappingcontent.visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-out;
}
.generalLeftbox {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.generalLeftbox.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}
.pageheader-textcontent {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.pageheader-textcontent.visible {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s ease-out;
}
.cta-wrapper>div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.cta-wrapper.visible>div {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s ease-out;
}
.subcriber-wrapper>div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}
.subcriber-wrapper.visible>div {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.8s ease-out;
}
@media screen and (min-width:768px) {
  .fordelpost-columnswrapper .post-article {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    margin: 20px 0px 0px -20px;
  }
  .fordelpost-columnswrapper .visible.post-article {
    opacity: 1;
    margin: 0;
    transform: translate(0px);
    transition: all 0.6s ease-in-out;
  }
  .blog-listing-wrapper .post-article {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    margin: 20px 0px 0px -20px;
  }
  .blog-listing-wrapper .visible.post-article {
    opacity: 1;
    margin: 0;
    transform: translate(0px);
    transition: all 0.6s ease-in-out;
  }
  .blog-listing-wrapper .post-article.clickable {
    opacity: 1;
    transition: all 0.6s ease-in-out;
    margin: 0px;
  }
  .sliderInMobile .swiper-slide {
    opacity: 0;
    transition: all 0.6s ease-out;
    margin: 20px 0px 0px -20px;
  }
  .sliderInMobile .swiper-slide.visible {
    opacity: 1;
    margin: 0;
    transform: translate(0px);
    transition: all 0.6s ease-out;
  }
}
.desktopLogo a {
  display: flex;
  place-self: center;
}
.skip-to-content {
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 999999;
  transition: top .3s ease-in-out;
}
.skip-to-content:focus {
  top: 0;
}
.skip-to-content {
  position: absolute;
  top: -1000em;
}
.skip-to-content:focus {
  left: 50px;
  top: 50px;
  height: auto;
  width: 200px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 15px 23px 14px;
  background-color: #f1f1f1;
  color: #21759b;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #0009;
}
.bloglisting-dropdown ul.dropdownMenu li.active {
  color: #084A3B;
  font-weight: 700;
}
.bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar {
  width: 14px;
  margin-right: 20px;
  height: 94%;
  margin-top: 3%;
}
.bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar-track {
  background: #F0EBE0;
  border-radius: 3.75rem;
  width: 14px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar-thumb {
  background-color: #006E26;
  border-radius: 3.75rem;
  border: 4px solid transparent;
  border-radius: 9999px;
  background-clip: content-box;
  height: 45% !important;
}
.bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar-thumb:hover {
  background-color: #006E26;
}
@media screen and (max-width:1023.5px) {
  .bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar-thumb {
    border: 3.5px solid transparent;
  }
  .bloglisting-dropdown ul.dropdownMenu::-webkit-scrollbar {
    width: 10px;
  }
}
.post-article .imgblock img {
  border-radius: 0.9375rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1023.5px) {
  .overlapping-block,.homepage-banner-section, .general-linksblock,.blog-listing-wrapper {
    overflow: hidden;
  }
}
.overlapping-blockwrapper .boxlink.bg-\[\#006E26\]:hover {
  background: var(--YS-Green-3, #084A3B);
}
.dropdownMenu ul li.active {
  font-weight: 700;
  color: var(--YS-Green-3, #084A3B) !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.dropdownMenuUl::-webkit-scrollbar {
  width: 14px;
  margin-right: 20px;
  height: 94%;
  margin-top: 3%;
}
.dropdownMenuUl::-webkit-scrollbar-track {
  background: #F0EBE0;
  border-radius: 3.75rem;
  width: 14px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.dropdownMenuUl::-webkit-scrollbar-thumb {
  background-color: #006E26;
  border-radius: 3.75rem;
  border: 4px solid transparent;
  border-radius: 9999px;
  background-clip: content-box;
  height: 45% !important;
}
.dropdownMenuUl::-webkit-scrollbar-thumb:hover {
  background-color: #006E26;
}
@media screen and (max-width:1023.5px) {
  .dropdownMenuUl::-webkit-scrollbar-thumb {
    border: 3.5px solid transparent;
  }
  .dropdownMenuUl::-webkit-scrollbar {
    width: 10px;
  }
}
.general-linksblock .link.boxlink:hover {
  background: transparent;
  transition: all .3s ease-in-out;
  color: #00AD38;
}
.general-linksblock .link.boxlink:hover svg path {
  fill: #00AD38;
}
.content p a, .content a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.content p a:hover, .content a:hover {
  color: var(--YS-Green-1, #00AD38);
}
.combodropdowninput + button svg, .combodropdowninput + button .toggleIcon svg,.toggleIcon svg, .dropdownToggle .toggleIcon svg,.dropdownToggle svg {
  transition: all .3s ease-in-out;
}
@media screen and (min-width:768px) {
  .general-linksblock .generalRightBox {
    margin-top: 0.75rem;
  }
  .homepage-banner-section .bannerimg {
    margin-top: 0.625rem;
  }
}
.linkboxwrapper .box_link:hover {
  box-shadow: 10px 15px 35px 0px rgba(8, 74, 59, 0.10);
}
.cardwrapper article {
  position: relative;
}
.article-wrapper .descriptionbox a:hover h3, .article-wrapper .descriptionbox a:hover h2, .article-wrapper .descriptionbox a:hover h4 {
  color: var(--YS-Green-2, #006E26);
  transition: all .3s ease-in-out;
}
.post-article:has(.imgDiv>a) .imgDiv:hover + .descriptionbox a h3, .post-article:has(.imgDiv>a) .imgDiv:hover + .descriptionbox a h2, .post-article:has(.imgDiv>a) .imgDiv:hover + .descriptionbox a h4 {
  color: var(--YS-Green-2, #006E26);
  transition: all .3s ease-in-out;
}
.searchblock .searchInput {
  padding-right: 2.25rem;
  color: var(--Gray, #828282);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  border-radius: 3px;
  border: 2px solid var(--YS-Beige, #F0EBE0);
  background: var(--White, #FFF);
}
.searchblock .searchInput:focus {
  border-radius: 3px;
  border: 2px solid var(--YS-Beige, #F0EBE0) !important;
  background: var(--White, #FFF);
  outline: none !important;
}
#main-content .searchblock .searchInput:focus-visible {
  border-radius: 3px;
  background: var(--White, #FFF);
  outline: 3px solid #828282 !important;
  outline-offset: 2px !important;
}
.searchblock .searchsubmit {
  top: 18px;
}
.searchblock .searchInput, .searchblock .searchInput::placeholder, .searchblock .searchInput:-ms-input-placeholder, .searchblock .searchInput::-webkit-input-placeholder {
  color: var(--Gray, #828282);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.searchpage-noresult-section a, .searchpage-noresult-section a:hover {
  transition: all .3s ease-in-out;
}
@media screen and (max-width:767.5px) {
  .searchblock .searchInput {
    font-size: 1rem;
    line-height: 1.4375rem;
    height: 47px;
  }
  .searchblock .searchsubmit svg {
    width: 21px;
    height: 22px;
  }
  .searchblock .searchsubmit {
    top: 14px;
  }
}
.clear-button:focus-visible, .bannerbox-content a:focus-visible, .ctaLink:focus-visible {
  outline: 3px solid #F0EBE0 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
.dropdownMenu ul li:focus-visible {
  outline: 3px solid #006E26 !important;
  outline-offset: -2px !important;
  transition: none !important;
  text-decoration: none !important;
}
.swiper-slide a:focus-visible {
  outline: 2px solid #151413 !important;
  outline-offset: -2px !important;
  transition: none !important;
  text-decoration: none !important;
}
.overlapping-block.bg-\[\#F9F5ED\] .boxlink:focus-visible {
  outline: 3px solid #006E26 !important;
  outline-offset: 3px !important;
  transition: none !important;
  text-decoration: none !important;
}
.descriptionbox a {
  display: inline-flex;
}
.general-linksblock.bg-\[\#084A3B\] .boxlink:focus-visible {
  outline: 3px solid #F0EBE0 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
@media screen and (min-width:1024px) {
  .main-nav:after {
    content: none !important;
  }
}
.leftColText .text-box a.text-\[\#FFFFFF\]:focus-visible {
  outline: 3px solid #F0EBE0 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
.linksblock-section.bg-\[\#084A3B\] .linkboxwrapper a.bg-\[\#FFFFFF\]:focus-visible {
  outline: 3px solid #FFF !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}
.article-wrapper .imgDiv a.relative:focus-visible {
  outline: 1px solid #151413 !important;
  outline-offset: -5px !important;
  transition: none !important;
  text-decoration: none !important;
}
.page-header-content figure {
  margin-bottom: 0px;
}
.box-content .eybrowtext {
  display: block;
}
.wp-admin .sliderInMobile .swiper-slide {
  opacity: 1;
}
.wp-admin .swiper-slide .articledescription {
  max-width: 175px;
  word-break: break-word;
}
#main-menu #menu-item-1106 {
  display: none;
}
@media screen and (max-width:767.5px) {
  #main-menu #menu-item-1106 {
    display: block;
  }
}
@media screen and (min-width:1366px) {
  .englishTextLink {
    margin-left: 0.9375rem;
  }
}
.homepage-banner-section.bg-\[\#F0EBE0\] .bannerbox-content a:not(.link):hover {
  transition: all .3s ease-in-out;
  background: var(--YS-Green-3, #084A3B);
}
@media screen and (max-width:767.5px) {
  .contentarea iframe {
    width: 100%;
  }
  .contactpage-block {
    margin-top: 0px;
  }
  .contactpage-block .contactpage-wrapper {
    padding-top: 20px;
  }
}
@media screen and (max-width:1023.5px) {
  #mainMeny:before {
    border-radius: 0.1875rem !important;
  }
  .menusdeskmob {
    height: 95vh !important;
    border-radius: 0.1875rem !important;
  }
  body:has(#hamburgerIcon[aria-expanded=true]) {
    background-color: #F9F5ED !important;
  }
  body:has(#hamburgerIcon[aria-expanded=true])>*:not(header) {
    opacity: 0;
  }
  .relatedpost-section:has(.sliderInMobile) {
    padding-right: 0px !important;
  }
  .card-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.ys-buttonlink a:hover {
  transition: all .2s ease-in-out !important;
}
.ys-buttonlink a {
  transition: all .2s ease-in-out !important;
}
.dropdownMenu,.dropdownToggle {
  border-radius: 0.1875rem;
}
@media screen and (min-width:1280px) and (max-width:1536.5px) {
  .dropdownWrapper .bgdropdown {
    padding-right: 1.125rem !important;
  }
}
@media screen and (max-width:1279.5px) {
  .dropdownWrapper .bgdropdown {
    padding-right: 1.25rem !important;
  }
}
blockquote img.alignright {
  float: right;
  margin-left: 10px;
}
.w-richtext img.alignleft, .contentarea img.alignleft {
  float: left;
  margin-right: 25px;
}
.w-richtext img.alignright, .contentarea img.alignright {
  float: right;
  margin-left: 25px;
}
details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow {
    padding: 0px 20px;
  }
}
@media screen and (max-width:767.5px) {
  details.wp-block-details.is-layout-flow.wp-block-details-is-layout-flow summary {
    padding: 0px 20px;
  }
}
.wp-block-details summary {
  cursor: pointer;
  color: var(--Black, #151413);
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
}
#gt_float_wrapper .gt_float_switcher {
  position: relative !important;
  box-shadow: none;
  background: #fff;
  overflow: unset !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  color: var(--Black, #151413) !important;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#gt_float_wrapper .gt_float_switcher .gt_options {
  position: absolute !important;
  z-index: 999912;
  left: auto;
  right: -2.5rem;
  width: calc(100% + 40px) !important;
  max-height: 250px;
  overflow-y: auto;
  transform: translateY(-30px);
  opacity: 0;
  cursor: pointer;
  transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
  padding: 10px 20px;
  min-width: 148px;
  background-color: white !important;
}
#gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
  opacity: 1 !important;
  transform: translateX(0px);
  width: calc(100% + 40px) !important;
}
#mainMeny .englishTextLink #gt_float_wrapper a {
  color: var(--Black, #151413) !important;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 12.5px 0px;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 12.5px 0px !important;
}
#gt_float_wrapper {
  display: flex;
}
.gt_options img {
  width: 25px !important;
}
.gt_float_switcher .gt_options a:hover {
  color: var(--YS-Green-2, #006E26) !important;
  background-color: white !important;
}
.gt_float_switcher .gt_options a.gt-current {
  display: none !important;
}
#mainMeny .englishTextLink #gt_float_wrapper a:hover, #mainMeny .englishTextLink #gt_float_wrapper:has(.gt-open) .gt-current-lang, #mainMeny .englishTextLink #gt_float_wrapper .gt-current-lang:hover {
  color: #006E26 !important;
}
@media screen and (min-width:1280px) and (max-width:1535.5px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    font-size: 14px;
    line-height: 20px;
  }
  .gt_float_switcher img {
    width: 20px !important;
  }
  #mainMeny .englishTextLink #gt_float_wrapper a {
    font-size: 14px;
    line-height: 20px;
  }
  .gt_float_switcher .gt_options img {
    width: 20px !important;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open, #gt_float_wrapper .gt_float_switcher .gt_options {
    padding: 10px;
    width: calc(100% + 50px) !important;
    min-width: auto;
    bottom: -4.375rem;
    right: -1.25rem;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 12px;
    width: 10px;
    background-position: 50%;
    background-size: 10px;
    background-position: center;
  }
}
@media screen and (min-width:1024px) and (max-width:1279.5px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    font-size: 12px;
    line-height: 20px;
  }
  .gt_float_switcher img {
    width: 20px !important;
  }
  #mainMeny .englishTextLink #gt_float_wrapper a {
    font-size: 11px;
    line-height: 20px;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options img {
    width: 20px !important;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open, #gt_float_wrapper .gt_float_switcher .gt_options {
    padding: 10px;
    width: calc(100% + 40px);
    min-width: auto;
    bottom: -4.375rem;
    right: -1.1875rem;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 12px;
    width: 10px;
    background-position: 50%;
    background-size: 10px;
    background-position: center;
  }
}
@media screen and (max-width:1023.5px) {
  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
    opacity: 1 !important;
    transform: translateX(0px);
    width: 100%;
    position: relative !important;
    padding: 10px 15px;
    left: 0px;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options {
    transform: translateX(0px);
    width: 100%;
    position: relative !important;
    padding: 10px 15px;
    left: 0px;
  }
  .gt_float_switcher img {
    width: 25px !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-position: 50% 60%;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open {
    left: 0px;
  }
  #gt_float_wrapper .gt_float_switcher .gt_options {
    transform: translateX(0px);
    width: 100%;
    position: relative !important;
    padding: 10px 15px;
    left: 0px;
  }
}
@media screen and (max-width: 1023.5px) {
  #gt_float_wrapper .gt_float_switcher .gt_options.gt-open, #gt_float_wrapper .gt_float_switcher .gt_options {
    padding: 0px !important;
    transition: all .3s ease-in-out;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
.shortext  p {
  margin: 0rem 0rem 0.9375rem;
}
.shortext b,.block-content strong {
  font-weight: 700;
}
.shortext p a, .shortext a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767.5px) {
    .shortext p {
        margin-bottom: 0.75rem;
    }
}
.shortext *:last-child{margin-bottom: 0px;}

.pageheader-content .logoimg {
    width: 100%;
    max-height: 119px;
    height: 119px;
}
.pageheader-content .logoimg img{object-fit: contain;height: 100%;width: auto;}
.cardwrapper article .small-icon{width: 100%;height: 119px;}
.cardwrapper article .small-icon img{object-fit: contain;}