/*! tailwindcss v4.0.13 | MIT License | https://tailwindcss.com */
@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-blue-500: oklch(0.623 0.214 259.815);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-xs: var(--wp--preset--font-size--xs, 0.75rem);
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2xl, 1.5rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3xl, 1.875rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: var(--wp--preset--font-size--5xl, 3rem);
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --color-primary: var(--wp--preset--color--primary);
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  body {
    line-height: inherit;
  }
  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;
  }
  ::-moz-placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  ::placeholder {
    opacity: 1;
    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 {
    -webkit-appearance: button;
       -moz-appearance: 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);
  }
  .-top-\[20px\] {
    top: calc(20px * -1);
  }
  .-top-\[30px\] {
    top: calc(30px * -1);
  }
  .-top-\[80px\] {
    top: calc(80px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .-right-\[50px\] {
    right: calc(50px * -1);
  }
  .-bottom-\[30px\] {
    bottom: calc(30px * -1);
  }
  .-bottom-\[300px\] {
    bottom: calc(300px * -1);
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[40px\] {
    left: 40px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[30\] {
    z-index: 30;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 782px) {
      max-width: 782px;
    }
    @media (width >= 960px) {
      max-width: 960px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
  .alignwide {
    width: calc(200px + var(--wp--style--global--wide-size));
    img {
      width: 100%;
      margin: 0 -100px 0 -100px !important;
    }
  }
  .alignfull {
    width: 100vw;
    margin: 0 calc(50% - 50vw) !important;
  }
  .aligncenter {
    margin: 0.5rem auto !important;
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-\[100px\] {
    margin-block: 100px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .alignnone {
    height: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-\[50px\] {
    margin-right: 50px;
  }
  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[720px\] {
    height: 720px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .min-h-\[700px\] {
    min-height: 700px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-\[300px\] {
    width: 300px !important;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .container {
    max-width: var(--wp--style--global--wide-size);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-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\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .bg-\[\#005E5D\] {
    background-color: #005E5D;
  }
  .bg-\[\#6C5EBF\] {
    background-color: #6C5EBF;
  }
  .bg-\[\#7AC79B\] {
    background-color: #7AC79B;
  }
  .bg-\[\#6867ce\] {
    background-color: #6867ce;
  }
  .bg-\[\#6967B8\] {
    background-color: #6967B8;
  }
  .bg-\[\#6968b8\] {
    background-color: #6968b8;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .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-\[20px\] {
    padding-inline: 20px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-xs {
    font-size: var(--text-xs) !important;
    line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--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-\[15px\] {
    font-size: 15px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#F288AE\] {
    color: #F288AE;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .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);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert-\[1\] {
    --tw-invert: invert(1);
    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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .hover\:rotate-360 {
    &:hover {
      @media (hover: hover) {
        rotate: 360deg;
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
      }
    }
  }
  .md\:my-6 {
    @media (width >= 782px) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .md\:block {
    @media (width >= 782px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 782px) {
      display: flex;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 782px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:object-cover {
    @media (width >= 782px) {
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .md\:text-3xl {
    @media (width >= 782px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 960px) {
      position: absolute;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 960px) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-\[30px\] {
    @media (width >= 960px) {
      top: 30px;
    }
  }
  .lg\:-bottom-\[50px\] {
    @media (width >= 960px) {
      bottom: calc(50px * -1);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 960px) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:-mx-4 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .lg\:mx-4 {
    @media (width >= 960px) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-0 {
    @media (width >= 960px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 960px) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[150px\] {
    @media (width >= 960px) {
      margin-bottom: 150px;
    }
  }
  .lg\:ml-\[50px\] {
    @media (width >= 960px) {
      margin-left: 50px;
    }
  }
  .lg\:block {
    @media (width >= 960px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 960px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 960px) {
      display: none;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 960px) {
      height: 500px;
    }
  }
  .lg\:h-\[650px\] {
    @media (width >= 960px) {
      height: 650px;
    }
  }
  .lg\:h-screen {
    @media (width >= 960px) {
      height: 100vh;
    }
  }
  .lg\:min-h-\[650px\] {
    @media (width >= 960px) {
      min-height: 650px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 960px) {
      width: 500px;
    }
  }
  .lg\:w-\[610px\] {
    @media (width >= 960px) {
      width: 610px;
    }
  }
  .lg\:w-\[800px\] {
    @media (width >= 960px) {
      width: 800px;
    }
  }
  .lg\:w-\[1400px\] {
    @media (width >= 960px) {
      width: 1400px;
    }
  }
  .lg\:max-w-\[1400px\] {
    @media (width >= 960px) {
      max-width: 1400px;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 960px) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 960px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 960px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-5 {
    @media (width >= 960px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:\!overflow-visible {
    @media (width >= 960px) {
      overflow: visible !important;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 960px) {
      background-color: transparent;
    }
  }
  .lg\:bg-cover {
    @media (width >= 960px) {
      background-size: cover;
    }
  }
  .lg\:bg-center {
    @media (width >= 960px) {
      background-position: center;
    }
  }
  .lg\:p-0 {
    @media (width >= 960px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 960px) {
      padding: 40px;
    }
  }
  .lg\:px-0 {
    @media (width >= 960px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 960px) {
      padding-inline: 40px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 960px) {
      padding-block: 100px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 960px) {
      padding-bottom: 50px;
    }
  }
  .lg\:text-5xl {
    @media (width >= 960px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 960px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 960px) {
      font-size: 25px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 960px) {
      font-size: 26px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 960px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[35px\] {
    @media (width >= 960px) {
      font-size: 35px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 960px) {
      font-size: 60px;
    }
  }
  .lg\:text-\[150px\] {
    @media (width >= 960px) {
      font-size: 150px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 960px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[45px\] {
    @media (width >= 960px) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
}
@layer utilities {
  html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
  }
  .apexcharts-canvas {
    height: 500px !important;
  }
  .map-content {
    ul, ol {
      padding-left: 20px;
      li {
        list-style: disc !important;
      }
    }
  }
  #powerTip {
    background: white !important;
    padding: 40px !important;
    h1,h2,h3,h4,h5,h6, p {
      color: #525097 !important;
      font-weight: bold;
    }
    &::before {
      display: none;
    }
  }
  .text-only.partners {
    ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      li {
        background-color: white !important;
        margin: 5px;
        text-align: center;
        padding: 5px 10px;
        font-weight: bold;
        &:after {
          padding: 0 10px;
        }
      }
    }
  }
  .swiper-button-lock {
    display: block !important;
  }
  .swiper.small-swiper {
    height: 700px;
    .swiper-slide {
      flex-shrink: 0;
      text-align: center;
      font-size: 20px;
      height: 610px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 610px;
    }
  }
  .next-small {
    bottom: 0 !important;
    top: 100% !important;
    right: 0 !important;
    cursor: pointer;
    z-index: 20;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: none !important;
    font-weight: bold;
    padding: 0 30px;
    position: relative;
    &:after {
      content: '';
      background: white;
      width: 20px;
      height: 2px;
      transform: rotate(180deg);
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 100%;
    }
  }
  @media (max-width: 640px) {
    .swiper-slide {
      width: 100% !important;
    }
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px !important;
  }
  .stop-scroll {
    height: 100%;
    overflow: hidden;
  }
  .mediabox-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: mediabox;
  }
  @keyframes mediabox {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .mediabox-content {
    max-width: 853px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .mediabox-content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .mediabox-hide {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: mediaboxhide;
  }
  @keyframes mediaboxhide {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .mediabox-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMvSURBVHja7Js9aBRBFMd/d1lPY6FiJVjY+Fkoxl7wA1Q0prQRS6tgoZV2MWIRRVHUUq3U+JnESrS2sBXBzipREWMlATXwt8gFznC5nd15M7Nn8uC45nZnfr/dY96+N1uTxFKOOks8lgUU/H2t4tJqIQUcAiaBGeBymcECRgO4B/wBPgJ9zkdKcvkclfRL/8ZtSTXH40N+GpLGF8zth6Q9Lse7DHCsDXxVJLSDLyQhb4B+Sb/VOVJJ6ATfKqGvrIDjDvCpJLjAz8d0JwmLDTBQAD62hIakiYJzm5a021VAfwn4WBLKwLdK2JUnIJP0XX4RSoIP/Hy8W3jeepv1dL3nmjwI3DLOExrAU2DA8zwb8xKhGeCuwYQtJTSAZwbwAHdcEqFM0mPZhO/foSHppdFcrraby2IDV0FCcPi8PCClhCjwLplgCgkrDeGv5I3pcjViSogK7yogloTo8EUEhJaQBL6oAGsJ9yVtkrRD0qsU8JKolagKZ8AD4ETFymFXgPOAQpXE5mMWOAk86XZ4n6pwlSSUhvcti1dBghe8RV8gpYQRX3irxkgKCSPABV94y85QTAlm8NatsRgSTOGBUnmAS57w3KiA0Ro3gHOW8KEEAOwE3hvfXWubFauu6A6vCND07OmW9viq5vpsGT3AtRAN2XoA+BfAwQBiTweoNpMZw48BRwKuAoPN7zNVWwZjwAfpO9S7DN5cQmYAPw4cTvAsYPJ3qHcpvNmdUO9ieBMJZQT0AhMVgfeWUC8BP87cjjHfuA6sATY0c4c0EgpUUHslvTaq3l5aUL1N1oarAnxSCVWBTyYhJvyw41XJJI3GkpAH/yYyfHQJi01gdUL4qBKqCh9NQrtBx4wGvGi0XS6T9MhoTkN5AtZVDN5awlTePsGfwDfPjGwYGDKu3s4Cp4BRz/N8cskED0iaqciVt7wTvkra5roKlJEQGt5HwhdJ24vmAUUkDEV+VyCT9NBxbp/bXXnXTNBFQmz4IhI6wrs+C+zvICEVvIuEKUlbrZ4G97WRkBq+k4RJSVusd4ntlfSheVudrQh8q4SbmntH6K2kzSF3if1Xsfzq7LKAJR5/BwCdAQBJn4egPgAAAABJRU5ErkJggg==') no-repeat;
    background-size: 24px 24px;
  }
  .mediabox-close:hover {
    opacity: 0.5;
  }
  @media all and (max-width: 768px) {
    .mediabox-content {
      max-width: 90%;
    }
  }
  @media all and (max-width: 600px) {
    .mediabox-content iframe {
      height: 320px !important;
    }
    .mediabox-close {
      bottom: 362px;
    }
  }
  @media all and (max-width: 480px) {
    .mediabox-content iframe {
      height: 220px !important;
    }
    .mediabox-close {
      bottom: 262px;
    }
  }
  body {
    background-color: #525097 !important;
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden !important;
  }
  .text-mont {
    font-family: "Montserrat", sans-serif !important;
  }
  .hero {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .slant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #525097;
    transform: skewY(4deg);
    transform-origin: top left;
    z-index: 1;
  }
  article > *:not(.entry-content), .entry-content > * {
    margin-inline: auto;
  }
  .entry-content, .block-editor-block-list__layout {
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    h3 {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    p, ul, ol {
      a {
        color: var(--color-blue-500);
        text-decoration-line: underline;
        &:hover {
          text-decoration-line: none;
        }
      }
      margin-bottom: calc(var(--spacing) * 8);
    }
    ul:not(.block-editor-block-variation-picker__variations) {
      li {
        list-style-position: inside;
        list-style-type: disc;
      }
    }
    ol {
      li {
        list-style-position: inside;
        list-style-type: decimal;
      }
    }
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-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-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}

