/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/wim7amf.css");
@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-red-300: oklch(80.8% 0.114 19.571);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-teal-600: oklch(60% 0.118 184.704);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --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);
    --color-green: #1A7277;
    --color-gray: #F0F0F0;
    --font-raleway: "Raleway", sans-serif;
    --font-proxima: "proxima-nova";
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-1 {
    inset: calc(var(--spacing) * 1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-\[-0\.9rem\] {
    top: -0.9rem;
  }
  .top-\[-1\.1rem\] {
    top: -1.1rem;
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-1\/4 {
    right: calc(1/4 * 100%);
  }
  .right-\[-1\.3rem\] {
    right: -1.3rem;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/4 {
    left: calc(1/4 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-99 {
    z-index: 99;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .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;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[21rem\] {
    height: 21rem;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-\[16rem\] {
    min-height: 16rem;
  }
  .min-h-\[17rem\] {
    min-height: 17rem;
  }
  .min-h-\[20rem\] {
    min-height: 20rem;
  }
  .min-h-\[22\.5rem\] {
    min-height: 22.5rem;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[12\.2rem\] {
    max-width: 12.2rem;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-\[45\%\] {
    flex-basis: 45%;
  }
  .basis-\[55\%\] {
    flex-basis: 55%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .space-x-\[1rem\] {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(1rem * var(--tw-space-x-reverse));
      margin-inline-end: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#707070\] {
    border-color: #707070;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#0D1536\] {
    background-color: #0D1536;
  }
  .bg-\[\#EDEDED\] {
    background-color: #EDEDED;
  }
  .bg-\[rgba\(93\,93\,93\,0\.25\)\] {
    background-color: rgba(93,93,93,0.25);
  }
  .bg-gray {
    background-color: var(--color-gray);
  }
  .bg-green-700 {
    background-color: var(--color-green-700);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-teal-600 {
    background-color: var(--color-teal-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#0D393C\] {
    --tw-gradient-from: #0D393C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#1A7277\] {
    --tw-gradient-from: #1A7277;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#707E7C\] {
    --tw-gradient-from: #707E7C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#782E26\] {
    --tw-gradient-from: #782E26;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#19808D\] {
    --tw-gradient-from: #19808D;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#0D393C\] {
    --tw-gradient-to: #0D393C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#0D1536\] {
    --tw-gradient-to: #0D1536;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#1A7277\] {
    --tw-gradient-to: #1A7277;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#2A3E3B\] {
    --tw-gradient-to: #2A3E3B;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#3C1713\] {
    --tw-gradient-to: #3C1713;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-13 {
    padding-top: calc(var(--spacing) * 13);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[0\.2rem\] {
    padding-bottom: 0.2rem;
  }
  .pb-\[0\.22rem\] {
    padding-bottom: 0.22rem;
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-raleway {
    font-family: var(--font-raleway);
  }
  .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-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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.86rem\] {
    font-size: 0.86rem;
  }
  .text-\[1\.16rem\] {
    font-size: 1.16rem;
  }
  .text-\[1\.26rem\] {
    font-size: 1.26rem;
  }
  .text-\[1\.45rem\] {
    font-size: 1.45rem;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#777777\] {
    color: #777777;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-11 {
    opacity: 11%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    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));
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-\[\#f7f7f7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f7f7f7;
      }
    }
  }
  .hover\:bg-green {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green);
      }
    }
  }
  .hover\:text-\[\#19808D\] {
    &:hover {
      @media (hover: hover) {
        color: #19808D;
      }
    }
  }
  .hover\:text-\[\#fff\] {
    &:hover {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }
  .hover\:text-red-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-red-300);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:-mx-3 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * -3);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-2 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 2);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-9 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:h-38 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 38);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:max-w-\[17\.8rem\] {
    @media (width >= 48rem) {
      max-width: 17.8rem;
    }
  }
  .md\:max-w-\[22rem\] {
    @media (width >= 48rem) {
      max-width: 22rem;
    }
  }
  .md\:max-w-\[35\%\] {
    @media (width >= 48rem) {
      max-width: 35%;
    }
  }
  .md\:max-w-\[47rem\] {
    @media (width >= 48rem) {
      max-width: 47rem;
    }
  }
  .md\:max-w-\[58rem\] {
    @media (width >= 48rem) {
      max-width: 58rem;
    }
  }
  .md\:max-w-\[60\.5rem\] {
    @media (width >= 48rem) {
      max-width: 60.5rem;
    }
  }
  .md\:basis-\[10\%\] {
    @media (width >= 48rem) {
      flex-basis: 10%;
    }
  }
  .md\:basis-\[13\%\] {
    @media (width >= 48rem) {
      flex-basis: 13%;
    }
  }
  .md\:basis-\[14\%\] {
    @media (width >= 48rem) {
      flex-basis: 14%;
    }
  }
  .md\:basis-\[15\%\] {
    @media (width >= 48rem) {
      flex-basis: 15%;
    }
  }
  .md\:basis-\[18\%\] {
    @media (width >= 48rem) {
      flex-basis: 18%;
    }
  }
  .md\:basis-\[20\%\] {
    @media (width >= 48rem) {
      flex-basis: 20%;
    }
  }
  .md\:basis-\[25\%\] {
    @media (width >= 48rem) {
      flex-basis: 25%;
    }
  }
  .md\:basis-\[28\%\] {
    @media (width >= 48rem) {
      flex-basis: 28%;
    }
  }
  .md\:basis-\[29\%\] {
    @media (width >= 48rem) {
      flex-basis: 29%;
    }
  }
  .md\:basis-\[30\%\] {
    @media (width >= 48rem) {
      flex-basis: 30%;
    }
  }
  .md\:basis-\[33\.3\%\] {
    @media (width >= 48rem) {
      flex-basis: 33.3%;
    }
  }
  .md\:basis-\[35\%\] {
    @media (width >= 48rem) {
      flex-basis: 35%;
    }
  }
  .md\:basis-\[39\%\] {
    @media (width >= 48rem) {
      flex-basis: 39%;
    }
  }
  .md\:basis-\[40\%\] {
    @media (width >= 48rem) {
      flex-basis: 40%;
    }
  }
  .md\:basis-\[42\%\] {
    @media (width >= 48rem) {
      flex-basis: 42%;
    }
  }
  .md\:basis-\[58\%\] {
    @media (width >= 48rem) {
      flex-basis: 58%;
    }
  }
  .md\:basis-\[60\%\] {
    @media (width >= 48rem) {
      flex-basis: 60%;
    }
  }
  .md\:basis-\[61\%\] {
    @media (width >= 48rem) {
      flex-basis: 61%;
    }
  }
  .md\:basis-\[66\%\] {
    @media (width >= 48rem) {
      flex-basis: 66%;
    }
  }
  .md\:basis-\[70\%\] {
    @media (width >= 48rem) {
      flex-basis: 70%;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-3 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-18 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 18);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-13 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 13);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-15 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:ps-4 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 4);
    }
  }
  .md\:ps-5 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 5);
    }
  }
  .md\:ps-10 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 10);
    }
  }
  .md\:pe-4 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 4);
    }
  }
  .md\:pe-8 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 8);
    }
  }
  .md\:pe-10 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-3 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .md\:pt-7 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 7);
    }
  }
  .md\:pt-15 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[3rem\] {
    @media (width >= 48rem) {
      padding-bottom: 3rem;
    }
  }
  .md\:pl-3 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .md\:pl-10 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-\[1\.6rem\] {
    @media (width >= 48rem) {
      font-size: 1.6rem;
    }
  }
  .md\:text-\[1\.7rem\] {
    @media (width >= 48rem) {
      font-size: 1.7rem;
    }
  }
  .md\:text-\[1\.33rem\] {
    @media (width >= 48rem) {
      font-size: 1.33rem;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-\[30\.5rem\] {
    @media (width >= 64rem) {
      min-height: 30.5rem;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:bg-none {
    @media (width >= 64rem) {
      background-image: none;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-18 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-black {
    @media (width >= 64rem) {
      color: var(--color-black);
    }
  }
  .\[\&\>\.icon\]\:mx-auto {
    &>.icon {
      margin-inline: auto;
    }
  }
  .\[\&\>\.icon\]\:mb-2 {
    &>.icon {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>\.icon\]\:max-w-\[6\.1rem\] {
    &>.icon {
      max-width: 6.1rem;
    }
  }
  .\[\&\>\.icon\]\:max-w-\[7\.33rem\] {
    &>.icon {
      max-width: 7.33rem;
    }
  }
  .\[\&\>a\]\:bg-green {
    &>a {
      background-color: var(--color-green);
    }
  }
  .\[\&\>a\]\:py-\[0\.4rem\] {
    &>a {
      padding-block: 0.4rem;
    }
  }
  .\[\&\>a\]\:hover\:bg-black {
    &>a {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
    }
  }
  .\[\&\>a\]\:hover\:text-white {
    &>a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .\[\&\>h1\]\:font-proxima {
    &>h1 {
      font-family: var(--font-proxima);
    }
  }
  .\[\&\>h1\]\:font-bold {
    &>h1 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>h1\]\:font-medium {
    &>h1 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&\>h1\]\:font-semibold {
    &>h1 {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .md\:\[\&\>h1\]\:mb-0\.5 {
    @media (width >= 48rem) {
      &>h1 {
        margin-bottom: calc(var(--spacing) * 0.5);
      }
    }
  }
  .md\:\[\&\>h1\]\:text-2xl {
    @media (width >= 48rem) {
      &>h1 {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
      }
    }
  }
  .\[\&\>h1\>small\]\:block {
    &>h1>small {
      display: block;
    }
  }
  .\[\&\>h1\>small\]\:font-normal {
    &>h1>small {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&\>h1\>small\]\:tracking-\[0\.4rem\] {
    &>h1>small {
      --tw-tracking: 0.4rem;
      letter-spacing: 0.4rem;
    }
  }
  .md\:\[\&\>h1\>small\]\:tracking-\[1\.3rem\] {
    @media (width >= 48rem) {
      &>h1>small {
        --tw-tracking: 1.3rem;
        letter-spacing: 1.3rem;
      }
    }
  }
  .\[\&\>h1\>strong\]\:block {
    &>h1>strong {
      display: block;
    }
  }
  .\[\&\>h2\]\:mb-3 {
    &>h2 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>h2\]\:mb-4 {
    &>h2 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>h2\]\:mb-5 {
    &>h2 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&\>h2\]\:text-center {
    &>h2 {
      text-align: center;
    }
  }
  .\[\&\>h2\]\:font-proxima {
    &>h2 {
      font-family: var(--font-proxima);
    }
  }
  .\[\&\>h2\]\:text-\[2\.3rem\] {
    &>h2 {
      font-size: 2.3rem;
    }
  }
  .\[\&\>h2\]\:font-bold {
    &>h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>h2\]\:font-medium {
    &>h2 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&\>h2\]\:capitalize {
    &>h2 {
      text-transform: capitalize;
    }
  }
  .\[\&\>h2\]\:normal-case {
    &>h2 {
      text-transform: none;
    }
  }
  .md\:\[\&\>h2\]\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      &>h2 {
        font-size: 2.5rem;
      }
    }
  }
  .md\:\[\&\>h2\]\:text-\[4\.1rem\] {
    @media (width >= 48rem) {
      &>h2 {
        font-size: 4.1rem;
      }
    }
  }
  .\[\&\>h3\]\:mb-0 {
    &>h3 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>h3\]\:font-proxima {
    &>h3 {
      font-family: var(--font-proxima);
    }
  }
  .\[\&\>h3\]\:text-xl {
    &>h3 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&\>h3\]\:font-bold {
    &>h3 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>h3\]\:font-medium {
    &>h3 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&\>h3\]\:capitalize {
    &>h3 {
      text-transform: capitalize;
    }
  }
  .\[\&\>img\]\:w-full {
    &>img {
      width: 100%;
    }
  }
  .\[\&\>img\]\:border-\[1px\] {
    &>img {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&\>img\]\:border-\[\#707070\] {
    &>img {
      border-color: #707070;
    }
  }
  .\[\&\>p\]\:mb-4 {
    &>p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>p\]\:pt-1 {
    &>p {
      padding-top: calc(var(--spacing) * 1);
    }
  }
  .md\:\[\&\>p\]\:mb-0 {
    @media (width >= 48rem) {
      &>p {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\>span\]\:mr-1 {
    &>span {
      margin-right: calc(var(--spacing) * 1);
    }
  }
}
@layer base {
  html {
    font-size: 30px;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }
  h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-family: var(--font-raleway);
  }
  h1 {
    font-size: 2.66rem;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  h2 {
    font-size: 2.3rem;
    margin-bottom: 0.3rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  .bordered-title h2 {
    padding-bottom: 0.9rem;
    position: relative;
  }
  .bordered-title h2:after {
    content: '';
    width: 50%;
    height: 0.18rem;
    background-color: var(--color-green);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bordered-title.one-third-bordered h2:after {
    width: 32%;
  }
  .bordered-styling-heading h3 {
    border-bottom: 1px solid var(--color-black);
    letter-spacing: 0.28rem;
  }
  .bordered-styling-heading h3 {
    padding-bottom: 1.4rem;
    position: relative;
  }
  .bordered-styling-heading h3:after {
    content: '';
    width: 28%;
    height: 0.15rem;
    background-color: var(--color-green);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  a {
    transition: all 0.3s ease 0s;
  }
  a:focus {
    box-shadow: none;
    outline: none;
  }
  p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  label {
    font-weight: 500;
    display: block;
    padding: 0.32rem 0;
  }
  input[type=text],input[type=password],input[type=email],input[type=tel] {
    border: 1px solid rgba(120,117,247,0.4);
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    color: var(--color-placeholder);
  }
  select {
    border: 1px solid rgba(120,117,247,0.4);
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    box-shadow: none;
    appearance: none;
    color: var(--color-placeholder);
  }
  .select-field select {
    padding-right: 2.8rem;
  }
  input:focus,select:focus {
    box-shadow: none;
    outline: none;
  }
  ::-webkit-input-placeholder {
    color: var(--color-placeholder);
  }
  :-ms-input-placeholder {
    color: var(--color-placeholder);
  }
  :-moz-placeholder,::-moz-placeholder {
    color: var(--color-placeholder);
  }
  input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    filter: saturate(0);
    accent-color: black;
  }
  input[type=radio] {
    width: 1.2rem;
    height: 1.2rem;
    filter: saturate(0);
    accent-color: black;
  }
  .fields-row {
    display: flex;
    margin: 0 -0.6rem;
  }
  .fields-row .field-group {
    flex: 1 1;
    padding: 0 0.6rem;
    margin-bottom: 1.4rem;
  }
  .site-wrapper {
    overflow: hidden;
  }
  html.disablescroll {
    overflow: hidden;
  }
  body {
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 1rem;
    color: var(--primary-color);
    font-family: var(--font-proxima);
  }
  img {
    width: auto;
  }
  .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wide-para-tracking p {
    letter-spacing: 0.28rem;
  }
  @-webkit-keyframes moveDown {
    0% {
      transform: translateY(-2.5rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes moveDown {
    0% {
      transform: translateY(-2.5rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  header {
    box-shadow: 0 0.67rem 1.1rem rgba(0,0,0,0.4);
    position: absolute;
    font-size: 0.86rem;
  }
  header.fixed-header {
    position: fixed;
    -webkit-animation: moveDown 1.2s ease-in-out;
    animation: moveDown 1.2s ease-in-out;
  }
  .main-navigation .navbar > li > a {
    padding: 1.6rem 1rem;
    display: inline-block;
  }
  .main-navigation .navbar > li.active > a, .main-navigation .navbar > li.current-menu-item > a {
    color: var(--color-green);
  }
  .main-navigation .navbar > li:hover > a {
    color: var(--color-green);
  }
  .partner-secondary-slider .partner-item img {
    max-height: 4rem;
  }
  .navbar-toggle-btn {
    background: rgba(0,0,0,0);
    position: relative;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 1rem;
    top: 0.3rem;
    margin-right: 0.5rem;
  }
  .navbar-toggle-btn .line {
    height: 0.2rem;
    width: 100%;
    border-radius: 0.1rem;
    background-color: var(--color-green);
    display: block;
    margin-bottom: 0.4rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .navbar-toggle-btn:hover .line:nth-of-type(2) {
    -webkit-transform: translateX(-16%);
    -o-transform: translateX(-16%);
    transform: translateX(-16%);
  }
  header.fixed-header .navbar-toggle-btn {
    top: 0.2rem;
  }
  footer.footer {
    padding: 2.5rem 0 1.5rem;
  }
  footer.footer .footer-main-content {
    padding: 1rem 0;
  }
  footer h6 {
    text-transform: capitalize;
    font-weight: 700;
  }
  footer ul {
    margin-bottom: 0.5rem;
  }
  footer li {
    line-height: 1.3;
  }
  footer li a {
    padding: 0.1rem 0;
    display: inline-block;
    vertical-align: top;
  }
  footer a:hover {
    color: var(--green-color);
  }
  footer.footer .footer-bottom-content {
    padding: 1.5rem 0;
  }
  footer .col-content {
    max-width: 15rem;
  }
  .footer-logo img {
    max-width: 6.8rem;
    height: auto;
  }
  .footer .col-content p {
    line-height: 1.3;
  }
  .footer-bottom-content span a {
    text-decoration: underline;
  }
  .map {
    position: relative;
    padding: 22% 0;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .figure img {
    width: auto;
    height: auto;
  }
  .event-item .event-heading {
    position: relative;
    padding-right: 2.4rem;
    cursor: pointer;
  }
  .event-item .event-heading:before {
    content: '>';
    width: 2rem;
    height: 2rem;
    background-color: var(--color-green);
    color: var(--color-white);
    position: absolute;
    right: 0.05rem;
    top: 0.16rem;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    transform: rotate(90deg);
  }
  .event-item.active .event-heading:before {
    transform: rotate(270deg);
  }
  @media (max-width: 1800px) {
    html {
      font-size: 28.125px;
    }
  }
  @media (max-width: 1760px) {
    html {
      font-size: 27.5px;
    }
  }
  @media (max-width: 1700px) {
    html {
      font-size: 26.5625px;
    }
  }
  @media (max-width: 1640px) {
    html {
      font-size: 25.625px;
    }
  }
  @media (max-width: 1600px) {
    html {
      font-size: 25px;
    }
  }
  @media (max-width: 1560px) {
    html {
      font-size: 24.375px;
    }
  }
  @media (max-width: 1500px) {
    html {
      font-size: 23.4375px;
    }
  }
  @media (max-width: 1400px) {
    html {
      font-size: 21.875px;
    }
  }
  @media (max-width: 1300px) {
    html {
      font-size: 20.3125px;
    }
  }
  @media (max-width: 1200px) {
    html {
      font-size: 18.75px;
    }
  }
  @media (max-width: 1100px) {
    html {
      font-size: 17.1875px;
    }
  }
  @media (max-width: 1023px) {
    html {
      font-size: 16.0156px;
    }
    body {
      padding-top: 4.8rem;
    }
    header {
      font-size: 1rem;
    }
    .main-navigation {
      position: fixed;
      right: -30rem;
      top: 0;
      height: 100vh;
      width: 20rem;
      transition: all 0.4s ease;
      transform: scale(0.9, 1);
      opacity: 0;
    }
    .main-navigation.in {
      right: 0;
      opacity: 1;
      transform: scale(1, 1);
    }
    .main-navigation li a {
      transform: translateX(130%);
      transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96), color 0.3s ease 0s, padding 0.3s ease 0s;
    }
    .main-navigation .navbar > li.active > a, .main-navigation .navbar > li.current-menu-item > a {
      color: var(--color-green-300);
    }
    .main-navigation.in li a {
      transform: translateX(0%);
    }
    .main-navigation .navbar > li > a {
      width: 100%;
      padding: 0.8rem 1.2rem;
    }
    .main-navigation .navbar > li:hover > a {
      color: var(--color-green-400);
    }
    .main-navigation .navbar {
      max-height: calc(100vh - 4rem);
      overflow-y: auto;
      overflow-x: hidden;
    }
  }
  @media (max-width: 992px) {
    html {
      font-size: 15.5px;
    }
  }
  @media (max-width: 900px) {
    html {
      font-size: 14.0625px;
    }
  }
  @media (max-width: 860px) {
    html {
      font-size: 13.4375px;
    }
  }
  @media (max-width: 800px) {
    html {
      font-size: 12.5px;
    }
  }
  @media (max-width: 767px) {
    html {
      font-size: 16px;
    }
    body {
      padding-top: 5.8rem;
    }
    h1 {
      font-size: 2.4rem;
    }
    h2 {
      font-size: 2rem;
    }
    footer.footer .footer-main-content {
      padding: 0.5rem 0 0;
    }
    footer.footer .footer-bottom-content {
      padding: 0.5rem 0;
    }
    .wide-para-tracking p {
      letter-spacing: 0.2rem;
    }
    .map {
      padding: 27% 0;
    }
  }
  @media (max-width: 721px) {
    body {
      padding-top: 5.5rem;
    }
  }
  @media (max-width: 640px) {
    body {
      padding-top: 5rem;
    }
    .fields-row {
      flex-wrap: wrap;
    }
    .fields-row .field-group {
      flex: auto;
      width: 100%;
    }
    html {
      font-size: 15px;
    }
  }
  @media (max-width: 599px) {
    body {
      padding-top: 5.3rem;
    }
  }
  @media (max-width: 530px) {
    body {
      padding-top: 5rem;
    }
  }
  @media (max-width: 499px) {
    body {
      padding-top: 4.8rem;
    }
  }
  @media (max-width: 460px) {
    body {
      padding-top: 4.5rem;
    }
  }
  @media (max-width: 400px) {
    body {
      padding-top: 4.2rem;
    }
  }
  @media (min-width: 1860px) {
    html {
      font-size: 29.0625px;
    }
  }
  @media (min-width: 1920px) {
    html {
      font-size: 30px;
    }
  }
}
@layer components {
  .btn-content a {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-style: var(--tw-border-style);
    border-width: 0.1rem;
    border-color: var(--color-white);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 2);
    font-size: 0.76rem;
    color: var(--color-white);
    text-transform: uppercase;
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 1);
    }
    letter-spacing: 0.2rem;
  }
}
.container {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-tracking: initial;
      --tw-duration: initial;
    }
  }
}
