*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }

  ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }

  /*
  ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
  */

  /*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

  *,
  ::before,
  ::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
  }

  ::before,
  ::after {
    --tw-content: '';
  }

  /*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */

  html,
  :host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
       tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
  }

  /*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

  body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
  }

  /*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

  hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }

  /*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }

  /*
  Remove the default font size and weight for headings.
  */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  /*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

  a {
    color: inherit;
    text-decoration: inherit;
  }

  /*
  Add the correct font weight in Edge and Safari.
  */

  b,
  strong {
    font-weight: bolder;
  }

  /*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */

  code,
  kbd,
  samp,
  pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
  }

  /*
  Add the correct font size in all browsers.
  */

  small {
    font-size: 80%;
  }

  /*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

  table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
  }



  /*
  Remove the inheritance of text transform in Edge and Firefox.
  */

  button,
  select {
    text-transform: none;
  }

  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

  button,
  input:where([type='button']),
  input:where([type='reset']),
  input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
  }

  /*
  Use the modern Firefox focus style for all focusable elements.
  */

  :-moz-focusring {
    outline: auto;
  }

  /*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

  :-moz-ui-invalid {
    box-shadow: none;
  }

  /*
  Add the correct vertical alignment in Chrome and Firefox.
  */

  progress {
    vertical-align: baseline;
  }

  /*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }

  /*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */

  [type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /*
  Remove the inner padding in Chrome and Safari on macOS.
  */

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /*
  Add the correct display in Chrome and Safari.
  */

  summary {
    display: list-item;
  }

  /*
  Removes the default spacing and border for appropriate elements.
  */

  blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
    margin: 0;
  }

  fieldset {
    margin: 0;
    padding: 0;
  }

  legend {
    padding: 0;
  }

  ol,
  ul,
  menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /*
  Reset default styling for dialogs.
  */

  dialog {
    padding: 0;
  }

  /*
  Prevent resizing textareas horizontally by default.
  */

  textarea {
    resize: vertical;
  }

  /*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

  input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }

  input::placeholder,
  textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }

  /*
  Set the default cursor for buttons.
  */

  button,
  [role="button"] {
    cursor: pointer;
  }

  /*
  Make sure disabled buttons don't get the pointer cursor.
  */

  :disabled {
    cursor: default;
  }

  /*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
  }

  /*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  /* Make elements with the HTML hidden attribute stay hidden by default */

  [hidden]:where(:not([hidden="until-found"])) {
    display: none;
  }

  .fixed {
    position: fixed;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .bottom-0 {
    bottom: 0px;
  }

  .bottom-\[10\%\] {
    bottom: 10%;
  }

  .bottom-\[80\%\] {
    bottom: 80%;
  }

  .left-0 {
    left: 0px;
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[13\%\] {
    left: 13%;
  }

  .left-\[18\%\] {
    left: 18%;
  }

  .left-\[80\%\] {
    left: 80%;
  }

  .right-0 {
    right: 0px;
  }

  .right-\[-100\%\] {
    right: -100%;
  }

  .right-\[20\%\] {
    right: 20%;
  }

  .right-\[3\%\] {
    right: 3%;
  }

  .right-\[8\%\] {
    right: 8%;
  }

  .top-0 {
    top: 0px;
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2\/3 {
    top: 66.666667%;
  }

  .top-\[4\%\] {
    top: 4%;
  }

  .top-\[55\%\] {
    top: 55%;
  }

  .z-\[10\] {
    z-index: 10;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[3\] {
    z-index: 3;
  }

  .z-\[4\] {
    z-index: 4;
  }

  .m-auto {
    margin: auto;
  }

  .mb-5 {
    margin-bottom: 1.25rem;
  }

  .mb-\[100px\] {
    margin-bottom: 100px;
  }

  .ml-\[20px\] {
    margin-left: 20px;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[340px\] {
    height: 340px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[55px\] {
    height: 55px;
  }

  .h-\[70\%\] {
    height: 70%;
  }

  .h-\[75\%\] {
    height: 75%;
  }

  .h-auto {
    height: auto;
  }

  .h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .max-h-\[750px\] {
    max-height: 750px;
  }

  .max-h-\[765px\] {
    max-height: 765px;
  }

  .w-\[13\%\] {
    width: 13%;
  }

  .w-\[17\%\] {
    width: 17%;
  }

  .w-\[18\%\] {
    width: 18%;
  }

  .w-\[24px\] {
    width: 24px;
  }

  .w-\[25\%\] {
    width: 25%;
  }

  .w-\[27\%\] {
    width: 27%;
  }

  .w-\[28\%\] {
    width: 28%;
  }

  .w-\[31\%\] {
    width: 31%;
  }

  .w-\[35\%\] {
    width: 35%;
  }

  .w-\[55px\] {
    width: 55px;
  }

  .w-\[6\%\] {
    width: 6%;
  }

  .w-\[70\%\] {
    width: 70%;
  }

  .w-\[80\%\] {
    width: 80%;
  }

  .w-\[90\%\] {
    width: 90%;
  }

  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-\[1180px\] {
    max-width: 1180px;
  }

  .max-w-\[1250px\] {
    max-width: 1250px;
  }

  .max-w-\[1385px\] {
    max-width: 1385px;
  }

  .max-w-\[1500px\] {
    max-width: 1500px;
  }

  .max-w-\[200px\] {
    max-width: 200px;
  }

  .max-w-\[220px\] {
    max-width: 220px;
  }

  .max-w-\[250px\] {
    max-width: 250px;
  }

  .max-w-\[300px\] {
    max-width: 300px;
  }

  .max-w-\[326px\] {
    max-width: 326px;
  }

  .max-w-\[400px\] {
    max-width: 400px;
  }

  .max-w-\[426px\] {
    max-width: 426px;
  }

  .max-w-\[500px\] {
    max-width: 500px;
  }

  .max-w-\[70px\] {
    max-width: 70px;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .-scale-x-100 {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .scale-y-125 {
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .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-end {
    justify-content: flex-end;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-evenly {
    justify-content: space-evenly;
  }

  .gap-10 {
    gap: 2.5rem;
  }

  .gap-2 {
    gap: 0.5rem;
  }

  .gap-6 {
    gap: 1.5rem;
  }

  .gap-8 {
    gap: 2rem;
  }

  .gap-\[2\%\] {
    gap: 2%;
  }

  .gap-y-6 {
    row-gap: 1.5rem;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .border {
    border-width: 1px;
  }

  .bg-\[\#1E0F0E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(30 15 14 / var(--tw-bg-opacity, 1));
  }

  .bg-\[\#4d6a87\] {
    --tw-bg-opacity: 1;
    background-color: rgb(77 106 135 / var(--tw-bg-opacity, 1));
  }

  .bg-\[\#A1D683\] {
    --tw-bg-opacity: 1;
    background-color: rgb(161 214 131 / var(--tw-bg-opacity, 1));
  }

  .bg-\[\#f5f5ef\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 239 / var(--tw-bg-opacity, 1));
  }

  .bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .fill-\[\#304254\] {
    fill: #304254;
  }

  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .p-6 {
    padding: 1.5rem;
  }

  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pb-5 {
    padding-bottom: 1.25rem;
  }

  .pl-5 {
    padding-left: 1.25rem;
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .text-\[3rem\] {
    font-size: 3rem;
  }

  .font-bold {
    font-weight: 700;
  }

  .italic {
    font-style: italic;
  }

  .text-\[\#304254\] {
    --tw-text-opacity: 1;
    color: rgb(48 66 84 / var(--tw-text-opacity, 1));
  }

  .text-\[\#51753C\] {
    --tw-text-opacity: 1;
    color: rgb(81 117 60 / var(--tw-text-opacity, 1));
  }

  .text-\[\#5271FF\] {
    --tw-text-opacity: 1;
    color: rgb(82 113 255 / var(--tw-text-opacity, 1));
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-50 {
    opacity: 0.5;
  }

  .opacity-70 {
    opacity: 0.7;
  }

  .opacity-80 {
    opacity: 0.8;
  }

  .grayscale {
    --tw-grayscale: grayscale(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);
  }

  .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .duration-500 {
    transition-duration: 500ms;
  }

  .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 400;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 700;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 400;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 700;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 100;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 100;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 200;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 200;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 300;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 300;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 500;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 500;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 600;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 600;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 800;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 800;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: normal;

    font-weight: 900;
  }

  @font-face {
    font-family: YACgEZ1cb1Q-0;

    src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);

    font-style: italic;

    font-weight: 900;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 400;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 700;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 400;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 700;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 100;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 100;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 200;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 200;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 300;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 300;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 500;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 500;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 600;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 600;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 800;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 800;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: normal;

    font-weight: 900;
  }

  @font-face {
    font-family: YAEnl838gX0-0;

    src: url(../fonts/7f46ce5d6d4841cf4dd806bf715d4ba3.woff2);

    font-style: italic;

    font-weight: 900;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: normal;

    font-weight: 400;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: normal;

    font-weight: 700;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: italic;

    font-weight: 400;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: italic;

    font-weight: 700;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: normal;

    font-weight: 100;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: italic;

    font-weight: 100;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: normal;

    font-weight: 200;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: italic;

    font-weight: 200;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: normal;

    font-weight: 300;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: italic;

    font-weight: 300;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: normal;

    font-weight: 500;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/9e08797ea57913e16d76fc27921a6a62.woff2);

    font-style: italic;

    font-weight: 500;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: normal;

    font-weight: 600;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: italic;

    font-weight: 600;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: normal;

    font-weight: 800;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: italic;

    font-weight: 800;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: normal;

    font-weight: 900;
  }

  @font-face {
    font-family: YAEi_aRI5qM-0;

    src: url(../fonts/ab7c1dad524b027111131013159798c2.woff2);

    font-style: italic;

    font-weight: 900;
  }

  body {
    font-family: YAEi_aRI5qM-0;
  }

  .peer:checked ~ .peer-checked\:right-0 {
    right: 0px;
  }

  .peer:checked ~ .peer-checked\:block {
    display: block;
  }

  @media not all and (min-width: 1024px) {
    .max-lg\:text-\[30px\] {
      font-size: 30px;
    }
  }

  @media not all and (min-width: 768px) {
    .max-md\:mb-\[20px\] {
      margin-bottom: 20px;
    }

    .max-md\:w-\[48\%\] {
      width: 48%;
    }

    .max-md\:flex-col {
      flex-direction: column;
    }

    .max-md\:items-center {
      align-items: center;
    }

    .max-md\:gap-4 {
      gap: 1rem;
    }

    .max-md\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .max-md\:py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .max-md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media not all and (min-width: 640px) {
    .max-sm\:hidden {
      display: none;
    }

    .max-sm\:w-\[80\%\] {
      width: 80%;
    }

    .max-sm\:w-full {
      width: 100%;
    }

    .max-sm\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .max-sm\:text-\[18px\] {
      font-size: 18px;
    }

    .max-sm\:text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }

  @media (min-width: 640px) {
    .sm\:mb-\[100px\] {
      margin-bottom: 100px;
    }

    .sm\:hidden {
      display: none;
    }

    .sm\:w-\[22\%\] {
      width: 22%;
    }

    .sm\:gap-y-12 {
      row-gap: 3rem;
    }

    .sm\:pb-\[100px\] {
      padding-bottom: 100px;
    }

    .sm\:text-left {
      text-align: left;
    }
  }

  @media (min-width: 768px) {
    .md\:ml-\[20px\] {
      margin-left: 20px;
    }

    .md\:h-\[800px\] {
      height: 800px;
    }

    .md\:w-1\/2 {
      width: 50%;
    }

    .md\:w-\[40\%\] {
      width: 40%;
    }

    .md\:w-\[50\%\] {
      width: 50%;
    }

    .md\:w-full {
      width: 100%;
    }

    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:gap-20 {
      gap: 5rem;
    }

    .md\:gap-y-10 {
      row-gap: 2.5rem;
    }

    .md\:pr-20 {
      padding-right: 5rem;
    }
  }

  /* main-menu css */
  .megamenu-content .mainwrap ul.main-menu {
      display: flex;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title{
      display: block;
      position: relative;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      font-weight: 500;

  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link:first-child a.link-title {
      padding-left: 0px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i{
      font-size: 14px;
      margin-left: 4px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title {
      display: flex;
      align-items: center;
      position: relative;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot{
      color: #fff;
      font-size: 9px;
      padding: 2px 4px;
      position: absolute;
      right: 7px;
      top: -12px;
      background-color: #ee433f;
      transform: translateX(100%);
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot::before{
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      border-left: 4px solid #ee433f;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title.link-title-lg{
      display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title::after{
      content: '';
      position: absolute;
      right: 0px;
      bottom: 50%;
      transform: translateY(50%);
      width: 1px;
      height: 25px;
      background-color: #505050;
      opacity: 0.1;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link:last-child a.link-title::after{
      display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu.collapse:not(.show){
      display: block;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu.collapse:not(.show),
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu.collapse:not(.show){
      display: flex;
      flex-wrap: wrap
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu{
      position: absolute;
      top: calc(100% + 20px);
      padding: 15px 0px;
      margin: 0 auto;
      background-color: #fff;
      z-index: 11;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu{
      top: calc(100% + 0px);
      opacity: 1;
      visibility: visible;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu,
  .megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu{
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu{
      left: auto;
      min-width:  145px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu{
      width: 100%;
      left: 0;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu{
      width: 100%;
      left: 0px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li{
      margin-top: 10px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li:first-child{
      margin-top: 0px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li a.submenu-link{
      width: 100%;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li{
      width: 25%;
      padding: 0px 15px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li h2.sublink-title{
      font-size: 16px;
      margin-bottom: 10px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg{
      display: none;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu.collapse:not(.show){
      display: block;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li{
      margin-top: 10px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner{
      width: 33.33%;
      padding: 0px 15px;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a{
      position: relative;
      overflow: hidden;
      display: block;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img{
      transform: scale(1.1);
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img img,
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img{
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
  }
  .megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-title{
      margin-top: 10px;
      text-align: center;
  }
