@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Kanit:wght@400;500;600;700;800;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: 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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]) {
  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::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%;
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
}
@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;
  }
}
@media (min-width: 1670px){
  .container{
    max-width: 1670px;
  }
}
@media (min-width: 2048px){
  .container{
    max-width: 2048px;
  }
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0;
}
.left-0{
  left: 0;
}
.right-0{
  right: 0;
}
.top-0{
  top: 0;
}
.top-8{
  top: 2rem;
}
.right-5{
  right: 1.25rem;
}
.top-1\/2{
  top: 50%;
}
.left-1\/2{
  left: 50%;
}
.bottom-\[-120\%\]{
  bottom: -120%;
}
.top-5{
  top: 1.25rem;
}
.-z-1{
  z-index: -1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-100{
  z-index: 100;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[200\]{
  z-index: 200;
}
.m-auto{
  margin: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-26{
  margin-top: 6.5rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mt-16{
  margin-top: 4rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mb-30{
  margin-bottom: 7.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-30{
  margin-top: 7.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.ml-3{
  margin-left: 0.75rem;
}
.-mr-20{
  margin-right: -5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.-mt-40{
  margin-top: -10rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-20{
  height: 5rem;
}
.h-auto{
  height: auto;
}
.h-10{
  height: 2.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-32{
  height: 8rem;
}
.h-fit{
  height: fit-content;
}
.h-26{
  height: 6.5rem;
}
.h-12{
  height: 3rem;
}
.h-30{
  height: 7.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-\[25px\]{
  height: 25px;
}
.h-2{
  height: 0.5rem;
}
.h-28{
  height: 7rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[10px\]{
  height: 10px;
}
.h-8{
  height: 2rem;
}
.h-40{
  height: 10rem;
}
.h-16{
  height: 4rem;
}
.h-screen{
  height: 100vh;
}
.h-18{
  height: 4.5rem;
}
.h-2px{
  height: 2px;
}
.h-5{
  height: 1.25rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-80{
  height: 20rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-200{
  max-height: 50rem;
}
.min-h-\[66\.4vh\]{
  min-height: 66.4vh;
}
.min-h-92{
  min-height: 23rem;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-\[50vH\]{
  min-height: 50vH;
}
.min-h-\[20vh\]{
  min-height: 20vh;
}
.min-h-80s{
  min-height: 80vH;
}
.w-full{
  width: 100%;
}
.w-20{
  width: 5rem;
}
.w-fit-content{
  width: fit-content;
}
.w-80p{
  width: 80%;
}
.w-26{
  width: 6.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-\[25px\]{
  width: 25px;
}
.w-2{
  width: 0.5rem;
}
.w-90p{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-\[10px\]{
  width: 10px;
}
.w-6{
  width: 1.5rem;
}
.w-160{
  width: 40rem;
}
.w-16{
  width: 4rem;
}
.w-50p{
  width: 50%;
}
.w-screen{
  width: 100vw;
}
.w-max{
  width: max-content;
}
.w-100{
  width: 25rem;
}
.w-18{
  width: 4.5rem;
}
.w-\[calc\(100\%\+3rem\)\]{
  width: calc(100% + 3rem);
}
.w-85p{
  width: 85%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-10{
  width: 2.5rem;
}
.w-1px{
  width: 1px;
}
.max-w-30p{
  max-width: 30%;
}
.max-w-full{
  max-width: 100%;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.content-between{
  align-content: space-between;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-xl{
  border-radius: 1rem;
}
.border-2{
  border-width: 2px;
}
.border-1{
  border-width: 1px;
}
.border-5{
  border-width: 5px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-t-1{
  border-top-width: 1px;
}
.border-l-10{
  border-left-width: 10px;
}
.border-solid{
  border-style: solid;
}
.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
}
.border-\[\#E4E4E4\]{
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(46 40 42 / var(--tw-border-opacity));
}
.border-\[\#DFDFDF\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}
.border-red{
  --tw-border-opacity: 1;
  border-color: rgb(176 58 53 / var(--tw-border-opacity));
}
.bg-\[\#F4F4F4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-slate{
  --tw-bg-opacity: 1;
  background-color: rgb(97 100 101 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(46 40 42 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff80\]{
  background-color: #ffffff80;
}
.bg-\[\#5C5C5C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(92 92 92 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
}
.bg-lgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(176 58 53 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#3953838e\]{
  background-color: #3953838e;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-cover{
  background-size: cover;
}
.bg-auto{
  background-size: auto;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-fill{
  object-fit: fill;
}
.object-center{
  object-position: center;
}
.p-5{
  padding: 1.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-20{
  padding: 5rem;
}
.p-8{
  padding: 2rem;
}
.p-12{
  padding: 3rem;
}
.p-6{
  padding: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-30{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-secondary{
  font-family: Kanit, sans-serif;
}
.text-xl{
  font-size: 20px;
}
.text-4xl{
  font-size: 40px;
}
.text-lg{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-3xl{
  font-size: 30px;
}
.text-base{
  font-size: 16px;
}
.text-2xl{
  font-size: 25px;
}
.text-sm{
  font-size: 14px;
}
.text-xs{
  font-size: 12px;
}
.text-\[45px\]{
  font-size: 45px;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-black{
  font-weight: 900;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.leading-normal{
  line-height: 1.5;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(46 40 42 / var(--tw-text-opacity));
}
.text-slate{
  --tw-text-opacity: 1;
  color: rgb(97 100 101 / var(--tw-text-opacity));
}
.text-\[\#616465\]{
  --tw-text-opacity: 1;
  color: rgb(97 100 101 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#010002\]{
  --tw-text-opacity: 1;
  color: rgb(1 0 2 / var(--tw-text-opacity));
}
.text-\[\#2EC4F1\]{
  --tw-text-opacity: 1;
  color: rgb(46 196 241 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(176 58 53 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-25{
  opacity: 0.25;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.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);
}
.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-250{
  transition-duration: 250ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-500{
  transition-duration: 600ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*! purgecss start ignore */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
/* -------------------------------------------------------------------------- */
/*                                 base start                                 */
/* -------------------------------------------------------------------------- */
button, hr, input {
  overflow: visible;
}
audio, canvas, progress, video {
  display: inline-block;
}
progress, sub, sup {
  vertical-align: baseline;
}
[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
  max-width: 100%;
  user-select: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden], template {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
input[type=submit] {
  cursor: pointer;
}
:root {
  font-size: 62.5%;
  line-height: 1.45;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
p {
  margin-bottom: 2rem;
}
p:last-child {
  margin-bottom: 0;
}
ol {
  list-style: decimal !important;
}
*::-moz-selection {
  color: #fff;
  background: #E30613;
}
::selection {
  color: #fff;
  background: #E30613;
}
/* -------------------------------- scrollbar -------------------------------- */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
}
::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8);
}
*:focus {
  outline: none;
}
/* -------------------------------------------------------------------------- */
/*                                  base end                                  */
/* -------------------------------------------------------------------------- */
.is-faded{
  pointer-events: none;
  opacity: 0;
}
\:root {
  font-size: 62.5%;
  line-height: 1.45;
}
.group-hover\:bright-110 {
  transition-property: all;
}
.group:hover .group-hover\:bright-110 {
  filter: brightness(1.1);
}
img {
  margin: 0;
}
button:focus {
  outline: none;
}
b, strong {
  font-weight: 700;
}
figure {
  margin: 0;
  padding: 10px 0 0 0;
}
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
.hover-anim-jello:hover, .hover-anim-jello:focus {
  animation: jello 1s;
  transform-origin: center;
}
.hover-scale-down {
  transition: all 0.3s;
}
.hover-scale-down:hover, .hover-scale-down:focus {
  transform: scale(0.9);
}
.hover-scale-up {
  transition: all 0.3s;
}
.hover-scale-up:hover, .hover-scale-up:focus {
  transform: scale(1.05);
}
@keyframes shine {
  10% {
    opacity: 1;
    top: 0;
    left: -25%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 200%;
    transition-property: left, top, opacity;
  }
}
.hover-pulse:hover {
  animation: pulse-opacity 1s;
}
@keyframes pulse-opacity {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.infinite-anim-pulse {
  animation: 2s rotate infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes slow_rotation {
  0% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hover-anim-shake:hover {
  animation: 2s shake infinite alternate;
}
@keyframes shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.hover-anim-shake2:hover {
  animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
@keyframes shake2 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .pl-container {
    padding-left: calc((100vW - 768px - 30px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 768px - 30px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .pl-container {
    padding-left: calc((100vW - 1024px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1024px + 15px) / 2);
  }
}
@media only screen and (min-width: 1280px) {
  .pl-container {
    padding-left: calc((100vW - 1280px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1280px + 15px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .pl-container {
    padding-left: calc((100vW - 1440px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1440px + 15px) / 2);
  }
}
@media only screen and (min-width: 1670px) {
  .pl-container {
    padding-left: calc((100vW - 1670px + 15px) / 2);
  }
  .pr-container {
    padding-right: calc((100vW - 1670px + 15px) / 2);
  }
}
.page-navigation{
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 16px;
}
@media (min-width: 425px){
  .page-navigation{
    top: 4rem;
  }
}
.page-navigation {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 6, 0.1607843137);
}
.is-scrolled-down{
  top: 0;
  transition: all 1s ease-in-out;
}
.is-scrolled-down .openMenu{
  top: 0.5rem;
}
@media (min-width: 1280px){
  .is-scrolled-down .menu-item{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.is-scrolled-down .menu-item {
  transition: all 0.8s ease-in-out;
}
.is-scrolled-down .logo {
  transition: all 0.8s ease-in-out;
}
@media (min-width: 1280px){
  .is-scrolled-down .logo{
    height: 6.5rem;
  }
}
.is-scrolled-down .logo-mobile{
  display: none;
}
.is-scrolled-down .logo-scrolled{
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px){
  .is-scrolled-down .logo-scrolled{
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .is-scrolled-down .logov2 {
    display: flex;
    animation: slideDown forwards 0.6s;
  }
  .is-scrolled-down .logov1 {
    display: none;
    animation: slideDown forwards 0.6s;
  }
}
.is-scrolled-up {
  transition: all 1s ease-in-out;
}
.is-scrolled-up .logo,
.is-scrolled-up .menu-item,
.is-scrolled-up .logo-scrolled {
  transition: all 0.8s ease-in-out;
}
.menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1280px){
  .menu{
    height: 100%;
  }
  .menu{
    flex-direction: row;
  }
  .menu{
    align-items: baseline;
  }
  .menu{
    justify-content: space-evenly;
  }
}
.menu-item{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px){
  .menu-item{
    flex-direction: row;
  }
}
@media (min-width: 1280px){
  .menu-item{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px){
  .menu-item{
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1670px){
  .menu-item{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.menu-item a{
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px){
  .menu-item a{
    height: 100%;
  }
}
.menu-item a {
  z-index: 10;
}
.menu-item a:hover, .menu-item a:focus {
  transition: all 0.5s ease-in-out;
}
.logo{
  height: 4rem;
}
@media (min-width: 1024px){
  .logo{
    height: 6.5rem;
  }
}
@media (min-width: 1440px){
  .logo{
    height: 8rem;
  }
}
.menu .current_page_item,
.menu .current-page-ancestor {
  position: relative;
}
.menu .current_page_item::before,
.menu .current-page-ancestor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #E30613;
}
.menu > .menu-item:not(.current_page_item)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #E30613;
}
.menu > .menu-item:not(.current_page_item):hover::before, .menu > .menu-item:not(.current_page_item):focus::before {
  height: 5px;
  animation: slideRight forwards 0.5s;
  display: block;
}
.menu-nav{
  display: none;
  justify-content: flex-end;
}
@media (min-width: 1280px){
  .menu-nav{
    display: flex;
  }
}
.menu-nav.is-visible{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100vh;
  width: 100vw;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px){
  .menu-nav.is-visible{
    width: 66.666667%;
  }
}
.menu-nav.is-visible {
  transform-origin: top center;
  animation: slideLeft 600ms ease-in-out forwards;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 6, 0.1607843137);
}
@media only screen and (max-width: 1279px) {
  .menu-nav.is-visible {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.menu-nav.is-visible .menu {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.menu-nav.is-visible .menu-item{
  margin-bottom: 1.25rem;
  width: fit-content;
}
.menu-nav.is-visible .menu-item a{
  padding-bottom: 2rem;
}
.menu-nav.is-visible .sub-menu .menu-item::before {
  content: "";
  height: 4px;
  width: 4px;
  margin-left: 0.25rem;
  margin-right: 0.75rem;
  margin-top: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
}
.openMenu{
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  cursor: pointer;
}
@media (min-width: 425px){
  .openMenu{
    top: 5rem;
  }
}
@media (min-width: 1280px){
  .openMenu{
    top: 0.5rem;
  }
  .openMenu{
    display: none;
  }
}
.openMenu {
  transition: transform 1s ease;
}
.line {
  fill: none;
  stroke-width: 8;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: #E30613;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 7;
  stroke: #E30613;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 7;
  stroke: #E30613;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: #E30613;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
  stroke: #E30613;
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14{
  position: absolute;
  top: 0.5rem;
  left: 8rem;
}
@media (min-width: 1280px){
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    top: auto;
  }
  .svg-inline--fa, .fa-chevron-down, .fa-w-14{
    left: 0.25rem;
  }
}
.svg-inline--fa, .fa-chevron-down, .fa-w-14 {
  animation: transform 500ms ease-in-out;
}
.svg-inline--fa.rotate, .fa-chevron-down.rotate, .fa-w-14.rotate {
  margin-top: 0;
  transform: rotateZ(-180deg);
  animation: all 500ms ease-in-out;
}
.sub-menu{
  display: none;
  overflow: hidden;
}
.sub-menu.opened{
  left: 0;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 640px){
  .sub-menu.opened{
    width: max-content;
  }
}
@media (min-width: 1280px){
  .sub-menu.opened{
    position: absolute;
  }
  .sub-menu.opened{
    top: 80%;
  }
  .sub-menu.opened{
    margin-top: 0;
  }
  .sub-menu.opened{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .sub-menu.opened{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sub-menu.opened{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sub-menu.opened{
    --tw-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0 5px 20px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media only screen and (max-width: 1279px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideLeft 300ms ease-in-out forwards;
  }
}
@media only screen and (min-width: 1280px) {
  .sub-menu.opened {
    transform-origin: top center;
    animation: slideDown 300ms ease-in-out forwards;
  }
}
.sub-menu.opened > .menu-item{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px){
  .sub-menu.opened > .menu-item{
    justify-content: center;
  }
}
.sub-menu.opened > .menu-item {
  word-break: break-word;
}
.sub-menu.opened > .menu-item a{
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1280px){
  .sub-menu.opened > .menu-item a{
    flex-wrap: nowrap;
  }
}
.sub-menu.opened .menu-item:not(.current_page_item):hover::before, .sub-menu.opened .menu-item:not(.current_page_item):focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #E30613;
  animation: slideRight forwards 0.5s;
}
.sub-menu-arrow{
  position: absolute;
  z-index: 100;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}
@media (min-width: 1280px){
  .sub-menu-arrow{
    position: relative;
  }
  .sub-menu-arrow{
    display: flex;
  }
  .sub-menu-arrow{
    width: 3rem;
  }
  .sub-menu-arrow{
    --tw-translate-x: 10px;
    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));
  }
  .sub-menu-arrow{
    flex-direction: row;
  }
  .sub-menu-arrow{
    align-items: center;
  }
}
.logo-mobile{
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.logo-mobile:hover, .logo-mobile:focus {
  transform: scale(1.05);
}
@media (min-width: 1280px){
  .logo-mobile{
    margin-bottom: 0;
  }
}
.logo-mobile .logo{
  height: 4.5rem;
}
@media (min-width: 1024px){
  .logo-mobile .logo{
    height: 6rem;
  }
}
.menu-item-has-children{
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px){
  .menu-item-has-children{
    flex-direction: row;
  }
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1670px){
  .footer-menu{
    justify-content: space-between;
  }
}
.footer-menu .menu-item{
  margin-right: 1rem;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.title-main{
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 375px){
  .title-main{
    font-size: 22px;
  }
}
@media (min-width: 425px){
  .title-main{
    font-size: 25px;
  }
}
@media (min-width: 640px){
  .title-main{
    font-size: 30px;
  }
}
@media (min-width: 768px){
  .title-main{
    font-size: 40px;
  }
}
@media (min-width: 1024px){
  .title-main{
    font-size: 45px;
  }
}
@media (min-width: 1280px){
  .title-main{
    font-size: 50px;
  }
}
@media (min-width: 1440px){
  .title-main{
    font-size: 55px;
  }
}
@media (min-width: 1670px){
  .title-main{
    font-size: 60px;
  }
}
.title{
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 375px){
  .title{
    font-size: 20px;
  }
}
@media (min-width: 425px){
  .title{
    font-size: 22px;
  }
}
@media (min-width: 640px){
  .title{
    font-size: 25px;
  }
}
@media (min-width: 768px){
  .title{
    font-size: 28px;
  }
}
@media (min-width: 1024px){
  .title{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .title{
    font-size: 35px;
  }
}
@media (min-width: 1440px){
  .title{
    font-size: 38px;
  }
}
@media (min-width: 1670px){
  .title{
    font-size: 40px;
  }
}
.title-small{
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 375px){
  .title-small{
    font-size: 25px;
  }
}
@media (min-width: 640px){
  .title-small{
    font-size: 28px;
  }
}
@media (min-width: 768px){
  .title-small{
    font-size: 30px;
  }
}
@media (min-width: 1280px){
  .title-small{
    font-size: 32px;
  }
}
@media (min-width: 1670px){
  .title-small{
    font-size: 33px;
  }
}
.title-xsmall{
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 640px){
  .title-xsmall{
    font-size: 20px;
  }
}
@media (min-width: 768px){
  .title-xsmall{
    font-size: 22px;
  }
}
@media (min-width: 1280px){
  .title-xsmall{
    font-size: 25px;
  }
}
@media (min-width: 1670px){
  .title-xsmall{
    font-size: 26px;
  }
}
.title-slate{
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(97 100 101 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .title-slate{
    font-size: 22px;
  }
}
@media (min-width: 768px){
  .title-slate{
    font-size: 25px;
  }
}
@media (min-width: 1280px){
  .title-slate{
    font-size: 26px;
  }
}
@media (min-width: 1670px){
  .title-slate{
    font-size: 28px;
  }
}
.dropshadow {
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 0 15px);
}
@keyframes goUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes goUp2 {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
.icon-0,
.icon-2 {
  animation: goUp 4s infinite;
}
.icon-1,
.icon-3 {
  animation-delay: 2s;
  animation: goUp2 4s infinite;
}
.bg-gradient_cta {
  background-image: linear-gradient(to right, #E4E4E4, rgba(0, 0, 0, 0));
}
.tile{
  border-right-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  transition: all 0.5s ease-in-out;
  height: max-content;
}
.tile button {
  pointer-events: none;
}
.tile .content strong {
  font-size: 14px;
}
.tile:last-of-type{
  border-style: none;
}
.tile:hover {
  box-shadow: 2px 2px 31px rgb(117, 117, 117);
  transition: all 0.5s ease-in-out;
}
.bg-swiper {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
}
.youtube-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
  height: 100%;
}
@media (min-width: 1280px){
  .youtube-container{
    height: auto;
  }
}
.youtube-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.boxshadow {
  box-shadow: 0px 0px 10px rgba(57, 58, 61, 0.1607843137);
}
.social {
  overflow: hidden;
}
.social:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.social:hover svg {
  animation: flip forwards 1s;
}
@keyframes flip {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine:after {
  animation: shine 2s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200px;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 0%, white 50%, rgba(255, 255, 255, 0.05) 100%);
}
.wp-block-columns{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px){
  .wp-block-columns{
    flex-direction: row;
  }
  .wp-block-columns{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-preformatted{
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .wp-block-preformatted{
    text-align: justify;
  }
}
.wp-block-gallery{
  margin-top: 2.5rem;
}
.wp-block-image{
  display: flex;
  justify-content: center;
}
.blocks-gallery-item a{
  margin-bottom: 2.5rem;
}
.blocks-gallery-item a:hover{
  --tw-translate-y: -0.75rem;
  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));
  transition: transform 300ms ease-in;
}
.gallery-item a:hover{
  --tw-translate-y: -0.75rem;
  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));
  transition: transform 300ms ease-in;
}
.form-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 50px 0;
  align-items: start;
  align-content: start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  overflow-y: auto;
}
.form-overlay.active {
  display: flex;
}
.form-div, .send-cv-div{
  width: 98%;
}
@media (min-width: 768px){
  .form-div, .send-cv-div{
    width: 90%;
  }
}
@media (min-width: 1024px){
  .form-div, .send-cv-div{
    width: 80%;
  }
}
@media (min-width: 1280px){
  .form-div, .send-cv-div{
    width: 60%;
  }
}
.form-div,
.send-cv-div {
  background: #fff;
  padding: 3rem;
  filter: drop-shadow(0px 1px 3px #000);
}
.close-form,
.close-cv-form {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 1rem;
  top: 1rem;
  height: 3rem;
  width: 3rem;
  border: #AF0D17 1px solid;
  background-color: #AF0D17;
  z-index: 1;
  cursor: pointer;
  transition: all 0.5s ease;
}
.close-form:hover,
.close-cv-form:hover {
  background-color: #fff;
  transition: all 0.5s ease;
}
#modal-popup {
  transition: all 0.5 ease;
}
#modal-popup.is-visible {
  animation: slideDown forwards 0.5s;
}
#modal-popup.hide {
  display: none;
}
/* purgecss start ignore */
.footer p{
  margin-bottom: 0;
}
/* purgecss start end */
.container,
.container-fluid {
  padding-left: clamp(20px, 2vw, 50px);
  padding-right: clamp(20px, 2vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
.container.p-0,
.container-fluid.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: clamp(20px, 2vw, 50px);
  margin-right: clamp(20px, 2vw, 50px);
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.row.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.icon-before {
  position: relative;
  padding-left: 25px;
}
.icon-before:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.container.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.content:not(.content-icons){
  line-height: 1.7;
}
.content:not(.content-icons) blockquote{
  font-size: 18px;
}
.content:not(.content-icons) h1, .content:not(.content-icons) h2, .content:not(.content-icons) h3, .content:not(.content-icons) h4, .content:not(.content-icons) h5, .content:not(.content-icons) h6{
  font-weight: 600;
  line-height: 3.5rem;
}
.content:not(.content-icons) h1{
  margin-bottom: 2.5rem;
  font-size: 30px;
}
.content:not(.content-icons) h2{
  margin-bottom: 2.5rem;
  font-size: 25px;
}
.content:not(.content-icons) h3{
  margin-bottom: 2.5rem;
  font-size: 30px;
}
.content:not(.content-icons) h4{
  margin-bottom: 2.5rem;
  font-size: 25px;
}
.content:not(.content-icons) h5{
  margin-bottom: 2rem;
  font-size: 18px;
}
.content:not(.content-icons) h6{
  margin-bottom: 2rem;
  font-size: 18px;
}
.content:not(.content-icons) a{
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.custom-list {
  position: relative;
}
.custom-list ul li:not(.blocks-gallery-item) {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.custom-list ul li:not(.blocks-gallery-item):after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: rgb(97, 100, 101);
  top: 10px;
  left: 0;
}
.custom-list li > ol {
  padding-left: 15px;
}
.custom-list ol > li {
  margin-bottom: 10px;
  margin-left: 15px;
}
.post-content figure{
  margin-bottom: 2.5rem;
}
.post-content h1, .post-content h2{
  margin-bottom: 2.5rem;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 375px){
  .post-content h1, .post-content h2{
    font-size: 20px;
  }
}
@media (min-width: 425px){
  .post-content h1, .post-content h2{
    font-size: 22px;
  }
}
@media (min-width: 640px){
  .post-content h1, .post-content h2{
    font-size: 25px;
  }
}
@media (min-width: 768px){
  .post-content h1, .post-content h2{
    font-size: 30px;
  }
}
@media (min-width: 1024px){
  .post-content h1, .post-content h2{
    font-size: 35px;
  }
}
@media (min-width: 1280px){
  .post-content h1, .post-content h2{
    font-size: 40px;
  }
}
@media (min-width: 1440px){
  .post-content h1, .post-content h2{
    font-size: 45px;
  }
}
@media (min-width: 1670px){
  .post-content h1, .post-content h2{
    font-size: 50px;
  }
}
.post-content h3, .post-content h4{
  margin-bottom: 2.5rem;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 375px){
  .post-content h3, .post-content h4{
    font-size: 25px;
  }
}
@media (min-width: 640px){
  .post-content h3, .post-content h4{
    font-size: 30px;
  }
}
@media (min-width: 768px){
  .post-content h3, .post-content h4{
    font-size: 32px;
  }
}
@media (min-width: 1280px){
  .post-content h3, .post-content h4{
    font-size: 36px;
  }
}
@media (min-width: 1670px){
  .post-content h3, .post-content h4{
    font-size: 40px;
  }
}
.post-content h5, .post-content h6{
  margin-bottom: 2.5rem;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-content p strong{
  display: block;
  border-left-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #E30613;
}
.wp-block-columns{
  display: flex;
  align-items: center;
}
.form, .form2 {
  font-family: "greycliff-cf", sans-serif !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Inter, sans-serif;
  filter: drop-shadow(rgba(0, 0, 0, 0.1607843137) 2px 3px 10px);
  margin-bottom: 10px;
}
.form-text{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form-group{
  width: 100%;
}
.form-half{
  width: 100%;
}
@media (min-width: 1024px){
  .form-half{
    width: 48%;
  }
}
.form-title{
  font-weight: 700;
}
@media (min-width: 640px){
  .form-title{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .form-title{
    font-size: 20px;
  }
}
@media (min-width: 1440px){
  .form-title{
    font-size: 25px;
  }
}
.form input:not(.wpcf7-submit), .form2 input:not(.wpcf7-submit), .form textarea, .form2 textarea{
  border-radius: 0.375rem;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 1px #E5E5E5;
}
.form input:not(.wpcf7-submit)::placeholder, .form2 input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder, .form2 textarea::placeholder{
  font-family: Inter, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px){
  .form input:not(.wpcf7-submit)::placeholder, .form2 input:not(.wpcf7-submit)::placeholder, .form textarea::placeholder, .form2 textarea::placeholder{
    font-size: 16px;
  }
}
.form input:not(.wpcf7-submit), .form2 input:not(.wpcf7-submit){
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form textarea, .form2 textarea{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form select, .form2 select{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 1px #E5E5E5;
}
.form input:not(.wpcf7-submit), .form2 input:not(.wpcf7-submit), .form textarea, .form2 textarea{
  width: 100%;
}
.form input[type=checkbox], .form2 input[type=checkbox],
.form input[type=date],
.form2 input[type=date] {
  width: auto !important;
}
.form label, .form2 label {
  display: inline-block;
  padding-bottom: 5px;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-submit{
  background-color: transparent;
  font-family: Kanit, sans-serif;
  color: rgb(46, 40, 42);
}
#agree, input[type=checkbox]{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.wpcf7-list-item label{
  display: flex;
  align-items: center;
}
#agree, input[type=checkbox]{
  width: fit-content;
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: relative;
  top: 0;
  cursor: pointer;
  appearance: none;
  height: auto;
}
#agree:before,
input[type=checkbox]:before {
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#agree:checked:before,
input[type=checkbox]:checked:before {
  content: "✓";
  text-align: center;
  color: #EFEFEF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(46 40 42 / var(--tw-bg-opacity));
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
}
#agree:after,
input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(46 40 42 / var(--tw-border-opacity));
}
#agree{
  left: -10px;
}
@media (min-width: 1670px){
  #agree{
    left: -20px;
  }
}
input[type=checkbox]{
  left: -5px;
}
@media (min-width: 1670px){
  input[type=checkbox]{
    left: -5px;
  }
}
.wpcf7-spinner {
  display: none;
}
.submitting {
  position: relative;
}
.submitting::before {
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"       viewBox="0 0 496 496" style="enable-background:new 0 0 496 496;" xml:space="preserve"><path style="fill:%2376FFE5;" d="M248,92c-13.6,0-24-10.4-24-24V24c0-13.6,10.4-24,24-24s24,10.4,24,24v44C272,80.8,261.6,92,248,92z"/><path style="fill:%230DBFBA;" d="M248,496c-13.6,0-24-10.4-24-24v-44c0-13.6,10.4-24,24-24s24,10.4,24,24v44 C272,485.6,261.6,496,248,496z"/><path style="fill:%23BBFFF2;" d="M157.6,116c-8,0-16-4-20.8-12l-21.6-37.6c-6.4-11.2-2.4-26.4,8.8-32.8s26.4-2.4,32.8,8.8L178.4,80 c6.4,11.2,2.4,26.4-8.8,32.8C166.4,114.4,161.6,116,157.6,116z"/><path style="fill:%231BCEB8;" d="M360,465.6c-8,0-16-4-20.8-12L317.6,416c-6.4-11.2-2.4-26.4,8.8-32.8c11.2-6.4,26.4-2.4,32.8,8.8 l21.6,37.6c6.4,11.2,2.4,26.4-8.8,32.8C368,464.8,364,465.6,360,465.6z"/><path style="fill:%23E1FFF9;" d="M92,181.6c-4,0-8-0.8-12-3.2l-37.6-21.6c-11.2-6.4-15.2-21.6-8.8-32.8s21.6-15.2,32.8-8.8l37.6,21.6 c11.2,6.4,15.2,21.6,8.8,32.8C108,177.6,100,181.6,92,181.6z"/><path style="fill:%2326DBC0;" d="M442.4,384c-4,0-8-0.8-12-3.2L392,359.2c-11.2-6.4-15.2-21.6-8.8-32.8c6.4-11.2,21.6-15.2,32.8-8.8 l37.6,21.6c11.2,6.4,15.2,21.6,8.8,32.8C458.4,380,450.4,384,442.4,384z"/><path style="fill:%23F3FFFD;" d="M68,272H24c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S80.8,272,68,272z"/><path style="fill:%232EE5C6;" d="M472,272h-44c-13.6,0-24-10.4-24-24s10.4-24,24-24h44c13.6,0,24,10.4,24,24S485.6,272,472,272z"/><path style="fill:%2311AEBA;" d="M53.6,384c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 c6.4,11.2,2.4,26.4-8.8,32.8l-37.6,21.6C62.4,383.2,58.4,384,53.6,384z"/><path style="fill:%233BEDCB;" d="M404,181.6c-8,0-16-4-20.8-12c-6.4-11.2-2.4-26.4,8.8-32.8l37.6-21.6c11.2-6.4,26.4-2.4,32.8,8.8 s2.4,26.4-8.8,32.8L416,178.4C412,180.8,408,181.6,404,181.6z"/><path style="fill:%230FB8BC;" d="M136,465.6c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8l-21.6,37.6C152,461.6,144,465.6,136,465.6z"/><path style="fill:%2357F7D8;" d="M338.4,116c-4,0-8-0.8-12-3.2c-11.2-6.4-15.2-21.6-8.8-32.8l21.6-37.6c6.4-11.2,21.6-15.2,32.8-8.8 c11.2,6.4,15.2,21.6,8.8,32.8L359.2,104C354.4,111.2,346.4,116,338.4,116z"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
  animation: spin infinite 1s;
}
.map iframe {
  width: 100%;
}
.form2 {
  background-color: #F4F4F4;
  border-top: none;
  filter: none;
  padding: 2rem;
}
@media (min-width: 640px){
  .form2{
    padding: 5rem;
  }
}
.form2 textarea {
  height: 10rem;
  background-color: #fff !important;
}
.form2 .wpcf7-submit {
  width: 100%;
  height: 100%;
}
.form2 input {
  background-color: #fff !important;
}
.form2 input::placeholder, .form2 textarea::placeholder{
  font-family: Inter, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px){
  .form2 input::placeholder, .form2 textarea::placeholder{
    font-size: 16px;
  }
}
.form2 input::placeholder,
.form2 textarea::placeholder {
  color: dimgray;
}
.form2 .wpcf7-form-control-wrap{
  font-family: Inter, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px){
  .form2 .wpcf7-form-control-wrap{
    font-size: 16px;
  }
}
.form2 .wpcf7-form-control-wrap {
  color: dimgray;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(46 40 42 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .bubble{
    pointer-events: none;
  }
}
.bubble {
  display: none;
  position: relative;
  animation: opacity 0.2s forwards;
  padding: 10px;
}
.bubble.is-visible{
  position: absolute;
  margin-bottom: 2rem;
  display: flex;
  width: 90%;
  flex-direction: column;
}
@media (min-width: 375px){
  .bubble.is-visible{
    width: 80%;
  }
}
@media (min-width: 425px){
  .bubble.is-visible{
    width: 70%;
  }
}
@media (min-width: 640px){
  .bubble.is-visible{
    margin-bottom: 0;
  }
  .bubble.is-visible{
    display: block;
  }
  .bubble.is-visible{
    width: max-content;
  }
}
.bubble.is-visible {
  height: max-content;
  min-height: 10rem;
  background-color: white;
  z-index: 50;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  animation: opacity 0.2s forwards;
}
.bubble_1.is-visible{
  left: 0;
  top: -10rem;
}
@media (min-width: 425px){
  .bubble_1.is-visible{
    left: -10px;
  }
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1280px){
  .bubble_1.is-visible{
    top: -6rem;
  }
}
@media (min-width: 1440px){
  .bubble_1.is-visible{
    top: -3rem;
  }
}
@media (min-width: 1670px){
  .bubble_1.is-visible{
    left: 5rem;
  }
}
.bubble_2.is-visible{
  left: 0;
  bottom: 39rem;
}
@media (min-width: 375px){
  .bubble_2.is-visible{
    bottom: 43rem;
  }
}
@media (min-width: 425px){
  .bubble_2.is-visible{
    bottom: 20rem;
  }
}
@media (min-width: 640px){
  .bubble_2.is-visible{
    left: -8rem;
  }
}
@media (min-width: 768px){
  .bubble_2.is-visible{
    left: -14rem;
  }
  .bubble_2.is-visible{
    bottom: 15rem;
  }
}
@media (min-width: 1280px){
  .bubble_2.is-visible{
    bottom: 13rem;
  }
}
@media (min-width: 1670px){
  .bubble_2.is-visible{
    bottom: 16rem;
  }
}
.bubble_3.is-visible{
  bottom: 26rem;
  left: 0;
}
@media (min-width: 375px){
  .bubble_3.is-visible{
    bottom: 30rem;
  }
}
@media (min-width: 425px){
  .bubble_3.is-visible{
    bottom: 5rem;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
@media (min-width: 640px){
  .bubble_3.is-visible{
    bottom: 0;
  }
}
@media (min-width: 1024px){
  .bubble_3.is-visible{
    bottom: auto;
  }
  .bubble_3.is-visible{
    top: 246px;
  }
}
@media (min-width: 1280px){
  .bubble_3.is-visible{
    top: 200px;
  }
  .bubble_3.is-visible{
    left: 7rem;
  }
}
@media (min-width: 1670px){
  .bubble_3.is-visible{
    top: 246px;
  }
  .bubble_3.is-visible{
    left: 11rem;
  }
}
.bubble_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.active-region {
  filter: drop-shadow(2px 4px 6px black);
}
.joboffer_text {
  display: none;
}
.joboffer_text.is-visible {
  display: block;
  animation: slideDown forwards 0.5s;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subpage-gallery .gallery-img{
  width: 48%;
}
@media (min-width: 768px){
  .subpage-gallery .gallery-img{
    width: 30%;
  }
}
@media (min-width: 1024px){
  .subpage-gallery .gallery-img{
    width: 24%;
  }
}
.subpage-gallery .gallery-img img{
  height: 15rem;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 640px){
  .subpage-gallery .gallery-img img{
    height: 20rem;
  }
}
@media (min-width: 1280px){
  .subpage-gallery .gallery-img img{
    height: 25rem;
  }
}
.js-post_title {
  transition: all 0.5s ease;
  position: relative;
}
.js-post_title::after {
  content: "";
  position: absolute;
  background-color: #B03A35;
  top: 98%;
  left: 0;
  height: 2px;
  width: 0;
}
.js-post_title.highlighted {
  transition: all 0.5s ease;
}
.js-post_title.highlighted::after {
  width: 100%;
  transition: all 0.5s ease;
}
.js-post_title:hover {
  transition: all 0.5s ease;
}
.js-post_title:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
.post-gallery,
.posts-gallery,
.subcat_post-gallery {
  display: none;
}
.post-gallery.visible,
.posts-gallery.visible,
.subcat_post-gallery.visible {
  display: block;
  animation: slideLeft 0.5s forwards;
}
.gallery-item--img {
  overflow: hidden;
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.1098039216) 0 0 15px);
}
.gallery-item--img.hide {
  display: none;
}
.gallery-item--img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-item--img:hover img {
  transform: scale(120%);
  transition: all ease-in-out 0.5s;
}
.gallery-img {
  overflow: hidden;
  display: block;
  transition: transform ease-in-out 0.5s;
}
.gallery-img img {
  overflow: hidden;
  transition: transform ease-in-out 0.5s;
}
.gallery-img.hide {
  display: none;
}
.gallery-img.animate {
  animation: slideDown 0.5s forwards;
}
.gallery-img:hover img {
  transform: scale(105%);
  transition: all ease-in-out 0.5s;
}
.fp-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.fp-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fp-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(4){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(5){
  margin-top: 1rem;
  width: 24.4%;
  margin-right: 0.7%;
}
.fp-gallery .gallery-item .gallery-img:nth-of-type(6){
  margin-top: 1rem;
  width: 49.6%;
}
.subpage-gallery .gallery-item {
  display: flex;
  flex-wrap: wrap;
}
.subpage-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subpage-gallery .gallery-item .gallery-img:first-of-type{
  width: 49.6%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(2){
  width: 24.5%;
  margin-right: 0.7%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(3){
  width: 24.5%;
}
.subpage-gallery .gallery-item .gallery-img:nth-of-type(4){
  width: 100%;
  margin-top: 0.7%;
}
.page-gallery .gallery-item {
  display: block;
  columns: 2;
}
@media (min-width: 640px){
  .page-gallery .gallery-item{
    columns: 3;
  }
}
@media (min-width: 1024px){
  .page-gallery .gallery-item{
    columns: 4;
  }
}
.page-gallery .gallery-item {
  column-gap: 1rem;
}
.page-gallery .gallery-item .gallery-img {
  margin-bottom: 1rem;
}
.page-gallery .gallery-item .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.breadcrumbs, .woocommerce-breadcrumb{
  font-family: Inter, sans-serif;
}
.breadcrumbs_subpage a:hover, .breadcrumbs_subpage a:focus,
.woocommerce-breadcrumb_subpage a:hover,
.woocommerce-breadcrumb_subpage a:focus {
  transition: all 0.5s ease-in-out;
}
.breadcrumbs_subpage .breadcrumbs > span > span > a, .woocommerce-breadcrumb_subpage .breadcrumbs > span > span > a{
  margin-right: 1rem;
}
.breadcrumbs_subpage .breadcrumbs > span > span > span > a, .woocommerce-breadcrumb_subpage .breadcrumbs > span > span > span > a{
  margin-left: 1rem;
  margin-right: 1rem;
}
.breadcrumbs a, .woocommerce-breadcrumb a{
  position: relative;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1024px){
  .breadcrumbs a, .woocommerce-breadcrumb a{
    margin-top: 0.5rem;
  }
}
.breadcrumbs a:after, .woocommerce-breadcrumb a:after{
  position: absolute;
  display: inline-block;
  content: url('data:image/svg+xml; utf8, <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="" height="" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 451.846 451.847;" xml:space="preserve"><path d="M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z"/></svg>');
  width: 10px;
  height: 10px;
  top: -2px;
  right: -23px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:focus{
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}
.breadcrumbs span, .woocommerce-breadcrumb span{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.breadcrumbs span.breadcrumb_last, .woocommerce-breadcrumb span.breadcrumb_last{
  margin-left: 1.75rem;
}
.breadcrumbs span.breadcrumb_last a::after,
.woocommerce-breadcrumb span.breadcrumb_last a::after {
  content: "";
}
.breadcrumbs > span {
  margin-left: -1.5rem;
}
.btn{
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 1;
  min-width: 12rem;
  transition: all 0.2s ease-in-out;
}
.btn__label {
  transition: all 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-family: Kanit, sans-serif;
  font-weight: 600;
}
.btn::before {
  transition: all 0.4s ease-in-out;
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.btn:hover, .btn:focus{
  --tw-text-opacity: 1;
  color: rgb(46 40 42 / var(--tw-text-opacity));
  transition: all 0.2s ease-in-out;
}
.btn:hover::before, .btn:focus::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.btn:hover .btn__label, .btn:focus .btn__label {
  transition: all 0.2s ease-in-out;
}
.button, .content:not(.content-icons) a{
  position: relative;
  z-index: 10;
}
.button__default{
  display: flex;
  height: 5rem;
  min-width: 20rem;
  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));
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.button__default:hover, .button__default:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.button__underline, .content:not(.content-icons) a{
  overflow: hidden;
}
.button__underline:after, .content:not(.content-icons) a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  --tw-translate-x: -100%;
  --tw-scale-x: 0;
  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 17 14 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}
.button__underline:hover, .content:not(.content-icons) a:hover, .button__underline:focus, .content:not(.content-icons) a:focus{
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.button__underline:hover:after, .content:not(.content-icons) a:hover:after, .button__underline:focus:after, .content:not(.content-icons) a:focus:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.button__underline--primary{
  --tw-text-opacity: 1;
  color: rgb(46 40 42 / var(--tw-text-opacity));
}
.button__underline--white:after{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button__underline--white:hover, .button__underline--white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button__underline--visible:after{
  --tw-translate-x: 0;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbutton{
  position: fixed;
  top: 0;
  right: 0;
  height: 6rem;
  width: 6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 40 42 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  z-index: 48;
}
.navbutton__item{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.navbutton__item:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbutton-close{
  position: absolute;
  right: 1.5rem;
  height: 3rem;
  width: 3rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  top: 13px;
}
.navbutton-close__item{
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 3.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 40 42 / var(--tw-bg-opacity));
  transform: rotate(45deg);
}
.navbutton-close__item:first-child {
  transform: rotate(-45deg);
}
.swiper-lazy-preloader{
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(46 40 42 / var(--tw-border-opacity));
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border-width: 4px;
  border-radius: 50%;
  border-top-color: transparent !important;
  animation: spin 2s linear infinite;
}
.swiper-container {
  margin: 0;
}
.swiper-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  top: -9rem;
  left: 2rem;
}
@media (min-width: 640px){
  .swiper-pagination{
    top: auto;
  }
  .swiper-pagination{
    bottom: 4rem;
  }
}
@media (min-width: 1024px){
  .swiper-pagination{
    bottom: -5rem;
  }
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  margin-right: 30px;
  position: relative;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  border: #fff solid 1px;
  border-radius: 100%;
  height: 36px;
  width: 36px;
}
.arrow{
  z-index: 80;
  display: flex;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.anim-img{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 600ms;
}
.anim-title, .anim-subtitle, .anim-content, .anim-btn{
  --tw-translate-x: 100%;
  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: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 600ms;
}
.anim-subtitle{
  transition-delay: 200ms;
}
.anim-content{
  transition-delay: 250ms;
}
.anim-btn{
  transition-delay: 300ms;
}
.js-slider-main .swiper-slide-active-img{
  --tw-translate-x: 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));
  opacity: 0;
}
.js-slider-main .swiper-slide-active-title, .js-slider-main .swiper-slide-active-subtitle, .js-slider-main .swiper-slide-active-content, .js-slider-main .swiper-slide-active-btn{
  --tw-translate-x: 0;
  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;
}
.js-slider-main .js-slider-main-prev, .js-slider-main .js-slider-main-next{
  display: flex;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
  transition: all 0.5s;
}
.js-slider-main .js-slider-main-next:hover, .js-slider-main .js-slider-main-prev:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 58 53 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
}
.js-slider-main .js-slider-main-next:hover img {
  transform: translateX(5px);
  transition: all 0.5s;
}
.js-slider-main .js-slider-main-prev:hover img {
  transform: translateX(-5px);
  transition: all 0.5s;
}
.swiper-scrollbar{
  width: 100%;
}
@media (min-width: 640px){
  .swiper-scrollbar{
    width: 95%;
  }
}
.swiper-scrollbar {
  height: 3px;
  position: relative;
  z-index: 30;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0% 33%, #616465 33% 60%, rgba(255, 255, 255, 0) 60% 100%);
}
.swiper-scrollbar-drag {
  background: #FF110E;
  height: 3px;
  cursor: pointer;
  width: 25% !important;
}
.machine-gallery {
  display: none;
}
.machine-gallery.opened {
  display: flex;
  align-items: center;
}
.machine-name {
  cursor: pointer;
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
}
.machine-name:before{
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(176 58 53 / var(--tw-border-opacity));
  content: "";
  top: 8px;
  left: 50px;
}
.machine-name:after{
  position: absolute;
  height: 1px;
  width: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(176 58 53 / var(--tw-bg-opacity));
  content: "";
  top: 12px;
  left: 10px;
}
.arrow_open {
  position: relative;
}
.arrow_open::after {
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path fill="%23A8201A" d="M137.4 406.6l-128-127.1C3.125 272.4 0 264.2 0 255.1s3.125-16.38 9.375-22.63l128-127.1c9.156-9.156 22.91-11.9 34.88-6.943S192 115.1 192 128v255.1c0 12.94-7.781 24.62-19.75 29.58S146.5 415.8 137.4 406.6z"/></svg>');
  width: 8px;
  transform: rotate(180deg);
  top: calc(50% - 10px);
  right: -14px;
}
.arrow_open.rotate {
  transform: rotate(270deg);
}
.pagination{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 0;
}
.page-numbers{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  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));
  font-size: 20px;
  --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: 300ms;
}
.page-numbers:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-numbers:focus{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-decoration-line: underline;
}
.page-numbers.current{
  display: flex;
  height: 5rem;
  width: 5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 17 14 / var(--tw-border-opacity));
  font-weight: 700;
}
.page-numbers.prev, .page-numbers.next{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-numbers.prev svg, .page-numbers.next svg{
  height: 2rem;
  width: 2rem;
}
.page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 17 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-numbers.prev:focus, .page-numbers.next:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
table td, table th{
  border-left-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(46 40 42 / var(--tw-border-opacity));
  padding: 1rem;
}
table td:first-child, table th:first-child{
  border-style: none;
}
table th{
  --tw-bg-opacity: 1;
  background-color: rgb(46 40 42 / var(--tw-bg-opacity));
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
table tr:nth-child(2n+2){
  background-color: rgba(239, 239, 239, 0.1);
}
@media screen and (min-width: 1024) {
  table th{
    font-size: 20px;
  }
}
/*! purgecss end ignore */
.hover\:rounded-2xl:hover{
  border-radius: 2rem;
}
.hover\:bg-\[\#F2F2F2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(255 17 14 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bottom-0{
  bottom: 0;
}
.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  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));
}
.group:hover .group-hover\:scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.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));
}
.group:hover .group-hover\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:brightness-0{
  --tw-brightness: brightness(0);
  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);
}
.group:hover .group-hover\: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);
}
@media (min-width: 375px){
  .xs\:ml-10{
    margin-left: 2.5rem;
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:text-left{
    text-align: left;
  }
  .xs\:text-\[22px\]{
    font-size: 22px;
  }
  .xs\:text-lg{
    font-size: 18px;
  }
  .xs\:text-2xl{
    font-size: 25px;
  }
}
@media (min-width: 425px){
  .s\:ml-20{
    margin-left: 5rem;
  }
  .s\:mt-0{
    margin-top: 0;
  }
  .s\:mb-0{
    margin-bottom: 0;
  }
  .s\:mr-10{
    margin-right: 2.5rem;
  }
  .s\:block{
    display: block;
  }
  .s\:hidden{
    display: none;
  }
  .s\:h-90{
    height: 22.5rem;
  }
  .s\:flex-row{
    flex-direction: row;
  }
  .s\:text-2xl{
    font-size: 25px;
  }
  .s\:text-xl{
    font-size: 20px;
  }
  .s\:text-3xl{
    font-size: 30px;
  }
  .s\:text-sm{
    font-size: 14px;
  }
}
@media (min-width: 640px){
  .sm\:relative{
    position: relative;
  }
  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:mb-0{
    margin-bottom: 0;
  }
  .sm\:mr-20{
    margin-right: 5rem;
  }
  .sm\:mr-10{
    margin-right: 2.5rem;
  }
  .sm\:h-36{
    height: 9rem;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:w-45p{
    width: 45%;
  }
  .sm\:w-\[49\%\]{
    width: 49%;
  }
  .sm\:w-90p{
    width: 90%;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-16{
    width: 4rem;
  }
  .sm\:w-\[32\%\]{
    width: 32%;
  }
  .sm\:w-8{
    width: 2rem;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-evenly{
    justify-content: space-evenly;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pl-12{
    padding-left: 3rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-3xl{
    font-size: 30px;
  }
  .sm\:text-\[45px\]{
    font-size: 45px;
  }
  .sm\:text-2xl{
    font-size: 25px;
  }
  .sm\:text-4xl{
    font-size: 40px;
  }
  .sm\:text-base{
    font-size: 16px;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:top-12{
    top: 3rem;
  }
  .md\:right-10{
    right: 2.5rem;
  }
  .md\:mt-0{
    margin-top: 0;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:h-36{
    height: 9rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:min-h-\[35vh\]{
    min-height: 35vh;
  }
  .md\:min-h-screen{
    min-height: 100vh;
  }
  .md\:w-80p{
    width: 80%;
  }
  .md\:w-\[55\%\]{
    width: 55%;
  }
  .md\:w-40p{
    width: 40%;
  }
  .md\:w-36{
    width: 9rem;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-\[33\%\]{
    width: 33%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:text-\[35px\]{
    font-size: 35px;
  }
  .md\:text-5xl{
    font-size: 50px;
  }
  .md\:text-lg{
    font-size: 18px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:odd\:justify-end:nth-child(odd){
    justify-content: flex-end;
  }
  .md\:even\:justify-start:nth-child(even){
    justify-content: flex-start;
  }
}
@media (min-width: 1024px){
  .lg\:top-0{
    top: 0;
  }
  .lg\:left-0{
    left: 0;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mb-40{
    margin-bottom: 10rem;
  }
  .lg\:mt-0{
    margin-top: 0;
  }
  .lg\:mb-0{
    margin-bottom: 0;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-28{
    margin-bottom: 7rem;
  }
  .lg\:mt-40{
    margin-top: 10rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:h-44{
    height: 11rem;
  }
  .lg\:h-\[150px\]{
    height: 150px;
  }
  .lg\:h-80p{
    height: 80%;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-100{
    height: 25rem;
  }
  .lg\:min-h-80s{
    min-height: 80vH;
  }
  .lg\:w-45p{
    width: 45%;
  }
  .lg\:w-90p{
    width: 90%;
  }
  .lg\:w-50p{
    width: 50%;
  }
  .lg\:w-70p{
    width: 70%;
  }
  .lg\:w-80p{
    width: 80%;
  }
  .lg\:w-\[33\%\]{
    width: 33%;
  }
  .lg\:w-\[25\%\]{
    width: 25%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[48\%\]{
    width: 48%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-\[22\%\]{
    width: 22%;
  }
  .lg\:w-\[24\%\]{
    width: 24%;
  }
  .lg\:w-fit-content{
    width: fit-content;
  }
  .lg\:w-\[400px\]{
    width: 400px;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pb-40{
    padding-bottom: 10rem;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-\[45px\]{
    font-size: 45px;
  }
  .lg\:text-\[57px\]{
    font-size: 57px;
  }
  .lg\:text-\[19px\]{
    font-size: 19px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-5xl{
    font-size: 50px;
  }
  .lg\:text-3xl{
    font-size: 30px;
  }
  .lg\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .xl\:top-20{
    top: 5rem;
  }
  .xl\:right-20{
    right: 5rem;
  }
  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:mt-40{
    margin-top: 10rem;
  }
  .xl\:mt-0{
    margin-top: 0;
  }
  .xl\:mb-0{
    margin-bottom: 0;
  }
  .xl\:-mr-16{
    margin-right: -4rem;
  }
  .xl\:ml-0{
    margin-left: 0;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-28{
    height: 7rem;
  }
  .xl\:h-116{
    height: 29rem;
  }
  .xl\:min-h-\[85vh\]{
    min-height: 85vh;
  }
  .xl\:min-h-\[36rem\]{
    min-height: 36rem;
  }
  .xl\:min-h-80s{
    min-height: 80vH;
  }
  .xl\:w-45p{
    width: 45%;
  }
  .xl\:w-50p{
    width: 50%;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-\[32\.5\%\]{
    width: 32.5%;
  }
  .xl\:w-70p{
    width: 70%;
  }
  .xl\:w-\[23\.5\%\]{
    width: 23.5%;
  }
  .xl\:w-\[48\%\]{
    width: 48%;
  }
  .xl\:w-8\/12{
    width: 66.666667%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:p-20{
    padding: 5rem;
  }
  .xl\:pb-20{
    padding-bottom: 5rem;
  }
  .xl\:pt-30{
    padding-top: 7.5rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pt-40{
    padding-top: 10rem;
  }
  .xl\:pt-80{
    padding-top: 20rem;
  }
  .xl\:pb-40{
    padding-bottom: 10rem;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:text-5xl{
    font-size: 50px;
  }
  .xl\:text-\[35px\]{
    font-size: 35px;
  }
  .xl\:text-4xl{
    font-size: 40px;
  }
  .xl\:text-lg{
    font-size: 18px;
  }
}
@media (min-width: 1440px){
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:h-132{
    height: 33rem;
  }
  .\32xl\:w-45p{
    width: 45%;
  }
  .\32xl\:w-\[55\%\]{
    width: 55%;
  }
  .\32xl\:w-40p{
    width: 40%;
  }
  .\32xl\:w-60p{
    width: 60%;
  }
  .\32xl\:w-\[24\%\]{
    width: 24%;
  }
  .\32xl\:w-70p{
    width: 70%;
  }
  .\32xl\:w-7\/12{
    width: 58.333333%;
  }
  .\32xl\:text-\[55px\]{
    font-size: 55px;
  }
  .\32xl\:text-6xl{
    font-size: 60px;
  }
  .\32xl\:text-\[39px\]{
    font-size: 39px;
  }
  .\32xl\:text-\[54px\]{
    font-size: 54px;
  }
  .\32xl\:text-xl{
    font-size: 20px;
  }
}
@media (min-width: 1670px){
  .\33xl\:-mr-20{
    margin-right: -5rem;
  }
  .\33xl\:h-70p{
    height: 70%;
  }
  .\33xl\:min-h-80s{
    min-height: 80vH;
  }
  .\33xl\:w-40p{
    width: 40%;
  }
  .\33xl\:w-60p{
    width: 60%;
  }
  .\33xl\:max-w-70p{
    max-width: 70%;
  }
  .\33xl\:pl-40{
    padding-left: 10rem;
  }
  .\33xl\:pr-40{
    padding-right: 10rem;
  }
  .\33xl\:text-6xl{
    font-size: 60px;
  }
  .\33xl\:text-5xl{
    font-size: 50px;
  }
  .\33xl\:text-\[58px\]{
    font-size: 58px;
  }
}
