﻿@charset "UTF-8";
/**
 * This injects Tailwind's base styles and any base styles registered-500 by
 * plugins.
 */
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  -webkit-text-size-adjust: 100%; /* 3 */ /* 2 */
  font-feature-settings: normal; /* 5 */
  line-height: 1.5; /* 1 */
  font-family: Montserrat, sans-serif; /* 4 */
  font-variation-settings: normal; /* 6 */
  tab-size: 4; /* 3 */
}
/*
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 {
  border-top-width: 1px; /* 3 */
  height: 0; /* 1 */
  color: inherit; /* 2 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: 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-size: 1em; /* 2 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
}
/*
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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
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 {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
  text-indent: 0; /* 1 */
}
/*
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 {
  margin: 0; /* 2 */
  padding: 0; /* 3 */
  color: inherit; /* 1 */
  font-weight: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  font-family: inherit; /* 1 */
}
/*
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-image: none; /* 2 */
  background-color: transparent; /* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html, body {
    font-size: 16px; }
@media (min-width: 768px) {
    html, body {
      font-size: 16px; } }
@media (min-width: 1280px) {
    html, body {
      font-size: 1.25vw; } }
@media (min-width: 1440px) {
    html, body {
      font-size: 1vw; } }
body{
  --tw-text-opacity: 1;
  overflow-y: overlay;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-family: Roboto, sans-serif;
}
h1{
  font-weight: 700;
  font-size: clamp(14px,calc(30/1920*100rem),calc(128/1920*100rem));
}
h2{
  font-weight: 700;
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
}
h3{
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
h4{
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
}
h5{
  font-weight: 700;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
h6{
  font-weight: 700;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
}
a{
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
}
a:hover{
  color: currentColor;
}
img{
  display: inline;
  max-width: 100%;
}
@media (min-width: 1280px){
  main, div{
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  }
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}/**
 * This injects Tailwind's component classes and any component classes
 * registered-500 by plugins.
 */
.container{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px /* 15px */;
  padding-left: 15px /* 15px */;
  width: 100%;
}
@media (min-width: 400px){
  .container{
    max-width: 400px;
  }
}
@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    padding-right: calc(15/1920*100rem);
    padding-left: calc(15/1920*100rem);
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 400px) {
    .container{
    max-width: 100%;
  } }
@media (min-width: 576px) {
    .container{
    max-width: 540px;
  } }
@media (min-width: 768px) {
    .container{
    max-width: 720px;
  } }
@media (min-width: 1024px) {
    .container{
    max-width: 980px;
  } }
@media (min-width: 1280px) {
    .container{
    max-width: calc(1440 / 1920 * 100rem);
  } }
@media (min-width: 1440px) {
    .container{
    max-width: calc(1600 / 1920 * 100rem);
  } }
@media (min-width: 1600px) {
    .container{
    max-width: calc(1494 / 1920 * 100rem);
  } }
.equal-height .row > [class*=col] > *{
  height: 100%;
}
.equal-height .swiper-slide{
  height: auto;
}
.equal-height .swiper-slide > *{
  height: 100%;
}
.lozad-bg{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}/**
 * This injects Tailwind's utility classes and any utility classes registered-500
 * by plugins.
 */
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.-mt-10{
  margin-top: calc(calc(40/1920*100rem) * -1);
}
.-mt-5{
  margin-top: calc(calc(20/1920*100rem) * -1);
}
.-mt-7{
  margin-top: calc(calc(28/1920*100rem) * -1);
}
.-mt-8{
  margin-top: calc(calc(32/1920*100rem) * -1);
}
.mb-10{
  margin-bottom: calc(40/1920*100rem);
}
.mb-11{
  margin-bottom: calc(44/1920*100rem);
}
.mb-12{
  margin-bottom: calc(48/1920*100rem);
}
.mb-14{
  margin-bottom: calc(56/1920*100rem);
}
.mb-15{
  margin-bottom: calc(60/1920*100rem);
}
.mb-5{
  margin-bottom: calc(20/1920*100rem);
}
.mb-6{
  margin-bottom: calc(24/1920*100rem);
}
.mb-7{
  margin-bottom: calc(28/1920*100rem);
}
.mb-8{
  margin-bottom: calc(32/1920*100rem);
}
.mt-10{
  margin-top: calc(40/1920*100rem);
}
.mt-15{
  margin-top: calc(60/1920*100rem);
}
.mt-5{
  margin-top: calc(20/1920*100rem);
}
.mt-7{
  margin-top: calc(28/1920*100rem);
}
.mt-8{
  margin-top: calc(32/1920*100rem);
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.w-1\/2{
  width: 50%;
}
.w-full{
  width: 100%;
}
.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));
}
.resize{
  resize: both;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(40/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(40/1920*100rem) * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-primary-blue-12{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(18 31 65 / var(--tw-border-opacity));
}
.bg-plus-f5{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-primary-blue-0a{
  --tw-bg-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
}
.bg-scheme-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 240 / var(--tw-bg-opacity));
}
.bg-scheme-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 250 254 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-top{
  background-position: top;
}
.p-1{
  padding: calc(4/1920*100rem);
}
.py-15{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}
.pb-10{
  padding-bottom: calc(40/1920*100rem);
}
.pb-15{
  padding-bottom: calc(60/1920*100rem);
}
.pb-2{
  padding-bottom: calc(8/1920*100rem);
}
.text-center{
  text-align: center;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.text-plus-33{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-primary-blue-0a{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
}
.text-primary-blue-12{
  --tw-text-opacity: 1;
  color: rgb(18 31 65 / var(--tw-text-opacity));
}
.text-primary-blue-15{
  --tw-text-opacity: 1;
  color: rgb(21 21 69 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow{
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 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);
}
.blur{
  --tw-blur: blur(12.5px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-duration: 150ms;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.section{
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1280px){
  .section{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-t{
  padding-top: calc(40/1920*100rem);
}
@media (min-width: 1280px){
  .section-t{
    padding-top: calc(60/1920*100rem);
  }
}
.section-b{
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1280px){
  .section-b{
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-large{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}
@media (min-width: 1280px){
  .section-large{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
}
.section-t-large{
  padding-top: calc(60/1920*100rem);
}
@media (min-width: 1280px){
  .section-t-large{
    padding-top: calc(80/1920*100rem);
  }
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(calc(16/1920*100rem) * -1);
  margin-left: calc(calc(16/1920*100rem) * -1);
}
.row > *{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}
.swiper-relative{
  position: relative;
}
.iframe-scale{
  display: block;
  position: relative;
  height: 0 /* 0px */;
  overflow: hidden;
}
.iframe-scale iframe{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 0 /* 0px */;
  min-width: 100%;
  height: 100%;
}
.img-zoom img{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.img-zoom:hover img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.img-contain{
  position: relative;
  overflow: hidden;
}
.img-contain img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover{
  position: relative;
  overflow: hidden;
}
.img-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-only{
  display: none;
}
@media (min-width: 1024px){
  .desktop-only{
    display: block;
  }
}
.mobile-only{
  display: block;
}
@media (min-width: 1024px){
  .mobile-only{
    display: none;
  }
}
.text-bg-clip {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }/**
 * Use this directive to control where Tailwind injects the hover, focus,
 * responsive, dark mode, and other variants of each class.
 *
 * If omitted, Tailwind will append these classes to the very end of
 * your stylesheet by default.
 */
@media (min-width: 576px){
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
}
@media (min-width: 768px){
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-full{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:pb-0{
    padding-bottom: 0 /* 0px */;
  }
}
@media (min-width: 1280px){
  .xl\:mb-12{
    margin-bottom: calc(48/1920*100rem);
  }
  .xl\:mt-15{
    margin-top: calc(60/1920*100rem);
  }
  .xl\:mt-18{
    margin-top: calc(72/1920*100rem);
  }
  .xl\:mt-20{
    margin-top: calc(80/1920*100rem);
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-1\/6{
    width: 16.666667%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:w-5\/6{
    width: 83.333333%;
  }
  .xl\:w-7\/12{
    width: 58.333333%;
  }
  .xl\:pb-20{
    padding-bottom: calc(80/1920*100rem);
  }
}.edit-link i:before {
  content: '✏️'; }

.fa {
  font-weight: var(--fa-style, 900);
  font-family: var(--fa-style-family, "Font Awesome 6 Pro"); }

.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

::root, ::host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
  font-family: 'Font Awesome 6 Brands';
  font-display: block; }

.fab,
.fa-brands {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands'; }

::root, ::host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"; }

@font-face {
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
  font-family: 'Font Awesome 6 Pro';
  font-display: block; }

.fal,
.fa-light {
  font-weight: 300;
  font-family: 'Font Awesome 6 Pro'; }

::root, ::host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"; }

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  font-family: 'Font Awesome 6 Pro';
  font-display: block; }

.far,
.fa-regular {
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro'; }

::root, ::host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"; }

@font-face {
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
  font-family: 'Font Awesome 6 Pro';
  font-display: block; }

.fas,
.fa-solid {
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro'; }

::root, ::host {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro"; }

@font-face {
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
  font-family: 'Font Awesome 6 Pro';
  font-display: block; }

.fat,
.fa-thin {
  font-weight: 100;
  font-family: 'Font Awesome 6 Pro'; }

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Kid-Club.eot");
  src: url("../fonts/Kid-Club.eot?#iefix") format("embedded-opentype"), url("../fonts/Kid-Club.woff2") format("woff2"), url("../fonts/Kid-Club.woff") format("woff"), url("../fonts/Kid-Club.ttf") format("truetype"), url("../fonts/Kid-Club.svg#Kid-Club") format("svg");
  font-family: 'Kid-Club';
  font-display: swap; }

[class^="kd-"], [class*=" kd-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: 'Kid-Club' !important;
  text-transform: none; }

.kd-button-chat:before {
  content: "\e900"; }

.kd-button-left:before {
  content: "\e901"; }

.kd-button-right:before {
  content: "\e902"; }

.text-1-62{
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-62{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-48{
  font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-48{
    font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-40{
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-40{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-36{
  font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-36{
    font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-32{
  font-size: clamp(14px,calc(30/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-32{
    font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-24{
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-24{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-20{
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-20{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.text-1-16{
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

.text-1-14{
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

.text-1-12{
  font-size: clamp(14px,calc(12/1920*100rem),calc(128/1920*100rem));
  font-size: 14px;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

@media (min-width: 1280px){
  .text-1-12{
    font-size: calc(12 / 1920 * 100rem);
  }
}

.text-2-62{
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .text-2-62{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-48{
  font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .text-2-48{
    font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-40{
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .text-2-40{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-36{
  font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .text-2-36{
    font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-32{
  font-size: clamp(14px,calc(30/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .text-2-32{
    font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-24{
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}

@media (min-width: 1280px){
  .text-2-24{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-20{
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 1280px){
  .text-2-20{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.text-2-16{
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.text-2-14{
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.text-2-12{
  font-size: clamp(14px,calc(12/1920*100rem),calc(128/1920*100rem));
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 1280px){
  .text-2-12{
    font-size: calc(12 / 1920 * 100rem);
  }
}

.site-desc{
  max-width: 65ch;
  color: var(--tw-prose-body);
}

.site-desc :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.site-desc :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
}

.site-desc :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.site-desc :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.site-desc :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.site-desc :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.site-desc :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.site-desc :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.site-desc :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.site-desc :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.site-desc :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.site-desc :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.site-desc :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.site-desc :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.site-desc :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.site-desc :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.site-desc :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.site-desc :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
  border-top-width: 1px;
  border-color: var(--tw-prose-hr);
}

.site-desc :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 1em;
  quotes: "\201C""\201D""\2018""\2019";
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-weight: 500;
}

.site-desc :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.site-desc :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.site-desc :where(h1):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0.8888889em;
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  line-height: 1.1111111;
}

.site-desc :where(h1 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 900;
}

.site-desc :where(h2):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 1em;
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333;
}

.site-desc :where(h2 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 800;
}

.site-desc :where(h3):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
}

.site-desc :where(h3 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.site-desc :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
}

.site-desc :where(h4 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.site-desc :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.site-desc :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.site-desc :where(figcaption):not(:where([class~="not-prose"] *)){
  margin-top: 0.8571429em;
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
}

.site-desc :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.site-desc :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.site-desc :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.site-desc :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.site-desc :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.site-desc :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.site-desc :where(pre):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  background-color: var(--tw-prose-pre-bg);
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
  overflow-x: auto;
  color: var(--tw-prose-pre-code);
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.site-desc :where(pre code):not(:where([class~="not-prose"] *)){
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.site-desc :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.site-desc :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.site-desc :where(table):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  table-layout: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  text-align: left;
}

.site-desc :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.site-desc :where(thead th):not(:where([class~="not-prose"] *)){
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.site-desc :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.site-desc :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.site-desc :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.site-desc :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.site-desc :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.site-desc{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.site-desc :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.site-desc :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.site-desc :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.site-desc :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.site-desc :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.site-desc :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.site-desc :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.site-desc :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.site-desc :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.site-desc :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.site-desc :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.site-desc :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.site-desc :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.site-desc :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.site-desc :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.site-desc :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.site-desc :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.site-desc :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.site-desc :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.site-desc :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.site-desc :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.site-desc :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.site-desc{
  --tw-text-opacity: 1;
  max-width: none;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .site-desc strong{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
}

.full-content{
  max-width: 65ch;
  color: var(--tw-prose-body);
}

.full-content :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.full-content :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
}

.full-content :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.full-content :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.full-content :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: decimal;
}

.full-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.full-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.full-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.full-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.full-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.full-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.full-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.full-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.full-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.full-content :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: disc;
}

.full-content :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.full-content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.full-content :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
  border-top-width: 1px;
  border-color: var(--tw-prose-hr);
}

.full-content :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  padding-left: 1em;
  quotes: "\201C""\201D""\2018""\2019";
  color: var(--tw-prose-quotes);
  font-style: italic;
  font-weight: 500;
}

.full-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.full-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.full-content :where(h1):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0.8888889em;
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  line-height: 1.1111111;
}

.full-content :where(h1 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 900;
}

.full-content :where(h2):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 1em;
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333;
}

.full-content :where(h2 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 800;
}

.full-content :where(h3):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
}

.full-content :where(h3 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--tw-prose-headings);
  font-weight: 600;
  line-height: 1.5;
}

.full-content :where(h4 strong):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.full-content :where(figcaption):not(:where([class~="not-prose"] *)){
  margin-top: 0.8571429em;
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
}

.full-content :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.full-content :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.full-content :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.full-content :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.full-content :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.full-content :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.full-content :where(pre):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  background-color: var(--tw-prose-pre-bg);
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
  overflow-x: auto;
  color: var(--tw-prose-pre-code);
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.full-content :where(pre code):not(:where([class~="not-prose"] *)){
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.full-content :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.full-content :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.full-content :where(table):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  table-layout: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  text-align: left;
}

.full-content :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.full-content :where(thead th):not(:where([class~="not-prose"] *)){
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.full-content :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.full-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.full-content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.full-content :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.full-content :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.full-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.full-content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.full-content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.full-content :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.full-content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.full-content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.full-content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.full-content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.full-content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.full-content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.full-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.full-content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.full-content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.full-content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.full-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.full-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.full-content :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.full-content :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.full-content{
  --tw-text-opacity: 1;
  max-width: none;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .full-content > *:first-child{
  margin-top: 0 /* 0px */;
}
  .full-content p img{
  margin: 0 /* 0px */;
}
  .full-content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: currentColor;
}

.button{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20/1920*100rem);
}

.link{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.link:hover {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }

.btn-solid{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(52/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(52/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 1280px){
  .btn-solid{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.btn-solid:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-blue-yellow{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-blue-yellow:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-blue-white{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-blue-white:hover{
  --tw-bg-opacity: 1;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -webkit-text-fill-color: transparent;
}
  .btn-solid.btn-yellow-blue{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-yellow-blue:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-yellow-white{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-yellow-white:hover{
  --tw-bg-opacity: 1;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -webkit-text-fill-color: transparent;
}
  .btn-solid.btn-white-yellow{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(18 31 65 / var(--tw-text-opacity));
}
  .btn-solid.btn-white-yellow:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-solid.btn-apply{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(18 31 65 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
}

.btn-lined{
  --tw-border-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-width: 1px;
  border-color: rgb(21 21 69 / var(--tw-border-opacity));
  border-radius: 9999px;
  padding-top: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
}

.login-box .row.btn-lined{
  justify-content: space-between;
}
  .btn-lined.btn-white{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-lined.btn-white:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .btn-lined.btn-download{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: rgb(18 31 65 / var(--tw-border-opacity));
  color: rgb(18 31 65 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}
  @media (min-width: 1280px){
  .btn-lined.btn-download{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .btn-lined.btn-download:hover{
  --tw-text-opacity: 1;
  border-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.alert{
  display: block;
  position: relative;
  margin-bottom: calc(4/1920*100rem);
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0.375rem;
  padding-top: calc(12/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(16/1920*100rem);
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  .alert button{
  display: none;
}
  .alert.alert-danger {
    border-color: #f5c6cb;
    background-color: #f8d7da;
    color: #721c24; }
  .alert.alert-success {
    border-color: #c3e6cb;
    background-color: #d4edda;
    color: #155724; }

.backdrop{
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  opacity: 0;
  z-index: 50;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(0 0 0 / 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
  .backdrop.open{
  opacity: 1;
  pointer-events: auto;
}

.nav-fixed{
  position: fixed;
  right: calc(12/1920*100rem);
  bottom: calc(96/1920*100rem);
  z-index: 50;
}

@media (min-width: 768px){
  .nav-fixed{
    bottom: calc(20/1920*100rem);
  }
}

@media (min-width: 1280px){
  .nav-fixed{
    right: calc(48/1920*100rem);
    bottom: calc(48/1920*100rem);
  }
}
  .nav-fixed .back-to-top{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(21 21 69 / var(--tw-bg-opacity));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  pointer-events: none;
  color: rgb(21 21 69 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
    .nav-fixed .back-to-top.active{
  opacity: 1;
  pointer-events: auto;
}
  .nav-fixed .ActionMenu {
    right: 0 !important;
    left: auto !important; }

.social-list{
  display: flex;
  flex-wrap: wrap;
  gap: calc(24/1920*100rem);
}
  .social-list a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
  .social-list a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
    .social-list a.yt{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
    .social-list a.lk{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity));
}
    .social-list a.fb{
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity));
}

.dropdown{
  position: relative;
}
  .dropdown .dropdown-toggle{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(16/1920*100rem);
  cursor: pointer;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
  .login-box .row.dropdown .dropdown-toggle{
  justify-content: space-between;
}
  .dropdown .dropdown-menu{
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  opacity: 0;
  z-index: 10;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  margin-top: calc(20/1920*100rem);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  min-width: max-content;
  pointer-events: none;
}
  .dropdown.open .dropdown-toggle i, .dropdown.open .dropdown-toggle em{
  --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));
}
  .dropdown.open .dropdown-menu{
  opacity: 1;
  pointer-events: auto;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
textarea,
select{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  margin: 0 /* 0px */;
  border-width: 1px;
  border-color: rgb(236 250 254 / var(--tw-border-opacity));
  border-radius: calc(8/1920*100rem);
  background-repeat: no-repeat;
  background-color: rgb(236 250 254 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(40/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
textarea:focus,
select:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 198 244 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type='text']::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder{
  --tw-text-opacity: 1;
  color: rgb(28 99 122 / var(--tw-text-opacity));
}

[type='text']:disabled,
[type='email']:disabled,
[type='url']:disabled,
[type='password']:disabled,
[type='number']:disabled,
[type='date']:disabled,
[type='datetime-local']:disabled,
[type='month']:disabled,
[type='search']:disabled,
[type='tel']:disabled,
[type='time']:disabled,
[type='week']:disabled{
  --tw-text-opacity: 1;
  border-color: rgb(64 64 64 / 0.75);
  background-color: rgb(64 64 64 / 0.5);
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

[type='text']:read-only,
[type='email']:read-only,
[type='url']:read-only,
[type='password']:read-only,
[type='number']:read-only,
[type='date']:read-only,
[type='datetime-local']:read-only,
[type='month']:read-only,
[type='search']:read-only,
[type='tel']:read-only,
[type='time']:read-only,
[type='week']:read-only{
  --tw-text-opacity: 1;
  border-color: rgb(64 64 64 / 0.75);
  background-color: rgb(64 64 64 / 0.5);
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'><path stroke='%230A436D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/></svg>");
  background-position: right }

select[multiple]{
  background-image: none;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  height: auto;
  min-height: calc(40 / 1920 * 100rem);
}

textarea{
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  height: calc(80/1920*100rem);
}

@media (min-width: 576px){
  textarea{
    height: calc(120/1920*100rem);
  }
}

input[type='file']{
  display: none;
}
  input[type='file'] ~ label{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: linear;
  cursor: pointer;
  margin: 0 /* 0px */;
  border-style: none;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(24/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(24/1920*100rem);
  width: max-content;
  height: calc(48/1920*100rem);
  color: rgb(21 21 69 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
  input[type='file'] ~ label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

input[type='date']{
  padding-right: calc(8/1920*100rem);
}

input[type='checkbox']{
  display: none;
}
  input[type='checkbox'] ~ label{
  position: relative;
  padding-left: calc(20/1920*100rem);
}
    input[type='checkbox'] ~ label::before{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  --tw-content: '\f0c8';
  position: absolute;
  top: 50%;
  left: 0 /* 0px */;
  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));
  content: var(--tw-content);
  color: rgb(38 38 38 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
  input[type='checkbox']:checked ~ label::before{
  --tw-content: '\f14a';
  content: var(--tw-content);
}

input[type='radio']{
  display: none;
}
  input[type='radio'] ~ label{
  position: relative;
  padding-left: calc(20/1920*100rem);
}
    input[type='radio'] ~ label::before{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  --tw-content: '\f111';
  position: absolute;
  top: 50%;
  left: 0 /* 0px */;
  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));
  content: var(--tw-content);
  color: rgb(38 38 38 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
  input[type='radio']:checked ~ label::before{
  --tw-content: '\f192';
  content: var(--tw-content);
}

.form-group{
  position: relative;
}
  .form-group > label{
  --tw-text-opacity: 1;
  display: block;
  position: relative;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .form-group > label{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .form-group [class*='fa-ex']{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(185 28 28 / var(--tw-text-opacity));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}

.frm-btnwrap, .form-submit {
  margin-top: calc(48/1920*100rem);
  margin-bottom: 0 !important }
  .frm-btnwrap label.label, .frm-btnwrap .frm-btn-reset, .form-submit label.label, .form-submit .frm-btn-reset{
  display: none;
}
  .frm-btnwrap input[type='submit'], .form-submit input[type='submit']{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(52/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(52/1920*100rem);
  width: max-content;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}
  @media (min-width: 1280px){
  .frm-btnwrap input[type='submit'], .form-submit input[type='submit']{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .frm-btnwrap input[type='submit']:hover, .form-submit input[type='submit']:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-blue-yellow, .form-submit input[type='submit'].btn-blue-yellow{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-blue-yellow:hover, .form-submit input[type='submit'].btn-blue-yellow:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-blue-white, .form-submit input[type='submit'].btn-blue-white{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-blue-white:hover, .form-submit input[type='submit'].btn-blue-white:hover{
  --tw-bg-opacity: 1;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -webkit-text-fill-color: transparent;
}
  .frm-btnwrap input[type='submit'].btn-yellow-blue, .form-submit input[type='submit'].btn-yellow-blue{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-yellow-blue:hover, .form-submit input[type='submit'].btn-yellow-blue:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-yellow-white, .form-submit input[type='submit'].btn-yellow-white{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-yellow-white:hover, .form-submit input[type='submit'].btn-yellow-white:hover{
  --tw-bg-opacity: 1;
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -webkit-text-fill-color: transparent;
}
  .frm-btnwrap input[type='submit'].btn-white-yellow, .form-submit input[type='submit'].btn-white-yellow{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(18 31 65 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-white-yellow:hover, .form-submit input[type='submit'].btn-white-yellow:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .frm-btnwrap input[type='submit'].btn-apply, .form-submit input[type='submit'].btn-apply{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-radius: 9999px;
  background-color: rgb(18 31 65 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
}
  .frm-btnwrap .wpcf7-spinner, .form-submit .wpcf7-spinner{
  flex: none !important;
}

.frm-captcha{
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(calc(20/1920*100rem) * -1);
}

@media (min-width: 1024px){
  .frm-captcha{
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
  .frm-captcha > div{
  margin-top: calc(20/1920*100rem);
}
  .frm-captcha label{
  display: none;
}
  .frm-captcha .frm-captcha-input{
  width: 100%;
}
  @media (min-width: 1024px){
  .frm-captcha .frm-captcha-input{
    width: auto;
  }
}
    .frm-captcha .frm-captcha-input input{
  width: 100%;
}
    @media (min-width: 1280px){
  .frm-captcha .frm-captcha-input input{
    max-width: calc(260 / 1920 * 100rem);
  }
}
  .frm-captcha .RadCaptcha{
  display: flex;
  flex-direction: column-reverse;
  width: max-content;
}
    .frm-captcha .RadCaptcha > div{
  width: 100%;
}
      .frm-captcha .RadCaptcha > div > div{
  display: flex;
  align-items: center;
}
      .login-box .row.frm-captcha .RadCaptcha > div > div{
  justify-content: space-between;
}
    .frm-captcha .RadCaptcha > span{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}
  .frm-captcha .rcRefreshImage {
    font-size: 0 }
  .frm-captcha .rcRefreshImage::before{
  --tw-text-opacity: 1;
  --tw-content: '\f2ea';
  margin-right: calc(20/1920*100rem);
  margin-left: calc(20/1920*100rem);
  content: var(--tw-content);
  color: rgb(59 130 246 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
  @media (min-width: 1280px){
  .frm-captcha .rcRefreshImage::before{
    margin-right: calc(19.5 / 1920 * 100rem);
    margin-left: calc(25.5 / 1920 * 100rem);
    content: var(--tw-content);
    font-size: calc(22 / 1920 * 100rem);
  }
}

.RadUpload{
  max-width: 100%;
}
  .RadUpload input[type="file"]{
  display: block;
}
  .RadUpload .ruInputs .ruRemove{
  width: auto;
  font-size: 0;
}
  .RadUpload .ruInputs li:not(:last-child){
  display: flex;
  align-items: center;
}
  .login-box .row.RadUpload .ruInputs li:not(:last-child){
  justify-content: space-between;
}
  .RadUpload .ruInputs li:last-child{
  margin-bottom: 0 /* 0px */;
}
    .RadUpload .ruInputs li:last-child .ruFileWrap{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-radius: calc(12/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(12/1920*100rem);
  width: 100%;
  height: calc(100/1920*100rem);
}
      .RadUpload .ruInputs li:last-child .ruFileWrap input{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-style: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  height: 100%;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  text-align: center;
}

.apply-frm{
  padding: calc(20/1920*100rem);
}
  .apply-frm .form-group{
  margin-bottom: calc(32/1920*100rem);
}
  .apply-frm .form-group:last-child{
  margin-bottom: 0 /* 0px */;
}
    .apply-frm .form-group label{
  --tw-text-opacity: 1;
  margin-bottom: calc(4/1920*100rem);
  width: 100%;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
      .apply-frm .form-group label span{
  --tw-text-opacity: 1;
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
}
    .apply-frm .form-group input:not([type="button"]), .apply-frm .form-group textarea{
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
  .apply-frm .frm-btn{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 1024px) {
  .apply-frm{
    padding-top: calc(32/1920*100rem);
    padding-right: calc(40/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
    .apply-frm .form-group{
    display: flex;
    gap: calc(32/1920*100rem);
  }
      .apply-frm .form-group label{
    margin-bottom: 0 /* 0px */;
    width: 30%;
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  }
      .apply-frm .form-group input:not([type="button"]){
    height: calc(40/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  }
      .apply-frm .form-group textarea{
    height: calc(100/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  } }

.modal{
  display: none;
  background-image: none;
  background-color: transparent;
  padding: 0 /* 0px */;
}
  .modal .modal-wrap{
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 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);
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1280px) {
  .modal .f-button.is-close-btn{
    --tw-text-opacity: 1;
    opacity: 1;
    border-radius: 9999px;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
    color: rgb(10 67 109 / var(--tw-text-opacity));
  } }

.modal-apply{
  margin-right: auto;
  margin-left: auto;
  max-width: calc(972 / 1920 * 100rem);
}
  .modal-apply .form-group input:not([type='file']):not([type='submit']){
  --tw-text-opacity: 1;
  border-radius: calc(20/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .modal-apply .form-group input:not([type='file']):not([type='submit'])::placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
  .modal-apply .form-group input:not([type='file']):not([type='submit']), .modal-apply .form-group textarea{
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
  .modal-apply .form-file-wrap{
  display: flex;
  align-items: center;
  gap: calc(16/1920*100rem);
}
  .login-box .row.modal-apply .form-file-wrap{
  justify-content: space-between;
}
    .modal-apply .form-file-wrap label{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-radius: calc(4/1920*100rem);
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(20/1920*100rem);
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
  .modal-apply .form-captcha-submit{
  display: flex;
  flex-wrap: wrap;
  gap: calc(20/1920*100rem);
}

@media (min-width: 768px) {
  .modal-apply .modal-wrap{
    padding-top: calc(44/1920*100rem);
    padding-right: calc(140/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
    padding-left: calc(140/1920*100rem);
  } }

.modal-story{
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1060 / 1920 * 100rem);
}
  .modal-story .sub-name{
  --tw-text-opacity: 1;
  margin-bottom: calc(20/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .modal-story .sub-name{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}
  .modal-story .name{
  --tw-text-opacity: 1;
  margin-bottom: calc(32/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  @media (min-width: 1280px){
  .modal-story .name{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  }
}
  .modal-story .full-content{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 768px) {
  .modal-story .modal-wrap{
    padding-top: calc(44/1920*100rem);
    padding-right: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
    padding-left: calc(80/1920*100rem);
  } }

.pagination{
  display: flex;
  column-gap: calc(20/1920*100rem);
  row-gap: calc(12/1920*100rem);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: calc(32/1920*100rem);
}

@media (min-width: 1280px){
  .pagination{
    margin-top: calc(40/1920*100rem);
  }
}
  .pagination span, .pagination a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-color: rgb(10 67 109 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .pagination span, .pagination a{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .pagination span:hover, .pagination a:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .pagination li.active span, .pagination li.active a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(21 21 69 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-scroll-dark::-webkit-scrollbar {
  width: 14px;
  height: 14px; }

.custom-scroll-dark::-webkit-scrollbar-button {
  background-color: #3e4346 !important; }

.custom-scroll-dark::-webkit-scrollbar-track {
  background-color: #646464 !important; }

.custom-scroll-dark::-webkit-scrollbar-track-piece {
  background-color: #3e4346 !important; }

.custom-scroll-dark::-webkit-scrollbar-thumb {
  border: 2px solid #3e4346 !important;
  background-color: #242424 !important;
  height: 50px; }

.custom-scroll-dark::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(130deg, #696969 40%, rgba(255, 0, 0, 0) 41%), linear-gradient(230deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(310deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(50deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #696969 40%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(330deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(90deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.custom-scroll-dark::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(150deg, #696969 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(270deg, #696969 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #b6b6b6; }

.swiper-pagination .swiper-pagination-bullet{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  opacity: 1;
  border-width: 1px;
  border-color: rgb(10 67 109 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(16/1920*100rem);
  height: calc(16/1920*100rem);
}
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(250 165 32 / var(--tw-border-opacity));
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
}

.swiper-pagination.is-white .swiper-pagination-bullet{
  background-color: rgb(255 255 255 / 0.5);
}
  .swiper-pagination.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.swiper-button > *{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
}

.swiper-button > *:hover {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }
  .swiper-button > *.swiper-button-disabled{
  opacity: 0.4;
}
  .swiper-button > *.swiper-button-lock{
  opacity: 0;
  pointer-events: none;
}

.swiper-button.is-white > *{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.2);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.swiper-button.is-white > *:hover{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}

.swiper-button.is-abs > *{
  --tw-translate-y: -50%;
  position: absolute;
  top: 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));
  z-index: 1;
}

.swiper-button.is-abs .button-prev{
  left: calc(4/1920*100rem);
}

.swiper-button.is-abs .button-next{
  right: calc(4/1920*100rem);
}

.swiper-button.is-abs.is-top-20 > *{
  top: 20%;
}

.swiper-button.is-abs.is-top-30 > *{
  top: 30%;
}

.swiper-button.is-abs.is-top-40 > *{
  top: 40%;
}

@media (min-width: 1280px) {
  .swiper-button.is-abs .button-prev{
    left: calc(calc(40/1920*100rem) * -1);
  }
  .swiper-button.is-abs .button-next{
    right: calc(calc(40/1920*100rem) * -1);
  } }

@media (min-width: 1440px) {
  .swiper-button.is-abs .button-prev{
    left: calc(calc(60/1920*100rem) * -1);
  }
  .swiper-button.is-abs .button-next{
    right: calc(calc(60/1920*100rem) * -1);
  } }

@media (min-width: 1600px) {
  .swiper-button.is-abs .button-prev{
    left: calc(calc(72/1920*100rem) * -1);
  }
  .swiper-button.is-abs .button-next{
    right: calc(calc(72/1920*100rem) * -1);
  } }

.swiper-button.is-circle > *{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-shadow: -4px -2px 15px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: -4px -2px 15px 0px var(--tw-shadow-color);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}

.swiper-button.is-circle > *:hover{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .swiper-relative{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}

@media (min-width: 1280px){
  .swiper-relative{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
  }
}
  .swiper-relative .swiper-button.is-absolute .button-prev{
  left: 0 /* 0px */;
}
  @media (min-width: 1280px){
  .swiper-relative .swiper-button.is-absolute .button-prev{
    left: calc(calc(48/1920*100rem) * -1);
  }
}
  @media (min-width: 1440px){
  .swiper-relative .swiper-button.is-absolute .button-prev{
    left: calc(calc(88/1920*100rem) * -1);
  }
}
  .swiper-relative .swiper-button.is-absolute .button-next{
  right: 0 /* 0px */;
}
  @media (min-width: 1280px){
  .swiper-relative .swiper-button.is-absolute .button-next{
    right: calc(calc(48/1920*100rem) * -1);
  }
}
  @media (min-width: 1440px){
  .swiper-relative .swiper-button.is-absolute .button-next{
    right: calc(calc(88/1920*100rem) * -1);
  }
}
  .swiper-relative .swiper-scrollbar{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  height: 2px;
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag{
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
}

.about-1{
  position: relative;
}
  .about-1 .full-content{
  --tw-text-opacity: 1;
  max-width: calc(572 / 1920 * 100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .about-1 .image{
  aspect-ratio: 960/600;
}

@media (min-width: 1024px) {
  .about-1 .image{
    z-index: 2;
    margin-right: 0 /* 0px */;
    margin-left: auto;
    width: 50%;
  }
  .about-1 .block-content{
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 50%;
    left: 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));
    width: 100%;
  } }

.about-2 .site-desc{
  margin-right: auto;
  margin-left: auto;
  max-width: calc(864 / 1920 * 100rem);
}

.about-2 .image{
  aspect-ratio: 1312/650;
}

@media (min-width: 1280px) {
  .about-2 .block-frame-3{
    position: absolute;
    top: calc(calc(130 / 1920 * 100rem) * -1);
    right: calc(calc(160/1920*100rem) * -1);
    z-index: 2;
    width: max-content;
  } }

.admissions-1-item .image{
  height: calc(330 / 1920 * 100rem);
}

.admissions-1-item .caption{
  margin-top: calc(20/1920*100rem);
  text-align: center;
}

.admissions-1-item .title{
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1280px){
  .admissions-1-item .title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}

.admissions-1-item .brief{
  --tw-text-opacity: 1;
  margin-top: calc(12/1920*100rem);
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.admissions-2 .wrap-form{
  --tw-bg-opacity: 1;
  border-radius: calc(12/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .admissions-2 .wrap-form{
    padding: calc(40/1920*100rem);
  }
}

.admissions-2 .form-group{
  margin-bottom: calc(16/1920*100rem);
}

@media (min-width: 1280px) {
  .admissions-2 .wrap-form{
    margin-right: calc(28/1920*100rem);
    border-radius: calc(20/1920*100rem);
    padding: calc(60/1920*100rem);
  }
  .admissions-2 .form-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .login-box .row.admissions-2 .form-group{
    justify-content: space-between;
  }
    .admissions-2 .form-group > *{
    flex: 1 1 0%;
  } }

.admissions-3-item{
  --tw-text-opacity: 1;
  position: relative;
  z-index: 1;
  padding-right: calc(60/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
  padding-left: calc(20/1920*100rem);
  color: rgb(250 165 32 / var(--tw-text-opacity));
}
  .admissions-3-item svg{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: -1;
  width: 100%;
  height: 100%;
}
  .admissions-3-item:nth-child(5n+1){
  --tw-text-opacity: 1;
  color: rgb(250 165 32 / var(--tw-text-opacity));
}
    .admissions-3-item:nth-child(5n+1) .paint1-start {
      stop-color: #C07500; }
    .admissions-3-item:nth-child(5n+1) .paint1-end {
      stop-color: #FAA520; }
    .admissions-3-item:nth-child(5n+1) .paint2-start {
      stop-color: #FAA520; }
    .admissions-3-item:nth-child(5n+1) .paint2-end {
      stop-color: #FFE1B2; }
  .admissions-3-item:nth-child(5n+2){
  --tw-text-opacity: 1;
  color: rgb(97 198 222 / var(--tw-text-opacity));
}
    .admissions-3-item:nth-child(5n+2) .paint1-start {
      stop-color: #1B92AE; }
    .admissions-3-item:nth-child(5n+2) .paint1-end {
      stop-color: #61C6DE; }
    .admissions-3-item:nth-child(5n+2) .paint2-start {
      stop-color: #61C6DE; }
    .admissions-3-item:nth-child(5n+2) .paint2-end {
      stop-color: #E9FBFF; }
  .admissions-3-item:nth-child(5n+3){
  --tw-text-opacity: 1;
  color: rgb(19 109 55 / var(--tw-text-opacity));
}
    .admissions-3-item:nth-child(5n+3) .paint1-start {
      stop-color: #015925; }
    .admissions-3-item:nth-child(5n+3) .paint1-end {
      stop-color: #136D37; }
    .admissions-3-item:nth-child(5n+3) .paint2-start {
      stop-color: #136D37; }
    .admissions-3-item:nth-child(5n+3) .paint2-end {
      stop-color: #42DC80; }
  .admissions-3-item:nth-child(5n+4){
  --tw-text-opacity: 1;
  color: rgb(237 26 120 / var(--tw-text-opacity));
}
    .admissions-3-item:nth-child(5n+4) .paint1-start {
      stop-color: #B50050; }
    .admissions-3-item:nth-child(5n+4) .paint1-end {
      stop-color: #ED1A78; }
    .admissions-3-item:nth-child(5n+4) .paint2-start {
      stop-color: #ED1A78; }
    .admissions-3-item:nth-child(5n+4) .paint2-end {
      stop-color: #FFB2D5; }
  .admissions-3-item:nth-child(5n+5){
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
}
    .admissions-3-item:nth-child(5n+5) .paint1-start {
      stop-color: #00243F; }
    .admissions-3-item:nth-child(5n+5) .paint1-end {
      stop-color: #0A436D; }
    .admissions-3-item:nth-child(5n+5) .paint2-start {
      stop-color: #0A436D; }
    .admissions-3-item:nth-child(5n+5) .paint2-end {
      stop-color: #3A9EE8; }
  .admissions-3-item .image{
  border-radius: calc(32/1920*100rem);
  aspect-ratio: 450/500;
  width: 100%;
  max-width: calc(450 / 1920 * 100rem);
}
  .admissions-3-item .caption{
  --tw-text-opacity: 1;
  display: flex;
  gap: calc(20/1920*100rem);
  margin-top: calc(20/1920*100rem);
  padding-bottom: calc(140/1920*100rem);
  height: calc(360 / 1920 * 100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .admissions-3-item .number{
  color: currentColor;
  font-weight: 900;
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  @media (min-width: 1280px){
  .admissions-3-item .number{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
  .admissions-3 .admissions-3-item .number{
    margin-bottom: calc(60/1920*100rem);
  }
}
  .admissions-3-item .group-title{
  flex: 1 1 0%;
  margin-top: calc(12/1920*100rem);
  padding-right: calc(20/1920*100rem);
}
  .admissions-3-item .title{
  color: currentColor;
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .admissions-3-item .title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}
  .admissions-3-item .brief{
  margin-top: calc(16/1920*100rem);
  max-height: 100%;
  overflow: auto;
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    .admissions-3-item .brief > *{
  margin-bottom: calc(16/1920*100rem);
}
    .admissions-3-item .brief > *:last-child{
  margin-bottom: 0 /* 0px */;
}

@media (min-width: 1280px) {
  .admissions-3-item{
    padding-left: calc(40/1920*100rem);
  }
    .admissions-3-item .image{
    border-radius: calc(40/1920*100rem);
  }
    .admissions-3-item .caption{
    gap: calc(28/1920*100rem);
  }
    .admissions-3-item .group-title{
    padding-right: calc(48/1920*100rem);
  } }

@media (min-width: 1440px) {
  .admissions-3-item{
    padding-bottom: calc(200/1920*100rem);
  } }
  @media (min-width: 1600px) {
    .admissions-3-item{
    padding-bottom: calc(100/1920*100rem);
  } }
  @media (min-width: 1800px) {
    .admissions-3-item{
    padding-bottom: calc(40/1920*100rem);
  } }

.admissions-3-list{
  display: grid;
  gap: calc(32/1920*100rem);
}

@media (min-width: 768px){
  .admissions-3-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .admissions-3-list{
    row-gap: calc(40/1920*100rem);
    gap: calc(60/1920*100rem);
  }
}

@media (min-width: 1440px){
  .admissions-3-list{
    column-gap: calc(94 / 1920 * 100rem);
  }
}

@media (min-width: 1280px){
  .admissions-3 .text-2-62{
    margin-bottom: calc(60/1920*100rem);
  }
}

.admissions-4 .image{
  border-radius: calc(20/1920*100rem);
  aspect-ratio: 640/360;
}

.banner-child{
  position: relative;
  padding-bottom: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .banner-child{
    padding-bottom: 0 /* 0px */;
  }
}
  .banner-child .image{
  aspect-ratio: 1920/690;
}
  .banner-child .caption{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
  max-width: calc(400 / 1920 * 100rem);
}
  .banner-child .banner-title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(8/1920*100rem) * var(--tw-space-y-reverse));
}
  .banner-child .banner-title{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
}
    .banner-child .banner-title h3{
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    @media (min-width: 1280px){
  .banner-child .banner-title h3{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
    .banner-child .banner-title h2{
  font-size: clamp(14px,calc(30/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
    @media (min-width: 1280px){
  .banner-child .banner-title h2{
    font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  }
}
  .banner-child .banner-desc{
  margin-top: calc(16/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 768px) {
  .banner-child .caption{
    --tw-translate-y: -50%;
    --tw-text-opacity: 1;
    position: absolute;
    top: 50%;
    left: 15%;
    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));
    z-index: 1;
    background-color: transparent;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .banner-child .banner-title, .banner-child .banner-desc{
    color: currentColor;
  }

.banner-child .banner-title h3, .banner-child .banner-desc h3{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
    line-height: 1.375;
  }

@media (min-width: 1280px){
    .banner-child .banner-title h3, .banner-child .banner-desc h3{
      font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
    }
  }

.banner-child .banner-title h2, .banner-child .banner-desc h2{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
    line-height: 1.25;
  }

@media (min-width: 1280px){
    .banner-child .banner-title h2, .banner-child .banner-desc h2{
      font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
    }
    .study-popup-item .banner-child .banner-title h2,.study-popup-item  .banner-child .banner-desc h2 {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-delay: 3000ms;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
      .study-popup-item.active .banner-child .banner-title h2,.study-popup-item.active  .banner-child .banner-desc h2{
      transform: none;
      opacity: 1;
      transition-delay: 600ms;
    }
  } }

@media (min-width: 1280px) {
  .banner-child .banner-title {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition-delay: 3000ms;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
  .banner-child .banner-desc {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
  .banner-child .swiper-slide-active .banner-title{
    transform: none;
    opacity: 1;
    transition-delay: 600ms;
  }
  .banner-child .swiper-slide-active .banner-desc{
    transform: none;
    opacity: 1;
    transition-delay: 1000ms;
  } }

.home-banner{
  position: relative;
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 768px){
  .home-banner{
    padding-bottom: 0 /* 0px */;
  }
}
  .home-banner .image{
  position: relative;
  aspect-ratio: 1920/960;
}
    .home-banner .image video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    .home-banner .image::before {
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      position: absolute;
      top: 50%;
      left: 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));
      z-index: 1;
      /*background-color: rgb(10 67 109 / 0.5);*/
      width: 100%;
      height: 100%;
      pointer-events: none;
      content: '' }
  .home-banner .caption{
  --tw-bg-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(32/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
  padding-left: calc(16/1920*100rem);
  width: 100%;
  max-width: calc(936 / 1920 * 100rem);
  text-align: center;
}
  .home-banner .banner-title{
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  @media (min-width: 1280px){
  .home-banner .banner-title{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  }
}
  .home-banner .banner-title > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(16/1920*100rem) * var(--tw-space-y-reverse));
}
  .home-banner .banner-title{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
}
    .home-banner .banner-title *{
  font-weight: 900;
}
    .home-banner .banner-title h3{
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
    @media (min-width: 1280px){
  .home-banner .banner-title h3{
    font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  }
}
    .home-banner .banner-title h2{
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
    @media (min-width: 1280px){
  .home-banner .banner-title h2{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
  .admissions-3 .home-banner .banner-title h2{
    margin-bottom: calc(60/1920*100rem);
  }
}
  .home-banner .banner-desc{
  margin-top: calc(16/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 768px) {
  .home-banner .caption{
    --tw-text-opacity: 1;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 50%;
    left: 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));
    z-index: 1;
    background-color: transparent;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .home-banner .banner-title, .home-banner .banner-desc{
    color: currentColor;
  } }

@media (min-width: 1280px) {
  .home-banner .banner-title {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition-delay: 3000ms;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
  .home-banner .banner-desc {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
  .home-banner .swiper-slide-active .banner-title{
    transform: none;
    opacity: 1;
    transition-delay: 600ms;
  }
  .home-banner .swiper-slide-active .banner-desc{
    transform: none;
    opacity: 1;
    transition-delay: 1000ms;
  } }

@media (min-width: 1440px) {
  .home-banner .banner-title h2{
    font-size: clamp(14px,calc(128/1920*100rem),calc(128/1920*100rem));
  } }

.cmsadminpanel .ddviewmode{
  padding-top: calc(4/1920*100rem);
  padding-right: calc(8/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
  padding-left: calc(8/1920*100rem);
  height: 24px;
  font-size: 12px;
  line-height: 1;
}

.searchbox{
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px /* 15px */;
  padding-left: 15px /* 15px */;
  width: 100%;
}

@media (min-width: 400px){
  .searchbox{
    max-width: 400px;
  }
}

@media (min-width: 576px){
  .searchbox{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .searchbox{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .searchbox{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .searchbox{
    padding-right: calc(15/1920*100rem);
    padding-left: calc(15/1920*100rem);
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .searchbox{
    max-width: 1440px;
  }
}

@media (min-width: 400px) {
    .searchbox{
    max-width: 100%;
  } }

@media (min-width: 576px) {
    .searchbox{
    max-width: 540px;
  } }

@media (min-width: 768px) {
    .searchbox{
    max-width: 720px;
  } }

@media (min-width: 1024px) {
    .searchbox{
    max-width: 980px;
  } }

@media (min-width: 1280px) {
    .searchbox{
    max-width: calc(1440 / 1920 * 100rem);
  } }

@media (min-width: 1440px) {
    .searchbox{
    max-width: calc(1600 / 1920 * 100rem);
  } }

@media (min-width: 1600px) {
    .searchbox{
    max-width: calc(1344 / 1920 * 100rem);
  } }

.searchbox{
  position: relative;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}
  .searchbox input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  border-radius: calc(4/1920*100rem);
  padding-right: calc(48/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(48/1920*100rem);
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
  .searchbox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
  .searchbox input:focus{
  --tw-border-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: rgb(21 21 69 / var(--tw-border-opacity));
}
  .searchbox button{
  --tw-translate-y: -50%;
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  top: 50%;
  right: calc(4/1920*100rem);
  justify-content: center;
  align-items: center;
  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));
  z-index: 1;
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}

.suggestsearch {
  display: none !important; }

.searchresults .search-page{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}

@media (min-width: 1280px){
  .searchresults .search-page{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
}

.searchresults .page-header h1{
  position: relative;
  padding-bottom: calc(8/1920*100rem);
  width: max-content;
  max-width: 100%;
  text-transform: uppercase;
}

.searchresults .page-header h1::before{
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  width: 100%;
  height: 1px;
  content: var(--tw-content);
}

.searchresults .searchresultsummary{
  margin-bottom: calc(12/1920*100rem);
  font-size: 11px;
}

@media (min-width: 1280px){
  .searchresults .searchresultsummary{
    font-size: 13px;
  }
}

.searchresults .searchcontrols .form-inline{
  position: relative;
}

.searchresults .searchcontrols .form-group{
  display: none;
}

.searchresults .searchcontrols .form-group:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchresults .searchcontrols .form-group:first-child{
  display: block;
}

.searchresults .searchcontrols .form-group:last-child{
  display: block;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  z-index: 1;
  margin-bottom: 0 /* 0px */;
  width: calc(48/1920*100rem);
  height: 100%;
  font-size: 0;
}

.searchresults .searchcontrols .form-group:last-child::before{
  --tw-text-opacity: 1;
  --tw-content: '\f002';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: var(--tw-content);
  color: rgb(59 130 246 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
  .searchresults .searchcontrols .form-group:first-child input{
  padding-right: calc(56/1920*100rem);
}
  .searchresults .searchcontrols .form-group:last-child input{
  position: relative;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  opacity: 0;
  z-index: 2;
  width: calc(48/1920*100rem);
  height: 100%;
}

.searchresults .searchresults > .modulepager{
  display: none;
}
  .searchresults .searchresults > .modulepager:last-child{
  display: block;
}

.searchresults .searchresultlist{
  padding-right: calc(4/1920*100rem);
  padding-left: calc(4/1920*100rem);
}

@media (min-width: 1280px){
  .searchresults .searchresultlist{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
}

.searchresults .searchresult{
  margin-top: calc(40/1920*100rem);
}
  .searchresults .searchresult h3 a{
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
  .searchresults .searchresult h3 a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
  .searchresults .searchresult .searchresultdesc{
  margin-top: calc(4/1920*100rem);
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
  .searchresults .searchresult hr{
  display: none;
}

.login-box{
  padding-top: calc(100/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(100/1920*100rem);
  padding-left: calc(40/1920*100rem);
}

@media (min-width: 1280px){
  .login-box{
    padding-top: calc(120/1920*100rem);
    padding-bottom: calc(120/1920*100rem);
  }
}
  .login-box .card{
  --tw-bg-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1280px) {
  .login-box .card{
    padding-top: calc(28/1920*100rem);
    padding-right: calc(95 / 1920 * 100rem);
    padding-bottom: calc(60/1920*100rem);
    padding-left: calc(95 / 1920 * 100rem);
    max-width: calc(750 / 1920 * 100rem);
  } }
  .login-box .input-group{
  margin-bottom: calc(20/1920*100rem);
}
    .login-box .input-group input{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: calc(4/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(48/1920*100rem);
  color: rgb(64 64 64 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
    .login-box .input-group input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
  .login-box .input-group-append{
  display: none;
}
  .login-box .btn.btn-primary-blue-15.btn-block, .login-box .btn.btn-default.createuserbutton{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-right: calc(40/1920*100rem);
  padding-left: calc(40/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  text-align: center;
  text-transform: uppercase;
}
  @media (min-width: 1280px){
  .login-box .btn.btn-primary-blue-15.btn-block, .login-box .btn.btn-default.createuserbutton{
    min-width: calc(183 / 1920 * 100rem);
  }
  .login-box .btn.btn-primary-blue-15.btn-block:hover, .login-box .btn.btn-default.createuserbutton:hover{
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    border-color: rgb(21 21 69 / var(--tw-border-opacity));
    background-color: rgb(21 21 69 / var(--tw-bg-opacity));
  }
}
  .login-box .social-login{
  display: none;
}
  .login-box .row.items-center{
  justify-content: space-between;
}
  .login-box a{
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}
  @media (min-width: 1280px){
  .login-box a{
    font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  }
}

.wrap-register > div > div{
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  margin-right: auto;
  margin-left: auto;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(20/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  overflow: hidden;
}

@media (min-width: 1280px) {
  .wrap-register > div > div{
    padding: calc(28/1920*100rem);
    max-width: calc(600 / 1920 * 100rem);
  } }

.wrap-register .settingrow .RadInput .riTextBox{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  border-radius: calc(4/1920*100rem);
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(48/1920*100rem);
  color: rgb(23 23 23 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 1280px){
  .wrap-register .settingrow .RadInput .riTextBox{
    font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  }
}

.login-logo, .pagetitle{
  --tw-text-opacity: 1;
  margin-bottom: calc(32/1920*100rem);
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-weight: 300;
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.login-box-msg{
  --tw-text-opacity: 1;
  margin-bottom: calc(20/1920*100rem);
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.38;
}

.icheck-primary-blue-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(12/1920*100rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-x-reverse)));
}

.icheck-primary-blue-15{
  position: relative;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}

.icheck-primary-blue-15 > label{
  --tw-text-opacity: 1;
  display: block;
  position: relative;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 1280px){
  .icheck-primary-blue-15 > label{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.icheck-primary-blue-15 [class*='fa-ex']{
  --tw-text-opacity: 1;
  display: block;
  margin-top: calc(4/1920*100rem);
  color: rgb(185 28 28 / var(--tw-text-opacity));
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
}

.apply-frm .icheck-primary-blue-15{
  margin-bottom: calc(32/1920*100rem);
}

.apply-frm .icheck-primary-blue-15:last-child{
  margin-bottom: 0 /* 0px */;
}

.apply-frm .icheck-primary-blue-15 label{
  --tw-text-opacity: 1;
  margin-bottom: calc(4/1920*100rem);
  width: 100%;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}

.apply-frm .icheck-primary-blue-15 label span{
  --tw-text-opacity: 1;
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
}

.apply-frm .icheck-primary-blue-15 input:not([type="button"]), .apply-frm .icheck-primary-blue-15 textarea{
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
    .apply-frm .icheck-primary-blue-15{
    display: flex;
    gap: calc(32/1920*100rem);
  }
      .apply-frm .icheck-primary-blue-15 label{
    margin-bottom: 0 /* 0px */;
    width: 30%;
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  }
      .apply-frm .icheck-primary-blue-15 input:not([type="button"]){
    height: calc(40/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  }
      .apply-frm .icheck-primary-blue-15 textarea{
    height: calc(100/1920*100rem);
    font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  } }

.modal-apply .icheck-primary-blue-15 input:not([type='file']):not([type='submit']){
  --tw-text-opacity: 1;
  border-radius: calc(20/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.modal-apply .icheck-primary-blue-15 input:not([type='file']):not([type='submit'])::placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.modal-apply .icheck-primary-blue-15 input:not([type='file']):not([type='submit']), .modal-apply .icheck-primary-blue-15 textarea{
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}

.admissions-2 .icheck-primary-blue-15{
  margin-bottom: calc(16/1920*100rem);
}

@media (min-width: 1280px) {
  .admissions-2 .icheck-primary-blue-15{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .login-box .row.admissions-2 .icheck-primary-blue-15{
    justify-content: space-between;
  }
    .admissions-2 .icheck-primary-blue-15 > *{
    flex: 1 1 0%;
  } }

.searchresults .searchcontrols .icheck-primary-blue-15{
  display: none;
}

.searchresults .searchcontrols .icheck-primary-blue-15:last-child{
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchresults .searchcontrols .icheck-primary-blue-15:first-child{
  display: block;
}

.searchresults .searchcontrols .icheck-primary-blue-15:last-child{
  display: block;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  z-index: 1;
  margin-bottom: 0 /* 0px */;
  width: calc(48/1920*100rem);
  height: 100%;
  font-size: 0;
}

.searchresults .searchcontrols .icheck-primary-blue-15:last-child::before{
  --tw-text-opacity: 1;
  --tw-content: '\f002';
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: var(--tw-content);
  color: rgb(59 130 246 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}

.searchresults .searchcontrols .icheck-primary-blue-15:first-child input{
  padding-right: calc(56/1920*100rem);
}

.searchresults .searchcontrols .icheck-primary-blue-15:last-child input{
  position: relative;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  opacity: 0;
  z-index: 2;
  width: calc(48/1920*100rem);
  height: 100%;
}

.form-section .icheck-primary-blue-15{
  margin-bottom: calc(16/1920*100rem);
}

.form-section .icheck-primary-blue-15:last-child{
  margin-bottom: 0 /* 0px */;
}

.form-section .icheck-primary-blue-15 label{
  margin-bottom: calc(8/1920*100rem);
}

@media (min-width: 768px) {
  .form-section .icheck-primary-blue-15{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(20/1920*100rem);
  }
  .login-box .row.form-section .icheck-primary-blue-15{
    justify-content: space-between;
  }
    .form-section .icheck-primary-blue-15 > *{
    flex: 1 1 0%;
  }
    .form-section .icheck-primary-blue-15 label{
    margin-bottom: 0 /* 0px */;
  } }

@media (min-width: 1024px) {
  .form-section .icheck-primary-blue-15 label{
    flex: none;
    width: 33.333333%;
  } }

.home-contact .icheck-primary-blue-15{
  margin-bottom: calc(16/1920*100rem);
}

.home-contact .icheck-primary-blue-15 label{
  margin-bottom: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
}

@media (min-width: 1280px) {
    .home-contact .icheck-primary-blue-15{
    display: flex;
    align-items: center;
    gap: calc(24/1920*100rem);
  }
  .login-box .row.home-contact .icheck-primary-blue-15{
    justify-content: space-between;
  }
      .home-contact .icheck-primary-blue-15 > *{
    flex: 1 1 0%;
  }
      .home-contact .icheck-primary-blue-15 label{
    margin-bottom: 0 /* 0px */;
    width: calc(240 / 616 * 100%);
  } }

.contact-wrap .icheck-primary-blue-15{
  margin-bottom: calc(24/1920*100rem);
}

.contact-wrap .icheck-primary-blue-15:last-child{
  margin-bottom: 0 /* 0px */;
}

.contact-wrap .icheck-primary-blue-15 label{
  margin-bottom: calc(8/1920*100rem);
}

@media (min-width: 1024px) {
  .contact-wrap .icheck-primary-blue-15{
    display: flex;
    align-items: center;
    gap: calc(20/1920*100rem);
  }
  .login-box .row.contact-wrap .icheck-primary-blue-15{
    justify-content: space-between;
  }
    .contact-wrap .icheck-primary-blue-15 > *{
    flex: 1 1 0%;
  }
    .contact-wrap .icheck-primary-blue-15 label{
    margin-bottom: 0 /* 0px */;
  } }

.login-download-section .login-box{
  padding: 0 /* 0px */;
}

@media (min-width: 1280px){
  .login-download-section .login-box{
    padding: 0 /* 0px */;
  }
}
  .login-download-section .login-box .btn-download-submit{
  width: 100%;
}

.login-download-section .module-description{
  --tw-text-opacity: 1;
  color: rgb(250 165 32 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
}

.global-breadcrumb{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

@media (min-width: 1280px){
  .global-breadcrumb{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
}

@media (min-width: 1440px){
  .global-breadcrumb{
    padding-bottom: calc(52/1920*100rem);
  }
}
  .global-breadcrumb .breadcrumb{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  column-gap: calc(12/1920*100rem);
  row-gap: calc(4/1920*100rem);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: calc(64/1920*100rem);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(12/1920*100rem);
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
  @media (min-width: 1280px){
  .global-breadcrumb .breadcrumb{
    column-gap: calc(20/1920*100rem);
  }
}
    .global-breadcrumb .breadcrumb a{
  display: inline-block;
  padding: calc(12/1920*100rem);
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
      .global-breadcrumb .breadcrumb a.active{
  --tw-text-opacity: 1;
  border-radius: 9999px;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
      @media (min-width: 1280px){
  .global-breadcrumb .breadcrumb a.active{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
    .global-breadcrumb .breadcrumb li{
  display: flex;
  align-items: center;
}
    .login-box .row.global-breadcrumb .breadcrumb li{
  justify-content: space-between;
}
    .global-breadcrumb .breadcrumb li:last-child::after{
  display: none;
  content: var(--tw-content);
}
      .global-breadcrumb .breadcrumb li::after{
  --tw-content: '\f054';
  padding-left: calc(12/1920*100rem);
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
      @media (min-width: 1280px){
  .global-breadcrumb .breadcrumb li::after{
    padding-left: calc(20/1920*100rem);
  }
}
  .global-breadcrumb .rank-math-breadcrumb > p{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  row-gap: calc(4/1920*100rem);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: calc(64/1920*100rem);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(12/1920*100rem);
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
  .global-breadcrumb .rank-math-breadcrumb a{
  display: inline-block;
  padding: calc(12/1920*100rem);
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .global-breadcrumb .rank-math-breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(250 165 32 / var(--tw-text-opacity));
}
  .global-breadcrumb .rank-math-breadcrumb .last{
  --tw-text-opacity: 1;
  display: inline-block;
  border-radius: 9999px;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  padding: calc(12/1920*100rem);
  color: currentColor;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .global-breadcrumb .rank-math-breadcrumb .last{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
}
  .global-breadcrumb .separator{
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
  font-size: 0;
}
  @media (min-width: 1280px){
  .global-breadcrumb .separator{
    padding-right: calc(20/1920*100rem);
  }
}
    .global-breadcrumb .separator::after{
  --tw-content: '\f054';
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}

.form-section .site-desc{
  max-width: calc(864 / 1920 * 100rem);
}

.form-section .wrap-form {
  --tw-bg-opacity: 1;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: calc(20/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem) }

@media (min-width: 768px){
  .form-section .wrap-form{
    padding: calc(40/1920*100rem);
  }
}

@media (min-width: 1280px){
  .form-section .wrap-form{
    padding: calc(60/1920*100rem);
  }
}

.form-section .form-group{
  margin-bottom: calc(16/1920*100rem);
}

.form-section .form-group:last-child{
  margin-bottom: 0 /* 0px */;
}
  .form-section .form-group label{
  margin-bottom: calc(8/1920*100rem);
}

@media (min-width: 768px) {
  .form-section .form-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(20/1920*100rem);
  }
  .login-box .row.form-section .form-group{
    justify-content: space-between;
  }
    .form-section .form-group > *{
    flex: 1 1 0%;
  }
    .form-section .form-group label{
    margin-bottom: 0 /* 0px */;
  } }

@media (min-width: 1024px) {
  .form-section .form-group label{
    flex: none;
    width: 33.333333%;
  } }

.study-item{
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: calc(20/1920*100rem);
  cursor: pointer;
}

.login-box .row.study-item{
  justify-content: space-between;
}
  .study-item .study-image{
  position: relative;
  width: calc(240/1920*100rem);
}
  .study-item .image{
  border-radius: 9999px;
  width: 100%;
  height: calc(240/1920*100rem);
}
    .study-item .image img{
  opacity: 0.2;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .study-item .icon{
  position: absolute;
  top: 65%;
  left: 65%;
  z-index: 1;
}
  .study-item .caption{
  --tw-text-opacity: 1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 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));
  z-index: 1;
  padding-right: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
}
  .study-item .sub-title{
  color: currentColor;
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .study-item .sub-title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .study-item .title{
  color: currentColor;
  font-weight: 700;
  font-size: clamp(14px,calc(30/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  text-transform: uppercase;
}
  @media (min-width: 1280px){
  .study-item .title{
    font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  }
}
  .study-item:hover .image img{
  opacity: 0.4;
}
  .study-item:nth-child(1) .image{
  --tw-bg-opacity: 1;
  background-color: rgb(238 54 133 / var(--tw-bg-opacity));
}
  .study-item:nth-child(2) .image{
  --tw-bg-opacity: 1;
  background-color: rgb(251 176 59 / var(--tw-bg-opacity));
}
  .study-item:nth-child(3) .image{
  --tw-bg-opacity: 1;
  background-color: rgb(1 170 80 / var(--tw-bg-opacity));
}
  .study-item:nth-child(4) .image{
  --tw-bg-opacity: 1;
  background-color: rgb(56 198 244 / var(--tw-bg-opacity));
}
  .study-item:nth-child(5) .image{
  --tw-bg-opacity: 1;
  background-color: rgb(21 49 96 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .study-item{
    position: absolute;
  }
    .study-item .study-image{
    width: calc(195 / 1920 * 100rem);
  }
    .study-item .image{
    height: calc(195 / 1920 * 100rem);
  }
    .study-item .icon{
    top: 73%;
    left: 60%;
    width: max-content;
    height: max-content;
  }
      .study-item .icon img{
    object-fit: contain;
  }
    .study-item .caption{
    --tw-text-opacity: 1;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 50%;
    left: 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));
    z-index: 1;
    width: 100%;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-align: center;
  }
  .study-abs-item:nth-child(1){
    --tw-translate-x: -50%;
    --tw-translate-y: 50%;
    bottom: 35%;
    left: 28%;
    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));
  }
  .study-abs-item:nth-child(2){
    --tw-translate-x: -50%;
    --tw-translate-y: 50%;
    bottom: 55%;
    left: 37%;
    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));
  }
  .study-abs-item:nth-child(3){
    --tw-translate-x: -50%;
    --tw-translate-y: 50%;
    bottom: 62%;
    left: 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));
  }
  .study-abs-item:nth-child(4){
    --tw-translate-x: -50%;
    --tw-translate-y: 50%;
    bottom: 55%;
    left: 63%;
    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));
  }
  .study-abs-item:nth-child(5){
    --tw-translate-x: -50%;
    --tw-translate-y: 50%;
    bottom: 35%;
    left: 72%;
    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));
  } }

.study-popup-item{
  display: none;
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 1280px){
  .study-popup-item{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}

@media (min-width: 1440px){
  .study-popup-item{
    padding-top: calc(120/1920*100rem);
    padding-bottom: calc(120/1920*100rem);
  }
}
  .study-popup-item .block-content{
  position: relative;
  max-width: calc(690 / 1920 * 100rem);
}
  .study-popup-item .full-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .study-popup-item .full-content{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}
    .study-popup-item .full-content *{
  margin: 0 /* 0px */;
}
  .study-popup-item .button{
  margin-top: calc(40/1920*100rem);
}
  @media (min-width: 1440px){
  .study-popup-item .button{
    margin-top: calc(60/1920*100rem);
  }
}
  .study-popup-item .image{
  margin-top: calc(40/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  width: max-content;
  max-width: 100%;
  height: max-content;
}
  .study-popup-item .study-popup-close{
  --tw-text-opacity: 1;
  display: none;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  z-index: 1;
  cursor: pointer;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
}
  @media (min-width: 1280px){
  .study-popup-item .study-popup-close{
    display: block;
  }
  .study-popup-item{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 2;
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 9999px;
    width: calc(195 / 1920 * 100rem);
    height: calc(195 / 1920 * 100rem);
    pointer-events: none;
  }
  .login-box .row.study-popup-item{
    justify-content: space-between;
  }
    .study-popup-item .block-content{
    margin-left: calc(148 / 1920 * 100rem);
  }
    .study-popup-item .image{
    position: absolute;
    bottom: 0 /* 0px */;
    left: 100%;
    margin-left: calc(60/1920*100rem);
  }
    .study-popup-item .text-2-48 {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-delay: 3000ms;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
    .study-popup-item .full-content {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
    .study-popup-item .button {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
    .study-popup-item .image {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
    .study-popup-item.active{
    bottom: 50%;
    left: 50%;
    opacity: 1;
    transition-duration: 300ms;
    transition-timing-function: linear;
    border-radius: 0;
    width: 100vw;
    height: 100vw;
    pointer-events: auto;
  }
      .study-popup-item.active .text-2-48, .study-popup-item.active .full-content, .study-popup-item.active .button, .study-popup-item.active .image{
    transform: none;
    opacity: 1;
  }
      .study-popup-item.active .text-2-48{
    transition-delay: 600ms;
  }
      .study-popup-item.active .full-content{
    transition-delay: 1000ms;
  }
      .study-popup-item.active .button{
    transition-delay: 1400ms;
  }
      .study-popup-item.active .image{
    transition-delay: 1800ms;
  }
}

#study-popup-1{
  --tw-bg-opacity: 1;
  background-color: rgb(238 54 133 / var(--tw-bg-opacity));
}

#study-popup-2{
  --tw-bg-opacity: 1;
  background-color: rgb(251 176 59 / var(--tw-bg-opacity));
}

#study-popup-3{
  --tw-bg-opacity: 1;
  background-color: rgb(1 170 80 / var(--tw-bg-opacity));
}

#study-popup-4{
  --tw-bg-opacity: 1;
  background-color: rgb(56 198 244 / var(--tw-bg-opacity));
}

#study-popup-5{
  --tw-bg-opacity: 1;
  background-color: rgb(21 49 96 / var(--tw-bg-opacity));
}

.home-study-program{
  --tw-bg-opacity: 1;
  position: relative;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(40/1920*100rem);
  overflow: hidden;
}

@media (min-width: 1280px){
  .home-study-program{
    padding-top: calc(60/1920*100rem);
  }
}
  .home-study-program .study-list{
  display: grid;
  gap: calc(40/1920*100rem);
}
  @media (min-width: 768px){
  .home-study-program .study-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  @media (min-width: 1024px){
  .home-study-program .study-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
  .home-study-program .image-children{
  margin-top: calc(40/1920*100rem);
}
  .home-study-program .block-frame-1{
  position: absolute;
  bottom: 50%;
  left: -17%;
}
  .home-study-program .block-frame-2{
  position: absolute;
  top: 15%;
  right: -19%;
}

@media (min-width: 1280px) {
  .home-study-program .study-list{
    display: block;
    margin-right: auto;
    margin-bottom: calc(calc(280 / 1920 * 100rem) * -1);
    margin-left: auto;
    width: 100%;
    max-width: calc(1024 / 1920 * 100rem);
    height: calc(467 / 1920 * 100rem);
  }
  .home-study-program .image-children{
    margin-right: auto;
    margin-left: auto;
    max-width: calc(574 / 1920 * 100rem);
  }
  .home-study-program .study-popup-wrap{
    position: absolute;
    top: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
  } }
  @media (min-width: 1440px) {
    .home-study-program .block-frame-1{
    left: -3%;
  }
    .home-study-program .block-frame-2{
    right: -5%;
  } }
  @media (min-width: 1600px) {
    .home-study-program .block-frame-1{
    left: -17%;
  }
    .home-study-program .block-frame-2{
    right: -19%;
  } }

.home-number{
  position: relative;
  z-index: 10;
}
  .home-number .bg-top{
  position: absolute;
  bottom: 100%;
  left: 0 /* 0px */;
  width: 100%;
  pointer-events: none;
}
  .home-number .number-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
}
  @media (min-width: 1280px){
  .home-number .number-list{
    gap: calc(32/1920*100rem);
  }
}
  .home-number .number-item{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
}
    .home-number .number-item .number{
  color: currentColor;
  font-weight: 700;
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
}
    @media (min-width: 1280px){
  .home-number .number-item .number{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
}
    @media (min-width: 1440px){
  .home-number .number-item .number{
    font-size: clamp(14px,calc(128/1920*100rem),calc(128/1920*100rem));
  }
}
    .home-number .number-item .title{
  color: currentColor;
  font-weight: 500;
  font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
    @media (min-width: 1280px){
  .home-number .number-item .title{
    font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  }
}
  @media (min-width: 1440px){
  .home-number .site-title{
    margin-bottom: calc(120/1920*100rem);
  }
}

@media (min-width: 1280px) {
  .home-number{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(225 / 1920 * 100rem);
  }
    .home-number .image{
    --tw-translate-y: calc(60/1920*100rem);
    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-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .home-number.active .image{
    --tw-translate-y: 0 /* 0px */;
    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;
  } }
  @media (min-width: 1600px) {
    .home-number .image{
    margin-right: calc(calc(32/1920*100rem) * -1);
    margin-left: calc(calc(152 / 1920 * 100rem) * -1);
  } }

.block-frame{
  display: none;
  pointer-events: none;
}

@media (min-width: 1280px){
  .block-frame{
    display: block;
  }
}

.home-story-item .sub-name{
  --tw-text-opacity: 1;
  margin-bottom: calc(20/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .home-story-item .sub-name{
    font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  }
}

.home-story-item .name{
  --tw-text-opacity: 1;
  margin-bottom: calc(32/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .home-story-item .name{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
  .admissions-3 .home-story-item .name{
    margin-bottom: calc(60/1920*100rem);
  }
}

.home-story-item .brief{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.home-story-item .button{
  margin-top: calc(40/1920*100rem);
}

@media (min-width: 1440px){
  .home-story-item .button{
    margin-top: calc(60/1920*100rem);
  }
}

.home-story-item .image{
  max-width: 20rem;
}

@media (min-width: 1024px) {
  .home-story-item .image{
    margin-right: calc(calc(80/1920*100rem) * -1);
    max-width: none;
  }
  .home-story-item .caption{
    margin-left: calc(40/1920*100rem);
    max-width: calc(716 / 1920 * 100rem);
  } }

@media (min-width: 1280px) {
  .home-story-item .image {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
    transition-delay: 3000ms;
    transition-duration: 800ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) } }

@media (min-width: 1600px) {
  .home-story-item .image{
    margin-right: calc(calc(175 / 1920 * 100rem) * -1);
  }
  .home-story-item .caption{
    margin-left: calc(100/1920*100rem);
    padding-top: calc(40/1920*100rem);
  } }

.home-story{
  overflow: hidden;
}
  .home-story .site-title{
  --tw-text-opacity: 1;
  pointer-events: auto;
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  @media (min-width: 1280px){
  .home-story .site-title{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
  .admissions-3 .home-story .site-title{
    margin-bottom: calc(60/1920*100rem);
  }
}
    .home-story .site-title span{
  display: block;
  font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
    @media (min-width: 1280px){
  .home-story .site-title span{
    font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  }
    .study-popup-item .home-story .site-title span {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-delay: 3000ms;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
      .study-popup-item.active .home-story .site-title span{
    transform: none;
    opacity: 1;
    transition-delay: 600ms;
  }
}
  .home-story .block-frame-3{
  --tw-translate-y: -50%;
  position: absolute;
  top: 66.666667%;
  right: -10%;
  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));
  z-index: 1;
  width: calc(256 / 1920 * 100rem);
  height: calc(353 / 1920 * 100rem);
  pointer-events: none;
}

@media (min-width: 768px) {
  .home-story{
    padding-bottom: 0 /* 0px */;
  }
    .home-story .home-story-swiper{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
  }
    .home-story .mobile-only{
    display: none;
  }
    .home-story .desktop-only{
    display: block;
  }
    .home-story .swiper-button.is-abs > *{
    top: 30%;
  } }

@media (min-width: 1024px) {
  .home-story{
    padding-top: 0 /* 0px */;
  }
    .home-story .block-title{
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: 2;
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
    width: 100%;
    pointer-events: none;
  }
    .home-story .site-title{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .home-story .home-story-swiper{
    margin-left: calc(calc(20/1920*100rem) * -1);
  } }

@media (min-width: 1280px) {
  .home-story{
    padding-top: calc(60/1920*100rem);
  }
    .home-story .block-title{
    padding-top: calc(88/1920*100rem);
    padding-bottom: calc(88/1920*100rem);
  }
    .home-story .site-title{
    font-size: clamp(14px,calc(96/1920*100rem),calc(128/1920*100rem));
  }

.home-story .site-title span{
    font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
    line-height: 1.25;
  }

@media (min-width: 1280px){
    .home-story .site-title span{
      font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
    }
    .admissions-3 .home-story .site-title span{
      margin-bottom: calc(60/1920*100rem);
    }
  }
    .home-story .swiper-button.is-abs .button-prev{
    left: calc(calc(40/1920*100rem) * -1);
  }
    .home-story .swiper-button.is-abs .button-next{
    right: calc(calc(40/1920*100rem) * -1);
  }
    .home-story .swiper-slide-active .home-story-item .image{
    transform: none;
    opacity: 1;
    transition-delay: 800ms;
  } }
  @media (min-width: 1600px) {
    .home-story .home-story-swiper{
    margin-left: calc(calc(52/1920*100rem) * -1);
  }
    .home-story .block-frame-3{
    top: 55%;
    right: -15%;
  }
    .home-story .swiper-button.is-abs .button-prev{
    left: calc(calc(80/1920*100rem) * -1);
  }
    .home-story .swiper-button.is-abs .button-next{
    right: calc(calc(80/1920*100rem) * -1);
  } }

.home-event-item{
  cursor: pointer;
}
  .home-event-item .title{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  padding-top: calc(4/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(4/1920*100rem);
  padding-left: calc(20/1920*100rem);
  min-height: calc(80 / 1920 * 100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}
  @media (min-width: 1280px){
  .home-event-item .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .home-event-item .image{
  --tw-bg-opacity: 1;
  position: relative;
  border-radius: calc(20/1920*100rem);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  aspect-ratio: 780/448;
  overflow: hidden;
}
    .home-event-item .image img{
  opacity: 0.5;
}
    .home-event-item .image .icon{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  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));
  z-index: 1;
  border-radius: 9999px;
  background-color: rgb(18 31 65 / var(--tw-bg-opacity));
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 220 74 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
      .home-event-item .image .icon::after {
        --tw-border-opacity: 1;
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        position: absolute;
        top: 50%;
        left: 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));
        transition-duration: 150ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        border-width: 1px;
        border-color: rgb(255 220 74 / var(--tw-border-opacity));
        border-radius: 9999px;
        background-color: transparent;
        width: calc(68/1920*100rem);
        height: calc(68/1920*100rem);
        pointer-events: none;
        content: '' }
    .home-event-item .image:hover .icon::after{
  opacity: 0;
  transition-duration: 500ms;
  transition-timing-function: linear;
  width: calc(80/1920*100rem);
  height: calc(80/1920*100rem);
}

.home-events-swiper{
  --tw-bg-opacity: 1;
  border-radius: calc(32/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
  .home-events-swiper .home-event-item .title{
  height: 100%;
}
  .home-events-swiper .swiper-slide-thumb-active .home-event-item .title{
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
}
  .home-events-swiper .swiper-top{
  border-radius: calc(20/1920*100rem);
  overflow: hidden;
}
  .home-events-swiper .swiper-thumb{
  margin-top: calc(20/1920*100rem);
}

@media (min-width: 1280px) {
  .home-events-swiper{
    display: flex;
    flex-direction: row-reverse;
    gap: calc(32/1920*100rem);
    padding: calc(60/1920*100rem);
  }
    .home-events-swiper .swiper-thumb{
    margin: 0 /* 0px */;
    width: calc(379 / 1191 * 100%);
    height: 392px;
  }
      .home-events-swiper .swiper-thumb .swiper-slide{
    height: calc(80/1920*100rem);
  }
    .home-events-swiper .swiper-top{
    flex: 1 1 0%;
  }
    .home-events-swiper > .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    --tw-translate-x: 0 /* 0px */;
    position: absolute;
    bottom: calc(60/1920*100rem);
    left: calc(60/1920*100rem);
    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));
    width: max-content;
  } }

@media (min-width: 1440px) {
  .home-events-swiper .swiper-thumb .swiper-slide{
    height: calc(100/1920*100rem);
  } }
  @media (min-width: 1520px) {
    .home-events-swiper .swiper-thumb .swiper-slide{
    height: calc(80/1920*100rem);
  } }

.home-news .swiper-slide:nth-child(3n+1) .news-item{
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 120 / var(--tw-bg-opacity));
}

.home-news .swiper-slide:nth-child(3n+2) .news-item{
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
}

.home-news .swiper-slide:nth-child(3n+3) .news-item{
  --tw-bg-opacity: 1;
  background-color: rgb(19 109 55 / var(--tw-bg-opacity));
}

.tabslet-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20/1920*100rem);
}

@media (min-width: 1280px){
  .tabslet-tabs{
    gap: calc(32/1920*100rem);
  }
}
  .tabslet-tabs a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(32/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(32/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}
  @media (min-width: 1280px){
  .tabslet-tabs a{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .tabslet-tabs li.active a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-contact .wrap-form{
  --tw-bg-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(32/1920*100rem);
  max-width: calc(736 / 1920 * 100rem);
}

.home-contact .form-group{
  margin-bottom: calc(16/1920*100rem);
}
  .home-contact .form-group label{
  margin-bottom: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
}

@media (min-width: 1280px) {
  .home-contact{
    padding-top: calc(178 / 1920 * 100rem);
    padding-bottom: calc(178 / 1920 * 100rem);
  }
    .home-contact .wrap-form{
    margin-right: 0 /* 0px */;
    margin-left: auto;
    border-radius: calc(20/1920*100rem);
    padding: calc(60/1920*100rem);
  }
    .home-contact .form-group{
    display: flex;
    align-items: center;
    gap: calc(24/1920*100rem);
  }
  .login-box .row.home-contact .form-group{
    justify-content: space-between;
  }
      .home-contact .form-group > *{
    flex: 1 1 0%;
  }
      .home-contact .form-group label{
    margin-bottom: 0 /* 0px */;
    width: calc(240 / 616 * 100%);
  } }

header{
  --tw-gradient-from: rgb(10 67 109 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 67 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 999;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(48/1920*100rem);
  width: 100%;
}
  header .header-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(20/1920*100rem);
}
  .login-box header.row .header-wrap{
  justify-content: space-between;
}
  header .header-left{
  width: calc(131 / 1920 * 100rem);
}
  header .header-right{
  display: flex;
  flex: 1 1 0%;
  justify-content: flex-end;
  align-items: center;
  gap: calc(20/1920*100rem);
}
  .login-box header.row .header-right{
  justify-content: space-between;
}
  header .navbar-nav{
  --tw-translate-x: -50%;
  --tw-bg-opacity: 1;
  --tw-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  display: none;
  position: absolute;
  top: 100%;
  left: 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));
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(28/1920*100rem);
  width: 90vw;
  max-width: 28rem;
}
  header .main-menu{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: calc(20/1920*100rem);
  width: 100%;
}
  .login-box header.row .main-menu{
  justify-content: space-between;
}
  @media (min-width: 1024px){
  header .main-menu{
    gap: calc(32/1920*100rem);
  }
}
  @media (min-width: 1280px){
  header .main-menu{
    gap: calc(40/1920*100rem);
  }
}
  @media (min-width: 1440px){
  header .main-menu{
    gap: calc(56/1920*100rem);
  }
}
    header .main-menu a{
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    @media (min-width: 1280px){
  header .main-menu a{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
    header .main-menu a{
  --tw-text-opacity: 1;
  display: inline-block;
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  padding-bottom: calc(12/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 500;
}
    header .main-menu a:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(250 165 32 / var(--tw-text-opacity)); }
    header .main-menu li.active a, header .main-menu li.current-menu-item a, header .main-menu li.current_page_item a{
  --tw-text-opacity: 1;
    background-size: 100% 1px;
    background-position-x: left;
  color: rgb(250 165 32 / var(--tw-text-opacity));
}
  header .button-language .wpml-ls-legacy-dropdown{
  width: max-content;
}
    header .button-language .wpml-ls-legacy-dropdown a{
  border-style: none;
  background-color: transparent;
  padding-top: calc(8/1920*100rem);
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(12/1920*100rem);
}
    header .button-language .wpml-ls-legacy-dropdown a::after{
  display: none;
  content: var(--tw-content);
}
    header .button-language .wpml-ls-legacy-dropdown li{
  background-color: transparent;
  padding: 0 /* 0px */;
}
      header .button-language .wpml-ls-legacy-dropdown li ul li{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(4/1920*100rem);
}
      header .button-language .wpml-ls-legacy-dropdown li ul a{
  padding-top: calc(8/1920*100rem);
  padding-right: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
}
  header.active{
  --tw-translate-y: -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));
  transition-duration: 800ms;
}
  header.show{
  --tw-translate-y: 0 /* 0px */;
  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-duration: 500ms;
}

@media (min-width: 1024px) {
  header .navbar-nav{
    --tw-translate-x: 0 /* 0px */;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    display: block;
    position: static;
    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));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: transparent;
    padding: 0 /* 0px */;
    width: auto;
    max-width: none;
  }
  header .main-menu{
    flex-direction: row;
  }
    header .main-menu a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    header .main-menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 220 74 / var(--tw-text-opacity));
  }
    header .main-menu li.active a{
    --tw-text-opacity: 1;
    color: rgb(255 220 74 / var(--tw-text-opacity));
  }
  header .button-language{
    margin-bottom: calc(12/1920*100rem);
  } }

#buttonMenu{
  --tw-rotate: 0deg;
  position: relative;
  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));
  z-index: 50;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  margin: 0 /* 0px */;
  border-style: none;
  background-image: none;
  padding: 0 /* 0px */;
  width: 28px;
  min-width: 28px;
  height: 32px;
}
  #buttonMenu .line{
  --tw-rotate: 0deg;
  --tw-bg-opacity: 1;
  display: block;
  position: absolute;
  left: 0 /* 0px */;
  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;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  height: 2px;
}
    #buttonMenu .line:nth-child(1){
  top: 4px;
}
    #buttonMenu .line:nth-child(2){
  --tw-translate-y: -50%;
  top: 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));
}
    #buttonMenu .line:nth-child(3){
  bottom: 4px;
}
  #buttonMenu #pulseMe{
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  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));
  z-index: 1;
  width: 30px;
  min-width: 34px;
  height: 34px;
}
  .login-box .row#buttonMenu #pulseMe{
  justify-content: space-between;
}
  #buttonMenu .bar{
  --tw-bg-opacity: 1;
  --tw-shadow: 0 0 0 #151545, 0 0 1px #151545, 0 0 8px #151545, 0 0 16px #151545;
  --tw-shadow-colored: 0 0 0 var(--tw-shadow-color), 0 0 1px var(--tw-shadow-color), 0 0 8px var(--tw-shadow-color), 0 0 16px var(--tw-shadow-color);
  position: absolute;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: calc(4/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    #buttonMenu .bar.left{
  width: 1px;
}
    @keyframes leftBar{
  0%{
    top: 100%;
    left: 0;
    height: 0;
  }
  20%{
    top: 0;
    left: 0;
    height: 100%;
  }
  40%{
    top: 0;
    left: 0;
    height: 0;
  }
}
    #buttonMenu .bar.left{
  animation: leftBar 2s linear infinite;
}
    #buttonMenu .bar.top{
  height: 1px;
}
    @keyframes topBar{
  0%, 20%{
    top: 0;
    left: 0;
    width: 0;
  }
  40%{
    top: 0;
    left: 0;
    width: 100%;
  }
  60%{
    top: 0;
    left: calc(100% - 1px);
    width: 0;
  }
}
    #buttonMenu .bar.top{
  animation: topBar 2s linear infinite;
}
    #buttonMenu .bar.right{
  width: 1px;
}
    @keyframes rightBar{
  0%, 40%{
    top: 0;
    left: calc(100% - 1px);
    height: 0;
  }
  60%{
    top: 0;
    left: calc(100% - 1px);
    height: 100%;
  }
  80%{
    top: 100%;
    left: calc(100% - 1px);
    height: 0;
  }
}
    #buttonMenu .bar.right{
  animation: rightBar 2s linear infinite;
}
    #buttonMenu .bar.bottom{
  height: 1px;
}
    @keyframes bottomBar{
  0%, 60%{
    top: 100%;
    left: 100%;
    width: 0;
  }
  80%{
    top: 100%;
    left: 0;
    width: 100%;
  }
  100%{
    top: 100%;
    left: 0;
    width: 0;
  }
}
    #buttonMenu .bar.bottom{
  animation: bottomBar 2s linear infinite;
}
  #buttonMenu.open .line:nth-child(2), #buttonMenu:hover .line:nth-child(2){
  width: 15px;
}
  #buttonMenu.open .bar, #buttonMenu:hover .bar{
  display: none;
}

@media (min-width: 1024px) {
  #buttonMenu {
    display: none !important; } }

.contact-item {
  --tw-bg-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: calc(20/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(32/1920*100rem) }

.contact-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  .contact-item .title{
  --tw-text-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .contact-item .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .contact-item .address{
  --tw-text-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: calc(8/1920*100rem);
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .contact-item.active{
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
}
    .contact-item.active .title, .contact-item.active .address{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-swiper{
  margin-right: calc(calc(8/1920*100rem) * -1);
  margin-left: calc(calc(8/1920*100rem) * -1);
}

@media (min-width: 1280px){
  .contact-swiper{
    margin-right: calc(calc(20/1920*100rem) * -1);
    margin-left: calc(calc(20/1920*100rem) * -1);
  }
}
  .contact-swiper .swiper{
  padding: calc(8/1920*100rem);
}
  @media (min-width: 1280px){
  .contact-swiper .swiper{
    padding: calc(20/1920*100rem);
  }
}

.contact-wrap {
  --tw-bg-opacity: 1;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: calc(20/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden }
  .contact-wrap .wrap-form{
  padding: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .contact-wrap .wrap-form{
    padding: calc(40/1920*100rem);
  }
}
  .contact-wrap .contact-box{
  --tw-bg-opacity: 1;
  border-radius: calc(20/1920*100rem);
  background-color: rgb(18 31 65 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  height: 100%;
}
  @media (min-width: 768px){
  .contact-wrap .contact-box{
    padding: calc(40/1920*100rem);
  }
}
  .contact-wrap .contact-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    .contact-wrap .contact-content strong{
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    @media (min-width: 1280px){
  .contact-wrap .contact-content strong{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
    .contact-wrap .contact-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
}
    @media (min-width: 1280px){
  .contact-wrap .contact-content ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(32/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(32/1920*100rem) * var(--tw-space-y-reverse));
  }
}
    .contact-wrap .contact-content li > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(8/1920*100rem) * var(--tw-space-y-reverse));
}
    .contact-wrap .contact-content a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .contact-wrap .contact-content a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .contact-wrap .form-group{
  margin-bottom: calc(24/1920*100rem);
}
  .contact-wrap .form-group:last-child{
  margin-bottom: 0 /* 0px */;
}
    .contact-wrap .form-group label{
  margin-bottom: calc(8/1920*100rem);
}
  .contact-wrap .social-list{
  margin-top: calc(40/1920*100rem);
}

@media (min-width: 1024px) {
  .contact-wrap .wrap-form{
    padding: calc(60/1920*100rem);
  }
  .contact-wrap .contact-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: calc(52/1920*100rem);
    padding-right: calc(32/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
  .contact-wrap .form-group{
    display: flex;
    align-items: center;
    gap: calc(20/1920*100rem);
  }
  .login-box .row.contact-wrap .form-group{
    justify-content: space-between;
  }
    .contact-wrap .form-group > *{
    flex: 1 1 0%;
  }
    .contact-wrap .form-group label{
    margin-bottom: 0 /* 0px */;
  } }

@media (min-width: 1280px){
  .contact-section{
    overflow: hidden;
  }
}
  .contact-section .iframe-scale{
  padding-top: calc(1440 / 1920 * 100%);
}
  @media (min-width: 1024px){
  .contact-section .iframe-scale{
    padding-top: calc(600 / 1920 * 100%);
  }
}
  .contact-section .swiper > .swiper-wrapper {
    transition-timing-function: linear; }

@media (min-width: 1280px) {
  .contact-section .swiper{
    overflow: visible;
  } }

.recruitment-detail-box {
  --tw-bg-opacity: 1;
  box-shadow: 15px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: calc(12/1920*100rem);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem) }

@media (min-width: 768px){
  .recruitment-detail-box{
    padding: calc(40/1920*100rem);
  }
}
  .recruitment-detail-box .recruitment-title{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .recruitment-detail-box .recruitment-title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}
  .recruitment-detail-box .full-content{
  margin-top: calc(12/1920*100rem);
}
    .recruitment-detail-box .full-content li{
  margin: 0 /* 0px */;
}

.recruitment-other-item{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-bottom-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .recruitment-other-item .title{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .recruitment-other-item .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .recruitment-other-item .title:hover {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }

.recruitment-detail .recruitment-info table{
  width: 100%;
}

.recruitment-detail .recruitment-info tr{
  --tw-bg-opacity: 1;
  background-color: rgb(232 235 240 / var(--tw-bg-opacity));
}

.recruitment-detail .recruitment-info tr:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.recruitment-detail .recruitment-info td{
  --tw-text-opacity: 1;
  padding-top: calc(12/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(20/1920*100rem);
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 1280px){
  .recruitment-detail .recruitment-info td{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.recruitment-detail .recruitment-info td:first-child{
  width: 33.333333%;
}

.recruitment-detail .button{
  gap: calc(12/1920*100rem);
}
  .recruitment-detail .button > *{
  width: 100%;
}

.recruitment-1 .site-desc{
  max-width: calc(864 / 1920 * 100rem);
}

.recruitment-1 .image-wrap{
  position: relative;
  z-index: 1;
  padding-right: calc(48/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
  padding-left: calc(48/1920*100rem);
}
  .recruitment-1 .image-wrap::before {
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    z-index: -1;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    width: 100%;
    height: calc(88/1920*100rem);
    pointer-events: none;
    content: '' }

.recruitment-1 .image{
  aspect-ratio: 570/321;
}

.recruitment-2-item{
  --tw-text-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding-top: calc(100/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(100/1920*100rem);
  padding-left: calc(20/1920*100rem);
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
  .recruitment-2-item .icon{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: calc(72/1920*100rem);
  height: calc(72/1920*100rem);
}
    .recruitment-2-item .icon img{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
    .recruitment-2-item .icon .after{
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 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));
  opacity: 0;
  z-index: 1;
}
  .recruitment-2-item .title{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: calc(20/1920*100rem);
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .recruitment-2-item .title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
  .recruitment-2-item{
    padding-top: calc(160/1920*100rem);
    padding-right: calc(52/1920*100rem);
    padding-bottom: calc(160/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
    .recruitment-2-item.hover{
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(10 67 109 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
      .recruitment-2-item.hover .icon .before{
    opacity: 0;
  }
      .recruitment-2-item.hover .icon .after{
    opacity: 1;
  }
}

.recruitment-3 .accordion-item{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 240 240 / var(--tw-border-opacity));
}
  @media (min-width: 1280px){
  .recruitment-3 .accordion-item .accordion-content{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .recruitment-3 .accordion-item.active{
  border-bottom-color: transparent;
}

.sitemap{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}

.sitemap-heading h1{
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: calc(8/1920*100rem);
  width: max-content;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.sitemap-heading h1::before{
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  background-image: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 100%);
  width: 100%;
  height: 1px;
  content: var(--tw-content);
}

@media (min-width: 576px){
  .AspNet-TreeView > ul{
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1280px){
  .AspNet-TreeView > ul{
    overflow: hidden;
  }
}

.AspNet-TreeView .AspNet-TreeView-Root{
  margin-left: calc(8/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}

.AspNet-TreeView .AspNet-TreeView-Root:first-child{
  margin-left: 0 /* 0px */;
}

@media (min-width: 1280px){
  .AspNet-TreeView .AspNet-TreeView-Root{
    position: relative;
    margin-left: 0 /* 0px */;
    padding-right: calc(20/1920*100rem);
    overflow: hidden;
  }
}
  .AspNet-TreeView .AspNet-TreeView-Root a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: inline-flex;
  position: relative;
  align-items: center;
  z-index: 2;
  border-radius: 9999px;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  padding-top: calc(12/1920*100rem);
  padding-right: calc(28/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(28/1920*100rem);
  max-width: 100%;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
}
  .login-box .row.AspNet-TreeView .AspNet-TreeView-Root a{
  justify-content: space-between;
}
  @media (min-width: 1280px){
  .AspNet-TreeView .AspNet-TreeView-Root a{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  }
  .AspNet-TreeView .AspNet-TreeView-Root a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(250 165 32 / var(--tw-bg-opacity));
  }
}
  .AspNet-TreeView .AspNet-TreeView-Root > a::before{
  --tw-bg-opacity: 1;
  position: absolute;
  left: 100%;
  z-index: -1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  width: 120%;
  height: 1px;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root .AspNet-TreeView-Collapse{
  display: none;
}
  .AspNet-TreeView .AspNet-TreeView-Root li{
  padding-left: calc(12/1920*100rem);
}
    .AspNet-TreeView .AspNet-TreeView-Root li a{
  background-color: rgb(59 130 246 / 0.9);
}
    .AspNet-TreeView .AspNet-TreeView-Root li li a{
  background-color: rgb(59 130 246 / 0.75);
}
    .AspNet-TreeView .AspNet-TreeView-Root li li li a{
  background-color: rgb(59 130 246 / 0.6);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li:last-child::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 65%;
  left: 0 /* 0px */;
  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));
  z-index: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 1px;
  height: 100%;
  pointer-events: none;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li.AspNet-TreeView-Leaf:last-child::before{
  top: 100%;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root:last-child > a::before{
  display: none;
  content: var(--tw-content);
}

.AspNet-TreeView .AspNet-TreeView-Root > ul, .AspNet-TreeView .AspNet-TreeView-Leaf > ul, .AspNet-TreeView .AspNet-TreeView-Parent > ul{
  margin-left: calc(20/1920*100rem);
  overflow: hidden;
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li{
  position: relative;
  z-index: 1;
  margin-top: calc(8/1920*100rem);
}
  .AspNet-TreeView .AspNet-TreeView-Root > ul > li::after, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li::after, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li::after{
  --tw-translate-y: -100%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 50%;
  left: 0 /* 0px */;
  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));
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  width: 1px;
  height: 200%;
  pointer-events: none;
  content: var(--tw-content);
}
    .AspNet-TreeView .AspNet-TreeView-Root > ul > li > a, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li > a, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li > a{
  position: relative;
}
    .AspNet-TreeView .AspNet-TreeView-Root > ul > li > a::before, .AspNet-TreeView .AspNet-TreeView-Leaf > ul > li > a::before, .AspNet-TreeView .AspNet-TreeView-Parent > ul > li > a::before{
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 50%;
  right: 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));
  z-index: -1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  width: calc(12/1920*100rem);
  height: 1px;
  pointer-events: none;
  content: var(--tw-content);
}

.image-item .image{
  --tw-bg-opacity: 1;
  position: relative;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  aspect-ratio: 416/456;
}
  .image-item .image img{
  opacity: 0.8;
}
  .image-item .image::before{
  --tw-text-opacity: 1;
  --tw-content: '\f03e';
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  left: 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));
  z-index: 1;
  pointer-events: none;
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 300;
  font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}

.news-date{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

.news-item{
  --tw-bg-opacity: 1;
  border-radius: calc(20/1920*100rem);
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}

@media (min-width: 1280px){
  .news-item{
    padding-bottom: calc(44/1920*100rem);
  }
}
  .news-item .image{
  border-radius: calc(8/1920*100rem);
  aspect-ratio: 376/212;
}
  .news-item .caption{
  margin-top: calc(12/1920*100rem);
}
  .news-item .news-date{
  --tw-text-opacity: 1;
  margin-bottom: calc(12/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .news-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-transform: uppercase;
}
  @media (min-width: 1280px){
  .news-item .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
    .news-item .title a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .news-item .title a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .news-item .brief{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  margin-top: calc(12/1920*100rem);
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .news-item.is-title{
  --tw-bg-opacity: 1;
  border-radius: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0 /* 0px */;
}
    .news-item.is-title .title{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    @media (min-width: 1280px){
  .news-item.is-title .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

@media (min-width: 1024px) {
  .news-item.is-big{
    padding: calc(24/1920*100rem);
  }
    .news-item.is-big .image{
    border-radius: calc(16/1920*100rem);
    aspect-ratio: 814/384;
  }
    .news-item.is-big .caption{
    margin-top: calc(20/1920*100rem);
  }

.news-item.is-big .title{
    font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
    line-height: 1.25;
  }

@media (min-width: 1280px){
    .news-item.is-big .title{
      font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
    }
  }
    .news-item.is-big .brief{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: calc(16/1920*100rem);
    -webkit-line-clamp: 2;
    overflow: hidden;
  } }

@media (min-width: 1280px) {

.news-item .brief{
    font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
    line-height: 1.5;
  } }

.site-nav .nav-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(20/1920*100rem);
}

.login-box .row.site-nav .nav-list{
  justify-content: space-between;
}

@media (min-width: 1280px){
  .site-nav .nav-list{
    gap: calc(32/1920*100rem);
  }
}
  .site-nav .nav-list a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(10 67 109 / 0.25);
  padding-top: calc(8/1920*100rem);
  padding-right: calc(32/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(32/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  text-align: center;
}
  @media (min-width: 1280px){
  .site-nav .nav-list a{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .site-nav .nav-list a:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media (min-width: 1024px){
  .site-nav .nav-list a{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .site-nav .nav-list a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  }
}
  .site-nav .nav-list li.active a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-list-title-wrap{
  padding: calc(20/1920*100rem);
}
  .news-list-title-wrap .news-item + .news-item{
  --tw-border-opacity: 1;
  margin-top: calc(20/1920*100rem);
  border-top-width: 1px;
  border-top-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: calc(20/1920*100rem);
}

.stem-item{
  text-align: center;
}
  .stem-item .text-single{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 900;
  font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}
  @media (min-width: 1280px){
  .stem-item .text-single{
    font-size: clamp(14px,calc(62/1920*100rem),calc(128/1920*100rem));
  }
  .admissions-3 .stem-item .text-single{
    margin-bottom: calc(60/1920*100rem);
  }
}
  @media (min-width: 1440px){
  .stem-item .text-single{
    font-size: clamp(14px,calc(128/1920*100rem),calc(128/1920*100rem));
  }
}
  .stem-item .title{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
}
  @media (min-width: 1280px){
  .stem-item .title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}

.preschool-detail .site-desc{
  margin-top: calc(40/1920*100rem);
  margin-right: auto;
  margin-left: auto;
  max-width: calc(842 / 1920 * 100rem);
}

@media (min-width: 1280px){
  .preschool-detail .site-desc{
    margin-top: calc(60/1920*100rem);
  }
}

.preschool-2-detail-item{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-radius: calc(8/1920*100rem);
  background-color: rgb(10 67 109 / var(--tw-bg-opacity));
  padding: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .preschool-2-detail-item{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}
  .preschool-2-detail-item .icon{
  margin-bottom: calc(20/1920*100rem);
  height: calc(60/1920*100rem);
}
    .preschool-2-detail-item .icon svg{
  max-height: 100%;
}
  .preschool-2-detail-item .title{
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.preschool-2-detail-swiper{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

.preschool-2-detail{
  --tw-bg-opacity: 1;
  position: relative;
  z-index: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
  .preschool-2-detail .swiper-slide:nth-child(even) .preschool-2-detail-item{
  --tw-text-opacity: 1;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  color: rgb(10 67 109 / var(--tw-text-opacity));
}
  .preschool-2-detail .swiper-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(16/1920*100rem);
  margin-top: calc(32/1920*100rem);
}

@media (min-width: 1280px) {
  .preschool-2-detail{
    background-color: transparent;
  }
    .preschool-2-detail::before {
      --tw-bg-opacity: 1;
      position: absolute;
      top: 0 /* 0px */;
      left: 0 /* 0px */;
      z-index: -2;
      background-color: rgb(245 245 245 / var(--tw-bg-opacity));
      width: 50%;
      height: 100%;
      pointer-events: none;
      content: '' }
    .preschool-2-detail::after {
      --tw-translate-y: -50%;
      position: absolute;
      top: 50%;
      left: calc(24/1920*100rem);
      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));
      z-index: -1;
      pointer-events: none;
      content: url("../img/book-line.png") }
    .preschool-2-detail .block-content{
    position: absolute;
    top: calc(80/1920*100rem);
    max-width: calc(305 / 1920 * 100rem);
  }
    .preschool-2-detail .preschool-2-detail-swiper{
    margin-right: 0 /* 0px */;
    margin-left: auto;
    max-width: calc(1168 / 1920 * 100rem);
  }
    .preschool-2-detail .swiper-button{
    justify-content: flex-start;
  } }

.accordion-item{
  --tw-border-opacity: 1;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom-width: 1px;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
  .accordion-item .accordion-title{
  --tw-text-opacity: 1;
  position: relative;
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding-top: calc(20/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .accordion-item .accordion-title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}
  .accordion-item .accordion-title:hover {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }
  .accordion-item .accordion-title:hover::before {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: var(--tw-content) }
    .accordion-item .accordion-title::before {
      --tw-translate-y: -50%;
      --tw-content: '\f078';
      position: absolute;
      top: 50%;
      right: 0 /* 0px */;
      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));
      content: '';
      content: var(--tw-content);
      color: currentColor;
      font-weight: 300;
      font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
      font-family: "Font Awesome 6 Pro" }
  .accordion-item .accordion-content{
  --tw-bg-opacity: 1;
  display: none;
  border-bottom-right-radius: calc(20/1920*100rem);
  border-bottom-left-radius: calc(20/1920*100rem);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
}
  @media (min-width: 1280px){
  .accordion-item .accordion-content{
    padding: calc(28/1920*100rem);
  }
}
  .accordion-item .recruitment-info{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}
  @media (min-width: 768px){
  .accordion-item .recruitment-info{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
  @media (min-width: 1280px){
  .accordion-item .recruitment-info{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
    .accordion-item .recruitment-info li > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(12/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(12/1920*100rem) * var(--tw-space-y-reverse));
}
    .accordion-item .recruitment-info li{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
    @media (min-width: 1280px){
  .accordion-item .recruitment-info li > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(20/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(20/1920*100rem) * var(--tw-space-y-reverse));
  }
}
      .accordion-item .recruitment-info li strong{
  --tw-text-opacity: 1;
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .accordion-item .recruitment-link{
  margin-top: calc(20/1920*100rem);
}
  @media (min-width: 1280px){
  .accordion-item .recruitment-link{
    margin-top: calc(32/1920*100rem);
  }
}
  .accordion-item.active{
  border-bottom-color: transparent;
}
    .accordion-item.active .accordion-title {
    -webkit-background-clip: text;
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent }
    .accordion-item.active .accordion-title::before{
  --tw-rotate: 180deg;
    -webkit-background-clip: text;
  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));
    background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    content: var(--tw-content);
}

@media (min-width: 1024px){
  .preschool-section .block-content{
    padding-left: calc(100/1920*100rem);
  }
  .preschool-section .image{
    margin-right: calc(calc(16/1920*100rem) * -1);
  }
}

.preschool-2-item{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(21 21 69 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .preschool-2-item .image{
  aspect-ratio: 416/220;
}
  .preschool-2-item .caption{
  padding: calc(28/1920*100rem);
}
  @media (min-width: 1280px){
  .preschool-2-item .caption{
    padding-bottom: calc(44/1920*100rem);
  }
}
  .preschool-2-item .icon{
  margin-bottom: calc(20/1920*100rem);
  height: calc(60/1920*100rem);
}
  .preschool-2-item .title{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: currentColor;
  font-weight: 700;
  font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  line-height: 1.375;
  font-family: Montserrat, sans-serif;
}
  @media (min-width: 1280px){
  .preschool-2-item .title{
    font-size: clamp(14px,calc(24/1920*100rem),calc(128/1920*100rem));
  }
}
    .preschool-2-item .title a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
    .preschool-2-item .title a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .preschool-2-item .brief{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: calc(20/1920*100rem);
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: currentColor;
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.preschool-2-swiper .swiper-slide:nth-child(5n+1) .preschool-2-item{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 69 / var(--tw-bg-opacity));
}

.preschool-2-swiper .swiper-slide:nth-child(5n+2) .preschool-2-item{
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
}

.preschool-2-swiper .swiper-slide:nth-child(5n+3) .preschool-2-item{
  --tw-bg-opacity: 1;
  background-color: rgb(97 198 222 / var(--tw-bg-opacity));
}

.preschool-2-swiper .swiper-slide:nth-child(5n+4) .preschool-2-item{
  --tw-bg-opacity: 1;
  background-color: rgb(19 109 55 / var(--tw-bg-opacity));
}

.preschool-2-swiper .swiper-slide:nth-child(5n+5) .preschool-2-item{
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 120 / var(--tw-bg-opacity));
}

.footer-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(32/1920*100rem);
}

.login-box .row.footer-top{
  justify-content: space-between;
}

.footer-mid{
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

.footer-bot{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(20/1920*100rem);
  border-top-width: 1px;
  border-top-color: rgb(255 255 255 / 0.2);
  padding-top: calc(32/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
}

.footer-logo{
  width: 100%;
  max-width: calc(187 / 1920 * 100rem);
}
  .footer-logo img{
  width: 100%;
}

.footer-hotline .btn-lined{
  font-size: clamp(14px,calc(32/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .footer-hotline .btn-lined{
    font-size: clamp(14px,calc(36/1920*100rem),calc(128/1920*100rem));
  }
}

.footer-hotline .btn-lined{
  border-width: calc(2/1920*100rem);
  font-weight: 700;
}

.footer-hotline .btn-lined:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 165 32 / var(--tw-bg-opacity));
}

.footer-newsletter{
  width: 100%;
  max-width: calc(712 / 1920 * 100rem);
}

.footer-system-title{
  font-size: clamp(14px,calc(40/1920*100rem),calc(128/1920*100rem));
  line-height: 1.25;
}

@media (min-width: 1280px){
  .footer-system-title{
    font-size: clamp(14px,calc(48/1920*100rem),calc(128/1920*100rem));
  }
    .study-popup-item .footer-system-title {
      transform: translate3d(0, 15px, 0);
      opacity: 0;
      transition-delay: 3000ms;
      transition-duration: 800ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1) }
      .study-popup-item.active .footer-system-title{
    transform: none;
    opacity: 1;
    transition-delay: 600ms;
  }
}

.footer-system-title{
  font-weight: 900;
}

.footer-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(8/1920*100rem) * var(--tw-space-y-reverse));
}
  .footer-menu a{
  position: relative;
    transition: background-size 350ms;    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  font-weight: 400;
}
  .footer-menu a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .footer-menu a{
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.footer-title{
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

@media (min-width: 1280px){
  .footer-title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.subscribefrm{
  position: relative;
  border-radius: 9999px;
}
  .subscribefrm input{
  --tw-text-opacity: 1;
  border-radius: 9999px;
  padding-right: calc(68/1920*100rem);
  padding-left: calc(28/1920*100rem);
  height: calc(52/1920*100rem);
  color: rgb(10 67 109 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .subscribefrm button{
  --tw-translate-y: -50%;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  position: absolute;
  top: 50%;
  right: 0 /* 0px */;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: calc(4/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-image: linear-gradient(180deg, rgba(255, 194, 55, 1) 0%, rgba(255, 175, 63, 1) 100%);
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0;
}
    .subscribefrm button::before{
  --tw-content: '\e20a';
  content: var(--tw-content);
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  font-family: "Font Awesome 6 Pro";
}
  .subscribefrm span.fa{
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  width: 100%;
  font-weight: 400;
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}
  .subscribefrm span.fa::before{
  display: none;
  content: var(--tw-content);
}

.kind-system-item{
  font-weight: 400;
  font-size: clamp(14px,calc(16/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  .kind-system-item .title{
  margin-bottom: calc(8/1920*100rem);
  font-weight: 700;
  font-size: clamp(14px,calc(18/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}
  @media (min-width: 1280px){
  .kind-system-item .title{
    font-size: clamp(14px,calc(20/1920*100rem),calc(128/1920*100rem));
  }
}

.kind-system-list{
  display: grid;
  gap: calc(24/1920*100rem);
}

@media (min-width: 768px){
  .kind-system-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer-copyright{
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

.footer-policy{
  font-size: clamp(14px,calc(14/1920*100rem),calc(128/1920*100rem));
  line-height: 1.5;
}

footer{
  --tw-text-opacity: 1;
  padding-top: calc(60/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  footer{
    padding-top: calc(72/1920*100rem);
  }
}
  footer .social-list{
  margin-top: calc(24/1920*100rem);
}

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