/*
! tailwindcss v3.2.4 | 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: currentColor; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

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

*, ::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-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-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:  ;
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {

  .container {
    max-width: 94vw;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 92vw;
  }
}
@media (min-width: 1024.1px) {

  .container {
    max-width: 90vw;
  }
}
@media (min-width: 1280.1px) {

  .container {
    max-width: calc(1500/1920*100rem);
  }
}
@media (min-width: 1600.1px) {

  .container {
    max-width: calc(1540/1920*100rem);
  }
}
.btn {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all  ease-in-out;
  cursor: pointer;
  position: relative;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-full {
  left: 100%;
}
.top-\[-10px\] {
  top: -10px;
}
.top-full {
  top: 100%;
}
.left-1\/2 {
  left: 50%;
}
.left-\[15px\] {
  left: 15px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[50px\] {
  right: 50px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.right-\[15px\] {
  right: 15px;
}
.top-8 {
  top: 2rem;
}
.bottom-\[-4px\] {
  bottom: -4px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[30px\] {
  top: 30px;
}
.top-1\/2 {
  top: 50%;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[122\] {
  z-index: 122;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[20px\] {
  height: 20px;
}
.h-0 {
  height: 0px;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.h-1\/2 {
  height: 50%;
}
.w-full {
  width: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-screen {
  width: 100vw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-auto {
  width: auto;
}
.flex-grow {
  flex-grow: 1;
}
.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));
}
.transform-none {
  transform: none;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(24 178 126 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-red-C9252C {
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
}
.border-grey-e0 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-grey-333 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-red-B3161C {
  --tw-border-opacity: 1;
  border-color: rgb(253 160 58 / var(--tw-text-opacity));
}
.border-red-971C21 {
  --tw-border-opacity: 1;
  border-color: rgb(151 28 33 / var(--tw-border-opacity));
}
.border-grey-85 {
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity));
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-grey-85 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 133 133 / var(--tw-border-opacity));
}
.border-b-grey-dd {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-red-C9252C {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 37 44 / var(--tw-border-opacity));
}
.border-b-grey-e0 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red-C9252C {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}
.bg-grey-0A0A0A {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-grey-f0 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-red-971C21 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 28 33 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mulish {
  font-family: Mulish, sans-serif;
}
.text-12 {
  font-size: 0.75rem;
}
.text-16 {
  font-size: 1rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-normal {
  line-height: 1.5;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.text-red-C9252C {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
.text-grey-666 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-grey-333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-grey-82 {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}
.text-grey-0A0A0A {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-grey-1A1A1A {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-grey-4D4D4D {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-grey-050505 {
  --tw-text-opacity: 1;
  color: rgb(5 5 5 / var(--tw-text-opacity));
}
.text-grey-2B2B2B {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-grey-85 {
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-60 {
  opacity: 0.6;
}
.outline {
  outline-style: solid;
}
.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);
}
.invert {
  --tw-invert: invert(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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, 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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.start-item {
  display: flex;
  justify-content: flex-start;
}
.center-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.end-item {
  display: flex;
  justify-content: flex-end;
}
.gap-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col-ver {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.col-hor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.absolute-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-50 {
  top: 50%;
}
.left-50 {
  left: 50%;
}
.translate-x-50 {
  transform: translateX(-50%);
}
.translate-y-50 {
  transform: translateY(-50%);
}
.transition {
  transition: .3s all ease-in-out;
}
html, body {
  color: #333333;
  font-weight: 400;
  font-size: 3.6vw;
  font-family: 'Bai Jamjuree', sans-serif; }

@media (min-width: 576px) {
  html, body {
    font-size: 2.4vw; } }

@media (min-width: 768px) {
  html, body {
    font-size: 1.5vw; } }

@media (min-width: 1024.1px) {
  html, body {
    font-size: 1.1vw; } }

@media (min-width: 1280.1px) {
  html, body {
    font-size: 1vw; } }

*:focus {
  outline: none; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    color: #333333; }

p {
  margin-bottom: 10px;
  font-weight: 400;
  color: #333333;
  font-size: 1rem; }

figure p {
  font-weight: 300;
  font-size: 1rem; }

time {
  display: inline-block;
  font-weight: 400;  color: #999999;
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  text-align: left;
  background-color: #ffffff; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

.frm-btn-reset {
  display: none !important; }

.col-12 {
  width: 100%;  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 15px;
}

.col-lg-8 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-8 {
    width: 66.666667%; } }

.col-lg-4 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-4 {
    width: 33.333333%; } }

.col-xs-12 {
  padding: 0 15px;
  width: 100%; }

.col-lg-3 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-3 {
    width: 25%; } }

.col-lg-9 {
  padding: 0 15px; }

@media (min-width: 1024.1px) {
  .col-lg-9 {
    width: 75%; } }

.btn span, .btn em {
  transition: .4s all  ease-in-out; }

.btn.btn-primary {
  height: 44px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(253 160 58 / var(--tw-bg-opacity));  padding: 8px 24px; }
  .btn.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 77 10 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(196 77 10 / var(--tw-bg-opacity));
}
  .btn.btn-primary span, .btn.btn-primary em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-primary span {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: 14px;
}
  .btn.btn-primary em {
  margin-left: 0.75rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: 10px;
}

.btn.btn-tertiary span, .btn.btn-tertiary em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-tertiary span {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));  font-size: 14px;
}

.btn.btn-tertiary em {
  margin-left: 0.75rem;
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));  font-size: 16px;
}

.btn.btn-fold {
  background-color: transparent;
  overflow: hidden }
  .btn.btn-fold:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));    height: 5%;
    z-index: -1;
    transition: width .15s .15s, left .15s .15s, height .15s, top .15s; }
  .btn.btn-fold:hover {
    background-size: 100% 100%;
    transition: background-size .5s .35s; }
    .btn.btn-fold:hover::after {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;      transition: width .15s, left .15s, height .15s .15s, top .15s .15s;
}
  @supports (-webkit-background-clip: text) {
    .btn.btn-fold {
      background-image: linear-gradient(white, white);
      background-repeat: no-repeat;
      background-size: 100% 0%;
      background-position: center;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: background-size .15s; } }

.btn.btn-slice:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));  border-color: #ff0000;
}
  .btn.btn-slice:hover .fa-right-long {
    transform: rotate(-45deg); }
  .btn.btn-slice:hover span, .btn.btn-slice:hover em {
  position: relative;
  z-index: 30;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.btn-slice.red {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));  border-color: #ff0000;
}
  .btn.btn-slice.red span, .btn.btn-slice.red em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-slice.red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-slice.red:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-slice.red:hover span, .btn.btn-slice.red:hover em {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.btn.btn-slice.red-up {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));  border-color: #ff0000;
}
  .btn.btn-slice.red-up span, .btn.btn-slice.red-up em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn.btn-slice.red-up em {
    transform: rotate(-45deg); }
  .btn.btn-slice.red-up:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-slice.red-up:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .btn.btn-slice.red-up:hover span, .btn.btn-slice.red-up:hover em {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.nav-prev, .nav-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(133 133 133 / var(--tw-border-opacity));
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  transition: .3s all ease-in-out;  width: 44px;
  height: 44px;
  line-height: 44px;
}
  @media screen and (max-width: 1024px) {
    .nav-prev, .nav-next {
    position: static;
    margin-left: 1.5rem;
    margin-right: 1.5rem;      transform: none;
      width: 40px;
      height: 40px;
      line-height: 40px;
  } }
  .nav-prev:hover, .nav-next:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}
    .nav-prev:hover em, .nav-next:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .nav-prev em, .nav-next em {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  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: .3s all ease-in-out;    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
    @media screen and (max-width: 1440px) {
      .nav-prev em, .nav-next em {
        font-size: 20px;
        height: 20px;
        line-height: 20px; } }

@media screen and (max-width: 1024px) {
  .swiper-nav-wrap {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  } }

.swiper-nav-wrap.white .nav-next em, .swiper-nav-wrap.white .nav-prev em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-nav-wrap.white .nav-next:hover em, .swiper-nav-wrap.white .nav-prev:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-next {
  right: -70px; }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .nav-next {
      right: -50px; } }

.nav-prev {
  left: -70px; }
  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    .nav-prev {
      left: -50px; } }

.wrap-gap, .wrap-center, .wrap-left, .wrap-right, .ajax-center-wrap {
  display: flex;
  align-items: center;
}
  .wrap-gap a:not(:last-child), .wrap-center a:not(:last-child), .wrap-left a:not(:last-child), .wrap-right a:not(:last-child), .ajax-center-wrap a:not(:last-child) {
  margin-right: 0.5rem;
}

.wrap-center, .ajax-center-wrap {
  justify-content: center;
}

.wrap-left {
  justify-content: flex-start;
}

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

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

.ajax-center-wrap {
  margin-top: 2rem;
}
  .ajax-center-wrap.disble-btn {
  pointer-events: none;
  opacity: 0;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  justify-content: center;
}

.col {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;  padding: 0 15px; }
  .col .col {
    margin-bottom: 0; }

.row {
  margin: 0 -15px -30px -15px; }
  .row > .col {
    margin-bottom: 30px; }

.col-match-height {
  display: flex;
  width: 100%;
  flex-direction: column;  height: 100%;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.block-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));  font-size: clamp(32px, 1.875rem, 36px);
}
  .block-title * {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));    font-size: clamp(32px, 1.875rem, 36px);
}

@media (min-width: 1024.1px) {
  .block-title {
    margin-bottom: 2rem;
  } }
  .block-title.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .block-title.white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .block-title.grey {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .block-title.grey * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .block-title.normal {
  font-weight: 400;
}
    .block-title.normal * {
  font-weight: 400;
}

.headline {
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  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: .3s all ease-in-out;  font-size: clamp(20px, 1.25rem, 24px);
}
  .headline * {
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  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: .3s all ease-in-out;    font-size: clamp(20px, 1.25rem, 24px);
}
  .headline.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .headline.white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .headline.grey-0a {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
    .headline.grey-0a * {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
  .headline.grey-333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .headline.grey-333 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .headline.red {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
    .headline.red * {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .headline.t-28 {
    font-size: clamp(22px, 1.45833rem, 28px); }
    .headline.t-28 * {
      font-size: clamp(22px, 1.45833rem, 28px); }
  .headline.t-22 {
    font-size: clamp(19px, 1.14583rem, 22px); }
    .headline.t-22 * {
      font-size: clamp(19px, 1.14583rem, 22px); }
  .headline.t-20 {
    font-size: clamp(17px, 1.04167rem, 20px); }
    .headline.t-20 * {
      font-size: clamp(17px, 1.04167rem, 20px); }
  .headline.t-18 {
    font-size: clamp(15px, 0.9375rem, 18px); }
    .headline.t-18 * {
      font-size: clamp(15px, 0.9375rem, 18px); }
  .headline.t-16 {
    font-size: clamp(14px, 0.83333rem, 16px); }
    .headline.t-16 * {
      font-size: clamp(14px, 0.83333rem, 16px); }

.desc {
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));  font-size: clamp(20px, 1.25rem, 24px);
}
  .desc * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));    font-size: clamp(20px, 1.25rem, 24px);
}
  .desc.white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .desc.white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .desc.red {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
    .desc.red * {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .desc.grey-33 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
    .desc.grey-33 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .desc.grey-1a {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
    .desc.grey-1a * {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
  .desc.grey-4d {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
    .desc.grey-4d * {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
  .desc.t-22 {
    font-size: clamp(19px, 1.14583rem, 22px); }
    .desc.t-22 * {
      font-size: clamp(19px, 1.14583rem, 22px); }
  .desc.t-20 {
    font-size: clamp(17px, 1.04167rem, 20px); }
    .desc.t-20 * {
      font-size: clamp(17px, 1.04167rem, 20px); }
  .desc.t-18 {
    font-size: clamp(15px, 0.9375rem, 18px); }
    .desc.t-18 * {
      font-size: clamp(15px, 0.9375rem, 18px); }
  .desc.t-16 {
    font-size: clamp(14px, 0.83333rem, 16px); }
    .desc.t-16 * {
      font-size: clamp(14px, 0.83333rem, 16px); }
  .desc.t-16 {
    font-size: clamp(14px, 0.83333rem, 16px); }
    .desc.t-16 * {
      font-size: clamp(14px, 0.83333rem, 16px); }
  .desc.t-14 {
    font-size: clamp(12px, 0.72917rem, 14px); }
    .desc.t-14 * {
      font-size: clamp(12px, 0.72917rem, 14px); }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.gradient-blue {
  background-image: -webkit-linear-gradient(90deg, #47b5e8 0%, #2b74ce 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase; }

.ripple {
  margin: auto;
  margin-top: 5rem;
  background-color: #666;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  animation: ripple 3s linear infinite; }
  .ripple::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1.5s; }
  .ripple::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 3s; }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8); }
  100% {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0); } }

.shine {
  overflow: hidden;
  position: relative; }
  .shine:before {
    position: absolute;
    top: 0;
    pointer-events: none;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .shine:hover:before {
    animation: shine .75s; }

@keyframes shine {
  100% {
    left: 125%; } }

.circle {
  overflow: hidden;
  position: relative; }
  .circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .circle:hover:before {
    animation: circle .75s; }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

.zoom-in {
  overflow: hidden;
  transition: .45s all ease-in-out; }
  .zoom-in:hover img {
    transform: scale(1.05); }
  .zoom-in img {
    transform: scale(1);
    transition: .3s all ease-in-out; }

.opacity {
  transition: .3s all ease-in-out; }
  .opacity:hover {
    opacity: .8; }
  .opacity img {
    opacity: 1;
    transition: .3s all ease-in-out; }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@keyframes loadingFade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

.hamburger--elastic .hamburger-inner {
  top: -1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner:after {
    background-color: #C9252C; }

.hamburger-box {
  width: 32px;
  height: 23px;
  display: block;
  margin: auto 0;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
    width: 32px;
    height: 3px;
    background-color: #C9252C;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner:before, .hamburger-inner:after {
    content: "";
    display: block; }
  .hamburger-inner:before {
    top: -10px; }
  .hamburger-inner:after {
    bottom: -10px; }

.fa-light, .fa-regular, .fas, .fa-brands {
  font-style: normal; }

.fa-phone-circle::before {
  content: "\e11b"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-phone::before {
  content: "\f095"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-phone-arrow-up-right::before {
  content: "\e224"; }

.fa-phone-rotary::before {
  content: "\f8d3"; }

.fa-arrow-down-to-bracket::before {
  content: "\e094"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-minus::before {
  content: "\f068"; }

.fa-plus::before {
  content: "\2b"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-lock::before {
  content: "\f023"; }

.fa-facebook-f::before {
  content: "\f39e"; }

.fa-facebook::before {
  content: "\f09a"; }

.fa-square-facebook::before {
  content: "\f082"; }

.fa-google::before {
  content: "\f1a0"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-arrow-right-to-arc::before {
  content: "\e4b2"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-house::before {
  content: "\f015"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-linkedin-in::before {
  content: "\f0e1"; }

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd"; }

.fa-angles-right:before {
  content: "\f101"; }

.fa-angles-left:before {
  content: "\f100"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-paper-plane-top:before {
  content: "\e20a"; }

.fa-money-check-dollar-pen:before {
  content: "\f873"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-people-group:before {
  content: "\e533"; }

.fa-down-to-bracket:before {
  content: "\e4e7"; }

.fa-phone-arrow-up-right:before {
  content: "\e224"; }

.fa-arrow-right-long:before {
  content: "\f178"; }

.fa-timer:before {
  content: "\f017"; }

.fa-clock:before {
  content: "\e29e"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-list:before {
  content: "\f03a"; }

.fa-arrow-down-long:before {
  content: "\f175"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-x:before {
  content: "\58"; }

.fa-bars-filter:before {
  content: "\e0ad"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-arrow-up-long:before {
  content: "\f176"; }

.fa-arrow-up-down:before {
  content: "\f175"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-gear:before {
  content: "\f013"; }

.fa-circle-check:before {
  content: "\f058"; }

.fa-check:before {
  content: "\f00c"; }

.fa-arrow-up-to-line:before {
  content: "\f341"; }

/* main {
  padding-top: 100px; } */
  @media screen and (max-width: 1200px) {
    main {
      padding-top: 60px; } }

footer, .home-footer {
  overflow: hidden;
}

body.homepage footer {
  display: none;
}

body.homepage main {
  padding-top: 0; }
  @media screen and (max-width: 1200px) {
    body.homepage main {
      padding-top: 60px; } }

body.homepage #fullpage section {
  position: relative;
}

@media (min-width: 1024.1px) {
  body.homepage #fullpage section::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    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: .3s all ease-in-out;    width: 9.89583rem;
    background: linear-gradient(90deg, rgba(0, 29, 73, 0.5) 0%, rgba(0, 29, 73, 0.270833) 51.56%, rgba(0, 29, 73, 0) 100%); } }

body.open-search {
  overflow: hidden;
}

body.overlay-bg {
  overflow: hidden;
}
  body.overlay-bg::after {
    content: '';
    transition: .5s all  ease-in-out;
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100vh;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0.75 }

body.single-career .nav-primary-menu .nav-link:nth-child(5) a::after {
  width: 100%;
}

.link-to-site {
  position: fixed;
  right: 0px;
  z-index: 50;
  display: flex;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));  transition: .45s all  ease-in-out;
  transform: translate(calc( 100% - 47px), -50%);
  top: 50%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
  @media screen and (max-width: 1024px) {
    .link-to-site {
      transform: translate(calc( 100% - 35px), -50%); }
      .link-to-site .title {
        font-size: clamp(14px, 0.83333rem, 16px);
        padding: 0.83333rem 0.41667rem; } }
  .link-to-site .title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    justify-content: center;
    align-items: center;    font-size: clamp(16px, 0.9375rem, 18px);
    width: 47px; }
    @media screen and (max-width: 1024px) {
      .link-to-site .title {
        width: 35px; } }
    @media screen and (max-width: 576px) {
      .link-to-site .title {
        font-size: 12px; } }
  .link-to-site:hover {
  transform: translateY(-50%);
}
  .link-to-site .wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
    .link-to-site .wrap a {
  height: 100%;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;      font-size: 14px;
      min-height: 40px;
}

@media (min-width: 576px) {
  .link-to-site .wrap a {
    min-height: 50px; } }

@media (min-width: 1024.1px) {
  .link-to-site .wrap a {
    height: 3.125rem; } }
      .link-to-site .wrap a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.four-swiper, .trinity-swiper, .single-swiper, .double-swiper {
  position: relative;
}

.menu-toggle {
  display: none;
}
  @media screen and (max-width: 1200px) {
    .menu-toggle {
    left: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
    .menu-toggle .hamburger {
    margin-top: 0.25rem;
  } }

.mobile-nav-wrap {
  position: fixed;
  left: 0px;
  z-index: 122;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));  top: 60px;
  width: 320px;
  height: calc(100vh - 60px);
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (min-width: 1280.1px) {
  .mobile-nav-wrap {
    display: none;
  } }
  .mobile-nav-wrap.is-open {
    transform: none; }

.frm-thanks {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  text-align: center;  margin: 0 auto;
  width: 500px;
}
  .frm-thanks h3, .frm-thanks h4, .frm-thanks h5 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .frm-thanks p, .frm-thanks span {
  font-size: 0.875rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  @media screen and (max-width: 1024px) {
    .frm-thanks {
      width: 320px; } }

.tab-panel {
  display: none;
}
  .tab-panel.active {
  display: block;
}

.edit-link {
  width: 30px;
  height: 30px;
  pointer-events: auto; }
  .edit-link .fa-pencil {
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg  viewBox='0 0 18 18'  xmlns='http://www.w3.org/2000/svg'><path d='M6.35473 15.7485L2.27202 11.6658L12.1468 1.79106L16.2295 5.87378L6.35473 15.7485ZM1.89039 12.385L5.63556 16.1302L0.0205078 18L1.89039 12.385ZM17.4852 4.62344L16.7771 5.33159L12.6889 1.24347L13.3971 0.535326C14.1104 -0.178442 15.2672 -0.178442 15.9805 0.535326L17.4852 2.04001C18.1934 2.75572 18.1934 3.90795 17.4852 4.62344Z' fill='#094594'/></svg>"); }

.custom-select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
  .custom-select::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
    right: 20px;
    z-index: 10;
    display: block;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity));
    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;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s all ease-in-out;    height: 16px;
    width: 20px;
    font-size: 16px; }
  .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none; }

@media screen and (max-width: 768px) {
  .table-responsive {
    overflow-x: auto; } }

.table-responsive table {
  width: 100%;
}
  @media screen and (max-width: 768px) {
    .table-responsive table {
      white-space: nowrap; } }
  .table-responsive table thead tr th {
  --tw-bg-opacity: 1;
  background-color: rgb(253 160 58 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    /* @media screen and (min-width: 1024px) {
      .table-responsive table thead tr th:first-child {
    padding-left: 3rem;
  } } */
  .table-responsive table tbody tr:nth-child(even) {
    background: #f5f5f5; }
  .table-responsive table tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
    .table-responsive table tbody tr td:first-child {
      width: 5.71837%; }
    /* @media screen and (min-width: 1024px) {
      .table-responsive table tbody tr td {
    padding-left: 2rem;
  } } */
    .table-responsive table tbody tr td:last-child {
      width: 17.15511%;
      /* padding-right: 3rem; */
      text-align: center }
      .table-responsive table tbody tr td:last-child .btn-view-more span {
        color: #af9a56; }

.scollbar-wrap {
  height: 300px;
  padding-right: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #A0C4F4 #cccccc; }
  .scollbar-wrap::-webkit-scrollbar {
    background: #cccccc;
    width: 3px; }
  .scollbar-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #cccccc;
    background-color: #cccccc; }
  .scollbar-wrap::-webkit-scrollbar-thumb {
    background-color: #A0C4F4; }
  @media screen and (max-width: 1024px) {
    .scollbar-wrap {
      height: auto; } }

.qradio input {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>"); }
  .qradio input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0000' width='20px' height='20px'><path d='M0 0h24v24H0z' fill='none'/><path d='M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z'/></svg>"); }

.flex-wrap {
  display: flex;
  justify-content: center; }

.login-page .login-panel {
  margin: 60px 0;
  background: #fff;
  border-radius: 5px; }
  .login-page .login-panel .sitelogo {
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
  .login-page .login-panel img {
    height: 80px; }
  .login-page .login-panel .headtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .login-page .login-panel .headtitle:after {
      content: '';
      margin: 10px auto; }

@media (max-width: 1199px) {
  .login-page .login-panel {
    margin: 60px 0; } }

@media (max-width: 543px) {
  .login-page .sitelogo {
    margin-bottom: 30px; } }

.login-form {
  width: 100%;
  margin: 0 auto; }
  .login-form .fa-exclamation-triangle {
  position: absolute;
  top: 100%;
  left: 0px;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .login-form .panel-heading {
    display: none; }
  .login-form .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 3px solid #8c0000;
    padding-left: 10px;
    margin-bottom: 30px; }
  .login-form .module-title {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 20px; }
  .login-form a {
    color: #8c0000; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative; }
    .login-form .form-group label {
      color: #999999;
      text-transform: uppercase;
      display: block;
      width: 50px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #e6e6e6;
      font-size: 0.875rem;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity)) }
      .login-form .form-group label .fa {
        font-size: 1.125rem;
        line-height: 40px; }
  .login-form input {
    width: 350px;
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 10px 30px 10px 60px;
    transition: all, 0.5s; }
    .login-form input::-moz-placeholder {
      font-size: 15px; }
    .login-form input::placeholder {
      font-size: 15px; }
    .login-form input:active, .login-form input:hover, .login-form input:focus {
      border-color: #999999; }
    @media screen and (max-width: 400px) {
      .login-form input {
        width: 300px; } }
  .login-form a {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    margin-right: 15px; }
    .login-form a:hover {
      color: #8c0000; }
  .login-form .forget {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 30px; }
    .login-form .forget input[type='checkbox'] {
  position: relative;
  opacity: 0;
}
      .login-form .forget input[type='checkbox']:checked ~ label::before {
        content: '\F0132'; }
    .login-form .forget label {
      color: #333333;
      font-weight: 300;
      width: auto;
      height: auto;
      text-align: left;
      padding-left: 30px;
      line-height: 1.5;
      font-size: 0.875rem;
      text-transform: none;
      position: relative;
      transition: all, 0.5s; }
      .login-form .forget label:before {
        font-family: 'Material Design Icons';
        content: '\F0131';
        display: block;
        line-height: 14px;
        font-size: 16px;
        color: #333333;
        position: absolute;
        top: 2px;
        left: 1px;
        transition: all, 0.5s; }
      .login-form .forget label:hover {
        color: #333333; }
  .login-form .btn-login {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    background: #8c0000;
    display: block;
    border-radius: 5px;
    overflow: hidden; }
    .login-form .btn-login:hover::after {
      transform: translateX(3px); }
    .login-form .btn-login:before {
      background: #c61017; }
    .login-form .btn-login:after {
      transition: .3s all  ease-in-out;
      font: normal normal normal 24px/1 Material Design Icons;
      content: '\F0142';
      position: absolute;
      top: 12px;
      right: 15px; }
  .login-form input[type='reset'] {
    display: none; }
  .login-form input[type="submit"] {
    line-height: 100%;
    cursor: pointer;
    width: 100%;
    color: #fff !important;
    background: #171e26 !important;
    padding: 15px 60px;
    border: none;
    text-transform: uppercase;
    font-size: 1rem; }
  .login-form .go-signup {
    text-align: center;
    margin-top: 15px; }
    .login-form .go-signup a {
      display: block;
      clear: both;
      color: #8c0000; }
      .login-form .go-signup a:hover {
        color: #000; }

@media (max-width: 543px) {
  .login-form .btn-login {
    width: 100%; } }

.login-bg {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 5px; }
  .login-bg .login-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .login-bg .login-img .login-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: 0.5;
      z-index: 1; }
  .login-bg img {
    height: 100%;
    width: auto;
    max-width: unset;
    filter: grayscale(100%); }
  .login-bg .login-des {
    position: relative;
    z-index: 1;
    color: #fff; }
    .login-bg .login-des .title {
      font-size: 2.875rem;
      font-weight: 300;
      margin-bottom: 20px; }
    .login-bg .login-des .module-title {
      font-size: 1.625rem;
      font-weight: 200;
      opacity: 0.9; }
    .login-bg .login-des .des {
      margin-top: 180px;
      font-size: 1.25rem; }
      .login-bg .login-des .des span {
        opacity: 0.8;
        font-weight: 200;
        display: inline-block;
        margin-right: 10px; }
      .login-bg .login-des .des a {
        display: inline-block;
        opacity: 1;
        font-weight: 300;
        font-size: 2rem;
        color: #fff; }
        .login-bg .login-des .des a:after {
          content: '\f105';
          font-family: 'fontawesome';
          margin-left: 5px; }
        .login-bg .login-des .des a:hover {
          color: #8c0000; }

@media (max-width: 991px) {
  .login-bg {
    width: 100%;
    order: 1; } }

@media (max-width: 767px) {
  .login-bg {
    padding: 30px; } }

@media (max-width: 991px) {
  .login-bg .login-img img {
    height: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-img img {
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@media (max-width: 543px) {
  .login-bg .login-img img {
    width: auto;
    height: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-des .title {
    font-size: 2.25rem;
    margin-bottom: 10px; }
  .login-bg .login-des .module-title {
    font-size: 1.25rem; } }

@media (max-width: 991px) {
  .login-bg .login-des .des {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .login-bg .login-des .des {
    margin-top: 10px; } }

@media (max-width: 543px) {
  .login-bg .login-des .des a {
    font-size: 1.625rem; } }

.panel-primary span {
  color: #eb0c22;
  font-style: italic; }

#ctl00_mainContent_login1_LoginCtrl_lnkPasswordRecovery, #ctl00_mainContent_login1_LoginCtrl_lnkRegisterExtraLink {
  display: none; }

.swiper-grid-section {
  position: relative;
}
  .swiper-grid-section .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 1280.1px) {
  .swiper-grid-section .swiper-slide {
    height: calc((100% - 40px) / 2) !important; } }

@media screen and (max-width: 1024px) {
  .side-social-wrap {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
  } }

@media (min-width: 1024.1px) {
  .side-social-wrap {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;    left: -3.125rem;
  } }

@media (min-width: 1280.1px) {
  .side-social-wrap {
    left: -5.20833rem; } }

.side-social-wrap a {
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;  width: 40px;
  height: 40px;
}
  @media screen and (max-width: 1024px) {
    .side-social-wrap a {
    margin-right: 1rem;
  } }
  .side-social-wrap a em {
    font-size: 22px;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(77 77 77 / var(--tw-text-opacity)) }

.fixed-side-nav {
  pointer-events: auto;
  position: fixed;
  right: 50px;
  bottom: 60px;
  opacity: 1;
  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: .3s all ease-in-out;  transition: .4s all  ease-in-out;
  z-index: 120;
}
  @media screen and (max-width: 1280px) {
    .fixed-side-nav {
    right: 15px;
    opacity: 1;      bottom: 50px;
  } }
  .fixed-side-nav a {
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 40px;
    border: 1px solid white;
}
    .fixed-side-nav a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}
      .fixed-side-nav a:hover em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280.1px) {
  .fixed-side-nav a {
    height: 45px;
    width: 45px; } }
    .fixed-side-nav a em {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;      font-size: 16px;
}

@media (min-width: 1280.1px) {
  .fixed-side-nav a em {
    font-size: 18px; } }

.pad-8 {
  padding: 2.60417rem 0; }

@media (min-width: 1280.1px) {
  .pad-8 {
    padding: 4.16667rem 0; } }

.pad-t-8 {
  padding-top: 2.60417rem; }

@media (min-width: 1280.1px) {
  .pad-t-8 {
    padding-top: 4.16667rem; } }

.pad-b-8 {
  padding-bottom: 2.60417rem; }

@media (min-width: 1280.1px) {
  .pad-b-8 {
    padding-bottom: 4.16667rem; } }

.pad-6 {
  padding: 2.60417rem 0; }

@media (min-width: 1280.1px) {
  .pad-6 {
    padding: 3.125rem 0; } }

.pad-t-6 {
  padding-top: 2.60417rem; }

@media (min-width: 1280.1px) {
  .pad-t-6 {
    padding-top: 3.125rem; } }

.pad-b-6 {
  padding-bottom: 2.60417rem; }

@media (min-width: 1280.1px) {
  .pad-b-6 {
    padding-bottom: 3.125rem; } }

#menu-parallax {
  pointer-events: none;
  position: fixed;
  z-index: 50;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);  left: 48px;
  align-items: flex-start;
}
  @media screen and (max-width: 1440px) {
    #menu-parallax {
      left: 15px; } }
  @media screen and (max-width: 1200px) {
    #menu-parallax {
    display: none;
  } }
  #menu-parallax li {
  pointer-events: none;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-end;    height: 20px;
    border-radius: 10px;
}
    #menu-parallax li:not(:last-child) {
  margin-bottom: 0.75rem;
}
    #menu-parallax li.active span {
  opacity: 1;
}
    #menu-parallax li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}
    #menu-parallax li span {
      font-size: clamp(16px, 1.04167rem, 20px);
      pointer-events: none;
      display: inline-block;
      width: -moz-fit-content;
      width: fit-content;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
      opacity: 0 }
    #menu-parallax li a {
  pointer-events: auto;
  position: relative;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  line-height: 1;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;      height: 16px;
      width: 16px;
}

/* footer, .home-footer {
  padding: 4.16667rem 0; } */
  footer .container .row, .home-footer .container .row {
  justify-content: flex-start;
}
  footer .headline, .home-footer .headline {
  margin-bottom: 1.25rem;
}
  footer .wrap-form .form-group input[type='text'], footer .wrap-form .form-group input[type='email'], footer .wrap-form .form-group textarea, footer .wrap-form .form-group input[type='tel'], .home-footer .wrap-form .form-group input[type='text'], .home-footer .wrap-form .form-group input[type='email'], .home-footer .wrap-form .form-group textarea, .home-footer .wrap-form .form-group input[type='tel'] {
  border-radius: 0px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: 16px;
    border: none;
    border-bottom: 1px solid white;
}
    footer .wrap-form .form-group input[type='text']::-moz-placeholder, footer .wrap-form .form-group input[type='email']::-moz-placeholder, footer .wrap-form .form-group textarea::-moz-placeholder, footer .wrap-form .form-group input[type='tel']::-moz-placeholder, .home-footer .wrap-form .form-group input[type='text']::-moz-placeholder, .home-footer .wrap-form .form-group input[type='email']::-moz-placeholder, .home-footer .wrap-form .form-group textarea::-moz-placeholder, .home-footer .wrap-form .form-group input[type='tel']::-moz-placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: 16px;
}
    footer .wrap-form .form-group input[type='text']::placeholder, footer .wrap-form .form-group input[type='email']::placeholder, footer .wrap-form .form-group textarea::placeholder, footer .wrap-form .form-group input[type='tel']::placeholder, .home-footer .wrap-form .form-group input[type='text']::placeholder, .home-footer .wrap-form .form-group input[type='email']::placeholder, .home-footer .wrap-form .form-group textarea::placeholder, .home-footer .wrap-form .form-group input[type='tel']::placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: 16px;
}
  footer .wrap-form .form-group textarea, .home-footer .wrap-form .form-group textarea {
  padding-top: 0px;    height: 90px;
}
  footer .wrap-form .frm-btnwrap .frm-btn input[type='submit'], .home-footer .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
    width: 160px; }

@media (min-width: 1024.1px) {
  footer .txt, .home-footer .txt {
    padding-right: 3.64583rem; } }
  footer ul li, .home-footer ul li {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024.1px) {
  footer ul li, .home-footer ul li {
    margin-bottom: 1rem;
  } }
  footer ul .icon, .home-footer ul .icon {
  margin-right: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;    height: 32px;
    width: 32px;
    min-width: 32px;
}
    footer ul .icon em, .home-footer ul .icon em {
      font-size: 18px;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity)) }
  footer ul p, .home-footer ul p {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    footer ul p *, .home-footer ul p * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    footer ul p strong, .home-footer ul p strong {
  margin-bottom: 0.5rem;
  display: block;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media screen and (max-width: 1024px) {
    footer .social-network, .home-footer .social-network {
    margin-top: 2rem;
    margin-bottom: 2rem;
  } }

@media (min-width: 1024.1px) {
  footer .social-network, .home-footer .social-network {
    margin: 1.875rem 0 0.625rem; } }
  footer .social-network .ModuleContent, .home-footer .social-network .ModuleContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024.1px) {
  footer .social-network .ModuleContent, .home-footer .social-network .ModuleContent {
    justify-content: flex-start;
  } }
  footer .social-network a, .home-footer .social-network a {
  margin-right: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;    height: 40px;
    width: 40px;
    min-width: 40px;
}
    footer .social-network a em, .home-footer .social-network a em {
      font-size: 22px;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity)) }
    footer .social-network a:not(:last-child), .home-footer .social-network a:not(:last-child) {
  margin-right: 1rem;
}
    footer .social-network a:first-child em, .home-footer .social-network a:first-child em {
      color: #0085FF; }
    footer .social-network a:nth-child(2) em, .home-footer .social-network a:nth-child(2) em {
      color: #FF0000; }
    footer .social-network a:nth-child(3) em, .home-footer .social-network a:nth-child(3) em {
      background: linear-gradient(180deg, #9747FF 0%, #FB47FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-transform: uppercase; }
  footer .copyright, .home-footer .copyright {
  margin-top: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    @media screen and (max-width: 1024px) {
      footer .copyright, .home-footer .copyright {
    text-align: center;
  } }
    footer .copyright *, .home-footer .copyright * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}

header {
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  z-index: 121;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 1200px) {
    header {
      height: 60px; } }
  header .container-fluid {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
    @media screen and (min-width: 1200px) {
      header .container-fluid {
        padding: 0 3.125rem; } }

.nav-brand {
  z-index: 20;
}
  @media screen and (min-width: 1200px) {
    .nav-brand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);      left: 3.125rem;
  } }
  @media screen and (max-width: 1200px) {
    .nav-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  } }
  .nav-brand a {
    display: flex;
    height: 50px;
    width: auto; }
    @media screen and (min-width: 1200px) {
      .nav-brand a {
        height: 80px; } }
    .nav-brand a img, .nav-brand a svg {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

@media screen and (max-width: 1200px) {
  .nav-primary-menu {
    display: none;
    padding: 1.5rem;
  } }

.nav-primary-menu .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-partner .nav-primary-menu .nav {
  margin: 2.5rem 0 1.04167rem; }

@media screen and (max-width: 768px) {
    .home-partner .nav-primary-menu .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }

.home-partner .nav-primary-menu .nav .block-title {
  text-align: center;
}

@media (min-width: 768px) {
  .home-partner .nav-primary-menu .nav .block-title {
    margin-bottom: 0px;
  } }

.home-news .nav-primary-menu .nav {
    margin-bottom: 2.08333rem; }

@media screen and (max-width: 768px) {
      .home-news .nav-primary-menu .nav {
    display: block;
    text-align: center;
  }
        .home-news .nav-primary-menu .nav .block-title {
    margin-bottom: 1rem;
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .nav {
    height: 100%;
  } }
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-primary-menu .drop-down {
    display: flex;
    flex-direction: column;
  } }

.nav-primary-menu .drop-down.is-open .title em:before {
  transform: scaleY(-1); }

.nav-primary-menu .drop-down .nav-link-sub {
  display: flex;
  justify-content: flex-start;
}
  .nav-primary-menu .drop-down .nav-link-sub.active a, .nav-primary-menu .drop-down .nav-link-sub.current-project-ancestor a {
  text-decoration-line: underline;
}
  .nav-primary-menu .drop-down .nav-link-sub a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 500;
  text-transform: none;    justify-content: flex-start;
    font-size: clamp(16px, 0.9375rem, 18px);
}
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .drop-down .nav-link-sub a {
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }
    .nav-primary-menu .drop-down .nav-link-sub a:hover {
  text-decoration-line: underline;
}

.nav-primary-menu .drop-down .title {
  position: relative;
}
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .drop-down .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.home-partner .nav-primary-menu .drop-down .title {
  margin: 2.5rem 0 1.04167rem; }
  @media screen and (max-width: 768px) {
    .home-partner .nav-primary-menu .drop-down .title {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
    } }
  .home-partner .nav-primary-menu .drop-down .title .block-title {
    text-align: center;
  }

@media (min-width: 768px) {
  .home-partner .nav-primary-menu .drop-down .title .block-title {
      margin-bottom: 0px;
    } }
  .home-news .nav-primary-menu .drop-down .title {
    margin-bottom: 2.08333rem; }
    @media screen and (max-width: 768px) {
      .home-news .nav-primary-menu .drop-down .title {
      display: block;
      text-align: center;
    }
        .home-news .nav-primary-menu .drop-down .title .block-title {
      margin-bottom: 1rem;
    } } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .drop-down .title {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  } }
  .nav-primary-menu .drop-down .title a {
  position: relative;    padding: 0.41667rem 0;
}
    .nav-primary-menu .drop-down .title a::after {
      content: '';
      height: 1px;
      pointer-events: none;
      bottom: 0px;
      z-index: 10;
      display: block;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(10 10 10 / var(--tw-bg-opacity));
      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;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out }
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .drop-down .title a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
        .nav-primary-menu .drop-down .title a::after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  } }
  .nav-primary-menu .drop-down .title em {
    margin-left: 0.52083rem;
    line-height: 1;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-in-out;    font-size: 16px;
    height: 12px; }
    .nav-primary-menu .drop-down .title em:before {
  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: .3s all ease-in-out;
}
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .drop-down .title em {
        width: 40px;
        height: 30px;
        font-size: 20px;
        position: absolute;
        right: 0px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        top: 50%;
        transform: translateY(-50%) } }

@media screen and (min-width: 1200px) {
  .nav-primary-menu .drop-down:hover .nav-sub {
    pointer-events: auto;
    transform: none;
    opacity: 1;
  } }

@media screen and (max-width: 1200px) {
  .nav-primary-menu .drop-down .nav-sub {
    display: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  } }

@media screen and (min-width: 1200px) {
  .nav-primary-menu .drop-down .nav-sub {
    padding: 0.52083rem 1.30208rem;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 20;
    width: -moz-max-content;
    width: max-content;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 0;    transform: translateY(25%);
    transition: .45s all  ease-in-out; } }

.nav-primary-menu .nav-link {
  position: relative;
  z-index: 10;
}
  @media screen and (max-width: 1200px) {
    .nav-primary-menu .nav-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .nav-link {
      margin: 0 0.41667rem;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center } }
  @media screen and (min-width: 1600px) {
    .nav-primary-menu .nav-link {
      margin: 0 1.14583rem; } }
  .nav-primary-menu .nav-link.active .title a::after, .nav-primary-menu .nav-link:hover .title a::after, .nav-primary-menu .nav-link.current-project-ancestor .title a::after {
  width: 100%;
}
  .nav-primary-menu .nav-link.active > a::after, .nav-primary-menu .nav-link:hover > a::after, .nav-primary-menu .nav-link.current-project-ancestor > a::after {
  width: 100%;
}
  .nav-primary-menu .nav-link > a::after {
    content: '';
    pointer-events: none;
    bottom: 0px;
    z-index: 10;
    display: block;
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity));
    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;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s all ease-in-out;    height: 1px; }
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .nav-link > a::after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
    .nav-primary-menu .nav-link > a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  } }
  @media screen and (min-width: 1200px) {
    .nav-primary-menu .nav-link > a {
      padding: 0.41667rem 0; } }
  .nav-primary-menu .nav-link a {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all ease-in-out;    font-size: clamp(18px, 1.04167rem, 20px);
}
    @media screen and (max-width: 1200px) {
      .nav-primary-menu .nav-link a {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }
    @media screen and (min-width: 1200px) {
      .nav-primary-menu .nav-link a {
        font-size: clamp(14px, 0.83333rem, 16px); } }

.sticky-nav {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;  height: 50px;
}
  .sticky-nav .container {
  height: 100%;
}
    @media screen and (max-width: 1024px) {
      .sticky-nav .container {
    overflow-x: auto;
  } }
  .sticky-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
    @media screen and (max-width: 1024px) {
      .sticky-nav ul {
    white-space: nowrap;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
  } }
    .sticky-nav ul li {
  height: 100%;
}

@media (min-width: 1024.1px) {
  .sticky-nav ul li {
    padding: 0 2.60417rem; } }
      @media screen and (max-width: 1024px) {
        .sticky-nav ul li:not(:first-child) {
    margin-left: 0.75rem;
  } }
      .sticky-nav ul li.active a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .sticky-nav ul li.active a::after, .sticky-nav ul li:hover a::after {
  width: 100%;
}
  .sticky-nav a {
  position: relative;
  height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;    font-size: clamp(14px, 0.83333rem, 16px);
    align-items: center;
}
    .sticky-nav a::after {
      content: '';
      height: 1px;
      pointer-events: none;
      bottom: 1px;
      z-index: 10;
      display: block;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(201 37 44 / var(--tw-bg-opacity));
      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;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out }

.block-row-about {
  position: relative;
}
  .block-row-about .col:hover .item-about:before {
  opacity: 0;
}
  .block-row-about .col:hover .item-about::after {
  opacity: 0.5;
}
  .block-row-about .col:hover .item-about .icon {
  --tw-border-opacity: 1;
  border-color: rgb(24 178 126 / var(--tw-border-opacity));
}
    .block-row-about .col:hover .item-about .icon img {
      filter: brightness(0) invert(1); }
  .block-row-about .col:hover .item-about .img-wrap a img {
  opacity: 1;
}
  .block-row-about .col:hover .item-about .headline {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .block-row-about .col:hover .item-about .headline * {
  text-transform: uppercase;
}
  .block-row-about .col:hover .item-about .btn-tertiary {
  height: 20px;
  transform: none;
  opacity: 1;
}

.item-about {
  position: relative;  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}
  .item-about::before, .item-about::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    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: .3s all ease-in-out }
  .item-about::after {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  opacity: 0;
}
  .item-about .headline {
  margin-bottom: 0.5rem;
  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: .3s all ease-in-out;
}
  .item-about .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 101.20482%; }
    .item-about .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all;
      opacity: 0; }
  .item-about .txt {
  z-index: 40;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);    justify-content: space-between;
    padding: 1.5625rem;
}
  .item-about .wrap-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
  .item-about .icon {
  z-index: 30;
  border-width: 1px;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;    height: 5.72917rem;
    width: 5.72917rem;
}
    .item-about .icon a {
  border-width: 1px;
  border-color: transparent;
  display: flex;
  justify-content: flex-start;      height: 4.16667rem;
      width: 4.16667rem;
}
    .item-about .icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      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: .3s all ease-in-out }
  .item-about .btn-tertiary {
  height: 0px;
  opacity: 0;    transform: translateY(100%);
}

.about-information {
  padding: 3.125rem 0; }

@media (min-width: 1024.1px) {
  .about-information {
    padding: 5.72917rem 0; } }
  .about-information .block-title {
  margin-bottom: 1rem;
}
  .about-information .zone-desc {
  line-height: 1.625;
}
  .about-information .number-wrap {
  position: relative;
  text-align: center;
}
    .about-information .number-wrap::before {
      content: ''; }
    .about-information .number-wrap .block-title {
  margin-left: auto;
  margin-right: auto;
  text-transform: none;      margin-top: 1.5625rem;
      max-width: 19.79167rem;
}
    .about-information .number-wrap .counter {
      font-size: 10.41667rem;
      font-weight: 700;
      text-transform: uppercase;
      --tw-text-opacity: 1;
      color: rgb(253 160 58 / var(--tw-text-opacity));      line-height: .7; }

@media (min-width: 1024.1px) {
  .about-information .number-wrap .counter {
    font-size: 15.625rem; } }
  .about-information .slash-top {
  pointer-events: none;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  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: .3s all ease-in-out;    height: 40px;
    width: 1px;
    margin: 2.08333rem auto 1.04167rem auto;
}

@media (min-width: 1024.1px) {
  .about-information .slash-top {
    margin: 3.125rem auto 1.5625rem auto; } }
  .about-information .slash-bottom {
  pointer-events: none;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  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: .3s all ease-in-out;    background: linear-gradient(180deg, #C9252C 0%, rgba(201, 37, 44, 0) 100%);
    height: 6.77083rem;
    width: 1px;
    margin: 1.04167rem auto;
}

.about-message {
  position: relative;
  overflow: hidden;  padding: 3.125rem 0 0 0;
}
  .about-message::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 10;
    display: block;
    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: .3s all ease-in-out;    height: 15.625rem;
    width: 15.625rem;
    background: url("../img/icon/icon-4.png");
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .about-message::after {
    right: 0px;
    bottom: 0px;
  } }

@media (min-width: 1024.1px) {
  .about-message::after {
    height: 31.25rem;
    width: 31.25rem;
    top: 0px;    right: 7.8125rem; } }
  .about-message .container-fluid {
  position: relative;
  z-index: 20;
  padding: 0px;
}
  .about-message .container {
  position: relative;
  z-index: 30;
}

@media (min-width: 1024.1px) {
  .about-message .container {
    margin-top: -39.0625rem; } }
  @media screen and (max-width: 1024px) {
    .about-message .bottom-row {
    margin: 0px;
  }
      .about-message .bottom-row .col {
    margin-bottom: 0px;
  } }

@media (min-width: 1024.1px) {
  .about-message .logo {
    padding-top: 2.60417rem; } }
  .about-message .logo a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;    height: 120px;
    width: auto;
}
    @media screen and (max-width: 1024px) {
      .about-message .logo a {
        height: 6.25rem; } }
    .about-message .logo a img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .about-message .img a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 62.56793%; }
    .about-message .img a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .about-message .scollbar-wrap {
    height: 27.29167rem;
    max-height: 530px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
    scrollbar-color: #FFBBBB rgba(255, 65, 65, 0.5); }
    .about-message .scollbar-wrap::-webkit-scrollbar {
      background: rgba(255, 65, 65, 0.5);
      width: 4px;
      border-radius: 5px; }
    .about-message .scollbar-wrap::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(255, 65, 65, 0.5);
      background-color: rgba(255, 65, 65, 0.5);
      border-radius: 5px; }
    .about-message .scollbar-wrap::-webkit-scrollbar-thumb {
      background-color: #FFBBBB;
      border-radius: 5px; }
    .about-message .scollbar-wrap * {
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    .about-message .scollbar-wrap p {
  margin-bottom: 1.25rem;
}
  .about-message .txt {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));    border-top-left-radius: 2.08333rem;
    padding: 30px;
}
    @media screen and (max-width: 1024px) {
      .about-message .txt {
        padding-right: 1.5625rem; } }

@media (min-width: 1024.1px) {
  .about-message .txt {
    border-top-left-radius: 4.16667rem;
    padding: 3.64583rem 0 3.64583rem 5.72917rem; }
    .about-message .txt::before {
      content: '';
      pointer-events: none;
      position: absolute;
      z-index: 10;
      display: block;
      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: .3s all ease-in-out;      top: 3.64583rem;
      left: -25px;
      height: 53px;
      width: 80px;
      background: url("../img/icon/qoute-white.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .about-message .txt::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 100%;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(201 37 44 / var(--tw-bg-opacity));
      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: .3s all ease-in-out } }
    .about-message .txt .title {
  margin-bottom: 0.5rem;
}
    .about-message .txt .block-title {
  margin-bottom: 1rem;
}
  .about-message .information {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    margin-top: 1.5625rem;
}
    .about-message .information * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .about-message .information .sub-title {
  margin-bottom: 0.5rem;      font-size: clamp(14px, 0.83333rem, 16px);
}
    .about-message .information .name {
      font-size: clamp(18px, 1.04167rem, 20px); }

.about-vision {
  padding: 3.125rem 0;
  position: relative }
  @media screen and (max-width: 1024px) {
    .about-vision {
      background-position: top; } }
  .about-vision::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    display: block;
    width: 100%;
    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: .3s all ease-in-out;    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.690976) 50.17%, rgba(255, 255, 255, 0) 100%);
    height: 10.41667rem; }
  .about-vision::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: -10px;
    z-index: 10;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    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: .3s all ease-in-out;    height: 20px; }

@media (min-width: 1024.1px) {
  .about-vision {
    padding: 10.41667rem 0 0 0; } }
  .about-vision .container {
  position: relative;
  z-index: 30;
}
    .about-vision .container .row {
  margin-bottom: 0px;
  justify-content: space-between;
}
      .about-vision .container .row .col {
  margin-bottom: 0px;
}
        @media screen and (max-width: 1024px) {
          .about-vision .container .row .col:first-child {
            order: 2; }
          .about-vision .container .row .col:nth-child(2) {
            order: 1; } }
  .about-vision .block-title {
  text-transform: none;
}
  .about-vision .desc {
  line-height: 1.5;
}
  .about-vision .title-1 {
  margin-bottom: 1rem;
}
  .about-vision .title-2 {
    padding: 1.66667rem 0; }

@media (min-width: 1024.1px) {
  .about-vision .img:nth-child(2) {
    margin-bottom: 7.8125rem; } }
  .about-vision .img-wrap {
  margin-left: -1rem;
  margin-right: -1rem;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  justify-content: center;    align-items: flex-end;
}
    .about-vision .img-wrap .img {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
      .about-vision .img-wrap .img a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 183.5443%; }
        .about-vision .img-wrap .img a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          transition: .3s ease-in-out all; }
  .about-vision .txt {
  margin-top: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(133 133 133 / var(--tw-border-opacity));    padding-bottom: 1.82292rem;
}
    @media screen and (max-width: 1024px) {
      .about-vision .txt {
    padding-top: 2rem;
  } }

@media (min-width: 1024.1px) {
  .about-vision .txt-wrap {
    padding-bottom: 5.20833rem; } }
  .about-vision .txt-wrap .block-title {
  margin-bottom: 0px;
}
  .about-vision .item {
  display: flex;
  justify-content: flex-start;
}
    @media screen and (max-width: 450px) {
      .about-vision .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
    .about-vision .item:not(:last-child) {
      margin-bottom: 1.5625rem; }
    .about-vision .item .icon {
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;      margin-right: 20px;
      border: 1px solid #50C1D8;
      width: 50px;
      height: 50px;
      min-width: 50px;
      background: radial-gradient(50% 50% at 50% 50%, #20438E 0%, #112555 100%);
}
      @media screen and (max-width: 450px) {
        .about-vision .item .icon {
    margin-bottom: 1rem;
  } }
    .about-vision .item .desc {
  line-height: 1.625;
}
      @media screen and (max-width: 450px) {
        .about-vision .item .desc {
    text-align: center;
  } }

.about-core-value {
  padding: 2.08333rem 0;
  position: relative }
  .about-core-value::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(201 37 44 / var(--tw-bg-opacity));
    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: .3s all ease-in-out;    height: 0.78125rem; }

@media (min-width: 1024.1px) {
  .about-core-value::after {
    height: 1.77083rem; }
  .about-core-value {
    padding: 5.72917rem 0 1.77083rem; } }
  .about-core-value .row {
  justify-content: space-between;
}
    @media screen and (max-width: 1024px) {
      .about-core-value .row .col:first-child {
        order: 2; }
      .about-core-value .row .col:nth-child(2) {
        order: 1; } }

@media (min-width: 1024.1px) {
  .about-core-value .txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  } }
  .about-core-value .headline {
  margin-bottom: 0.5rem;
}
  .about-core-value ul {
  width: 100%;
}
  .about-core-value li {
    padding: 0.625rem 0 0.83333rem;
    border-bottom: 1px solid #E7E7E7; }
    .about-core-value li:first-child {
      border-top: 1px solid #E7E7E7; }
  .about-core-value .img-wrap {
    margin-bottom: -10px; }
    .about-core-value .img-wrap a {
      display: flex;
      height: 32.29167rem;
      width: auto;
      align-items: flex-end; }
      @media screen and (max-width: 1024px) {
        .about-core-value .img-wrap a img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }

.about-partner {
  padding: 3.125rem 0; }

@media (min-width: 1024.1px) {
  .about-partner {
    padding: 5.72917rem 0 4.6875rem; } }
  .about-partner .wrap-gap {
    margin-bottom: 1.66667rem; }
    @media screen and (max-width: 768px) {
      .about-partner .wrap-gap {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
  .about-partner .swiper-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;    padding: 0 !important;
}
    @media screen and (max-width: 768px) {
      .about-partner .swiper-nav-wrap {
    margin-top: 1.5rem;
  } }
    .about-partner .swiper-nav-wrap .nav-prev, .about-partner .swiper-nav-wrap .nav-next {
  position: static;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
  .about-partner .txt {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;    padding: 20px;
}
  .about-partner .block-wrap {
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
  .about-partner .block-title {
  margin-bottom: 0px;
}
  .about-partner .row {
  margin: 0px;
  padding: 0px;
}
    .about-partner .row .col {
  margin: 0px;
  padding: 0px;
}
  .about-partner .about-partner-swiper {
    padding: 0 16px; }
  .about-partner .img-wrap {
    border-top: 16px solid #F0f0f0;
    border-bottom: 16px solid #F0f0f0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) }
    .about-partner .img-wrap a {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;      height: 110px;
      width: auto;
}
      .about-partner .img-wrap a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.gallery-list .top-nav {
  margin-bottom: 2.08333rem; }

@media (min-width: 1024.1px) {
  .gallery-list .top-nav {
    margin-bottom: 3.125rem; } }

.gallery-list .row {
  display: flex;
  justify-content: flex-start;
}
  @media screen and (max-width: 1024px) {
    .gallery-list .row {
      margin: 0 -5px  -10px -5px; }
      .gallery-list .row .col {
        padding: 0 5px;
        margin-bottom: 10px; } }

.gallery-list .block-title {
  text-align: center;
}

.gallery-list .col:nth-child(3) .txt, .gallery-list .col:nth-child(4) .txt, .gallery-list .col:nth-child(5) .txt {
  padding-bottom: 1.25rem;
}

.gallery-list .col:nth-child(3) .headline, .gallery-list .col:nth-child(4) .headline, .gallery-list .col:nth-child(5) .headline {
  font-size: clamp(14px, 0.83333rem, 16px); }

.gallery-item {
  position: relative;
}
  .gallery-item:hover .headline {
  text-decoration-line: underline;
}
  .gallery-item .img-src a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .gallery-item .img-src a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .gallery-item .txt {
  pointer-events: none;
  bottom: 0px;
  z-index: 20;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    height: 100px;
}

@media (min-width: 1024.1px) {
  .gallery-item .txt {
    padding-bottom: 2rem;
  } }

.contact-us .address-list {
  overflow-y: auto;
  scrollbar-width: thin;
  height: 33.07292rem;
  scrollbar-color: #C9252C #D9D9D9; }
  .contact-us .address-list::-webkit-scrollbar {
    background: #D9D9D9;
    width: 4px;
    border-radius: 5px; }
  .contact-us .address-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #D9D9D9;
    background-color: #D9D9D9;
    border-radius: 5px; }
  .contact-us .address-list::-webkit-scrollbar-thumb {
    background-color: #C9252C;
    border-radius: 5px; }
  @media screen and (max-width: 1024px) {
    .contact-us .address-list {
      height: 400px; } }
  .contact-us .address-list ul li {
  display: flex;
  justify-content: flex-start;
}
    .contact-us .address-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
  .contact-us .address-list ul em {
  margin-right: 1rem;
  padding-top: 0.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));    font-size: 16px;
}
  .contact-us .address-list ul span {
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    .contact-us .address-list ul span * {
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}

.contact-us .item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));  padding: 20px;
}
  .contact-us .item.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}
    .contact-us .item.is-active .headline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .contact-us .item.is-active span, .contact-us .item.is-active em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-us .headline {
  margin-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.map-wrapper {
  height: 100%;
}
  .map-wrapper a {
    display: block;
    height: 100%;
    overflow: hidden;    text-align: center;
    width: 100%;
    height: 33.07292rem; }
    @media screen and (max-width: 1024px) {
      .map-wrapper a {
        height: 400px; } }
    @media screen and (max-width: 576px) {
      .map-wrapper a {
        height: 300px; } }
    .map-wrapper a iframe {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.contact-form .block-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));  padding: 3.125rem 0;
}

.contact-form .desc {
  margin-bottom: 1.5625rem;
  text-align: center;
  line-height: 1.625 }

.contact-form .wrap-form .form-group {
  margin-bottom: 20px !important; }

.contact-form .wrap-form .frm-btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel__button {
  top: 0 !important;
  width: 44px;
  height: 44px;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity)) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important }
  .carousel__button svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7-spinner {
  display: none;
}

.wrap-form {
  position: relative;
}
  .wrap-form .row {
    box-shadow: none !important; }
  .wrap-form .fa-exclamation-triangle {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 300;    bottom: -20px;
    left: 0;
    color: #f30000;
}
  .wrap-form .col {
  position: relative;
  margin-bottom: 1rem;
}
    .wrap-form .col:last-child {
  margin-bottom: 1.5rem;
}
  .wrap-form .form-group {
  position: relative;    margin-bottom: 30px !important;
}
    .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select, .wrap-form .form-group input[type='email'], .wrap-form .form-group input[type='tel'] {
      height: 50px;
      background: #ffffff;
      border: 1px solid #E0E0E0;
      border-radius: 10px;
      width: 100%;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      font-size: 1rem;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity)) }
      @media screen and (max-width: 1024px) {
        .wrap-form .form-group input[type='text'], .wrap-form .form-group textarea, .wrap-form .form-group select, .wrap-form .form-group input[type='email'], .wrap-form .form-group input[type='tel'] {
          height: 40px; } }
      .wrap-form .form-group input[type='text']::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder, .wrap-form .form-group input[type='email']::-moz-placeholder, .wrap-form .form-group input[type='tel']::-moz-placeholder {
  font-size: 1rem;
  font-weight: 400;
}
      .wrap-form .form-group input[type='text']::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder, .wrap-form .form-group input[type='email']::placeholder, .wrap-form .form-group input[type='tel']::placeholder {
  font-size: 1rem;
  font-weight: 400;
}
        @media screen and (max-width: 1024px) {
          .wrap-form .form-group input[type='text']::-moz-placeholder, .wrap-form .form-group textarea::-moz-placeholder, .wrap-form .form-group select::-moz-placeholder, .wrap-form .form-group input[type='email']::-moz-placeholder, .wrap-form .form-group input[type='tel']::-moz-placeholder {
    font-size: 0.875rem;
  }
          .wrap-form .form-group input[type='text']::placeholder, .wrap-form .form-group textarea::placeholder, .wrap-form .form-group select::placeholder, .wrap-form .form-group input[type='email']::placeholder, .wrap-form .form-group input[type='tel']::placeholder {
    font-size: 0.875rem;
  } }
    .wrap-form .form-group select option {
  font-size: 1rem;
}
    .wrap-form .form-group p {
  margin-bottom: 0px;
  width: 100%;
}
      .wrap-form .form-group p span {
  display: block;
  width: 100%;
}
  .wrap-form .form-group.form-select {
    overflow: hidden;
    position: relative; }
    .wrap-form .form-group.form-select:before {
      content: '\F0140';
      font-family: 'Material Design Icons';
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      color: #111111;
      transform: translateY(-50%);
      z-index: 1;
      pointer-events: none;
      font-size: 16px; }
    .wrap-form .form-group.form-select select {
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .wrap-form .form-group.form-select select::-ms-expand {
        display: none; }
  .wrap-form .form-group textarea {
  padding: 1rem;    height: 7rem;
}

@media (min-width: 1024.1px) {
  .wrap-form .form-group textarea {
    height: 120px; } }
  .wrap-form .frm-btnwrap {
    margin: 0 0 30px 0 !important;
    width: 100%;
    display: flex;
    justify-content: flex-start }
    .wrap-form .frm-btnwrap .frm-btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
      .wrap-form .frm-btnwrap .frm-btn:after {
        content: '\e900';
        font-family: "icomoon";
        pointer-events: none;
        z-index: 10;
        display: block;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        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;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s all ease-in-out;        right: 30px;
        font-size: 10px;
        height: 14px;
        width: 1.25rem; }
      .wrap-form .frm-btnwrap .frm-btn:hover:after {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .wrap-form .frm-btnwrap .frm-btn:hover input[type='submit'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .wrap-form .frm-btnwrap .frm-btn input[type='submit'] {
        width: 140px;
        padding: 12px 24px;
        height: 44px;
        font-size: 14px;
        margin-left: 1rem;
        border-radius: 9999px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(253 160 58);
        --tw-bg-opacity: 1;
        background: rgb(253 160 58);
        font-weight: 700;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        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;
        display: flex;
        justify-content: flex-start;
        transition: .3s all ease-in-out }
    .wrap-form .frm-btnwrap p {
  margin-bottom: 0px;
}

.frm-btn-reset {
  display: none; }

.frm-captcha {
  margin: 40px 0 0  0 !important;
  display: inline-flex;
  flex-direction: row-reverse; }
  .frm-captcha img {
    height: 44px !important;
    max-width: auto;
    max-width: 150px; }
    @media screen and (max-width: 1200px) {
      .frm-captcha img {
        max-width: 150px; } }
  @media screen and (max-width: 576px) {
    .frm-captcha {
      flex-direction: column-reverse; } }
  .frm-captcha .frm-captcha-input {
  margin-top: 0px;    margin-left: 50px;
}
    @media screen and (max-width: 576px) {
      .frm-captcha .frm-captcha-input {
        margin-left: 0;
        margin-top: 1rem } }
    .frm-captcha .frm-captcha-input label {
      display: none; }
    .frm-captcha .frm-captcha-input input {
      padding: 0 10px;
      margin-top: 0;
      height: 30px; }
      @media screen and (max-width: 1280px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 200px; } }
      @media screen and (max-width: 1200px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 150px; } }
      @media screen and (max-width: 1024px) {
        .frm-captcha .frm-captcha-input input {
          max-width: 200px; } }
      @media (max-width: 767.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 20px; } }
      @media (max-width: 576.98px) {
        .frm-captcha .frm-captcha-input input {
          margin-left: 0; } }
  .frm-captcha .rcRefreshImage {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 0;
    width: 0;
    right: -5px;
    top: 5px;
    color: #ffffff;
    z-index: 0;
    font-size: 0; }
    .frm-captcha .rcRefreshImage:before {
      font-family: 'Material Design Icons';
      position: absolute;
      top: 0;
      right: -40px;
      opacity: 1;
      z-index: 99;
      color: #9d9080;
      font-size: 30px;
      content: "\F0450";
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      @media screen and (max-width: 576px) {
        .frm-captcha .rcRefreshImage:before {
          height: 50px; } }

@media screen and (max-width: 500px) {
  #ctl00_mainContent_ctl05_captcha_ctl00 {
    display: none; } }

#ctl00_mainContent_ctl02_captcha_ctl01 {
  position: relative; }

#ctl00_mainContent_ctl06_btnReset, #ctl00_mainContent_ctl05_captcha_ctl00, #ctl00_mainContent_ctl08_captcha_ctl00, #ctl00_mainContent_ctl07_captcha_ctl00 {
  display: none; }

#ctl00_mainContent_ctl06_txtCaptcha {
  margin-left: 10px; }

#ctl00_mainContent_ctl06_captcha_CaptchaLinkButton #text {
  display: none; }

.RadCaptcha {
  position: relative;
}
  @media screen and (max-width: 767.5px) {
    .RadCaptcha {
      margin-left: 0; } }
  .RadCaptcha span {
  display: none;
}
  .RadCaptcha #ctl00_mainContent_ctl04_captcha_ctl00 {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(253 160 58 / var(--tw-text-opacity)) }
  .RadCaptcha > div > div {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    height: 40px !important;
    margin-top: 0; }
    @media (max-width: 767.98px) {
      .RadCaptcha > div > div {
        margin-right: 0;
        width: 180px; } }

.language-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0px;
  padding-right: 0px;  z-index: 121;
  margin: 0 2.08333rem;
}
  @media screen and (max-width: 1200px) {
    .language-wrapper {
      margin: 0 1.04167rem; } }
  .language-wrapper:hover {
  overflow: visible;
}
    .language-wrapper:hover .language-list {
  pointer-events: auto;
  opacity: 1;
}
  .language-wrapper .current-language {
  position: relative;
  z-index: 40;
}
    .language-wrapper .current-language em {
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));      font-size: 24px;
}
      @media screen and (max-width: 576px) {
        .language-wrapper .current-language em {
          font-size: 20px; } }
    .language-wrapper .current-language .fa-chevron-down {
      font-size: 16px;
      margin-left: 10px;
      font-weight: 400 }
      @media screen and (max-width: 576px) {
        .language-wrapper .current-language .fa-chevron-down {
          margin-left: 4px; } }
  .language-wrapper .language-list {
  pointer-events: none;
  position: absolute;
  top: 100%;
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  opacity: 0;
  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: .3s all ease-in-out;
}

@media (min-width: 1024.1px) {
  .language-wrapper .language-list {
    left: 50%;
    transform: translateX(-50%);
  } }
    @media screen and (max-width: 1024px) {
      .language-wrapper .language-list {
    left: 0px;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  } }
    .language-wrapper .language-list li {
  display: inline-block;
}
      @media screen and (max-width: 1024.1px) {
        .language-wrapper .language-list li {
    margin-bottom: 0.5rem;
  } }
      .language-wrapper .language-list li a {
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
        .language-wrapper .language-list li a:hover {
  text-decoration-line: underline;
}
        @media screen and (max-width: 1024.1px) {
          .language-wrapper .language-list li a {
    font-size: 1.25rem;
  } }

.flex-wrap {
  display: flex;
  justify-content: center; }

.login-page .login-panel {
  margin: 60px 0;
  background: #fff;
  border-radius: 5px; }
  .login-page .login-panel .sitelogo {
    text-align: center;
    margin-bottom: 40px;
    width: 100%; }
  .login-page .login-panel img {
    height: 80px; }
  .login-page .login-panel .headtitle {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .login-page .login-panel .headtitle:after {
      content: '';
      margin: 10px auto; }

@media (max-width: 1199px) {
  .login-page .login-panel {
    margin: 60px 0; } }

@media (max-width: 543px) {
  .login-page .sitelogo {
    margin-bottom: 30px; } }

.login-form {
  width: 100%;
  margin: 0 auto; }
  .login-form .fa-exclamation-triangle {
  position: absolute;
  top: 100%;
  left: 0px;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .login-form .panel-heading {
    display: none; }
  .login-form .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    border-left: 3px solid #8c0000;
    padding-left: 10px;
    margin-bottom: 30px; }
  .login-form .module-title {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 20px; }
  .login-form a {
    color: #8c0000; }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative; }
    .login-form .form-group label {
      color: #999999;
      text-transform: uppercase;
      display: block;
      width: 50px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      border-right: 1px solid #e6e6e6;
      font-size: 0.875rem;
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity)) }
      .login-form .form-group label .fa {
        font-size: 1.125rem;
        line-height: 40px; }
  .login-form input {
    width: 350px;
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    padding: 10px 30px 10px 60px;
    transition: all, 0.5s; }
    .login-form input::-moz-placeholder {
      font-size: 15px; }
    .login-form input::placeholder {
      font-size: 15px; }
    .login-form input:active, .login-form input:hover, .login-form input:focus {
      border-color: #999999; }
    @media screen and (max-width: 400px) {
      .login-form input {
        width: 300px; } }
  .login-form a {
    display: inline-block;
    color: #000;
    padding: 10px 0;
    margin-right: 15px; }
    .login-form a:hover {
      color: #8c0000; }
  .login-form .forget {
    font-size: 0.875rem;
    color: #999999;
    margin-bottom: 30px; }
    .login-form .forget input[type='checkbox'] {
  position: relative;
  opacity: 0;
}
      .login-form .forget input[type='checkbox']:checked ~ label::before {
        content: '\F0132'; }
    .login-form .forget label {
      color: #333333;
      font-weight: 300;
      width: auto;
      height: auto;
      text-align: left;
      padding-left: 30px;
      line-height: 1.5;
      font-size: 0.875rem;
      text-transform: none;
      position: relative;
      transition: all, 0.5s; }
      .login-form .forget label:before {
        font-family: 'Material Design Icons';
        content: '\F0131';
        display: block;
        line-height: 14px;
        font-size: 16px;
        color: #333333;
        position: absolute;
        top: 2px;
        left: 1px;
        transition: all, 0.5s; }
      .login-form .forget label:hover {
        color: #333333; }
  .login-form .btn-login {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    background: #8c0000;
    display: block;
    border-radius: 5px;
    overflow: hidden; }
    .login-form .btn-login:hover::after {
      transform: translateX(3px); }
    .login-form .btn-login:before {
      background: #c61017; }
    .login-form .btn-login:after {
      transition: .3s all  ease-in-out;
      font: normal normal normal 24px/1 Material Design Icons;
      content: '\F0142';
      position: absolute;
      top: 12px;
      right: 15px; }
  .login-form input[type='reset'] {
    display: none; }
  .login-form input[type="submit"] {
    line-height: 100%;
    cursor: pointer;
    width: 100%;
    color: #fff !important;
    background: #171e26 !important;
    padding: 15px 60px;
    border: none;
    text-transform: uppercase;
    font-size: 1rem; }
  .login-form .go-signup {
    text-align: center;
    margin-top: 15px; }
    .login-form .go-signup a {
      display: block;
      clear: both;
      color: #8c0000; }
      .login-form .go-signup a:hover {
        color: #000; }

@media (max-width: 543px) {
  .login-form .btn-login {
    width: 100%; } }

.login-bg {
  width: 60%;
  position: relative;
  overflow: hidden;
  padding: 50px;
  border-radius: 5px; }
  .login-bg .login-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .login-bg .login-img .login-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: 0.5;
      z-index: 1; }
  .login-bg img {
    height: 100%;
    width: auto;
    max-width: unset;
    filter: grayscale(100%); }
  .login-bg .login-des {
    position: relative;
    z-index: 1;
    color: #fff; }
    .login-bg .login-des .title {
      font-size: 2.875rem;
      font-weight: 300;
      margin-bottom: 20px; }
    .login-bg .login-des .module-title {
      font-size: 1.625rem;
      font-weight: 200;
      opacity: 0.9; }
    .login-bg .login-des .des {
      margin-top: 180px;
      font-size: 1.25rem; }
      .login-bg .login-des .des span {
        opacity: 0.8;
        font-weight: 200;
        display: inline-block;
        margin-right: 10px; }
      .login-bg .login-des .des a {
        display: inline-block;
        opacity: 1;
        font-weight: 300;
        font-size: 2rem;
        color: #fff; }
        .login-bg .login-des .des a:after {
          content: '\f105';
          font-family: 'Font Awesome 6 Pro';
          margin-left: 5px; }
        .login-bg .login-des .des a:hover {
          color: #8c0000; }

@media (max-width: 991px) {
  .login-bg {
    width: 100%;
    order: 1; } }

@media (max-width: 767px) {
  .login-bg {
    padding: 30px; } }

@media (max-width: 991px) {
  .login-bg .login-img img {
    height: auto;
    width: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-img img {
    -khtml-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); } }

@media (max-width: 543px) {
  .login-bg .login-img img {
    width: auto;
    height: 100%; } }

@media (max-width: 767px) {
  .login-bg .login-des .title {
    font-size: 2.25rem;
    margin-bottom: 10px; }
  .login-bg .login-des .module-title {
    font-size: 1.25rem; } }

@media (max-width: 991px) {
  .login-bg .login-des .des {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .login-bg .login-des .des {
    margin-top: 10px; } }

@media (max-width: 543px) {
  .login-bg .login-des .des a {
    font-size: 1.625rem; } }

.panel-primary span {
  color: #eb0c22;
  font-style: italic; }

#ctl00_mainContent_login1_LoginCtrl_lnkPasswordRecovery, #ctl00_mainContent_login1_LoginCtrl_lnkRegisterExtraLink {
  display: none; }

.pop-up-modal {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  overflow: hidden }

.pop-upmodal-wrapper {
  overflow: hidden; }

.contact-modal {
  padding: 1.5625rem !important; }

@media (min-width: 1024.1px) {
  .contact-modal {
    padding: 2.08333rem 4.16667rem !important; } }

.recruitment-modal, .contact-modal {
  max-width: 1090px; }
  .recruitment-modal .block-title, .contact-modal .block-title {
  text-transform: none;
}
  .recruitment-modal .wrap-form .form-group input[type='text'], .recruitment-modal .wrap-form .form-group input[type='email'], .recruitment-modal .wrap-form .form-group textarea, .recruitment-modal .wrap-form .form-group input[type='tel'], .contact-modal .wrap-form .form-group input[type='text'], .contact-modal .wrap-form .form-group input[type='email'], .contact-modal .wrap-form .form-group textarea, .contact-modal .wrap-form .form-group input[type='tel'] {
    height: 44px;
    border-radius: 25px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));    padding: 8px 20px;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .recruitment-modal .wrap-form .form-group input[type='text'], .recruitment-modal .wrap-form .form-group input[type='email'], .recruitment-modal .wrap-form .form-group textarea, .recruitment-modal .wrap-form .form-group input[type='tel'], .contact-modal .wrap-form .form-group input[type='text'], .contact-modal .wrap-form .form-group input[type='email'], .contact-modal .wrap-form .form-group textarea, .contact-modal .wrap-form .form-group input[type='tel'] {
        height: 40px; } }
    .recruitment-modal .wrap-form .form-group input[type='text']::-moz-placeholder, .recruitment-modal .wrap-form .form-group input[type='email']::-moz-placeholder, .recruitment-modal .wrap-form .form-group textarea::-moz-placeholder, .recruitment-modal .wrap-form .form-group input[type='tel']::-moz-placeholder, .contact-modal .wrap-form .form-group input[type='text']::-moz-placeholder, .contact-modal .wrap-form .form-group input[type='email']::-moz-placeholder, .contact-modal .wrap-form .form-group textarea::-moz-placeholder, .contact-modal .wrap-form .form-group input[type='tel']::-moz-placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));      font-size: 14px;
}
    .recruitment-modal .wrap-form .form-group input[type='text']::placeholder, .recruitment-modal .wrap-form .form-group input[type='email']::placeholder, .recruitment-modal .wrap-form .form-group textarea::placeholder, .recruitment-modal .wrap-form .form-group input[type='tel']::placeholder, .contact-modal .wrap-form .form-group input[type='text']::placeholder, .contact-modal .wrap-form .form-group input[type='email']::placeholder, .contact-modal .wrap-form .form-group textarea::placeholder, .contact-modal .wrap-form .form-group input[type='tel']::placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));      font-size: 14px;
}
  .recruitment-modal .wrap-form .form-group textarea, .contact-modal .wrap-form .form-group textarea {
  padding-top: 1rem;    height: 90px;
}

@media (min-width: 1024.1px) {
  .recruitment-modal .wrap-form .form-group textarea, .contact-modal .wrap-form .form-group textarea {
    height: 120px; } }

.recruitment-modal .pop-upmodal-wrapper {
  padding: 2.08333rem; }

@media (min-width: 1024.1px) {
  .recruitment-modal .pop-upmodal-wrapper {
    padding: 2.08333rem 4.16667rem; } }

.recruitment-modal .wrap-form .form-group {
  margin-bottom: 20px !important; }

.recruitment-modal .file-attachment .placeholder-upload {
  display: none;
}

.search-page {
  padding: 70px 0; }
  .search-page h1 {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    color: #333333; }
    @media (max-width: 992px) {
      .search-page h1 {
        font-size: 24px;
        line-height: 30px; } }
    .search-page h1.center {
      text-align: center; }
  .search-page .btn-reindex {
    display: none; }
  .search-page .searchcontrols .form-inline {
    position: relative; }
    .search-page .searchcontrols .form-inline:before {
      position: absolute;
      content: '\f349';
      font-family: "Material Design Icons";
      top: 0;
      right: 10px;
      z-index: 1;
      font-size: 24px;
      color: #4285f4;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .search-page .searchcontrols .frm-btn {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2; }
  .search-page input[type="text"] {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 54px;
    border: 1px solid #dfe1e5;
    background-color: #fff;
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    height: 44px;
    border-radius: 22px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none; }
    .search-page input[type="text"]:focus {
      box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
      border-color: rgba(223, 225, 229, 0); }
  .search-page input[type="submit"] {
    border-radius: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 0; }
  .search-page .text-danger {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
    font-style: italic;
    font-weight: 600; }
  .search-page .searchresultsummary {
    margin-bottom: 20px; }
  .search-page .searchresults {
    margin-top: 30px; }
    .search-page .searchresults .modulepager:first-child {
      display: none; }
  .search-page .searchresultlist {
    margin-bottom: 30px; }
  .search-page .searchresult {
    margin-bottom: 30px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    padding: 16px;
    border-radius: 8px; }
    .search-page .searchresult:last-child {
      margin-bottom: 0; }
    .search-page .searchresult h3 {
      font-size: 18px;
      line-height: 1.33;
      font-weight: 400;
      margin-bottom: 10px; }
      .search-page .searchresult h3 a {
        color: #1A0DAB;
        text-decoration: none;
        font-weight: 500; }
    .search-page .searchresult .searchresultdesc {
      color: #545454;
      line-height: 1.54;
      word-wrap: break-word;
      font-size: small;
      font-weight: 400;
      margin-bottom: 10px; }
    .search-page .searchresult .searchterm {
      color: #6a6a6a;
      font-weight: bold;
      font-style: normal;
      line-height: 1.54;
      word-wrap: break-word;
      font-size: small; }
    .search-page .searchresult hr {
      display: none !important; }

.search-wrapper {
  display: flex;
  align-items: center;
}
  @media screen and (max-width: 1200px) {
    .search-wrapper {
    margin-right: 0px;
  } }

.search-toggle em {
  font-weight: 300;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));  font-size: 24px;
}
  @media screen and (max-width: 576px) {
    .search-toggle em {
      font-size: 20px; } }

.searchbox {
  pointer-events: none;
  position: fixed;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  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;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all ease-in-out;  transition: .5s all ease-in-out;
  top: 60px;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
  height: 25vh;
}
  @media screen and (min-width: 1200px) {
    .searchbox {
      top: 100px; } }
  .searchbox .container {
  margin-left: auto;
  margin-right: auto;
}
    @media screen and (max-width: 1200px) {
      .searchbox .container {
        padding: 0 !important; } }
  .searchbox .search-wrapper-bg {
    position: relative;
    display: flex;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09); }
  .searchbox .svg-magnify {
    width: 18px !important;
    height: 18px !important; }
  .searchbox.open {
    z-index: 20;
    pointer-events: auto;
    opacity: 1 }
  .searchbox input[type="text"] {
    background: rgba(0, 0, 0, 0);
    border: 0px;
    position: relative;
    width: 100%;
    font-weight: 400;    z-index: 99;
    font-size: 20px;
    margin: 0 auto;
    outline: none;
    text-align: left;
    display: flex;
    padding-right: 60px;
    height: 40px;
    padding-left: 30px; }
    .searchbox input[type="text"]:focus {
      box-shadow: 0 0.0625rem 0.375rem 0 rgba(32, 33, 36, 0.47); }
    .searchbox input[type="text"]::-moz-placeholder {
  text-align: left;
  font-size: 16px;
}
    .searchbox input[type="text"]::placeholder {
  text-align: left;
  font-size: 16px;
}
  .searchbox button {
  height: 100%;
  justify-content: center;
  align-items: center;    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    display: flex;
    width: 40px;
    height: 40px;
}
    .searchbox button em {
      color: #333;
      z-index: 99;
      font-size: 26px; }

.global-breadcrumb {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));  box-shadow: 5px 5px 25px 0px #0000000F;
}
  .global-breadcrumb .container {
  height: 100%;
}

.rank-math-breadcrumb {
  min-height: 50px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem }
  .rank-math-breadcrumb p {
  margin-bottom: 0px;
  display: flex;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));    font-size: 12px;
    align-items: center;
}
    .rank-math-breadcrumb p * {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
    .rank-math-breadcrumb p span {
      font-size: 16px; }
    .rank-math-breadcrumb p .separator {
      margin: 0 2px;
      font-size: 16px;
      width: 20px;
      position: relative }
      .rank-math-breadcrumb p .separator:after {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 400;
        display: block;
        position: absolute;
        pointer-events: none;
        right: 14px;
        bottom: -8px;
        z-index: 9;
        font-size: 14px;
        height: 15px;
        width: 1px;
        transition: .3s all ease-in-out;
}
    .rank-math-breadcrumb p .last {
      margin-top: 3px;
      font-size: 12px;
      text-transform: normal-case; }
    .rank-math-breadcrumb p a {
      margin-top: 3px; }
      .rank-math-breadcrumb p a:first-child {
        width: 20px;
        font-size: 0; }
        .rank-math-breadcrumb p a:first-child:before {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));          content: '\f015';
          font-family: 'Font Awesome 6 Pro';
          display: block;
          pointer-events: none;
          z-index: 9;
          font-weight: 400;
          font-size: 14px;
          height: 14px;
          width: 14px;
          transition: .3s all ease-in-out;
}

.modulepager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;  padding-bottom: 30px;
}
  .modulepager ul {
    padding: 0;
    margin: 0;
    position: relative; }
    .modulepager ul li {
      display: inline-block;
      padding: 0 10px; }
      .modulepager ul li:last-child() {
        position: relative; }
        .modulepager ul li:last-child():after {
          font-family: 'Material Design Icons';
          content: '\f142';
          font-size: 20px; }
      .modulepager ul li.active a, .modulepager ul li.active span {
        color: #666666;
        background: white;
        border-color: #ff0000; }
      .modulepager ul li:hover a, .modulepager ul li:hover span {
        color: #666666;
        background: white; }
      .modulepager ul li span, .modulepager ul li a {
        transition: .3s all  ease-in-out;
        border-radius: 5px;
        display: flex;
        border: 1px solid #C4C4C4;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: #white;
        text-decoration: none;
        color: #666;
        font-size: 1.25rem;
        font-weight: 500 }
        @media screen and (max-width: 1024px) {
          .modulepager ul li span, .modulepager ul li a {
            height: 32px;
            width: 32px; } }

.top-banner .img-wrap {
  position: relative;
}
  @media screen and (max-width: 1024px) {
    .top-banner .img-wrap {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 56.25%; }
      .top-banner .img-wrap img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; } }

@media (min-width: 1024.1px) {
  .top-banner .img-wrap {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 26.04167%; }
    .top-banner .img-wrap img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; } }

@media screen and (max-width: 1200px) {
  .home-about {
    padding: 4.16667rem 0; } }

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .home-about {
    padding-top: 100px; } }

.home-about .block-title {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.home-about .txt {
  pointer-events: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
  @media screen and (max-width: 1200px) {
    .home-about .txt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  } }

.home-about .item {
  position: relative;
}
  .home-about .item::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    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: .3s all ease-in-out;    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.27%, rgba(0, 0, 0, 0.5) 100%); }
  .home-about .item a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 222.22222%; }
    .home-about .item a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .home-about .item .txt {
  pointer-events: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);    justify-content: flex-end;
    padding: 20px;
}

@media (min-width: 1024.1px) {
  .home-about .item .txt {
    padding: 0 1.5625rem 2.60417rem 1.5625rem; } }

.home-about .wrap-left {
  margin-top: 1.25rem;
}

.home-about .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  padding: 0.5rem;
  justify-content: center;
  align-items: center;  display: flex;
  height: 70px;
  max-width: 70px;
  width: auto;
  margin-bottom: 20px;
}
  .home-about .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.primary-banner {
  position: relative;
  overflow: hidden;
}
  .primary-banner .banner-container {
  position: relative;
}
    @media screen and (max-width: 1200px) {
      .primary-banner .banner-container {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 56.14035%; }
        .primary-banner .banner-container .swiper {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
  .primary-banner .row, .primary-banner .col {
  margin: 0px;
  padding: 0px;
}
  .primary-banner .wrap {
  position: relative;
}
    .primary-banner .wrap::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      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: .3s all ease-in-out;      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.35%, rgba(0, 0, 0, 0.6) 100%); }
    @media screen and (max-width: 1200px) {
      .primary-banner .wrap {
    position: static;
    height: 100%;
  } }
  .primary-banner .block-center, .primary-banner .block-bottom {
  z-index: 50;
  height: auto;
  width: 100%;
  padding: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
  .primary-banner .block-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
  .primary-banner .block-bottom {
  bottom: 0px;
}
    @media screen and (max-width: 1200px) {
      .primary-banner .block-bottom {
    display: none;
  } }

@media (min-width: 1280.1px) {
  .primary-banner .txt-wrap {
    width: 580px; } }
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
    .primary-banner .txt-wrap {
      max-width: 35%; } }
  @media screen and (max-width: 1200px) {
    .primary-banner .txt-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
  .primary-banner .icon-play {
  display: flex;
  justify-content: flex-start;    height: 4.16667rem;
    width: auto;
    margin-bottom: 1.25rem;
}

@media (min-width: 1024.1px) {
  .primary-banner .icon-play {
    height: 6.66667rem;
    margin-bottom: 1.35417rem; } }
    .primary-banner .icon-play img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .primary-banner .number {
  display: block;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;    font-size: clamp(18px, 1.04167rem, 20px);
    margin-bottom: 0.83333rem;
}
    .primary-banner .number * {
  display: block;
  font-weight: 700;
  text-transform: uppercase;      font-size: clamp(18px, 1.04167rem, 20px);
}
  .primary-banner .title {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(28px, 2.1875rem, 42px);
}
    .primary-banner .title * {
      font-size: clamp(28px, 2.1875rem, 42px); }
    @media screen and (max-width: 576px) {
      .primary-banner .title {
        font-size: clamp(24px, 1.66667rem, 32px);
        text-align: center;
        line-height: 1.5 }
        .primary-banner .title * {
          font-size: clamp(24px, 1.66667rem, 32px); } }
  .primary-banner .image-wrap {
  position: relative;
}
    @media screen and (min-width: 1200.1px) {
      .primary-banner .image-wrap a {
        display: block;
        height: calc( 100vh - 100px);
        width: auto; }
        .primary-banner .image-wrap a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media screen and (max-width: 1200px) {
      .primary-banner .image-wrap a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 56.14035%; }
        .primary-banner .image-wrap a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          transition: .3s ease-in-out all; } }
  .primary-banner .icon {
  display: flex;
  justify-content: flex-start;    height: 80px;
    width: auto;
}
    .primary-banner .icon img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .primary-banner .counter {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(28px, 2.1875rem, 42px);
}
    .primary-banner .counter * {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: clamp(28px, 2.1875rem, 42px);
}
    @media screen and (max-width: 1200px) {
      .primary-banner .counter {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }

@media (min-width: 1024.1px) {
  .primary-banner .counter {
    font-size: clamp(36px, 2.91667rem, 56px); }
    .primary-banner .counter * {
      font-size: clamp(36px, 2.91667rem, 56px); } }
  .primary-banner .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024.1px) {
  .primary-banner .item {
    padding: 0 0 3.125rem 2.08333rem; }
    .primary-banner .item::before {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      border-radius: 9999px;
      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: .3s all ease-in-out;      background: linear-gradient(180deg, #FFFFFF -0.83%, rgba(255, 255, 255, 0) 101.11%);
      width: 1px; }
    .primary-banner .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      z-index: 10;
      display: block;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      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: .3s all ease-in-out;      left: -2px;
      height: 6px;
      width: 6px; } }
    .primary-banner .item .desc {
  font-weight: 500;
}
      @media screen and (max-width: 1200px) {
        .primary-banner .item .desc {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }
    .primary-banner .item .txt {
      margin-left: 1.5625rem; }
  .primary-banner .swiper-nav-wrap {
  z-index: 20;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);    bottom: 9.11458rem;
    padding: 1.66667rem;
    margin: 0 -6px;
}
    @media screen and (max-width: 1200px) {
      .primary-banner .swiper-nav-wrap {
    display: none;
  } }
  @media screen and (min-width: 1200.1px) {
    .primary-banner .pagination-wrap {
    z-index: 50;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);      bottom: 13.02083rem;
  } }
  @media screen and (max-width: 1200px) {
    .primary-banner .pagination-wrap {
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);      bottom: 30px;
  } }
  @media screen and (max-width: 576px) {
    .primary-banner .pagination-wrap {
      bottom: 10px; } }
  .primary-banner .pagination-wrap .swiper-pagination {
  position: static;
  transform: none;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
}
  .primary-banner .swiper-pagination-bullet {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.5;
  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: .3s all ease-in-out;    height: 4px;
    width: 40px;
}
    .primary-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;      height: 3px;
}

@media screen and (min-width: 1200px) {
  .home-partner {
    padding-top: 100px; } }

@media screen and (max-width: 1200px) {
  .home-partner {
    padding: 4.16667rem 0; } }

.home-partner .single-swiper {
  position: relative;
}

@media screen and (max-width: 576px) {
  .home-partner .home-partner-swiper {
    margin-top: 1.5rem;
  } }

.home-partner .block-title {
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.home-partner .item {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
}
  .home-partner .item .col {
  margin: 0px;
  padding: 0px;
}

.home-partner .img a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 122.61905%; }
  .home-partner .img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: .3s ease-in-out all; }

@media screen and (min-width: 1200px) and (max-width: 1360px) {
  .home-partner .img {
    max-height: 350px; } }

.home-partner .txt {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));  padding: 1.5625rem;
}

@media (min-width: 1024.1px) {
  .home-partner .txt {
    padding: 3.125rem; } }

.home-partner .position {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));  font-size: clamp(14px, 0.83333rem, 16px);
}

@media (min-width: 1024.1px) {
  .home-partner .position {
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
  } }

.home-partner .desc {
  line-height: 1.5;  height: 12.5rem;
  padding-right: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #A0C4F4 #cccccc;
}
  .home-partner .desc::-webkit-scrollbar {
    background: #cccccc;
    width: 3px; }
  .home-partner .desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #cccccc;
    background-color: #cccccc; }
  .home-partner .desc::-webkit-scrollbar-thumb {
    background-color: #A0C4F4; }
  @media screen and (max-width: 1024px) {
    .home-partner .desc {
      height: auto; } }
  .home-partner .desc::before {
    content: '';
    pointer-events: none;
    z-index: 10;
    margin-bottom: 1.25rem;
    display: block;
    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: .3s all ease-in-out;    height: 40px;
    width: 40px;
    background: url("../img/icon/qoute.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

@media (min-width: 1024.1px) {
  .home-partner .desc::before {
    margin-bottom: 1.5625rem; } }

.home-partner .img-wrap a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;  height: 90px;
  width: auto;
}

@media (min-width: 1024.1px) {
  .home-partner .img-wrap a {
    height: 100px; } }
  @media screen and (min-width: 1440px) {
    .home-partner .img-wrap a {
      height: 140px; } }
  .home-partner .img-wrap a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.home-partner .swiper-pagination {
  position: absolute;
}

@media (min-width: 1024.1px) {
  .home-partner .swiper-pagination {
    width: -moz-fit-content !important;
    width: fit-content !important; } }

@media (min-width: 1280.1px) {
  .home-partner .swiper-pagination {
    bottom: 2.08333rem !important;
    left: 29% !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .home-partner .swiper-pagination {
      bottom: 2.08333rem !important;
      left: 37% !important; } }
  @media screen and (max-width: 1024px) {
    .home-partner .swiper-pagination {
    position: static;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  } }
  .home-partner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
    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: .3s all ease-in-out }
    .home-partner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}

.home-partner .gap-item {
  margin: 2.5rem 0 1.04167rem; }
  @media screen and (max-width: 768px) {
    .home-partner .gap-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
  .home-partner .gap-item .block-title {
  text-align: center;
}

@media (min-width: 768px) {
  .home-partner .gap-item .block-title {
    margin-bottom: 0px;
  } }

.home-news {
  overflow: hidden;
}
  @media screen and (min-width: 1200px) {
    .home-news {
      padding-top: 100px; } }
  @media screen and (max-width: 1200px) {
    .home-news {
      padding: 4.16667rem 0; } }
  .home-news .wrap-center {
    margin-top: 2.08333rem; }
  .home-news .block-title {
  margin-bottom: 0px;
  text-transform: none;
}
  .home-news .gap-item {
    margin-bottom: 2.08333rem; }
    @media screen and (max-width: 768px) {
      .home-news .gap-item {
    display: block;
    text-align: center;
  }
        .home-news .gap-item .block-title {
    margin-bottom: 1rem;
  } }
  .home-news .tab-nav ul {
  display: flex;
  justify-content: flex-start;
}
  .home-news .tab-nav li:not(:last-child) {
    margin-right: 1.5625rem; }
  .home-news .tab-nav li.active a::after {
  opacity: 1;
}
  .home-news .tab-nav a {
  position: relative;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(16px, 0.9375rem, 18pxx);
}
    .home-news .tab-nav a::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      z-index: 10;
      display: block;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      opacity: 0;
      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: .3s all ease-in-out;      bottom: -3px;
      height: 2px; }
  @media screen and (max-width: 768px) {
    .home-news .tab-nav {
    overflow-x: auto;
  }
      .home-news .tab-nav ul {
    white-space: nowrap;
    padding-bottom: 0.5rem;
  } }
  .home-news .news-item .headline a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .home-news .news-item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .home-news .news-item .img-src a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 83.88158%; }
    .home-news .news-item .img-src a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .home-news .figure-news-big {
  position: relative;
}
    .home-news .figure-news-big .img-src a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 78.125%; }
      .home-news .figure-news-big .img-src a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; }
    .home-news .figure-news-big .txt {
      background: white;
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 50%;      padding: 1.5625rem; }
      @media screen and (max-width: 576px) {
        .home-news .figure-news-big .txt {
    position: static;
    width: 100%;
  } }

@media (min-width: 1024.1px) {
  .home-news .figure-news-big .txt {
    padding: 1.04167rem 1.5625rem 2.08333rem 2.08333rem; } }
    .home-news .figure-news-big time {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;      font-size: 14px;
}
    .home-news .figure-news-big .headline {
      margin: 8px 0; }
      .home-news .figure-news-big .headline a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .home-news .figure-news-big .desc {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
}

/* .tab-item {
  display: none;
} */
  .tab-item.active {
  display: block;
}

.home-working-sector {
  position: relative;
}
  .home-working-sector::before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    z-index: 50;
    display: block;
    opacity: 0.5;
    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: .3s all ease-in-out;    height: 11.14583rem;
    width: 9.79167rem;
    background: url("../img/icon/home-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

@media (min-width: 1024.1px) {
  .home-working-sector::before {
    bottom: 5.20833rem; } }
    @media screen and (max-width: 1024px) {
      .home-working-sector::before {
    top: 2rem;
  } }
  .home-working-sector .container-fluid {
  padding: 0px;
}

@media (min-width: 1024.1px) {
  .home-working-sector .img-wrap a {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;    width: auto;
  }
    .home-working-sector .img-wrap a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
  @media screen and (max-width: 1024px) {
    .home-working-sector .img-wrap a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 95.2381%; }
      .home-working-sector .img-wrap a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; } }
  .home-working-sector .headline {
  text-transform: uppercase;
}
  .home-working-sector .item {
  position: relative;    height: inherit;
}
    .home-working-sector .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      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: .3s all ease-in-out;      background: rgba(0, 0, 0, 0.25); }
  .home-working-sector .overlay {
  pointer-events: none;
  bottom: 60px;
  z-index: 50;
  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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all ease-in-out;    justify-content: flex-end;
}
    @media screen and (max-width: 1024px) {
      .home-working-sector .overlay {
    display: none;
  } }
    .home-working-sector .overlay h3 {
      writing-mode: vertical-lr;
      transform: rotate(180deg); }
  .home-working-sector .txt {
  pointer-events: auto;
  z-index: 30;
  height: 100%;
  width: 100%;
  opacity: 0;
  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;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s all ease-in-out;    justify-content: flex-end;
    padding: 0 3.125rem 3.125rem 8.33333rem;
}
    @media screen and (max-width: 1200px) {
      .home-working-sector .txt {
        padding: 0 3.125rem 3.125rem 3.125rem; } }
    @media screen and (max-width: 1024px) {
      .home-working-sector .txt {
    opacity: 1;
  } }
    @media screen and (max-width: 576px) {
      .home-working-sector .txt {
        padding: 0 1.5625rem 3.125rem 1.5625rem; } }
  .home-working-sector .desc {
    margin: 1.04167rem 0; }

@media (min-width: 1024.1px) {
  .home-working-sector .single-swiper {
    display: none;
  } }
  @media screen and (max-width: 1024px) {
    .home-working-sector .single-swiper {
    display: block;
  } }
  .home-working-sector .flex-options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    height: 100%;
    width: 100% }
    @media screen and (max-width: 1024px) {
      .home-working-sector .flex-options {
    display: none;
  } }
  .home-working-sector .card-option {
    transform: scale(1);
    background-size: cover;
    position: relative;
    width: 16.66%;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95); }
    .home-working-sector .card-option:not(.active) {
      flex-grow: 1; }
    .home-working-sector .card-option.active {
      flex-grow: 10000;
      transform: scale(1);
      width: 50%; }
      .home-working-sector .card-option.active .overlay {
  opacity: 0;
}
      .home-working-sector .card-option.active .txt {
  opacity: 1;
}
    .home-working-sector .card-option .card-label {
  height: 100%;
  width: 100%;      transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
  .home-working-sector .swiper-pagination {
  position: absolute;    left: 50% !important;
    transform: translateX(-50%) !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
    .home-working-sector .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
      background-color: transparent;
      opacity: 1;
      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: .3s all ease-in-out }
      .home-working-sector .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
}

.home-project {
  overflow: hidden;
}
  @media screen and (max-width: 1200px) {
    .home-project {
      padding: 4.16667rem 0; } }
  .home-project .block-title {
    margin-bottom: 2.08333rem; }
  .home-project .img-src a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 75%; }
    .home-project .img-src a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .home-project .swiper-slide.swiper-slide-active .txt, .home-project .swiper-slide.swiper-slide-next .txt {
  opacity: 1;
}
  .home-project .swiper-slide.swiper-slide-active .item, .home-project .swiper-slide.swiper-slide-next .item {
  opacity: 1;
}
    .home-project .swiper-slide.swiper-slide-active .item::before, .home-project .swiper-slide.swiper-slide-next .item::before {
  opacity: 0;
}
  .home-project .item {
  opacity: 0.6;
}
    .home-project .item::before, .home-project .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      width: 100%;
      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: .3s all ease-in-out }
    .home-project .item::before {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
    .home-project .item::after {
  opacity: 0.6;      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, #000000 100%);
}
  .home-project .txt {
  pointer-events: none;
  z-index: 30;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .3s all ease-in-out;    justify-content: flex-end;
    padding: 1.5625rem;
}
    @media screen and (min-width: 1200px) {
      .home-project .txt {
        padding: 2.5rem 3.4375rem; }
    .home-project .swiper {
    overflow: visible;
  } }
  .home-project .desc {
    margin: 1.04167rem 0 0 0; }

@media (min-width: 1024.1px) {
  .home-project .desc {
    line-height: 1.625;
  } }
  .home-project .headline {
  pointer-events: auto;
}
    .home-project .headline:hover {
  text-decoration-line: underline;
}
  .home-project .btn-tertiary {
  pointer-events: auto;
  margin-top: 0.25rem;
  padding: 0.25rem;
}
    .home-project .btn-tertiary em {
      font-size: 20px; }
    .home-project .btn-tertiary:hover em {
      transform: translateX(3px); }

.home-project-swiper {
  position: relative;
}
  .home-project-swiper .nav-prev, .home-project-swiper .nav-next {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
    .home-project-swiper .nav-prev em, .home-project-swiper .nav-next em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .home-project-swiper .nav-prev:hover, .home-project-swiper .nav-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
      .home-project-swiper .nav-prev:hover em, .home-project-swiper .nav-next:hover em {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.home-vtech .block-title {
  margin-bottom: 2.60417rem; }

@media (min-width: 1024.1px) {
  .home-vtech .block-title {
    margin-bottom: 4.16667rem; } }

.home-vtech .item-about::before {
  opacity: 0.75;
}

.home-vtech .btn-tertiary span {
  font-weight: 400;
}

.project-detail {
  background: linear-gradient(0deg, #F5F5F5 0%, #FFFFFF 100%);
  position: relative }
  .project-detail::before, .project-detail::after {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 10;
    display: block;
    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: .3s all ease-in-out;    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
  .project-detail::before {
    background: url("../img/overlay/project-overlay-1.png");
    width: 11.45833rem;
    height: 20.83333rem;
    left: 0;
    bottom: 5.20833rem; }
  .project-detail::after {
    right: 0;
    bottom: 10px;
    background: url("../img/overlay/project-overlay-2.png");
    width: 15.625rem;
    height: 31.25rem; }
  .project-detail .block-title {
  margin-bottom: 1.5rem;
}
  .project-detail .container-fluid {
  position: relative;
  z-index: 40;
  padding: 0px;
}
  .project-detail .container {
  position: relative;
  z-index: 30;
}
  .project-detail .project-swiper-main .img-wrap {
  position: relative;
}
    .project-detail .project-swiper-main .img-wrap a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 49.2378%; }
      .project-detail .project-swiper-main .img-wrap a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; }
  .project-detail .project-swiper-main .swiper-slide .img-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    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: .3s all ease-in-out;    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); }
  .project-detail .project-swiper-main .swiper-slide.swiper-slide-active .img-wrap::after {
  opacity: 0;
}
  .project-detail .project-swiper-thumb {
  position: relative;    margin-top: 2.08333rem;
}
    .project-detail .project-swiper-thumb .img-wrap a {
  overflow: hidden;
  border-radius: 5px;
  border-width: 1px;
  border-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;      height: 8.33333rem;
      width: auto;
}
      .project-detail .project-swiper-thumb .img-wrap a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .project-detail .project-swiper-thumb .swiper-slide-thumb-active .img-wrap a {
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
}
  .project-detail .nav-prev, .project-detail .nav-next {
  border-color: transparent;
}
  .project-detail .block-wrap {
    padding: 3.125rem 0; }

@media (min-width: 1024.1px) {
  .project-detail .block-wrap {
    padding: 5.20833rem 0 6.25rem; } }
    .project-detail .block-wrap .row {
  justify-content: space-between;
}
    .project-detail .block-wrap ul li, .project-detail .block-wrap ol li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;      font-size: clamp(14px, 0.83333rem, 16px);
}
      .project-detail .block-wrap ul li *, .project-detail .block-wrap ol li * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));        font-size: clamp(14px, 0.83333rem, 16px);
}
      .project-detail .block-wrap ul li::before, .project-detail .block-wrap ol li::before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f058';
        pointer-events: none;
        z-index: 10;
        margin-right: 12px;
        display: block;
        padding-top: 0.25rem;
        font-weight: 400;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(253 160 58 / var(--tw-text-opacity));
        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: .3s all ease-in-out;        width: 16px;
        height: 16px;
        font-size: 16px; }
    .project-detail .block-wrap .icon {
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;      width: auto;
      height: 20px;
}

@media (min-width: 1024.1px) {
  .project-detail .block-wrap .icon {
    height: 2.70833rem; } }
      .project-detail .block-wrap .icon img {
        width: auto;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .project-detail .block-wrap .txt {
      padding-bottom: 1.04167rem;
      border-bottom-width: 1px;
      --tw-border-opacity: 1;
      border-bottom-color: rgb(201 37 44 / var(--tw-border-opacity)) }
    .project-detail .block-wrap .headline {
  margin-bottom: 0.25rem;
}

.project-information {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .project-information .briefcontent {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));    font-size: clamp(15px, 0.9375rem, 18px);
}
    .project-information .briefcontent * {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));      font-size: clamp(15px, 0.9375rem, 18px);
}
  .project-information .fullcontent {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
    padding-bottom: 40px;
}
    .project-information .fullcontent * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    .project-information .fullcontent p {
  margin-bottom: 1rem;
}
    .project-information .fullcontent ul {
      list-style-type: disc;
      padding-left: 20px; }
      .project-information .fullcontent ul li {
  margin-bottom: 0.75rem;
}
    .project-information .fullcontent .row {
  margin-bottom: 0px;
}
  .project-information .col-lg-6 {
    padding: 0 15px; }

@media (min-width: 1024.1px) {
  .project-information .col-lg-6 {
    width: 50%; } }
  .project-information .social-wrap {
    padding-top: 20px;
    align-items: center;
    display: flex;
    justify-content: flex-start }
    .project-information .social-wrap .headline {
      margin-right: 24px; }
    .project-information .social-wrap .wrap {
  display: flex;
  justify-content: flex-start;
}
    .project-information .social-wrap a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;      width: 44px;
      height: 44px;
}
      .project-information .social-wrap a:not(:last-child) {
  margin-right: 0.75rem;
}
      .project-information .social-wrap a em {
        font-size: 22px;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(77 77 77 / var(--tw-text-opacity)) }

.project-list {
  overflow: hidden;
}
  .project-list .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  .home-partner .project-list .nav-wrap {
  margin: 2.5rem 0 1.04167rem; }
  @media screen and (max-width: 768px) {
    .home-partner .project-list .nav-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }
  .home-partner .project-list .nav-wrap .block-title {
  text-align: center;
}
  @media (min-width: 768px) {
  .home-partner .project-list .nav-wrap .block-title {
    margin-bottom: 0px;
  } }
  .home-news .project-list .nav-wrap {
    margin-bottom: 2.08333rem; }
  @media screen and (max-width: 768px) {
      .home-news .project-list .nav-wrap {
    display: block;
    text-align: center;
  }
        .home-news .project-list .nav-wrap .block-title {
    margin-bottom: 1rem;
  } }
  .project-list .nav-wrap {    margin-bottom: 2.60417rem; }
    @media screen and (max-width: 1360px) {
      .project-list .nav-wrap {
    margin-bottom: 2rem;
    display: block;
  }
  .project-nav {
    margin-bottom: 1.5rem;
  } }
  @media screen and (max-width: 1360px) and (max-width: 1024px) {
    .project-nav {
    overflow-x: auto;
  } }

.project-nav ul {
  display: flex;
  justify-content: flex-start;
}
  @media screen and (max-width: 1024px) {
    .project-nav ul {
    white-space: nowrap;
    padding-bottom: 0.5rem;
  } }
  .project-nav ul li {
    padding: 0 0.83333rem; }
    .project-nav ul li:first-child {
  padding-left: 0px;
}
    .project-nav ul li.active a, .project-nav ul li:hover a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .project-nav ul li.active a::after, .project-nav ul li:hover a::after {
  width: 100%;
  opacity: 1;
}
  .project-nav ul a {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));    font-size: clamp(16px, 0.9375rem, 18px);
}
    .project-nav ul a::after {
      content: '';
      height: 2px;
      pointer-events: none;
      left: 0px;
      bottom: -2px;
      z-index: 10;
      display: block;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(201 37 44 / var(--tw-bg-opacity));
      opacity: 0;
      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;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out }

.filter-item {
  display: flex;
  justify-content: flex-start;  align-items: center;
}
  @media screen and (max-width: 360px) {
    .filter-item {
    display: block;
  } }
  .filter-item p {
  margin-right: 0.75rem;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
    @media screen and (max-width: 360px) {
      .filter-item p {
    margin-bottom: 0.5rem;
  } }
  .filter-item .custom-select select {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
    height: 44px;
    padding: 0 70px 0 20px;
}
    .filter-item .custom-select select option {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}

.project-item .img-src a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .project-item .img-src a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: .3s ease-in-out all; }

.project-item li {
  margin-bottom: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024.1px) {
  .project-item li {
    margin-bottom: 0.75rem;
  } }
  .project-item li * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
  .project-item li:last-child {
  margin-top: 0.75rem;
}
    .project-item li:last-child span {
  margin-top: 0.5rem;
  display: block;
}

.project-item strong {
  margin-right: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.project-item em {
  font-size: 18px;
  margin-right: 0.75rem;
  display: inline-block;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity)) }

.project-item p {
  margin-bottom: 0px;
}

.project-item .headline {
  padding: 0.83333rem 0 1.04167rem; }

.project-item:hover .headline {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
  .project-item:hover .headline * {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.pager {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .pager li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
    .pager li.active a {
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    /* .pager li a {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 37 44 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;      font-size: clamp(14px, 0.83333rem, 16px);
      width: 44px;
      height: 44px;
} */

.news-detail {
  padding: 3.125rem 0; }

@media (min-width: 1024.1px) {
  .news-detail {
    padding: 5.20833rem 0; } }
  .news-detail time {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;    font-size: 14px;
}
  .news-detail .block-title {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: none;
}
  .news-detail .fullcontent {
    font-size: clamp(14px, 0.83333rem, 16px);
    font-weight: 400;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity)) }
    .news-detail .fullcontent * {
      font-size: clamp(14px, 0.83333rem, 16px);
      font-weight: 400;
      line-height: 1.625;
      --tw-text-opacity: 1;
      color: rgb(10 10 10 / var(--tw-text-opacity)) }
    .news-detail .fullcontent ul, .news-detail .fullcontent ol {
      padding-left: 20px;
      list-style-type: disc; }
      .news-detail .fullcontent ul li, .news-detail .fullcontent ol li {
  margin-bottom: 0.75rem;
}
    .news-detail .fullcontent img, .news-detail .fullcontent iframe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
    .news-detail .fullcontent strong {
  font-weight: 700;
}
  .news-detail .bg-wrap {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));    padding: 1.66667rem;
}
  .news-detail .zone-title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
  .news-detail .news-side {
  display: flex;
  justify-content: flex-start;    align-items: flex-start;
}
    @media screen and (max-width: 576px) {
      .news-detail .news-side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  } }
    .news-detail .news-side:not(:last-child) {
  margin-bottom: 1.25rem;
}
      @media screen and (max-width: 576px) {
        .news-detail .news-side:not(:last-child) {
    margin-bottom: 2rem;
  }
      .news-detail .news-side .img-wrap {
    margin-bottom: 1rem;
    width: 100%;
  }
      .news-detail .news-side .img-wrap a {
        position: relative;
        display: block;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
        width: 100% }
        .news-detail .news-side .img-wrap a img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
             object-fit: cover;
          transition: .3s ease-in-out all; } }

@media (min-width: 576px) {
  .news-detail .news-side .img-wrap a {
    margin-right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;    height: 90px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }
    .news-detail .news-side .img-wrap a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
    .news-detail .news-side .headline a {
      font-size: clamp(12px, 0.72917rem, 14px);
      display: block;
      line-height: 1.25 }
    .news-detail .news-side:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.news-list .top-nav {
  margin-bottom: 2.08333rem; }

@media (min-width: 1024.1px) {
  .news-list .top-nav {
    margin-bottom: 3.125rem; } }

.news-list .row {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1024.1px) {
  .news-list .row {
    margin: 0 -20px -30px -20px; }
    .news-list .row .col {
      padding: 0 20px;
      margin-bottom: 30px; } }

.news-list .block-title {
  text-align: center;
}

@media screen and (max-width: 1360px) {
  .top-nav {
    margin-bottom: 1.5rem;
  } }
  @media screen and (max-width: 1360px) and (max-width: 1024px) {
    .top-nav {
    overflow-x: auto;
  } }

.top-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
  @media screen and (max-width: 1024px) {
    .top-nav ul {
    white-space: nowrap;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: flex-start;
  } }
  .top-nav ul li {
    padding: 0 0.83333rem; }
    .top-nav ul li:first-child {
  padding-left: 0px;
}
    .top-nav ul li.active a, .top-nav ul li:hover a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .top-nav ul li.active a::after, .top-nav ul li:hover a::after {
  width: 100%;
  opacity: 1;
}
  .top-nav ul a {
  position: relative;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));    font-size: clamp(16px, 0.9375rem, 18px);
}
    .top-nav ul a::after {
      content: '';
      height: 2px;
      pointer-events: none;
      left: 0px;
      bottom: -4px;
      z-index: 10;
      display: block;
      width: 0px;
      --tw-bg-opacity: 1;
      background-color: rgb(201 37 44 / var(--tw-bg-opacity));
      opacity: 0;
      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;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out }

.news-item-big {
  position: relative;
}
  .news-item-big .img-src a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 58.13953%; }
    .news-item-big .img-src a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .news-item-big .headline {
    margin: 0.625rem 0; }
  .news-item-big time {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;    font-size: 14px;
}
  .news-item-big .desc {
  line-height: 1.5;
}
    @media screen and (max-width: 1024px) {
      .news-item-big .desc {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  } }
  .news-item-big .txt {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));    padding-top: 1.5625rem;
    justify-content: flex-end;
}

@media (min-width: 1024.1px) {
  .news-item-big .txt {
    padding: 1.04167rem 2.60417rem 2.08333rem 2.60417rem;
    pointer-events: none;
    bottom: 0px;
    z-index: 40;
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);    background: linear-gradient(180deg, rgba(0, 24, 47, 0) 0%, rgba(0, 37, 70, 0.735842) 47.05%, #00203E 100%); } }
  @media screen and (max-width: 1024px) {
    .news-item-big .headline a {
    --tw-text-opacity: 1;
    color: rgb(5 5 5 / var(--tw-text-opacity));
  } }
  .news-item-big:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.news-item {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
  .news-item .img-src a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 62.19512%; }
    .news-item .img-src a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .news-item .headline {
    margin: 0.625rem 0; }
  .news-item time {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 37 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Mulish, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;    font-size: 14px;
}
  .news-item .desc {
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .news-item .txt {
    padding: 1.04167rem 1.5625rem 2.08333rem 1.5625rem; }
  .news-item:hover .headline a {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.recruit-detail .block-title {
  margin-bottom: 1.25rem;
  text-transform: none;
}

.recruit-detail .block-wrap {
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));  padding: 30px;
}

@media (min-width: 1024.1px) {
  .recruit-detail .block-wrap {
    padding: 2.08333rem; } }
  .recruit-detail .block-wrap .headline {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}
  .recruit-detail .block-wrap li {
  margin-bottom: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;    font-size: clamp(14px, 0.83333rem, 16px);
}
    .recruit-detail .block-wrap li * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    .recruit-detail .block-wrap li::before {
      font-family: 'Font Awesome 6 Pro';
      content: '\f058';
      pointer-events: none;
      z-index: 10;
      margin-right: 12px;
      display: block;
      padding-top: 0.25rem;
      font-weight: 400;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(253 160 58 / var(--tw-text-opacity));
      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: .3s all ease-in-out;      width: 16px;
      height: 16px;
      font-size: 16px; }

@media (min-width: 1024.1px) {
  .recruit-detail .first-block {
    display: flex;
    justify-content: flex-start;
  } }

.recruit-detail .first-block .headline {
  margin-bottom: 0px;
}

.recruit-detail .img-wrap {
  width: 100%;
}

@media (min-width: 1024.1px) {
  .recruit-detail .img-wrap {
    width: 50%;
  } }
  .recruit-detail .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%; }
    .recruit-detail .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.recruit-detail .txt {
  width: 100%;
  padding-top: 2rem;
}

@media (min-width: 1024.1px) {
  .recruit-detail .txt {
    padding-left: 30px;
    width: 50%;
    padding-top: 0px } }

.recruit-detail table {
  width: 100%;
}
  .recruit-detail table td {
  width: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
    padding: 14px 0;
}
    .recruit-detail table td * {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));      font-size: clamp(14px, 0.83333rem, 16px);
}
    .recruit-detail table td:first-child {
  width: 100%;
  font-weight: 700;      width: 150px;
}

.apply-form {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 160 58 / var(--tw-bg-opacity));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;  padding: 1.66667rem;
  margin-bottom: 2.08333rem;
}
  .apply-form .button-apply .btn-primary {
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    .apply-form .button-apply .btn-primary span {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
    .apply-form .button-apply .btn-primary:hover span {
  text-decoration-line: underline;
}
  .apply-form .button-download .btn-primary {
    padding: 0.20833rem; }
    @media screen and (min-width: 1024px) and (max-width: 1600px) {
      .apply-form .button-download .btn-primary span {
        font-size: clamp(11px, 0.72917rem, 16px); } }
  .apply-form .btn-primary {
  width: 100%;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;    height: 44px;
}
    .apply-form .btn-primary span {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));      font-size: 14px;
}
    .apply-form .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
      .apply-form .btn-primary:hover span {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.other-recruit .item {
  margin-bottom: 1.25rem;
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;  box-shadow: 0px 4px 15px 0px #00000014;
  padding: 1.5625rem;
}

@media (min-width: 1024.1px) {
  .other-recruit .item {
    padding: 1.04167rem; } }
  .other-recruit .item:hover .headline a {
  text-decoration-line: underline;
}
  .other-recruit .item .headline {
  margin-bottom: 0.5rem;
}
  .other-recruit .item li {
  margin-bottom: 0.25rem;    font-size: 14px;
}
    .other-recruit .item li * {
      font-size: 14px; }
    .other-recruit .item li strong {
  margin-right: 0.25rem;
  display: inline-block;
}
    .other-recruit .item li:last-child {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .other-recruit .item li:last-child * {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.recruit-1 {
  position: relative;
  overflow: hidden;  padding: 3.125rem 0;
}

@media (min-width: 1024.1px) {
  .recruit-1 {
    padding-bottom: 6.25rem; } }
  .recruit-1::before, .recruit-1::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 20px;
    z-index: 10;
    display: block;
    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: .3s all ease-in-out;    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important; }
  .recruit-1::before {
    background: url("../img/overlay/recruit-1.png");
    width: 18.95833rem;
    height: 26.92708rem;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .recruit-1::before {
    display: none;
  } }
  .recruit-1::after {
    right: 0;
    background: url("../img/overlay/recruit-3.png");
    width: 80.83333rem;
    height: 45.41667rem;
    background-position: right center !important;
    opacity: 0.5 }
  .recruit-1 .item {
  position: relative;    margin: 0 15px;
    width: calc( 50% - 30px);
}
    @media screen and (max-width: 576px) {
      .recruit-1 .item {
        margin: 0 5px;
        width: calc( 50% - 10px); } }
    .recruit-1 .item::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      height: 50%;
      width: 100%;
      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: .3s all ease-in-out;      background: linear-gradient(180deg, rgba(0, 66, 118, 0) 0%, #004276 100%); }

@media (min-width: 1024.1px) {
  .recruit-1 .item:first-child {
    margin-top: 8.33333rem; } }
    .recruit-1 .item a {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      padding-top: 183.5443%; }
      .recruit-1 .item a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        transition: .3s ease-in-out all; }
    .recruit-1 .item .txt {
  pointer-events: none;
  z-index: 20;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);      justify-content: flex-end;
      padding: 20px;
}

@media (min-width: 1024.1px) {
  .recruit-1 .item .txt {
    padding: 0 2.08333rem 1.04167rem 2.08333rem; } }
  .recruit-1 .container {
  position: relative;
  z-index: 30;
}
  .recruit-1 .txt {
  height: 100%;
}

@media (min-width: 1024.1px) {
  .recruit-1 .row .col:first-child {
    margin-left: auto;
    margin-right: auto;
  } }
  .recruit-1 .wrap {
  margin-left: -1rem;
  margin-right: -1rem;
  height: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  justify-content: center;    align-items: flex-start;
}
  .recruit-1 .block-title {
  margin-bottom: 0.75rem;
}
  .recruit-1 .desc {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
    .recruit-1 .desc * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
    .recruit-1 .desc p {
  margin-bottom: 1rem;
}
    .recruit-1 .desc strong {
  font-weight: 700;
}

.recruit-list {
  padding: 3.125rem 0;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%); }

@media (min-width: 1024.1px) {
  .recruit-list {
    padding: 6.25rem 0; } }

@media (min-width: 1280.1px) {
  .recruit-list .grid-swiper {
    height: 535px; } }

.recruit-item {
  height: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;  box-shadow: 0px 4px 15px 0px #00000014;
  padding: 1.5625rem;
}

@media (min-width: 1024.1px) {
  .recruit-item {
    padding: 2.08333rem 3.125rem; } }
  .recruit-item:hover .headline a {
  text-decoration-line: underline;
}
  .recruit-item .headline {
  margin-bottom: 0.75rem;
}
  .recruit-item li {
  margin-bottom: 0.25rem;    font-size: 14px;
}
    .recruit-item li * {
      font-size: 14px; }
    .recruit-item li strong {
  margin-right: 0.25rem;
  display: inline-block;
}
    .recruit-item li:last-child {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}
      .recruit-item li:last-child * {
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));
}

.recruit-2 .container-fluid {
  padding: 0px;
}

.recruit-2 .row, .recruit-2 .col {
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1024.1px) {
  .recruit-2 .col:first-child .txt {
    right: 5.20833rem; } }

.recruit-2 .col:first-child .img-wrap::after {
  background-position: right center;
  background-size: contain; }

@media (min-width: 1024.1px) {
  .recruit-2 .col:nth-child(2) .txt {
    left: 10.41667rem; } }

.recruit-2 .block-title {
  font-size: clamp(24px, 1.5625rem, 30px);
  position: relative;
  margin-bottom: 0px;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem }
  .recruit-2 .block-title::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(201 37 44 / var(--tw-bg-opacity));
    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: .3s all ease-in-out;    height: 1px;
    width: 8.33333rem; }
    @media screen and (max-width: 576px) {
      .recruit-2 .block-title::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  } }
  .recruit-2 .block-title * {
    font-size: clamp(24px, 1.5625rem, 30px); }

.recruit-2 .number {
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));  font-size: clamp(42px, 3.64583rem, 70px);
}
  .recruit-2 .number * {
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(253 160 58 / var(--tw-text-opacity));    font-size: clamp(42px, 3.64583rem, 70px);
}

.recruit-2 .img-wrap {
  position: relative;
}
  .recruit-2 .img-wrap::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    height: 100%;
    width: 100%;
    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: .3s all ease-in-out;    background: url("../img/bg/recruit.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1024px) {
      .recruit-2 .img-wrap::after {
    display: none;
  } }
  .recruit-2 .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 67.70833%; }
    .recruit-2 .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }

.recruit-2 .txt {
  position: relative;
  z-index: 30;  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024.1px) {
  .recruit-2 .txt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    max-width: 370px;
  } }
  @media screen and (max-width: 1024px) {
    .recruit-2 .txt {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 2rem;
  } }
  @media screen and (max-width: 576px) {
    .recruit-2 .txt {
    text-align: center;
  } }

.recruit-3 {
  position: relative;  padding: 3.125rem 0;
}
  .recruit-3::before, .recruit-3::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0px;
    z-index: 10;
    display: block;
    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: .3s all ease-in-out;    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important; }
  .recruit-3:before {
  left: 0px;    width: 20.83333rem;
    height: 41.66667rem;
    background: url("../img/overlay/recruit-bg-1.png");
}
    @media screen and (max-width: 1024px) {
      .recruit-3:before {
        width: 10.41667rem;
        height: 20.83333rem; } }
  .recruit-3::after {
  right: 0px;
  top: 30px;    width: 650px;
    height: 500px;
    background: url("../img/overlay/recruit-bg-2.png");
}
    @media screen and (max-width: 1024px) {
      .recruit-3::after {
    display: none;
  } }
  .recruit-3 .bg {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  display: block;
  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: .3s all ease-in-out;    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}
  .recruit-3 .bg:nth-child(1) {
  bottom: 0px;    left: -4.16667rem;
    width: 18.95833rem;
    height: 26.92708rem;
    background: url("../img/overlay/recruit-bg-6.png");
}
  .recruit-3 .bg:nth-child(2) {
  right: 0px;
  bottom: 0px;    width: 20.41667rem;
    height: 42.29167rem;
    background: url("../img/overlay/recuit-bg-7.png");
}

@media (min-width: 1024.1px) {
  .recruit-3 {
    padding: 6.25rem 0; } }
  .recruit-3 .block-title {
    margin-bottom: 2.60417rem; }

@media (min-width: 1024.1px) {
  .recruit-3 .block-title {
    margin-bottom: 4.6875rem; } }
  .recruit-3 .block-wrap {
  position: relative;
}
    .recruit-3 .block-wrap::after {
      content: '';
      pointer-events: none;
      left: 0px;
      bottom: 0px;
      top: 0px;
      z-index: 10;
      display: block;
      height: 100%;
      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;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: .3s all ease-in-out;      width: 1px;
      background: #BFBFBF; }
      @media screen and (max-width: 1024px) {
        .recruit-3 .block-wrap::after {
    display: none;
  } }
    .recruit-3 .block-wrap .row, .recruit-3 .block-wrap .col {
  position: relative;
  z-index: 40;
  margin: 0px;
  padding: 0px;
}
    .recruit-3 .block-wrap .col {
  margin-left: auto;
  margin-right: auto;
}
      .recruit-3 .block-wrap .col:first-child::after {
        content: '';
        pointer-events: none;
        z-index: 10;
        display: block;
        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;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s all ease-in-out;        right: -16px;
        height: 32px;
        width: 32px;
        background: url("../img/icon/dot.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .recruit-3 .block-wrap .col:first-child::after {
    display: none;
  } }

@media (min-width: 1024.1px) {
  .recruit-3 .block-wrap .row:not(:last-child) {
    padding-bottom: 4.6875rem; }
  .recruit-3 .block-wrap .row:nth-child(odd) .txt {
    padding-left: 8.33333rem; }
  .recruit-3 .block-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
  } }
    .recruit-3 .block-wrap .row:nth-child(even) .col:first-child::after {
      right: unset;
      left: -16px; }
  .recruit-3 .headline {
    font-size: clamp(20px, 1.30208rem, 25px);
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(253 160 58 / var(--tw-text-opacity)) }
  .recruit-3 .title {
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-transform: none;
}
    .recruit-3 .title::after {
      content: '';
      pointer-events: none;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 10;
      display: block;
      --tw-bg-opacity: 1;
      background-color: rgb(201 37 44 / var(--tw-bg-opacity));
      opacity: 0.5;
      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: .3s all ease-in-out;      height: 1px;
      width: 90px; }
      @media screen and (max-width: 1024px) {
        .recruit-3 .title::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  } }
  .recruit-3 .txt {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
    @media screen and (max-width: 1024px) {
      .recruit-3 .txt {
        padding: 2.08333rem 0;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column } }

@media (min-width: 1024.1px) {
  .recruit-3 .txt {
    padding: 0 4.6875rem; }
  .recruit-3 .img-wrap {
    padding: 0 4.6875rem; } }
  .recruit-3 .img-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;    height: 250px;
    width: auto;
}
    .recruit-3 .img-wrap a img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.recruit-4 {
  padding-bottom: 3.125rem; }

@media (min-width: 1024.1px) {
  .recruit-4 {
    padding-bottom: 6.77083rem; } }
  .recruit-4 .row, .recruit-4 .col {
  margin: 0px;
  padding: 0px;
}
  .recruit-4 .txt-wrap {
    background: #B4262C;
    position: relative;
    height: 100%;
    overflow: hidden;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;    padding: 1.5625rem; }

@media (min-width: 1024.1px) {
  .recruit-4 .txt-wrap {
    padding: 2.08333rem 3.125rem;
    padding: 0 4.16667rem; } }
    .recruit-4 .txt-wrap::after {
      content: '';
      pointer-events: none;
      position: absolute;
      z-index: 10;
      display: block;
      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: .3s all ease-in-out;      height: 17.8125rem;
      width: 17.8125rem;
      background: url("../img/icon/icon-5.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      right: -60px;
      bottom: -60px; }
  .recruit-4 .txt * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
  .recruit-4 .txt p {
    font-size: clamp(16px, 0.9375rem, 18px); }
    .recruit-4 .txt p * {
      font-size: clamp(16px, 0.9375rem, 18px); }
  .recruit-4 .txt li:not(:last-child) {
    margin-bottom: 2.08333rem; }
  .recruit-4 .img-wrap a {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 74.62687%; }
    .recruit-4 .img-wrap a img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      transition: .3s ease-in-out all; }
  .recruit-4 .block-title {
  margin-bottom: 1.25rem;
}

.working-sector-detail::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  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: .3s all ease-in-out;  background: rgba(0, 0, 0, 0.5); }

.working-sector-detail .container {
  position: relative;
  z-index: 20;
}

.working-sector-detail .block-title {
  margin-bottom: 1.75rem;
}

.working-sector-detail .desc {
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));  font-size: clamp(14px, 0.83333rem, 16px);
}
  .working-sector-detail .desc * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));    font-size: clamp(14px, 0.83333rem, 16px);
}
  .working-sector-detail .desc strong {
  font-weight: 700;
}
  .working-sector-detail .desc ul, .working-sector-detail .desc ol {
  padding-top: 0.75rem;
}
    .working-sector-detail .desc ul li, .working-sector-detail .desc ol li {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  justify-content: flex-start;      font-size: clamp(14px, 0.83333rem, 16px);
}
      .working-sector-detail .desc ul li:not(:last-child), .working-sector-detail .desc ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}
      .working-sector-detail .desc ul li *, .working-sector-detail .desc ol li * {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));        font-size: clamp(14px, 0.83333rem, 16px);
}
      .working-sector-detail .desc ul li::before, .working-sector-detail .desc ol li::before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f00c';
        pointer-events: none;
        z-index: 10;
        margin-right: 12px;
        display: block;
        padding-top: 0.25rem;
        font-weight: 400;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        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: .3s all ease-in-out;        width: 16px;
        height: 16px;
        font-size: 16px; }

.working-sector-detail .wrap-left {
  margin-top: 1.5625rem; }

.working-sector-detail .img-wrap a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 64.375%; }
  .working-sector-detail .img-wrap a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: .3s ease-in-out all; }

.project-related .block-title {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.project-related .swiper-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-related .nav-prev, .project-related .nav-next {
  position: static;
  transform: none;
}

.project-related .nav-prev {
  margin-right: 1rem;
}

@media screen and (max-width: 576px) {
  .project-related .wrap-gap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  } }

@media (min-width: 1024.1px) {
  .working-sector .block-wrap .row {
    margin-bottom: 2rem;
  } }

.working-sector .block-wrap .row:nth-child(even) {
  flex-direction: row-reverse;
}

.working-sector .txt {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;  align-items: flex-start;
  justify-content: center;
  padding: 1.66667rem;
}

.working-sector .img-wrap a {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.28019%; }
  .working-sector .img-wrap a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: .3s ease-in-out all; }

.working-sector .icon {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(253 160 58);
  display: flex;
  justify-content: center;
  align-items: center;  height: 5.20833rem;
  width: 5.20833rem;
}

.working-sector .border-wrap {
  overflow: hidden;
  border-radius: 9999px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;  height: 4.01042rem;
  width: 4.01042rem;
  background: radial-gradient(50% 50% at 50% 50%, #fb8314 0%, #ec670a 100%);
}
  .working-sector .border-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.working-sector .wrap-left {
  margin-top: 1.5625rem; }

.working-sector .headline {
  margin: 1.25rem 0 1.04167rem; }

.working-sector .desc {
  line-height: 1.625;
}

@media (min-width: 576px) {

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

@media (min-width: 768px) {

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

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

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

@media (min-width: 1024.1px) {

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

@media (min-width: 1280.1px) {

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

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

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }
}

/*# sourceMappingURL=main.min.css.map */
