

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/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 */
}/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}*, ::before, ::after{
  --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{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1440px){.container{
    max-width: 1440px;
  }
}.relative{
  position: relative;
}.z-30{
  z-index: 30;
}.z-\[35\]{
  z-index: 35;
}.mt-3{
  margin-top: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.ml-5{
  margin-left: 1.25rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.block{
  display: block;
}.hidden{
  display: none;
}.\!hidden{
  display: none !important;
}.h-\[100vh\]{
  height: 100vh;
}.\!h-\[32px\]{
  height: 32px !important;
}.w-full{
  width: 100%;
}.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));
}.bg-c-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
}.bg-\[\#1C1C1C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-black\/0{
  --tw-gradient-from: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgb(0 0 0 / 0));
}.to-black{
  --tw-gradient-to: #000;
}.p-5{
  padding: 1.25rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.pt-8{
  padding-top: 2rem;
}.pb-\[100px\]{
  padding-bottom: 100px;
}.pb-3{
  padding-bottom: 0.75rem;
}.text-center{
  text-align: center;
}.text-\[14px\]{
  font-size: 14px;
}.\!text-\[16px\]{
  font-size: 16px !important;
}.font-normal{
  font-weight: 400;
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#8B8B8B\]{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}.sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	/* font-family: Arial, sans-serif;
	font-size: 12px; */
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}.sbHolder:focus .sbSelector{
	
}.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}.sbToggle{
	/* background: url(img/select-icons.png) 0 -116px no-repeat; */
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}.sbToggle:hover{
	/* background: url(img/select-icons.png) 0 -167px no-repeat; */
}.sbToggleOpen{
	/* background: url(img/select-icons.png) 0 -16px no-repeat; */
}.sbToggleOpen:hover{
	/* background: url(img/select-icons.png) 0 -66px no-repeat; */
}.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}.sbHolderDisabled .sbHolder{
	
}.sbHolderDisabled .sbToggle{
	
}.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}.sbOptions li{
	padding: 0 7px;
}.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}.sbOptions li.last a{
	border-bottom: none;
}.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}.sbOptions .sbSub{
	padding-left: 17px;
}/* header */#header{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 40;
  display: block;
  height: 56px;
  width: 100%;
  background-color: rgb(0 0 0 / 0.8);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}@media (min-width: 768px){#header{
    height: 80px;
  }
}#header:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 1px;
  width: 100%;
  opacity: 0.1;
  --tw-content: '';
  content: var(--tw-content);
    
    background: linear-gradient(92deg, #FEE627 0%, #FAFF00 47.76%, #FFB800 100.55%);
}#header .logo{
  position: absolute;
  left: 1rem;
  top: 13px;
  display: block;
  width: 186px;
}@media (min-width: 768px){#header .logo{
    left: 32px;
  }#header .logo{
    top: 18px;
  }#header .logo{
    width: 216px;
  }
}#header .logo img{
  display: block;
  height: auto;
  width: 100%;
}#header .back{
  position: absolute;
  right: 1rem;
  top: 13px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 231 45 / var(--tw-text-opacity));
}@media (min-width: 768px){#header .back{
    top: 1.5rem;
  }#header .back{
    right: 1.75rem;
  }
}#header .back span{
  display: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
}@media (min-width: 768px){#header .back span{
    display: inline-block;
  }
}#header .back img{
  margin-left: 0.75rem;
  height: auto;
  width: 30px;
}@media (min-width: 768px){#header .back img{
    width: 25px;
  }
}#header .back:hover{
  opacity: 0.8;
}/* footer */#footer{
  position: relative;
  z-index: 40;
}#footer .content-section{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1180px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}@media (min-width: 1024px){#footer .content-section{
    display: flex;
  }#footer .content-section{
    flex-wrap: nowrap;
  }#footer .content-section{
    align-items: center;
  }#footer .content-section{
    justify-content: space-between;
  }
}#footer .boxGetInTouch{
  font-size: 13px;
  font-weight: 400;
}#footer .boxGetInTouch .title_1{
  font-size: 19px;
  font-weight: 700;
}#footer .boxFormGetInTouch{
  position: relative;
}@media (min-width: 1024px){#footer .boxFormGetInTouch{
    padding-left: 50px;
  }#footer .boxFormGetInTouch{
    padding-right: 170px;
  }
}#footer .boxFormGetInTouch .label{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0.75rem;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
}@media (min-width: 1024px){#footer .boxFormGetInTouch .label{
    right: auto;
  }#footer .boxFormGetInTouch .label{
    margin-left: 0px;
    margin-right: 0px;
  }
}#footer .boxFormGetInTouch input[type=text]{
  margin: 0px;
  height: 2.5rem;
  width: 280px;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(215 188 45 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 1024px){#footer .boxFormGetInTouch input[type=text]{
    width: 235px;
  }#footer .boxFormGetInTouch input[type=text]{
    text-align: left;
  }
}#footer .boxFormGetInTouch input[type=text]:focus + .label{
  display: none;
}@media (min-width: 1024px){#footer .boxFormGetInTouch input[type=text]:focus + .label{
    display: block;
  }
}#footer .boxFormGetInTouch input[type=text]:not(:-moz-placeholder-shown) + .label{
  display: none;
}#footer .boxFormGetInTouch input[type=text]:not(:-ms-input-placeholder) + .label{
  display: none;
}#footer .boxFormGetInTouch input[type=text]:not(:placeholder-shown) + .label{
  display: none;
}@media (min-width: 1024px){#footer .boxFormGetInTouch input[type=text]:not(:-moz-placeholder-shown) + .label{
    display: block;
  }#footer .boxFormGetInTouch input[type=text]:not(:-ms-input-placeholder) + .label{
    display: block;
  }#footer .boxFormGetInTouch input[type=text]:not(:placeholder-shown) + .label{
    display: block;
  }
}#footer .boxFormGetInTouch .btnSubmit{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
  height: 2.5rem;
  width: 280px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1024px){#footer .boxFormGetInTouch .btnSubmit{
    position: absolute;
  }#footer .boxFormGetInTouch .btnSubmit{
    right: 0px;
  }#footer .boxFormGetInTouch .btnSubmit{
    top: 0px;
  }#footer .boxFormGetInTouch .btnSubmit{
    margin-left: 0px;
    margin-right: 0px;
  }#footer .boxFormGetInTouch .btnSubmit{
    margin-top: 0px;
  }#footer .boxFormGetInTouch .btnSubmit{
    width: 150px;
  }
}#footer .boxLinkSocial{
  padding-top: 1.75rem;
  text-align: center;
}@media (min-width: 1024px){#footer .boxLinkSocial{
    padding-top: 0px;
  }#footer .boxLinkSocial{
    text-align: left;
  }
}#footer .boxLinkSocial a{
  display: inline-block;
  width: 30px;
}#footer .boxLinkSocial a img{
  display: block;
  height: auto;
  width: 100%;
}#footer .boxLinkSocial a:hover{
  opacity: 0.8;
}/* bg */.bg-gradient-1 {
  background-color: #FEE627;
  background: linear-gradient(92deg, #FEE627 0%, #FAFF00 47.76%, #FFB800 100.55%);
}.line-break{
  margin-left: auto;
  margin-right: auto;
  height: 0.25rem;
  width: 56px;
  overflow: hidden;
  border-radius: 0.125rem;

  background-color: #FEE627;
  background: linear-gradient(92deg, #FEE627 0%, #FAFF00 47.76%, #FFB800 100.55%);
}.line-break-black{
  margin-left: auto;
  margin-right: auto;
  height: 0.25rem;
  width: 56px;
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}/* text gradient */.text-gradient-1 {
  leading-trim: both;
  text-edge: cap;

  /* ora */
  text-shadow: 0px 0px 26px rgba(255, 199, 0, 0.70);

  background: linear-gradient(92deg, #FEE627 0%, #FAFF00 47.76%, #FFB800 100.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* button */.btn-style-1{
  display: inline-flex;
  height: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 80px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255,255,255,0.40);
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}@media (min-width: 768px){.btn-style-1{
    height: 56px;
  }.btn-style-1{
    padding-left: 3rem;
    padding-right: 3rem;
  }.btn-style-1{
    font-size: 20px;
  }
}.btn-style-1 {

  leading-trim: both;
  text-edge: cap;
  flex-shrink: 0;
  background: linear-gradient(92deg, #FEE627 0%, #FAFF00 47.76%, #FFB800 100.55%);

  /* ora */
  box-shadow: 0px 0px 26px 0px rgba(255, 199, 0, 0.70);
}.btn-style-1:hover {
    box-shadow: 0px 0px 26px 0px rgba(255, 199, 0, 1);
  }.btn-style-2{
  display: inline-flex;
  height: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 80px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 231 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 231 45 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}@media (min-width: 768px){.btn-style-2{
    height: 56px;
  }.btn-style-2{
    padding-left: 3rem;
    padding-right: 3rem;
  }.btn-style-2{
    font-size: 20px;
  }
}.btn-style-2 {

  /* ora */
  box-shadow: 0px 0px 26px 0px rgba(255, 199, 0, 0.70);
}.btn-style-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));

    box-shadow: 0px 0px 26px 0px rgba(255, 199, 0, 1);
}/* home */.home-page #main-content {
    /* @apply w-full overflow-x-hidden; */
  }.home-page .section-1{
  position: relative;
  z-index: 35;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 56px;
  text-align: center;
}@media (min-width: 768px){.home-page .section-1{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}.home-page .section-1 .bg{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));

      /* &:before {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-10
        bg-c-yellow-500 mix-blend-color;
      } */

      /* &:after {
        @apply block content-[''] w-full h-[30%] absolute left-0 bottom-0 z-20
        bg-gradient-to-b from-black/0 to-black;
      } */
}.home-page .section-1 .bg video{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.home-page .section-1 h1{
  padding-top: 1.25rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}@media (min-width: 768px){.home-page .section-1 h1{
    font-size: 56px;
  }
}.home-page .section-1 h2{
  padding-top: 0.75rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}@media (min-width: 768px){.home-page .section-1 h2{
    font-size: 40px;
  }
}.home-page .section-1 p{
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px){.home-page .section-1 p{
    font-size: 32px;
  }
}.home-page .section-1 p {

      leading-trim: both;
      text-edge: cap;
    }.home-page .section-2{
  position: relative;
  z-index: 35;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 2rem;
  text-align: center;
}.home-page .section-2 .bg{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 50%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}@media (min-width: 1024px){.home-page .section-2 .bg{
    left: 15%;
  }.home-page .section-2 .bg{
    height: 100%;
  }.home-page .section-2 .bg{
    width: 70%;
  }
}.home-page .section-2 .bg {

      /* &:before {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-10
        bg-c-yellow-500
        mix-blend-color;
      } */

      /* &:after {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-20;

        background:radial-gradient(#00000000, #00000000, #000000, #000000);
      } */
    }.home-page .section-2 .bg video{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}@media (min-width: 1024px){.home-page .section-2 .bg video{
    -o-object-fit: contain;
       object-fit: contain;
  }
}.home-page .section-2 h2{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px){.home-page .section-2 h2{
    font-size: 48px;
  }.home-page .section-2 h2{
    line-height: 1;
  }
}.home-page .section-2 h3{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}@media (min-width: 768px){.home-page .section-2 h3{
    font-size: 48px;
  }.home-page .section-2 h3{
    line-height: 1;
  }
}.home-page .section-2 .box-graphic{
  pointer-events: none;
  position: relative;
  display: block;
  height: 370px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}@media (min-width: 1024px){.home-page .section-2 .box-graphic{
    height: 0px;
  }.home-page .section-2 .box-graphic{
    overflow: visible;
  }
}.home-page .section-2 .box-graphic img{
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -280px;
  display: block;
  height: auto;
  width: 560px;
  max-width: none;
}@media (min-width: 1024px){.home-page .section-2 .box-graphic img{
    left: 0px;
  }.home-page .section-2 .box-graphic img{
    right: 0px;
  }.home-page .section-2 .box-graphic img{
    margin-left: auto;
    margin-right: auto;
  }.home-page .section-2 .box-graphic img{
    width: 800px;
  }.home-page .section-2 .box-graphic img{
    max-width: 100%;
  }
}.home-page .section-2 .box-graphic .particle{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  width: 800px;
  max-width: 100%;
  padding-left: 250px;
  padding-right: 250px;
  mix-blend-mode: lighten;
}.home-page .section-2 .box-graphic .particle video{
  display: block;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.home-page .section-2 .list-items{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1128px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}.home-page .section-2 .list-items .one-item{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 360px;
  padding-bottom: 1.25rem;
  font-size: 18px;
  line-height: 1.375;
}@media (min-width: 768px){.home-page .section-2 .list-items .one-item{
    min-height: 254px;
  }.home-page .section-2 .list-items .one-item{
    font-size: 20px;
  }
}@media (min-width: 1024px){.home-page .section-2 .list-items .one-item{
    margin-left: 0px;
    margin-right: 0px;
  }
}.home-page .section-2 .list-items .one-item {

        leading-trim: both;
        text-edge: cap;
      }.home-page .section-2 .list-items .one-item .bullet{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1.5rem;
  display: block;
  height: auto;
  width: 74px;
}@media (min-width: 768px){.home-page .section-2 .list-items .one-item .bullet{
    width: 112px;
  }
}.home-page .section-2 .list-items .one-item h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}@media (min-width: 768px){.home-page .section-2 .list-items .one-item h4{
    margin-bottom: -0.25rem;
  }.home-page .section-2 .list-items .one-item h4{
    font-size: 24px;
  }
}.home-page .section-2 .box-RUready{
  display: none;
  padding-top: 9rem;
  padding-bottom: 1rem;
  font-size: 24px;
  line-height: 2;
}@media (min-width: 1024px){.home-page .section-2 .box-RUready{
    display: block;
  }
}.home-page .section-2 .box-RUready span{
  font-weight: 500;
}.home-page .section-2 .box-RUready b{
  font-weight: 700;
}.home-page .section-3{
  background-image: url(../img/layout/bg-s3-fixed.png);
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
}.home-page .section-3 .head-section-3{
  display: block;
  width: 100%;
  padding-top: 80px;
  text-align: center;
}@media (min-width: 1024px){.home-page .section-3 .head-section-3{
    position: -webkit-sticky;
    position: sticky;
  }.home-page .section-3 .head-section-3{
    top: 0px;
  }.home-page .section-3 .head-section-3{
    z-index: 30;
  }.home-page .section-3 .head-section-3{
    padding-top: 100px;
  }
}.home-page .section-3 .head-section-3:before{
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 150%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 1024px){.home-page .section-3 .head-section-3:before{
    display: block;
  }
}.home-page .section-3 .head-section-3 h2{
  position: relative;
  padding-bottom: 0.75rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}@media (min-width: 768px){.home-page .section-3 .head-section-3 h2{
    font-size: 48px;
  }.home-page .section-3 .head-section-3 h2{
    line-height: 1;
  }
}.home-page .section-3 .head-section-3 h3{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}@media (min-width: 768px){.home-page .section-3 .head-section-3 h3{
    font-size: 24px;
  }.home-page .section-3 .head-section-3 h3{
    line-height: 1;
  }
}.home-page .section-3 .list-items{
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
  padding-top: 20px;
  padding-bottom: 10px;
}@media (min-width: 1024px){.home-page .section-3 .list-items{
    padding-top: 50px;
  }
}.home-page .section-3 .list-items .one-item{
  display: block;
  text-align: center;
  font-size: 18px;
}@media (min-width: 1024px){.home-page .section-3 .list-items .one-item{
    display: flex;
  }.home-page .section-3 .list-items .one-item{
    flex-wrap: nowrap;
  }.home-page .section-3 .list-items .one-item{
    align-items: center;
  }.home-page .section-3 .list-items .one-item{
    justify-content: space-between;
  }.home-page .section-3 .list-items .one-item{
    text-align: left;
  }.home-page .section-3 .list-items .one-item{
    font-size: 20px;
  }
}.home-page .section-3 .list-items .one-item .img{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 330px;
}@media (min-width: 1024px){.home-page .section-3 .list-items .one-item .img{
    order: 1;
  }.home-page .section-3 .list-items .one-item .img{
    margin-left: 0px;
    margin-right: 0px;
  }.home-page .section-3 .list-items .one-item .img{
    width: 550px;
  }.home-page .section-3 .list-items .one-item .img{
    max-width: none;
  }
}.home-page .section-3 .list-items .one-item .img img{
  height: auto;
  width: 100%;
}.home-page .section-3 .list-items .one-item .img .particle{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: auto;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  mix-blend-mode: lighten;
}.home-page .section-3 .list-items .one-item .img .particle video{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.home-page .section-3 .list-items .one-item .content{
  margin-bottom: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}@media (min-width: 1024px){.home-page .section-3 .list-items .one-item .content{
    order: 2;
  }.home-page .section-3 .list-items .one-item .content{
    margin-bottom: 0px;
  }.home-page .section-3 .list-items .one-item .content{
    min-height: 280px;
  }.home-page .section-3 .list-items .one-item .content{
    max-width: calc(100% - 580px);
  }
}.home-page .section-3 .list-items .one-item h4{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
}@media (min-width: 768px){.home-page .section-3 .list-items .one-item h4{
    margin-bottom: 1.25rem;
  }.home-page .section-3 .list-items .one-item h4{
    font-size: 32px;
  }.home-page .section-3 .list-items .one-item h4{
    line-height: 1;
  }
}@media (min-width: 1024px){.home-page .section-3 .list-items .one-item:nth-child(2n-1) .img{
    order: 2;
  }.home-page .section-3 .list-items .one-item:nth-child(2n-1) .content{
    order: 1;
  }
}.home-page .section-4{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 12rem;
}@media (min-width: 1024px){.home-page .section-4{
    padding-bottom: 3.5rem;
  }
}.home-page .section-4 .bg{
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: -220px;
  display: block;
  height: 60%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}@media (min-width: 1024px){.home-page .section-4 .bg{
    bottom: 0px;
  }.home-page .section-4 .bg{
    height: 100%;
  }
}.home-page .section-4 .bg {

      /* &:before {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-10
        bg-c-yellow-500 mix-blend-color;
      } */

      /* &:after {
        @apply block content-[''] w-full h-[30%] absolute left-0 bottom-0 z-20
        bg-gradient-to-b from-black/0 to-black;
      } */
    }.home-page .section-4 .bg video{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}@media (min-width: 1024px){.home-page .section-4 .bg video{
    -o-object-position: center;
       object-position: center;
  }
}.home-page .section-4 h2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}@media (min-width: 768px){.home-page .section-4 h2{
    font-size: 48px;
  }.home-page .section-4 h2{
    line-height: 1;
  }
}.home-page .section-4 h2 b{
  font-weight: 700;
}.home-page .section-4 .list-items{
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  padding-top: 10px;
}@media (min-width: 1024px){.home-page .section-4 .list-items{
    padding-top: 1.75rem;
  }
}.home-page .section-4 .list-items .one-item{
  position: relative;
  margin-bottom: 1.25rem;
  display: block;
  min-height: 130px;
  width: 100%;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-top-color: rgb(255 231 45 / 0.2);
  border-left-color: rgb(255 231 45 / 0.2);
  border-bottom-color: rgb(255 231 45 / 0.1);
  border-right-color: rgb(255 231 45 / 0.1);
  background-image: url(../img/layout/bg-s4-item.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.375;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}@media (min-width: 1024px){.home-page .section-4 .list-items .one-item{
    display: flex;
  }.home-page .section-4 .list-items .one-item{
    align-items: center;
  }.home-page .section-4 .list-items .one-item{
    justify-content: flex-start;
  }.home-page .section-4 .list-items .one-item{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.home-page .section-4 .list-items .one-item{
    padding-left: 128px;
  }.home-page .section-4 .list-items .one-item{
    font-size: 24px;
  }
}.home-page .section-4 .list-items .one-item:before{
  position: absolute;
  left: 24px;
  top: 0px;
  display: block;
  height: 1px;
  width: calc(100% - 48px);
  --tw-content: '';
  content: var(--tw-content);

          background: linear-gradient(92deg, rgba(254, 230, 39, 0.00) 0%, #FAFF00 30.97%, #FFB800 60.35%, rgba(255, 184, 0, 0.00) 100.54%);
}.home-page .section-4 .list-items .one-item:after{
  position: absolute;
  left: -3px;
  top: 16px;
  display: block;
  height: 70px;
  width: 5px;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 1024px){.home-page .section-4 .list-items .one-item:after{
    top: 25%;
  }.home-page .section-4 .list-items .one-item:after{
    height: 50%;
  }
}.home-page .section-4 .list-items .one-item .num{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}@media (min-width: 1024px){.home-page .section-4 .list-items .one-item .num{
    position: absolute;
  }.home-page .section-4 .list-items .one-item .num{
    left: 1.75rem;
  }.home-page .section-4 .list-items .one-item .num{
    top: 2.25rem;
  }.home-page .section-4 .list-items .one-item .num{
    z-index: 10;
  }.home-page .section-4 .list-items .one-item .num{
    margin-bottom: 0px;
  }.home-page .section-4 .list-items .one-item .num{
    font-size: 65px;
  }
}.home-page .section-4 .list-items .one-item p{
  position: relative;
}.home-page .section-5{
  position: relative;
  z-index: 30;
  padding-top: 4rem;
  padding-bottom: 4rem;
}@media (min-width: 1024px){.home-page .section-5{
    display: flex;
  }.home-page .section-5{
    min-height: 90vh;
  }.home-page .section-5{
    align-items: center;
  }.home-page .section-5{
    justify-content: center;
  }.home-page .section-5{
    padding-bottom: 5rem;
  }
}.home-page .section-5 h2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}@media (min-width: 768px){.home-page .section-5 h2{
    font-size: 48px;
  }
}.home-page .section-5 h2 b{
  display: block;
  font-weight: 700;
}@media (min-width: 768px){.home-page .section-5 h2 b{
    display: inline;
  }
}.home-page .section-5 .grid-items{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1128px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}@media (min-width: 1024px){.home-page .section-5 .grid-items{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.home-page .section-5 .grid-items{
    gap: 1.5rem;
  }.home-page .section-5 .grid-items{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}.home-page .section-5 .grid-items .one-item{
  position: relative;
  display: block;
  border-radius: 24px;
  border-width: 1px;
  border-top-color: rgb(255 231 45 / 0.2);
  border-left-color: rgb(255 231 45 / 0.2);
  border-bottom-color: rgb(255 231 45 / 0.1);
  border-right-color: rgb(255 231 45 / 0.1);
  padding: 1.5rem;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}@media (min-width: 768px){.home-page .section-5 .grid-items .one-item{
    font-size: 20px;
  }.home-page .section-5 .grid-items .one-item{
    line-height: 1.375;
  }
}.home-page .section-5 .grid-items .one-item {

        box-shadow:1px 3px 0px #FFE72D;
      }.home-page .section-5 .grid-items .one-item:before{
  position: absolute;
  left: 24px;
  top: 0px;
  display: block;
  height: 1px;
  width: calc(100% - 48px);
  --tw-content: '';
  content: var(--tw-content);

          background: linear-gradient(92deg, rgba(254, 230, 39, 0.00) 0%, #FAFF00 30.97%, #FFB800 60.35%, rgba(255, 184, 0, 0.00) 100.54%);
}.home-page .section-5 .grid-items .one-item:after{
  position: absolute;
  left: 0px;
  top: 24px;
  display: block;
  height: calc(100% - 48px);
  width: 1px;
  --tw-content: '';
  content: var(--tw-content);

          background: linear-gradient(180deg, rgba(254, 230, 39, 0.00) 0%, #FAFF00 30.97%, #FFB800 60.35%, rgba(255, 184, 0, 0.00) 100.54%);
}.home-page .section-5 .grid-items .one-item .logo{
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  max-width: 100%;
  padding-bottom: 1.25rem;
}.home-page .section-5 .grid-items .one-item .logo img{
  display: block;
  height: auto;
  width: 100%;
}.home-page .section-5 .grid-items .one-item:nth-child(2n-1){
  background-image: url(../img/layout/bg-s5-item-l.png);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}.home-page .section-5 .grid-items .one-item:nth-child(2n){
  background-image: url(../img/layout/bg-s5-item-r.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}.home-page .section-5 .flex-items{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  display: flex;
  max-width: 1128px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}@media (min-width: 1024px){.home-page .section-5 .flex-items{
    margin-bottom: 1.25rem;
  }.home-page .section-5 .flex-items{
    gap: 1rem;
  }
}.home-page .section-5 .flex-items .one-item{
  border-radius: 0.5rem;
}@media (min-width: 1024px){.home-page .section-5 .flex-items .one-item{
    border-radius: 1rem;
  }
}.home-page .section-5 .flex-items .one-item {

        border: 1px solid rgba(254, 230, 39, 0.5);
        background: rgba(0, 0, 0, 0.60);
        box-shadow: 0px 0px 10px 0px rgba(254, 183, 1, 0.44), 2px 2px 2px 0px rgba(254, 230, 39, 0.29) inset, 0px 0px 6px 4px rgba(254, 214, 1, 0.19) inset;
        -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px);
      }.home-page .section-5 .flex-items .one-item img{
  display: block;
  height: 35px;
  width: auto;
  max-width: none;
}@media (min-width: 1024px){.home-page .section-5 .flex-items .one-item img{
    height: 55px;
  }
}.home-page .section-6{
  position: relative;
  z-index: 30;
  display: flex;
  min-height: 90vh;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
  padding-top: 0px;
}@media (min-width: 1024px){.home-page .section-6{
    padding-top: 4rem;
  }
}.home-page .section-6 h2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}@media (min-width: 768px){.home-page .section-6 h2{
    font-size: 48px;
  }
}.home-page .section-6 h2 b{
  font-weight: 700;
}.home-page .section-6 .flex-items{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1128px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}@media (min-width: 1024px){.home-page .section-6 .flex-items{
    gap: 1.25rem;
  }
}.home-page .section-6 .flex-items .one-item{
  border-radius: 0.5rem;
}@media (min-width: 1024px){.home-page .section-6 .flex-items .one-item{
    border-radius: 1rem;
  }
}.home-page .section-6 .flex-items .one-item {

        border: 1px solid rgba(254, 230, 39, 0.5);
        background: rgba(0, 0, 0, 0.60);
        box-shadow: 0px 0px 10px 0px rgba(254, 183, 1, 0.44), 2px 2px 2px 0px rgba(254, 230, 39, 0.29) inset, 0px 0px 6px 4px rgba(254, 214, 1, 0.19) inset;
        -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px);
      }.home-page .section-6 .flex-items .one-item img{
  display: block;
  height: 75px;
  width: auto;
  max-width: none;
}@media (min-width: 1024px){.home-page .section-6 .flex-items .one-item img{
    height: 120px;
  }
}.home-page .section-7{
  margin-left: auto;
  margin-right: auto;
  max-width: 1128px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 1024px){.home-page .section-7{
    padding-left: 80px;
    padding-right: 80px;
  }.home-page .section-7{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}.home-page .section-7 h2{
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}@media (min-width: 768px){.home-page .section-7 h2{
    font-size: 48px;
  }.home-page .section-7 h2{
    line-height: 1;
  }
}.home-page .section-7 h2 b{
  display: block;
  padding-top: 0.5rem;
  font-weight: 700;
}.home-page .section-7 h3{
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}@media (min-width: 768px){.home-page .section-7 h3{
    padding-bottom: 1rem;
  }.home-page .section-7 h3{
    font-size: 24px;
  }
}.home-page .section-7 .box-form-contact{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
}@media (min-width: 1024px){.home-page .section-7 .box-form-contact{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.home-page .section-7 .box-form-contact{
    row-gap: 1.75rem;
  }
}.home-page .group-section-567 .bg{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));

      /* &:before {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-10
        bg-c-yellow-500 mix-blend-color;
      } */

      /* &:after {
        @apply block content-[''] w-full h-full absolute left-0 top-0 z-20
        bg-gradient-to-b from-black via-black/0 to-black;
      } */
}.home-page .group-section-567 .bg video{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.home-page .bg-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  height: 0px;
  width: 100%;
}@media (min-width: 1024px){.home-page .bg-sticky{
    display: block;
  }
}.form-group .form-control{
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 26px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0.625rem;
  padding-top: 1rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.form-group .form-control::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.form-group .form-control:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.form-group .form-control::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.form-group .form-control:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}@media (min-width: 768px){.form-group .form-control{
    padding-left: 30px;
    padding-right: 30px;
  }.form-group .form-control{
    font-size: 18px;
  }
}.form-group.has-error .form-control{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.form-group.has-error .sbHolder{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.form-floating{
  position: relative;
}.form-floating label{
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  z-index: 10;
  transform-origin: 0;
  --tw-translate-y: -1.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px){.form-floating label{
    left: 1.25rem;
  }.form-floating label{
    padding-left: 1rem;
    padding-right: 1rem;
  }.form-floating label{
    font-size: 18px;
  }
}.select-floating{
  position: relative;
}.select-floating label{
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  z-index: 10;
  transform-origin: 0;
  --tw-translate-y: -1.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px){.select-floating label{
    left: 1.25rem;
  }.select-floating label{
    padding-left: 1rem;
    padding-right: 1rem;
  }.select-floating label{
    font-size: 18px;
  }
}.select-floating .sbHolder{
  display: block;
  height: 48px;
  width: 100%;
  border-radius: 26px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.select-floating .sbHolder::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.select-floating .sbHolder:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.select-floating .sbHolder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px){.select-floating .sbHolder{
    height: 52px;
  }
}.select-floating .sbHolder .sbToggle{
  display: block;
  height: 100%;
  width: 50px;
  background-image: url(../img/layout/selectbox.svg);
  background-position: left 5px center;
  background-repeat: no-repeat;
}.select-floating .sbHolder .sbToggle:hover{
      
    }.select-floating .sbHolder .sbToggleOpen{
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.select-floating .sbHolder .sbToggleOpen:hover{
      
    }.select-floating .sbHolder .sbSelector{
  display: block;
  height: 100%;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 768px){.select-floating .sbHolder .sbSelector{
    padding-left: 22px;
    padding-right: 22px;
  }.select-floating .sbHolder .sbSelector{
    font-size: 18px;
  }
}.select-floating .sbOptions{
  z-index: 30;
  display: block;
  width: 100%;
  border-radius: 26px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.select-floating .sbOptions li{
  padding: 0px;
}.select-floating .sbOptions a{
  display: block;
  border-bottom-width: 0px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.select-floating .sbOptions a:link, .select-floating .sbOptions a:visited{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.select-floating .sbOptions .sbFocus{
  background-color: rgb(0 0 0 / 0.1);
  font-weight: 700;
}.multi-select-floating{
  position: relative;
}.multi-select-floating .label{
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  z-index: 10;
  transform-origin: 0;
  --tw-translate-y: -1.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px){.multi-select-floating .label{
    left: 1.25rem;
  }.multi-select-floating .label{
    padding-left: 1rem;
    padding-right: 1rem;
  }.multi-select-floating .label{
    font-size: 18px;
  }
}.form-checkbox label{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  padding-left: 2.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}@media (min-width: 768px){.form-checkbox label{
    padding-left: 3rem;
  }.form-checkbox label{
    font-size: 20px;
  }
}.form-checkbox label:before{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){.form-checkbox label:before{
    height: 2rem;
  }.form-checkbox label:before{
    width: 2rem;
  }
}.form-checkbox label:after{
  position: absolute;
  top: 2px;
  left: 8px;
  display: block;
  height: 1rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){.form-checkbox label:after{
    left: 10px;
  }.form-checkbox label:after{
    height: 1.25rem;
  }.form-checkbox label:after{
    width: 0.75rem;
  }
}.form-checkbox input[type=checkbox]{
  position: absolute;
  margin: 0px;
  display: block;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: visible;
  border-width: 0px;
  padding: 0px;
  opacity: 0;
}.form-checkbox input[type=checkbox]:checked + label:after{
  --tw-rotate: 45deg;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}/* @apply text-red-500; */.form-checkbox.has-error label:before{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.mobile-btn-sticky{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 30;
  display: block;
  height: auto;
  width: 100%;
}@media (min-width: 1024px){.mobile-btn-sticky{
    display: none;
  }
}.mobile-btn-sticky .box-btn{
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}/* multiselect */.multi-select-container {
  display: inline-block;
  position: relative;
  width:100%;
}.multi-select-menu {
  position: absolute;
  left: 0;
  /* top: 0.8em; */
  z-index: 39;
  float: left;
  min-width: 100%;
  /* background: #fff; */
  /* margin: 1em 0; */
  border: 1px solid #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  top: 48px;
  overflow-x: hidden !important;
  border-radius: 26px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 231 45 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}@media (min-width: 768px){.multi-select-menu{
    top: 52px;
  }
}.multi-select-menuitem {
  /* display: block; */
  /* font-size: 0.875em; */
  /* padding: 0.6em 1em 0.6em 30px; */
  /* white-space: nowrap; */
  position: relative;
  display: block;
  overflow-x: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 22px;
  padding-left: 58px;
  font-size: 18px;
  font-weight: 400;
}.multi-select-menuitem input {
  position: absolute;
  margin: 0px;
  display: block;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: visible;
  border-width: 0px;
  padding: 0px;
  opacity: 0;
}.multi-select-menuitem input + span:before{
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.multi-select-menuitem input + span:after{
  position: absolute;
  left: 33px;
  top: 14px;
  display: none;
  height: 5px;
  width: 10px;
  --tw-rotate: -45deg;
  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));
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 231 45 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.multi-select-menuitem input:checked + span{
  font-weight: 600;
}.multi-select-menuitem input:checked + span:before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.multi-select-menuitem input:checked + span:after{
  display: block;
}.multi-select-legend {
  font-size: 0.875em;
  font-weight: bold;
  padding-left: 10px;
}.multi-select-legend + .multi-select-menuitem {
  /* padding-top: 0.25rem; */
}.multi-select-menuitem + .multi-select-menuitem {
  /* padding-top: 0; */
}.multi-select-presets {
  border-bottom: 1px solid #ddd;
}.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}.multi-select-button{
  position: relative;
  display: inline-block;
  height: 48px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-right: 50px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 46px;
}@media (min-width: 768px){.multi-select-button{
    height: 52px;
  }.multi-select-button{
    padding-left: 30px;
  }.multi-select-button{
    font-size: 18px;
  }.multi-select-button{
    line-height: 50px;
  }
}.multi-select-button {

  /* display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default; */
}.multi-select-button:after{
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 50px;
  background-image: url(../img/layout/selectbox.svg);
  background-position: left 5px center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}.multi-select-container--open .multi-select-menu {
  display: block;
}.multi-select-container--open .multi-select-button:after{
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}.has-error .multi-select-button{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.box-popup{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}.box-popup .box-popup-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.8);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.box-popup .box-popup-content{
  position: relative;
  display: flex;
  min-height: 100px;
  width: 300px;
  max-width: 90%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}@media (min-width: 1024px){.box-popup .box-popup-content{
    border-radius: 1rem;
  }
}.box-popup .box-popup-content {

    border: 1px solid rgba(254, 230, 39, 0.5);
    background: rgba(0, 0, 0, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(254, 183, 1, 0.44), 2px 2px 2px 0px rgba(254, 230, 39, 0.29) inset, 0px 0px 6px 4px rgba(254, 214, 1, 0.19) inset;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }body{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: Noto Sans Thai, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.hover\:underline-offset-2:hover{
  text-underline-offset: 2px;
}.hover\:opacity-80:hover{
  opacity: 0.8;
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2{
  top: 50%;
}.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:top-1\/2{
  top: 50%;
}.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2{
  top: 50%;
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:placeholder-shown ~ .peer-placeholder-shown\:-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:-ms-input-placeholder ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:top-2{
  top: 0.5rem;
}.peer:focus ~ .peer-focus\:-translate-y-5{
  --tw-translate-y: -1.25rem;
  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));
}.peer:focus ~ .peer-focus\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}@media (min-width: 640px){.sm\:hidden{
    display: none;
  }
}@media (min-width: 768px){.md\:pt-14{
    padding-top: 3.5rem;
  }
}@media (min-width: 1024px){.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:flex{
    display: flex;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:gap-6{
    gap: 1.5rem;
  }.lg\:text-left{
    text-align: left;
  }
}

