/*! tailwindcss v4.1.7 | 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-sky-100: oklch(95.1% 0.026 236.824);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --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-primary: #034FA8;
    --color-secondary: #A2FF68;
    --font-manrope: "Manrope", sans-serif;
    --font-aonik: "Aonik", sans-serif;
    --font-briem: "Briem", sans-serif;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\.5 {
    right: calc(var(--spacing) * 1.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[120px\] {
    right: 120px;
  }
  .right-\[150px\] {
    right: 150px;
  }
  .-bottom-\[10px\] {
    bottom: calc(10px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[210px\] {
    left: 210px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-99 {
    z-index: 99;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .-mt-\[80px\] {
    margin-top: calc(80px * -1);
  }
  .-mt-\[150px\] {
    margin-top: calc(150px * -1);
  }
  .-mt-\[250px\] {
    margin-top: calc(250px * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .-mb-\[30px\] {
    margin-bottom: calc(30px * -1);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[39px\] {
    height: 39px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[151px\] {
    height: 151px;
  }
  .h-\[202px\] {
    height: 202px;
  }
  .h-\[319px\] {
    height: 319px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[333px\] {
    height: 333px;
  }
  .h-\[489px\] {
    height: 489px;
  }
  .h-\[494px\] {
    height: 494px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[500px\] {
    min-height: 500px;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[113px\] {
    width: 113px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[245px\] {
    width: 245px;
  }
  .w-\[273px\] {
    width: 273px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[377px\] {
    width: 377px;
  }
  .w-\[990px\] {
    width: 990px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[254px\] {
    max-width: 254px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .min-w-\[24px\] {
    min-width: 24px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[305px\] {
    min-width: 305px;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-x-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[50\%\] {
    --tw-translate-y: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[20000px\] {
    --tw-translate-y: 20000px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-center-safe {
    align-items: safe 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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-tl-\[12px\] {
    border-top-left-radius: 12px;
  }
  .rounded-tl-\[44px\] {
    border-top-left-radius: 44px;
  }
  .rounded-tr-\[12px\] {
    border-top-right-radius: 12px;
  }
  .rounded-br-\[12px\] {
    border-bottom-right-radius: 12px;
  }
  .rounded-bl-\[44px\] {
    border-bottom-left-radius: 44px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#087E41\] {
    border-color: #087E41;
  }
  .border-\[\#A0A0A0\] {
    border-color: #A0A0A0;
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-sky-100 {
    border-bottom-color: var(--color-sky-100);
  }
  .bg-\[\#0F0F0F\] {
    background-color: #0F0F0F;
  }
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#000000\] {
    background-color: #000000;
  }
  .bg-\[\#002A61\] {
    background-color: #002A61;
  }
  .bg-\[\#002F67\] {
    background-color: #002F67;
  }
  .bg-\[\#2a2a2a\] {
    background-color: #2a2a2a;
  }
  .bg-\[\#3C1194\] {
    background-color: #3C1194;
  }
  .bg-\[\#3D2ACF\] {
    background-color: #3D2ACF;
  }
  .bg-\[\#005AC4\] {
    background-color: #005AC4;
  }
  .bg-\[\#10AA50\] {
    background-color: #10AA50;
  }
  .bg-\[\#058F3E\] {
    background-color: #058F3E;
  }
  .bg-\[\#087E41\] {
    background-color: #087E41;
  }
  .bg-\[\#0150B8\] {
    background-color: #0150B8;
  }
  .bg-\[\#255DA6\] {
    background-color: #255DA6;
  }
  .bg-\[\#0288D1\] {
    background-color: #0288D1;
  }
  .bg-\[\#00592B\] {
    background-color: #00592B;
  }
  .bg-\[\#60379E\] {
    background-color: #60379E;
  }
  .bg-\[\#141414\] {
    background-color: #141414;
  }
  .bg-\[\#191919\] {
    background-color: #191919;
  }
  .bg-\[\#A9FFCD\] {
    background-color: #A9FFCD;
  }
  .bg-\[\#D9FCFF\] {
    background-color: #D9FCFF;
  }
  .bg-\[\#E2F2FF\] {
    background-color: #E2F2FF;
  }
  .bg-\[\#E4F0FF\] {
    background-color: #E4F0FF;
  }
  .bg-\[\#E6FCFF\] {
    background-color: #E6FCFF;
  }
  .bg-\[\#E8F3FF\] {
    background-color: #E8F3FF;
  }
  .bg-\[\#EAFFF4\] {
    background-color: #EAFFF4;
  }
  .bg-\[\#EEFFDE\] {
    background-color: #EEFFDE;
  }
  .bg-\[\#EFEFEF\] {
    background-color: #EFEFEF;
  }
  .bg-\[\#F0F7FF\] {
    background-color: #F0F7FF;
  }
  .bg-\[\#F3E9FF\] {
    background-color: #F3E9FF;
  }
  .bg-\[\#F3EBFF\] {
    background-color: #F3EBFF;
  }
  .bg-\[\#F4EBFF\] {
    background-color: #F4EBFF;
  }
  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .bg-\[\#F6FFE3\] {
    background-color: #F6FFE3;
  }
  .bg-\[\#FFE4D3\] {
    background-color: #FFE4D3;
  }
  .bg-\[\#FFEEEE\] {
    background-color: #FFEEEE;
  }
  .bg-\[\#FFF6E7\] {
    background-color: #FFF6E7;
  }
  .bg-\[\#eeeeee\] {
    background-color: #eeeeee;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[linear-gradient\(to_bottom\,_\#0B6F35_0\%\,_\#0B6F35_50\%\,_\#F4F4F4_50\%\,_\#F4F4F4_100\%\)\] {
    background-image: linear-gradient(to bottom, #0B6F35 0%, #0B6F35 50%, #F4F4F4 50%, #F4F4F4 100%);
  }
  .bg-\[url\(\/ecom-assets\/images\/comp\.jpg\)\] {
    background-image: url(/ecom-assets/images/comp.jpg);
  }
  .bg-\[url\(\/ecom-assets\/images\/cta1\.png\)\,_url\(\/ecom-assets\/images\/cta2\.png\)\] {
    background-image: url(/ecom-assets/images/cta1.png), url(/ecom-assets/images/cta2.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/faqbg\.png\)\] {
    background-image: url(/ecom-assets/images/faqbg.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/q2\.png\)\] {
    background-image: url(/ecom-assets/images/q2.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/revbg\.png\)\] {
    background-image: url(/ecom-assets/images/revbg.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/wave1\.png\)\] {
    background-image: url(/ecom-assets/images/wave1.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/wave2\.png\)\] {
    background-image: url(/ecom-assets/images/wave2.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/what-you-get-1\.png\)\] {
    background-image: url(/ecom-assets/images/what-you-get-1.png);
  }
  .bg-\[url\(\/ecom-assets\/images\/what-you-get-2\.png\)\] {
    background-image: url(/ecom-assets/images/what-you-get-2.png);
  }
  .bg-\[length\:contain\,contain\] {
    background-size: contain,contain;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-\[position\:left_top\,calc\(100\%-100px\)_bottom\] {
    background-position: left top,calc(100% - 100px) bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-position-\[-100px\] {
    background-position: -100px;
  }
  .bg-top-left {
    background-position: left top;
  }
  .bg-top-right {
    background-position: right top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pt-\[190px\] {
    padding-top: 190px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pb-\[160px\] {
    padding-bottom: 160px;
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-\[70px\] {
    padding-left: 70px;
  }
  .text-center {
    text-align: center;
  }
  .font-aonik {
    font-family: var(--font-aonik);
  }
  .font-briem {
    font-family: var(--font-briem);
  }
  .font-manrope {
    font-family: var(--font-manrope);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-0 {
    --tw-leading: calc(var(--spacing) * 0);
    line-height: calc(var(--spacing) * 0);
  }
  .font-\[15px\] {
    --tw-font-weight: 15px;
    font-weight: 15px;
  }
  .font-\[16px\] {
    --tw-font-weight: 16px;
    font-weight: 16px;
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\[\#087E41\] {
    color: #087E41;
  }
  .text-\[\#092D5D\] {
    color: #092D5D;
  }
  .text-\[\#066735\] {
    color: #066735;
  }
  .text-\[\#F26322\] {
    color: #F26322;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0px 4px 35px 0px var(--tw-shadow-color, #BABABA40);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .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-\[\.5s\] {
    transition-property: .5s;
    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));
  }
  .group-hover\:h-auto {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        height: auto;
      }
    }
  }
  .group-hover\:w-\[30px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 30px;
      }
    }
  }
  .group-hover\:translate-x-6 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 6);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-\[10px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: 10px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-120 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-\[90deg\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 90deg;
      }
    }
  }
  .group-hover\:fill-\[\#087E41\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #087E41;
      }
    }
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .group-hover\:text-\[\#087E41\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #087E41;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:bg-\[\#087E41\] {
    &:hover {
      @media (hover: hover) {
        background-color: #087E41;
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .sm\:top-\[90px\] {
    @media (width >= 40rem) {
      top: 90px;
    }
  }
  .sm\:bottom-\[40px\] {
    @media (width >= 40rem) {
      bottom: 40px;
    }
  }
  .sm\:left-\[40px\] {
    @media (width >= 40rem) {
      left: 40px;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:gap-\[20px\] {
    @media (width >= 40rem) {
      gap: 20px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 40rem) {
      font-size: 40px;
    }
  }
  .md\:top-\[130px\] {
    @media (width >= 48rem) {
      top: 130px;
    }
  }
  .md\:top-\[150px\] {
    @media (width >= 48rem) {
      top: 150px;
    }
  }
  .md\:right-\[60px\] {
    @media (width >= 48rem) {
      right: 60px;
    }
  }
  .md\:-bottom-\[30px\] {
    @media (width >= 48rem) {
      bottom: calc(30px * -1);
    }
  }
  .md\:bottom-\[50px\] {
    @media (width >= 48rem) {
      bottom: 50px;
    }
  }
  .md\:left-\[10px\] {
    @media (width >= 48rem) {
      left: 10px;
    }
  }
  .md\:left-\[90px\] {
    @media (width >= 48rem) {
      left: 90px;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-\[50\%\] {
    @media (width >= 64rem) {
      top: 50%;
    }
  }
  .lg\:top-\[150px\] {
    @media (width >= 64rem) {
      top: 150px;
    }
  }
  .lg\:right-\[70px\] {
    @media (width >= 64rem) {
      right: 70px;
    }
  }
  .lg\:bottom-\[20px\] {
    @media (width >= 64rem) {
      bottom: 20px;
    }
  }
  .lg\:left-\[30px\] {
    @media (width >= 64rem) {
      left: 30px;
    }
  }
  .lg\:left-\[50px\] {
    @media (width >= 64rem) {
      left: 50px;
    }
  }
  .lg\:left-\[160px\] {
    @media (width >= 64rem) {
      left: 160px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:-mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(20px * -1);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
    }
  }
  .lg\:w-\[557px\] {
    @media (width >= 64rem) {
      width: 557px;
    }
  }
  .lg\:w-\[919px\] {
    @media (width >= 64rem) {
      width: 919px;
    }
  }
  .lg\:-translate-y-\[50\%\] {
    @media (width >= 64rem) {
      --tw-translate-y: calc(50% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:bg-\[linear-gradient\(to_right\,_\#0B6F35_0\%\,_\#0B6F35_50\%\,_\#F4F4F4_50\%\,_\#F4F4F4_100\%\)\] {
    @media (width >= 64rem) {
      background-image: linear-gradient(to right, #0B6F35 0%, #0B6F35 50%, #F4F4F4 50%, #F4F4F4 100%);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pr-\[30px\] {
    @media (width >= 64rem) {
      padding-right: 30px;
    }
  }
  .lg\:pl-\[30px\] {
    @media (width >= 64rem) {
      padding-left: 30px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[58px\] {
    @media (width >= 64rem) {
      font-size: 58px;
    }
  }
  .xl\:right-\[100px\] {
    @media (width >= 80rem) {
      right: 100px;
    }
  }
  .xl\:left-\[60px\] {
    @media (width >= 80rem) {
      left: 60px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-\[153px\] {
    @media (width >= 80rem) {
      height: 153px;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:min-h-\[390px\] {
    @media (width >= 80rem) {
      min-height: 390px;
    }
  }
  .xl\:w-\[45\%\] {
    @media (width >= 80rem) {
      width: 45%;
    }
  }
  .xl\:w-\[55\%\] {
    @media (width >= 80rem) {
      width: 55%;
    }
  }
  .xl\:w-\[135px\] {
    @media (width >= 80rem) {
      width: 135px;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 80rem) {
      gap: 30px;
    }
  }
  .xl\:px-\[70px\] {
    @media (width >= 80rem) {
      padding-inline: 70px;
    }
  }
  .xl\:pr-\[60px\] {
    @media (width >= 80rem) {
      padding-right: 60px;
    }
  }
  .xl\:pl-\[60px\] {
    @media (width >= 80rem) {
      padding-left: 60px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[64px\] {
    @media (width >= 80rem) {
      font-size: 64px;
    }
  }
  .\32 xl\:gap-\[50px\] {
    @media (width >= 96rem) {
      gap: 50px;
    }
  }
}
@font-face {
  font-family: Aonik;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/aonik/AeonikExtendedTRIAL-Bold.otf") format("opentype");
}
@font-face {
  font-family: Aonik;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/aonik/AeonikExtendedTRIAL-Light.otf") format("opentype");
}
@font-face {
  font-family: Aonik;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/aonik/AeonikExtendedTRIAL-Medium.otf") format("opentype");
}
@font-face {
  font-family: Aonik;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/aonik/AeonikExtendedTRIAL-Regular.otf") format("opentype");
}
@font-face {
  font-family: Aonik;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/aonik/AeonikExtendedTRIAL-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: Briem;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/BriemHand-Regular.otf") format("opentype");
}
@layer base {
  .containerm {
    margin-inline: auto;
    width: 100%;
    max-width: 1300px;
    padding-inline: 10px;
    @media (width >= 48rem) {
      margin-inline: auto;
    }
    @media (width >= 48rem) {
      width: 700px;
    }
    @media (width >= 64rem) {
      width: 1000px;
    }
    @media (width >= 80rem) {
      width: 1200px;
    }
    @media (width >= 96rem) {
      width: 1300px;
    }
  }
  .heading-primary {
    font-family: var(--font-aonik);
    font-size: 20px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    @media (width >= 40rem) {
      font-size: 25px;
    }
    @media (width >= 64rem) {
      font-size: 30px;
    }
    @media (width >= 80rem) {
      font-size: 36px;
    }
  }
  .stickyh {
    position: relative;
    z-index: 9999;
    background-color: var(--color-white);
    --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);
  }
  .mobile-d-active {
    height: auto;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-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-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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
