/*! tailwindcss v4.1.18 | 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-blue-900: oklch(37.9% 0.146 265.522);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 1px;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@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 {
  .relative {
    position: relative;
  }
  .z-1 {
    z-index: 1;
  }
  .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;
  }
  .ms-10 {
    margin-inline-start: calc(var(--spacing) * 10);
  }
  .-mt-30 {
    margin-top: calc(var(--spacing) * -30);
  }
  .-mt-50 {
    margin-top: calc(var(--spacing) * -50);
  }
  .-mt-60 {
    margin-top: calc(var(--spacing) * -60);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .w-full {
    width: 100%;
  }
  .max-w-750 {
    max-width: calc(var(--spacing) * 750);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .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;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-17 {
    padding: calc(var(--spacing) * 17);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#717790\] {
    color: #717790;
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
}
h3 {
  font-size: 22px;
}
.title-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 0px;
  --tw-leading: calc(var(--spacing) * 20);
  line-height: calc(var(--spacing) * 20);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.btn-blue {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background-color: #4600e8 !important;
  padding: calc(var(--spacing) * 10);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  --tw-shadow: 0 0 #0000;
  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) {
      color: #4600e8 !important;
    }
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 16);
  }
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 11);
  }
}
.btn-blue a {
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 4);
  font-size: 10px;
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
.btn-blue::before {
  content: "";
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  z-index: calc(1 * -1);
  height: 100%;
  width: calc(var(--spacing) * 0);
  background-color: #fff !important;
  color: #4600e8 !important;
  transition-delay: 150ms;
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: linear;
  transition-timing-function: linear;
}
.btn-blue:hover::before {
  left: calc(var(--spacing) * 0);
  width: 100%;
  color: #4600e8 !important;
}
.btn-blue:hover a i {
  color: #4600e8 !important;
}
.content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.content p {
  position: relative;
  margin: calc(var(--spacing) * 0);
  display: block;
  padding: calc(var(--spacing) * 0);
  --tw-leading: calc(var(--spacing) * 20);
  line-height: calc(var(--spacing) * 20);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.content.gray p {
  color: #9a9b9b;
}
.header-top {
  background-color: #378524;
  color: var(--color-white);
}
.headerNav {
  position: absolute;
  top: calc(var(--spacing) * 84);
  left: calc(var(--spacing) * 0);
  width: 100%;
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 20);
}
.headerNav ul li {
  width: 100%;
  border-radius: 10px;
  background-color: #378524;
  padding-block: calc(var(--spacing) * 10);
  text-align: center;
}
.headerNav ul li a {
  width: 100%;
  font-size: 30px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.header-bottom {
  background-color: #ff0000;
  color: var(--color-white);
}
.header-bottom ul {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  text-align: center;
}
.header-bottom ul li {
  padding-block: calc(var(--spacing) * 10);
}
.header-bottom ul li a {
  font-size: 15px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  @media (width >= 48rem) {
    font-size: 25px;
  }
}
.header-bottom ul li:nth-child(1) {
  background-color: #5246b7;
}
.first-section .inner-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-2xl);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 20);
  text-align: center;
}
.first-section .inner-sec .img img {
  height: calc(var(--spacing) * 124);
  width: calc(var(--spacing) * 124);
  border-radius: 24px;
  object-fit: cover;
}
.first-section .inner-sec .content p {
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.second-section .search_icon {
  position: absolute;
  top: calc(var(--spacing) * 2);
  left: calc(var(--spacing) * 10);
  z-index: 1;
}
.second-section .search_box {
  margin: calc(var(--spacing) * 0);
  width: 100%;
  border-radius: 0px 10px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #525252e2;
  background-color: #e9effc;
  padding: calc(var(--spacing) * 10);
  padding-left: calc(var(--spacing) * 40);
  color: var(--color-black);
  color: inherit;
}
.second-section .tab_menu {
  text-align: center;
  color: #000;
  font-size: .28rem;
  border: .007rem solid #d30303;
}
.second-section .tab_menu span {
  flex: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  background-color: #eaeaea;
  border-right: .007rem solid #d30303;
  border-left: .007rem solid #d30303;
  cursor: pointer;
  font-weight: 600;
  font-size: 28px;
  padding-block: 10px;
}
.second-section .tab_menu span.current {
  color: #fff;
  background-color: #003a92;
  font-weight: 600;
  opacity: 2.5;
  -webkit-transform: scale(.93);
}
.tab {
  display: none;
}
.tab-active {
  display: block;
}
.second-section .tab .items .num {
  display: block;
  text-align: center;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #cecece;
  @media (width >= 48rem) {
    width: 20px;
  }
  @media (width >= 48rem) {
    font-size: 32px;
  }
}
.second-section .tab .items img {
  margin-inline: calc(var(--spacing) * 20);
  height: 50px;
  width: 50px;
  border-radius: 18px;
  @media (width >= 48rem) {
    height: 118px;
  }
  @media (width >= 48rem) {
    width: 118px;
  }
}
.second-section .tab .items span:nth-child(2) {
  color: #ffa709;
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
.second-section .tab .items span:nth-child(3) {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #ababab;
  @media (width >= 48rem) {
    font-size: 20px;
  }
}
marquee {
  position: relative;
  width: auto;
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-color: #d60000;
  background-color: #fff200;
  padding-block: calc(var(--spacing) * 15);
  font-family: var(--font-sans);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-black);
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #003a92;
  padding: calc(var(--spacing) * 20);
  text-align: center;
}
.footer .links a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #c1c1c1;
  padding: calc(var(--spacing) * 5);
  padding-inline: calc(var(--spacing) * 20);
  font-size: 20px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.footer .footer-right a {
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  --tw-shadow: 0 5px 0 var(--tw-shadow-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.footer .footer-right a:hover {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.footer .footer-right a:nth-child(1) {
  background-color: #3b5998;
}
.footer .footer-right a:nth-child(2) {
  background-color: #ff0000;
}
.footer .footer-right a:nth-child(3) {
  background-color: #0da000;
}
.footer .footer-right a:nth-child(4) {
  background-color: #e60023;
}
.footer .footer-right a:nth-child(5) {
  background-color: #4ea0df;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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;
}
@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-border-style: solid;
      --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-leading: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
