/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@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-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --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-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --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-main: #144342;
    --color-main-dark: #183130;
    --color-green: #8da8a0;
    --color-secondary: #cccc99;
    --color-gray: #f6f6f6;
    --width-main: 1300px;
    --font-site: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .bottom-25 {
    bottom: calc(var(--spacing) * 25);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .z-50 {
    z-index: 50;
  }
  .z-250 {
    z-index: 250;
  }
  .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;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-full {
    height: 100%;
  }
  .min-h-1 {
    min-height: calc(var(--spacing) * 1);
  }
  .min-h-1\/2 {
    min-height: calc(1/2 * 100%);
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-full {
    width: 100%;
  }
  .w-main {
    width: var(--width-main);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }
  .min-w-xs {
    min-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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,);
  }
  .transform-\[translateY\(-50\%\)\] {
    transform: translateY(-50%);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .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-l-6 {
    border-left-style: var(--tw-border-style);
    border-left-width: 6px;
  }
  .border-\[\#747474\] {
    border-color: #747474;
  }
  .border-\[\#ccc\] {
    border-color: #ccc;
  }
  .border-gray {
    border-color: var(--color-gray);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-l-main {
    border-left-color: var(--color-main);
  }
  .bg-\[\#99cc9d\] {
    background-color: #99cc9d;
  }
  .bg-\[\#99cc99\] {
    background-color: #99cc99;
  }
  .bg-\[\#99ccb1\] {
    background-color: #99ccb1;
  }
  .bg-\[\#99cccc\] {
    background-color: #99cccc;
  }
  .bg-\[\#249087\] {
    background-color: #249087;
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-main {
    background-color: var(--color-main);
  }
  .bg-main-dark {
    background-color: var(--color-main-dark);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\.\.\/images\/bg-about\.png\)\] {
    background-image: url(../images/bg-about.png);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[56\%\] {
    object-position: 56%;
  }
  .object-left {
    object-position: left;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-25 {
    padding-inline: calc(var(--spacing) * 25);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-22 {
    padding-block: calc(var(--spacing) * 22);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-12\.5 {
    padding-top: calc(var(--spacing) * 12.5);
  }
  .pt-17 {
    padding-top: calc(var(--spacing) * 17);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-12\.5 {
    padding-bottom: calc(var(--spacing) * 12.5);
  }
  .pb-17 {
    padding-bottom: calc(var(--spacing) * 17);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .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);
  }
  .text-\[\#0e952f\] {
    color: #0e952f;
  }
  .text-\[\#84a64c\] {
    color: #84a64c;
  }
  .text-\[\#747474\] {
    color: #747474;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-main {
    color: var(--color-main);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_2px_2px_\#ddd\] {
    --tw-shadow: 0 2px 2px var(--tw-shadow-color, #ddd);
    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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .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,);
  }
  .brightness-80 {
    --tw-brightness: brightness(80%);
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .before\:pr-1\.5 {
    &::before {
      content: var(--tw-content);
      padding-right: calc(var(--spacing) * 1.5);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:-right-5 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * -5);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:scale-\[1\.1\] {
    &::after {
      content: var(--tw-content);
      scale: 1.1;
    }
  }
  .after\:transform-\[translateX\(-50\%\)\] {
    &::after {
      content: var(--tw-content);
      transform: translateX(-50%);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-\[\#99cc9d\] {
    &::after {
      content: var(--tw-content);
      border-color: #99cc9d;
    }
  }
  .after\:border-\[\#99ccb1\] {
    &::after {
      content: var(--tw-content);
      border-color: #99ccb1;
    }
  }
  .after\:border-\[\#249087\] {
    &::after {
      content: var(--tw-content);
      border-color: #249087;
    }
  }
  .after\:text-\[\#ccc\] {
    &::after {
      content: var(--tw-content);
      color: #ccc;
    }
  }
  .after\:content-\[\'\>\'\] {
    &::after {
      --tw-content: '>';
      content: var(--tw-content);
    }
  }
  .hover\:bg-\[\#84a64c\] {
    &:hover {
      @media (hover: hover) {
        background-color: #84a64c;
      }
    }
  }
  .hover\:bg-main {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-main);
      }
    }
  }
  .hover\:bg-linear-to-r {
    &:hover {
      @media (hover: hover) {
        --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));
      }
    }
  }
  .hover\:from-\[\#9acc9a\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-from: #9acc9a;
        --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));
      }
    }
  }
  .hover\:to-\[\#9acccc\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-to: #9acccc;
        --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));
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .max-xl\:min-h-\[65vh\] {
    @media (width < 80rem) {
      min-height: 65vh;
    }
  }
  .max-md\:w-\[180px\] {
    @media (width < 48rem) {
      width: 180px;
    }
  }
  .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-\[48\%\] {
    @media (width >= 48rem) {
      width: 48%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-8 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:w-11 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 11);
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 64rem) {
      width: 90%;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .before\:lg\:text-xl {
    &::before {
      content: var(--tw-content);
      @media (width >= 64rem) {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
@layer base {
  html, body {
    font-size: 16px;
    line-height: 1.7;
    font-family: var(--font-site);
    scroll-behavior: smooth;
  }
  a {
    color: var(--color-main);
  }
  a:hover {
    color: var(--color-black);
  }
  h1 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h2, h2 a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 48px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-main);
  }
  p {
    color: var(--color-dark-100);
    padding-bottom: 20px;
  }
  @media (max-width: 1480px) {
    :root {
      --width-main: 95%;
    }
  }
  @media (max-width: 1024px) {
    :root {
      --width-main: 90%;
    }
    h1 {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    h2, h2 a {
      padding-block: calc(var(--spacing) * 5);
      font-size: 22px;
      line-height: 40px;
    }
  }
  @media (max-width: 768px) {
    :root {
      --width-main: 95%;
    }
    html, body {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
    h1 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    h2, h2 a {
      padding-block: calc(var(--spacing) * 2.5);
      font-size: 18px;
      line-height: 36px;
    }
  }
  @media (max-width: 480px) {
    :root {
      --width-main: 98%;
    }
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?1yetvw#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?1yetvw') format('truetype'), url('../fonts/icomoon.woff?1yetvw') format('woff'), url('../fonts/icomoon.svg?1yetvw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e945";
}
.icon-twitter:before {
  content: "\e9a7";
}
.icon-linkedin:before {
  content: "\e94b";
}
.icon-arrow-up:before {
  content: "\e96f";
}
.icon-arrow-right:before {
  content: "\e96a";
}
.icon-check:before {
  content: "\e98d";
}
.icon-addr:before {
  content: "\e90c";
}
.icon-phone:before {
  content: "\e917";
}
.icon-email:before {
  content: "\e91f";
}
.icon-img-inquiry:before {
  content: "\e912";
}
.icon-location-arrow:before {
  content: '\e924';
}
.icon-calendar:before {
  content: '\e95b';
}
.icon-clock-o:before {
  content: '\e93b';
}
.icon-time:before {
  content: '\e993';
}
.icon-wechat:before {
  content: '\e954';
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2?t=1766719264048') format('woff2'), url('../fonts/iconfont.woff?t=1766719264048') format('woff'), url('../fonts/iconfont.ttf?t=1766719264048') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-icon-star:before {
  content: "\e600";
}
.icon-icon-people:before {
  content: "\e601";
}
.icon-icon-line:before {
  content: "\e602";
}
.icon-icon-building:before {
  content: "\e603";
}
.icon-icon-todo:before {
  content: "\e604";
}
.icon-icon-paper:before {
  content: "\e605";
}
.icon-icon-balance:before {
  content: "\e606";
}
.icon-icon-shield:before {
  content: "\e607";
}
.icon-icon-building-2:before {
  content: "\e608";
}
.icon-icon-note:before {
  content: "\e609";
}
.icon-icon-house:before {
  content: "\e60a";
}
.icon-icon-local:before {
  content: "\e60b";
}
.icon-icon-cup:before {
  content: "\e60c";
}
.icon-icon-sqr-check:before {
  content: "\e60d";
}
.icon-icon-people-2:before {
  content: "\e60e";
}
.icon-icon-seal:before {
  content: "\e60f";
}
.icon-share:before {
  content: "\e985";
}
.icon-plane, .icon-stop, .icon-single, .icon-more, .icon-dot, .icon-hands {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/icon-tick.svg");
  background-size: contain;
}
.img-full {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
  padding: calc(var(--spacing) * 5);
  color: var(--color-white);
  text-decoration-thickness: 0px;
  @media (width >= 64rem) {
    display: none;
  }
}
.icon-menu:after {
  content: "\e925";
  font-size: 1.5rem;
}
.icon-menu.close:after {
  content: '\e98e';
}
.menu.menu-show-mobile {
  display: block;
  position: absolute;
  top: 170px;
  left: 50%;
  width: 100%;
  background-color: #333;
  transform: translateX(-50%);
}
.menu.menu-show-mobile>ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  padding: 20px;
}
.menu.menu-show-mobile a {
  color: #fff;
}
.banner-info {
  bottom: calc(var(--spacing) * 0);
  margin: auto;
  display: flex;
  width: 98%;
  flex-direction: column;
  justify-content: space-around;
  @media (width >= 48rem) {
    width: calc(3/4 * 100%);
  }
}
.banner-info .btn {
  align-self: flex-start;
}
.banner-desc {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-main);
  @media (width >= 80rem) {
    padding-top: calc(var(--spacing) * 10);
  }
  @media (width >= 80rem) {
    padding-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 80rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.banner-btn-more {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: calc(var(--spacing) * 2.5);
  border-radius: var(--radius-4xl);
  padding: calc(var(--spacing) * 2);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-main);
  --tw-shadow: 0 0 2px var(--tw-shadow-color, #cbcbcb);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  &:hover {
    @media (hover: hover) {
      --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  &:hover {
    @media (hover: hover) {
      --tw-shadow-color: #144342;
      @supports (color: color-mix(in lab, red, red)) {
        --tw-shadow-color: color-mix(in oklab, var(--color-main) var(--tw-shadow-alpha), transparent);
      }
    }
  }
  @media (width >= 80rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.banner-btn-more img {
  width: calc(var(--spacing) * 8);
  @media (width >= 80rem) {
    width: auto;
  }
}
.breadcrumb {
  padding-top: calc(var(--spacing) * 5);
}
.breadcrumb li, .breadcrumb li a {
  color: var(--color-white);
}
.banner-index .banner-info h2 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 5);
  }
  @media (width >= 48rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 80rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.banner-inner .h1 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.banner-inner .banner-item>img {
  @media (width < 48rem) {
    min-height: 30vh;
  }
}
.banner-inner .banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  color: var(--color-white);
  opacity: 0%;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-main);
}
.banner .swiper-button-next svg, .banner .swiper-button-prev svg {
  height: calc(1/2 * 100%);
}
@layer components {
  .btn {
    border-radius: 22px;
    padding-inline: calc(var(--spacing) * 2.5);
    padding-top: 10px;
    padding-bottom: 10px;
    --tw-shadow: 0 0 2px var(--tw-shadow-color, #cbcbcb);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .btn:hover {
    color: var(--color-main);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow-color: #144342;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-main) var(--tw-shadow-alpha), transparent);
    }
  }
  .btn-primary {
    background-color: var(--color-main);
    color: var(--color-white);
  }
  .btn-primary:hover {
    background-color: var(--color-white);
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .accordion-checkbox:checked ~ .accordion-content {
    max-height: 500px;
  }
  .accordion-icon {
    transition: transform 0.3s ease;
  }
  .accordion-checkbox:checked + label .accordion-icon {
    color: white !important;
    transform: rotate(180deg);
  }
  .accordion-checkbox:checked + label, .accordion label:hover {
    background: linear-gradient(to right, #9acc9a, #9acccc);
  }
  .accordion-checkbox:checked + label span, .accordion label:hover span {
    color: white !important;
  }
  .wp-list-jihe>li {
    position: relative;
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-gray);
    padding: calc(var(--spacing) * 5);
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 2.5);
    }
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 2.5);
    }
    &::after {
      --tw-content: url(../images/icon-jihe.webp);
      content: var(--tw-content);
    }
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .market-bg-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bg-inner-01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: calc(var(--spacing) * 10);
    @media (width >= 48rem) {
      flex-direction: row;
    }
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
    @media (width >= 48rem) {
      background-position: right;
    }
  }
  .market-bg-content>ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: var(--color-white);
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .market-bg-content>ul>li {
    width: 100%;
    padding-top: calc(var(--spacing) * 5);
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .soft-service-container ul.soft-service-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: calc(var(--spacing) * 5);
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .soft-service-list>li {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: calc(var(--spacing) * 2.5);
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .soft-service-list>li img {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .soft-service-name {
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1.5);
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-main);
      }
    }
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .soft-service-name a {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
}
@layer utilities {
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-full {
    height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-12\.5 {
    width: calc(var(--spacing) * 12.5);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-12 {
    min-width: calc(var(--spacing) * 12);
  }
  .min-w-xs {
    min-width: var(--container-xs);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border-l-6 {
    border-left-style: var(--tw-border-style);
    border-left-width: 6px;
  }
  .border-\[\#aaa\] {
    border-color: #aaa;
  }
  .border-\[\#cc9933\] {
    border-color: #cc9933;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-b-\[\#ccc\] {
    border-bottom-color: #ccc;
  }
  .border-l-main {
    border-left-color: var(--color-main);
  }
  .bg-\[\#c4e294\] {
    background-color: #c4e294;
  }
  .bg-\[\#f5f6ef\] {
    background-color: #f5f6ef;
  }
  .bg-\[\#f6f5ef\] {
    background-color: #f6f5ef;
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-12\.5 {
    padding-block: calc(var(--spacing) * 12.5);
  }
  .py-22\.5 {
    padding-block: calc(var(--spacing) * 22.5);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-12\.5 {
    padding-top: calc(var(--spacing) * 12.5);
  }
  .pt-17 {
    padding-top: calc(var(--spacing) * 17);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-17 {
    padding-bottom: calc(var(--spacing) * 17);
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .text-left {
    text-align: left;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[\#44d474\] {
    color: #44d474;
  }
  .text-\[\#99cc99\] {
    color: #99cc99;
  }
  .text-\[\#888886\] {
    color: #888886;
  }
  .text-\[\#c5dcdc\] {
    color: #c5dcdc;
  }
  .text-\[\#cc9933\] {
    color: #cc9933;
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-main {
    &:hover {
      @media (hover: hover) {
        color: var(--color-main);
      }
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
}
footer p, footer a {
  color: var(--color-white);
}
footer a:hover {
  color: var(--color-green);
}
footer .footer-top {
  background-image: url(../images/bg-footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 14);
  }
}
footer .footer-main {
  margin: auto;
  display: flex;
  width: var(--width-main);
  flex-direction: column;
  flex-wrap: wrap;
  @media (width >= 48rem) {
    flex-direction: row;
  }
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.footer-main-left {
  width: 100%;
  padding-right: calc(var(--spacing) * 2.5);
  @media (width >= 48rem) {
    width: calc(1/3 * 100%);
  }
}
.footer-menu {
  display: flex;
  max-height: calc(var(--spacing) * 35);
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: calc(var(--spacing) * 5);
  padding-left: calc(var(--spacing) * 5);
  @media (width >= 48rem) {
    max-height: max-content;
  }
  @media (width >= 48rem) {
    width: calc(1/3 * 100%);
  }
}
.footer-menu li {
  padding-bottom: 10px;
}
.footer-menu .icon-arrow-right:before {
  padding-right: 6px;
}
footer i[class*=icon] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-green);
  color: #144443;
}
.footer-contact {
  width: 100%;
  @media (width >= 48rem) {
    width: calc(1/3 * 100%);
  }
}
.footer-contact>p {
  display: flex;
}
footer .scroll-top {
  visibility: hidden;
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
}
footer .scroll-top.show {
  visibility: visible;
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
footer .scroll-top i.icon-arrow-up {
  margin-right: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 15);
  width: calc(var(--spacing) * 15);
  cursor: pointer;
  background-color: var(--color-main-dark);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: calc(var(--spacing) * 15);
  line-height: calc(var(--spacing) * 15);
  color: var(--color-green);
  &:hover {
    @media (hover: hover) {
      --tw-brightness: brightness(75%);
      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,);
    }
  }
}
@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-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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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;
}
@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-y-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-content: "";
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
