/*
! tailwindcss v3.4.1 | 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;
  cursor: pointer;
}

/*
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 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

/* h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 64px;
}

    h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 48px;
}

    h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.25rem;
}

    h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

    h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

    h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
} */

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

th {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.th {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.td {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*  */

.h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  line-height: 64px;
}

.h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 48px;
}

.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 2.25rem;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5rem;
}

*,
::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: ;
}

::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: ;
}

.btn {
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 96 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(232 96 32 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms !important;
}

.btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.scrollToTopBtn {
  position: fixed;
  bottom: 2rem;
  right: 1.75rem;
  z-index: 999;
  aspect-ratio: 1 / 1;
  width: 2rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.scrollToTopBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 234 / var(--tw-border-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 71 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.mapBtn:hover .cus_white_filter_hov {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7500%) hue-rotate(251deg) brightness(107%) contrast(107%);
}

.mapBtn:hover .cus_orange_filter_hov {
  filter: invert(44%) sepia(62%) saturate(1128%) hue-rotate(344deg) brightness(92%) contrast(98%);
}

.mapBtn:hover .cus_black_filter_hov {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7500%) hue-rotate(49deg) brightness(98%) contrast(104%)
}

.mapBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 71 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu_active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

/* w-fit mx-auto */
.menu {
  padding-bottom: 14.5px;
  transition-duration: 300ms;
}

/* .to_cap {
  text-transform: lowercase;
}

.to_cap::first-letter,
.to_cap::first-line {
  text-transform: capitalize !important;
} */

.menu:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

@media not all and (min-width: 900px) {

  .menu {
    padding-bottom: 0.5rem;
  }
}

.banner {
  aspect-ratio: 3.372/1;
  background-image: url('../images/banner1.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media not all and (min-width: 900px) {

  .banner {
    aspect-ratio: 1.0023/1;
    background-image: url('../images/banner1_2.svg');
  }
}

.banner_gradient {
  aspect-ratio: 3.372/1;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(255 92 0 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 92 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(14 92 59 / 70%) var(--tw-gradient-to-position);
}

@media not all and (min-width: 900px) {

  .banner_gradient {
    aspect-ratio: 1.0023/1;
  }
}

/* .container{
        @apply max-cus_sm:max-w-[500px] cus_sm:max-md:max-w-[720px] md:max-cus_lg:max-w-[900px] cus_lg:max-cus_xl:max-w-[1100px] cus_xl:max-cus_xxl:max-w-[150px] ;
    } */
/* .container {
        @apply mobile:max-w-[600px] tablet:max-w-[900px] desktop:max-w-[1200px];
      } */
.cus_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

@media (min-width: 1536px) {

  .cus_container {
    max-width: 80%;
  }
}

.foot {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(129 134 147 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.foot:hover {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

a {
  transition-duration: 300ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

a.cus_border_hov:hover {
  border-color: #E86020;
}

.cus_border{
  border: 1px solid #D9D9D9;
  transition: all 300ms;
}

.cus_border:hover{
  border-color: #E86020;
}

.cus_rightAnime {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.group\/rightAnimation:hover .cus_rightAnime {
  --tw-translate-x: 0.5rem;
  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));
}

.cus_rightAnimeBtn {
  transition-duration: 300ms;
}

.group\/rightAnime:hover .cus_rightAnimeBtn {
  --tw-translate-x: 0.5rem;
  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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.paginationBtn {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
}

.paginationBtn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
}

.paginationDisabledBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(145 158 171 / var(--tw-bg-opacity));
}

.paginationDisabledBtn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.paginationActiveBtn {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-top-11 {
  top: -2.75rem;
}

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

.top-\[250px\] {
  top: 250px;
}

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

.z-50 {
  z-index: 50;
}

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

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

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-\[10\%\] {
  margin-top: -10%;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.aspect-\[0\.978\/1\] {
  aspect-ratio: 0.978/1;
}

.aspect-\[1\.2\/1\] {
  aspect-ratio: 1.2/1;
}

.aspect-\[1\.22\/1\] {
  aspect-ratio: 1.22/1;
}

.aspect-\[1\.23\/1\] {
  aspect-ratio: 1.23/1;
}

.aspect-\[1\.41\/1\] {
  aspect-ratio: 1.41/1;
}

.aspect-\[2\.36\/1\] {
  aspect-ratio: 2.36/1;
}

.aspect-\[5\.45\/1\] {
  aspect-ratio: 5.45/1;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.-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-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));
}

.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;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-9 {
  gap: 2.25rem;
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-14> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-x> :not([hidden])~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-\[\#CACACA\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#bdc0c7\] {
  --tw-border-opacity: 1;
  border-color: rgb(189 192 199 / var(--tw-border-opacity));
}

.border-\[\#d5d7db\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 215 219 / var(--tw-border-opacity));
}

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

.border-cus_light_gray {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-cus_orange {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.bg-\[\#1F1F1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}

.bg-\[\#5076FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 118 255 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#E5E7EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 234 / var(--tw-bg-opacity));
}

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

.bg-\[\#F05455\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 84 85 / var(--tw-bg-opacity));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#FFF6F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 241 / var(--tw-bg-opacity));
}

.bg-\[\#f3f4f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-cus_navy_bule {
  --tw-bg-opacity: 1;
  background-color: rgb(14 57 92 / var(--tw-bg-opacity));
}

.bg-cus_orange {
  --tw-bg-opacity: 1;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pl-12 {
  padding-left: 3rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.text-\[\#898989\] {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.text-\[\#E86020\] {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.text-cus_black {
  --tw-text-opacity: 1;
  color: rgb(35 37 54 / var(--tw-text-opacity));
}

.text-cus_gray {
  --tw-text-opacity: 1;
  color: rgb(109 110 118 / var(--tw-text-opacity));
}

.text-cus_navy_bule {
  --tw-text-opacity: 1;
  color: rgb(14 57 92 / var(--tw-text-opacity));
}

.text-cus_orange {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

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

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

.placeholder-\[\#6D6E76\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 110 118 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#6D6E76\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 110 118 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-0 {
  outline-width: 0px;
}

.outline-\[0\.5px\] {
  outline-width: 0.5px;
}

.outline-offset-0 {
  outline-offset: 0px;
}

.outline-cus_orange {
  outline-color: #E86020;
}

.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;
}

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

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

.body_1 {
  font-size: 16px;
  line-height: 1.75rem;
}

.body_2 {
  font-size: 14px;
  line-height: 1.25rem;
}

.label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(14 57 92 / var(--tw-text-opacity));
}

/*  */
.display {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

/*  */
.box_1 {
  height: 484px;
}

/* aspect-[1.78/1] w-full */
.box_2 {
  height: 697px;
}

/* aspect-[1.78/1] w-full */
.box_3 {
  height: 219px;
}

/* aspect-[1.78/1] w-full */
.box_4 {
  height: 146px;
}

/* aspect-[1.78/1] w-full */
.box_5 {
  height: 140px;
}

/* aspect-[8.86/1] max-md:aspect-[2.79/1] w-full */
/* .open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
} */
body {
  font-family: "Open Sans", sans-serif;
  color: #232536;
}

/* Button and Nav */
/*  */
.group_btn:hover .cus_white_filter_hov,
.cus_white_filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7500%) hue-rotate(251deg) brightness(107%) contrast(107%);
}

.group_btn:hover .cus_orange_filter_hov,
.cus_orange_filter {
  filter: invert(44%) sepia(62%) saturate(1128%) hue-rotate(344deg) brightness(92%) contrast(98%);
}

.cus_gray_filter {
  filter: brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(52%) hue-rotate(149deg) brightness(95%) contrast(94%);
}

.group_btn:hover .cus_black_filter_hov {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7500%) hue-rotate(49deg) brightness(98%) contrast(104%)
}

.cus_pagination_filter {
  filter: brightness(0) saturate(100%) invert(84%) sepia(3%) saturate(622%) hue-rotate(176deg) brightness(95%) contrast(97%)
}

.cus_yellow_filter {
  filter: brightness(0) saturate(100%) invert(76%) sepia(92%) saturate(3488%) hue-rotate(3deg) brightness(113%) contrast(102%);
}

/* Scroll-S */
.scroll::-webkit-scrollbar {
  height: 7px;
  width: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;

  background: #d9d9d9;
  /* background: #F3F4F6; */
}

/* .scroll::-webkit-scrollbar-track {
        background: #f5f6fa;
    } */
/* Scroll-E */
/* @keyframes borderPulse {
    0% {
        border-color: transparent;
    }
    50% {
        border-color: #f39c12;
    }
    100% {
        border-color: transparent;
    }
}

.animate-border {
    animation: borderPulse 1.5s infinite;
} */
/* @keyframes borderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.animate-border {
    animation: borderSpin 5s linear infinite;
} */
.animate-border {
  position: relative;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
}

.animate-border::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  border-radius: 50%;
  animation: borderSpin 5s linear infinite;
  -o-border-image: linear-gradient(to right, rgba(255, 165, 0, 1), transparent);
  border-image: linear-gradient(to right, rgba(255, 165, 0, 1), transparent);
}

@keyframes borderSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }
}

@media not all and (min-width: 900px) {

  .max-md\:h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    line-height: 48px;
  }

  .max-md\:h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 2.25rem;
  }
}

.placeholder\:font-semibold::-moz-placeholder {
  font-weight: 600;
}

.placeholder\:font-semibold::placeholder {
  font-weight: 600;
}

.placeholder\:text-\[\#454d61\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 77 97 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#454d61\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(69 77 97 / var(--tw-text-opacity));
}

.hover\:border-\[\#E86020\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
}

.hover\:border-\[\#e5e7eb\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:bg-\[\#E86020\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity));
}

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

.hover\:bg-cus_orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#E86020\]:hover {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.hover\:text-cus_navy_bule:hover {
  --tw-text-opacity: 1;
  color: rgb(14 57 92 / var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:border-cus_orange:focus {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
}

.group\/anchor:hover .group-hover\/anchor\:border-cus_orange {
  --tw-border-opacity: 1;
  border-color: rgb(232 96 32 / var(--tw-border-opacity));
}

.group\/anchor:hover .group-hover\/anchor\:bg-cus_orange {
  --tw-bg-opacity: 1;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity));
}

.group\/anchor:hover .group-hover\/anchor\:text-cus_orange {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.group\/logo:hover .group-hover\/logo\:text-\[\#E86020\] {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

.group\/logo:hover .group-hover\/logo\:text-cus_orange {
  --tw-text-opacity: 1;
  color: rgb(232 96 32 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px) {

  .max-lg\:w-10\/12 {
    width: 83.333333%;
  }

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

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

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .max-lg\:space-y-1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .max-lg\:rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .max-lg\:rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .max-lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .max-lg\:p-4 {
    padding: 1rem;
  }
}

@media not all and (min-width: 900px) {

  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:order-3 {
    order: 3;
  }

  .max-md\:order-4 {
    order: 4;
  }

  .max-md\:order-5 {
    order: 5;
  }

  .max-md\:-mt-\[30\%\] {
    margin-top: -30%;
  }

  .max-md\:mb-0 {
    margin-bottom: 0px;
  }

  .max-md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:mt-0 {
    margin-top: 0px;
  }

  .max-md\:mt-6 {
    margin-top: 1.5rem;
  }

  .max-md\:mt-8 {
    margin-top: 2rem;
  }

  .max-md\:hidden {
    display: none;
  }

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

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

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

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

  .max-md\:w-auto {
    width: auto;
  }

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

  .max-md\:rotate-90 {
    --tw-rotate: 90deg;
    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));
  }

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

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

  .max-md\:justify-normal {
    justify-content: normal;
  }

  .max-md\:justify-between {
    justify-content: space-between;
  }

  .max-md\:gap-0 {
    gap: 0px;
  }

  .max-md\:gap-14 {
    gap: 3.5rem;
  }

  .max-md\:gap-3 {
    gap: 0.75rem;
  }

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

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

  .max-md\:divide-x-0> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .max-md\:border-0 {
    border-width: 0px;
  }

  .max-md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .max-md\:bg-transparent {
    background-color: transparent;
  }

  .max-md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-md\:p-0 {
    padding: 0px;
  }

  .max-md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .max-md\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .max-md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-md\:box_3 {
    height: 219px;
  }
}

@media (min-width: 900px) {

  .md\:hidden {
    display: none;
  }

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

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

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

  @media not all and (min-width: 1024px) {

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

    .md\:max-lg\:gap-3 {
      gap: 0.75rem;
    }

    .md\:max-lg\:gap-6 {
      gap: 1.5rem;
    }

    .md\:max-lg\:pl-4 {
      padding-left: 1rem;
    }
  }
}

@media (min-width: 1536px) {

  .\32xl\:-mt-\[15\%\] {
    margin-top: -15%;
  }
}


/* inner-pages-styles - start */
.btn_reverse {
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 96 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  background-color: rgb(232 96 32 / var(--tw-bg-opacity)) !important;
  color: #FFF !important;
  transition-duration: 300ms !important;
}

.btn_reverse:hover {
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  color: rgb(232 96 32 / var(--tw-text-opacity)) !important;
}

/* inner-pages-styles - end */