@charset "UTF-8";
/**
 * This injects Tailwind's base styles and any base styles registered-500 by
 * plugins.
 */
/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  -webkit-text-size-adjust: 100%; /* 3 */ /* 2 */
  font-feature-settings: normal; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 7 */
  line-height: 1.5; /* 1 */
  font-family: UTM Avo, 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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-feature-settings: normal; /* 2 */
  font-size: 1em; /* 4 */
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-variation-settings: normal; /* 3 */
}
/*
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 {
  font-feature-settings: inherit; /* 1 */
  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 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::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: 1200px) {
    html, body {
      font-size: 1vw; } }
body{
  --tw-text-opacity: 1;
  overflow-y: overlay;
  color: rgb(84 84 84 / var(--tw-text-opacity));
  accent-color: #1d4ed8;
  font-size: calc(15/1920*100rem);
  line-height: 1.3;
  font-family: UTM Avo, sans-serif;
}
main{
  padding-top: 60px;
}
@media (min-width: 576px){
  main{
    padding-top: calc(120/1920*100rem);
  }
}
@media (min-width: 1200px){
  main{
    padding-top: 0 /* 0px */;
  }
}
h1{
  font-weight: 700;
  font-size: calc(30/1920*100rem);
}
h2{
  font-weight: 700;
  font-size: calc(24/1920*100rem);
}
h3{
  font-weight: 700;
  font-size: calc(20/1920*100rem);
}
h4{
  font-weight: 700;
  font-size: calc(18/1920*100rem);
}
h5{
  font-weight: 700;
  font-size: calc(16/1920*100rem);
}
h6{
  font-weight: 700;
  font-size: calc(14/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%;
}
::is(tbody, table) > tr:nth-child(odd) {
    background: #0001; }
@media (prefers-reduced-motion) {
    *, *::before, *::after {
      animation-duration: 0s !important;
      /* additional recommendation */
      transition: none !important;
      scroll-behavior: auto !important; } }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}/**
 * 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: 1200px){
  .container{
    padding-right: calc(15/1920*100rem);
    padding-left: calc(15/1920*100rem);
    max-width: 1200px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 400px) {
    .container{
    max-width: 100%;
  } }
@media (min-width: 576px) {
    .container{
    max-width: 96vw;
  } }
@media (min-width: 1200px) {
    .container{
    max-width: calc(1220 / 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;
}
.img-cover{
  position: relative;
  overflow: hidden;
}
.img-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain{
  position: relative;
  overflow: hidden;
}
.img-contain img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-hover .image{
  position: relative;
  overflow: hidden;
}
.item-hover .image img{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.item-hover:hover .image 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));
}/**
 * This injects Tailwind's utility classes and any utility classes registered-500
 * by plugins.
 */
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0 /* 0px */;
}
.bottom-0{
  bottom: 0 /* 0px */;
}
.left-0{
  left: 0 /* 0px */;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0 /* 0px */;
}
.right-4{
  right: calc(16/1920*100rem);
}
.right-\[-10px\]{
  right: -10px;
}
.top-0{
  top: 0 /* 0px */;
}
.top-2{
  top: calc(8/1920*100rem);
}
.top-20{
  top: calc(80/1920*100rem);
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[60px\]{
  top: 60px;
}
.top-full{
  top: 100%;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-2{
  z-index: 2;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-8{
  margin: calc(32/1920*100rem);
}
.-mx-3{
  margin-right: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(12/1920*100rem) * -1);
}
.-my-2{
  margin-top: calc(calc(8/1920*100rem) * -1);
  margin-bottom: calc(calc(8/1920*100rem) * -1);
}
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.my-10{
  margin-top: calc(40/1920*100rem);
  margin-bottom: calc(40/1920*100rem);
}
.my-5{
  margin-top: calc(20/1920*100rem);
  margin-bottom: calc(20/1920*100rem);
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-10{
  margin-top: calc(calc(40/1920*100rem) * -1);
}
.-mt-5{
  margin-top: calc(calc(20/1920*100rem) * -1);
}
.mb-0{
  margin-bottom: 0 /* 0px */;
}
.mb-1{
  margin-bottom: calc(4/1920*100rem);
}
.mb-10{
  margin-bottom: calc(40/1920*100rem);
}
.mb-2{
  margin-bottom: calc(8/1920*100rem);
}
.mb-3{
  margin-bottom: calc(12/1920*100rem);
}
.mb-4{
  margin-bottom: calc(16/1920*100rem);
}
.mb-5{
  margin-bottom: calc(20/1920*100rem);
}
.mb-6{
  margin-bottom: calc(24/1920*100rem);
}
.mt-1{
  margin-top: calc(4/1920*100rem);
}
.mt-10{
  margin-top: calc(40/1920*100rem);
}
.mt-2{
  margin-top: calc(8/1920*100rem);
}
.mt-3{
  margin-top: calc(12/1920*100rem);
}
.mt-4{
  margin-top: calc(16/1920*100rem);
}
.mt-5{
  margin-top: calc(20/1920*100rem);
}
.mt-6{
  margin-top: calc(24/1920*100rem);
}
.mt-7{
  margin-top: calc(28/1920*100rem);
}
.mt-8{
  margin-top: calc(32/1920*100rem);
}
.line-clamp-1{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-clamp-2{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp-3{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line-clamp-7{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.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;
}
.size-10{
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}
.size-7{
  width: calc(28/1920*100rem);
  height: calc(28/1920*100rem);
}
.size-9{
  width: calc(36/1920*100rem);
  height: calc(36/1920*100rem);
}
.\!h-\[45px\]{
  height: 45px !important;
}
.\!h-full{
  height: 100% !important;
}
.h-0{
  height: 0 /* 0px */;
}
.h-16{
  height: calc(64/1920*100rem);
}
.h-3{
  height: calc(12/1920*100rem);
}
.h-4{
  height: calc(16/1920*100rem);
}
.h-6{
  height: calc(24/1920*100rem);
}
.h-\[700px\]{
  height: 700px;
}
.h-full{
  height: 100%;
}
.max-h-\[20vh\]{
  max-height: 20vh;
}
.\!w-1\/3{
  width: 33.333333% !important;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/3{
  width: 33.333333%;
}
.w-10{
  width: calc(40/1920*100rem);
}
.w-14{
  width: calc(56/1920*100rem);
}
.w-16{
  width: calc(64/1920*100rem);
}
.w-20{
  width: calc(80/1920*100rem);
}
.w-3\/4{
  width: 75%;
}
.w-5\/6{
  width: 83.333333%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: max-content;
}
.max-w-\[65\%\]{
  max-width: 65%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[calc\(266\/1190\*100\%\)\]{
  max-width: calc(266 / 1190 * 100%);
}
.max-w-\[calc\(598\/1190\*100\%\)\]{
  max-width: calc(598 / 1190 * 100%);
}
.max-w-\[calc\(96\/266\*100\%\)\]{
  max-width: calc(96 / 266 * 100%);
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.\!appearance-none{
  appearance: none !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: calc(8/1920*100rem);
}
.gap-3{
  gap: calc(12/1920*100rem);
}
.gap-4{
  gap: calc(16/1920*100rem);
}
.gap-5{
  gap: calc(20/1920*100rem);
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-x-5{
  column-gap: calc(20/1920*100rem);
}
.gap-y-2{
  row-gap: calc(8/1920*100rem);
}
.gap-y-4{
  row-gap: calc(16/1920*100rem);
}
.gap-y-6{
  row-gap: calc(24/1920*100rem);
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(8/1920*100rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(8/1920*100rem) * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(16/1920*100rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(16/1920*100rem) * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(4/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(4/1920*100rem) * var(--tw-space-y-reverse));
}
.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));
}
.space-y-3 > :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));
}
.space-y-4 > :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));
}
.space-y-5 > :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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(24/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(24/1920*100rem) * var(--tw-space-y-reverse));
}
.space-y-8 > :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));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.\!rounded-md{
  border-radius: 0.375rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-t{
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.rounded-t-2{
  border-top-right-radius: calc(8/1920*100rem);
  border-top-left-radius: calc(8/1920*100rem);
}
.\!border-2{
  border-width: calc(2/1920*100rem) !important;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: calc(2/1920*100rem);
}
.border-b-3{
  border-bottom-width: calc(3/1920*100rem);
}
.border-b-4{
  border-bottom-width: calc(4/1920*100rem);
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: calc(4/1920*100rem);
}
.border-neutral-400{
  --tw-border-opacity: 1;
  border-color: rgb(152 152 152 / var(--tw-border-opacity));
}
.border-primary-1{
  --tw-border-opacity: 1;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
}
.border-primary-2{
  --tw-border-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
}
.border-b-neutral-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.border-b-neutral-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 189 189 / var(--tw-border-opacity));
}
.border-b-primary-1{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 17 91 / var(--tw-border-opacity));
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-neutral-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(220 220 220 / var(--tw-border-opacity));
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
}
.bg-primary-1{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
.bg-primary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2{
  padding: calc(8/1920*100rem);
}
.p-4{
  padding: calc(16/1920*100rem);
}
.p-5{
  padding: calc(20/1920*100rem);
}
.p-8{
  padding: calc(32/1920*100rem);
}
.\!px-3{
  padding-right: calc(12/1920*100rem) !important;
  padding-left: calc(12/1920*100rem) !important;
}
.\!py-2{
  padding-top: calc(8/1920*100rem) !important;
  padding-bottom: calc(8/1920*100rem) !important;
}
.px-2{
  padding-right: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
}
.px-3{
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
}
.px-4{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}
.px-5{
  padding-right: calc(20/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
.px-6{
  padding-right: calc(24/1920*100rem);
  padding-left: calc(24/1920*100rem);
}
.py-2{
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
.py-3{
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
.py-4{
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
}
.py-5{
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(20/1920*100rem);
}
.py-6{
  padding-top: calc(24/1920*100rem);
  padding-bottom: calc(24/1920*100rem);
}
.py-8{
  padding-top: calc(32/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
}
.pb-24{
  padding-bottom: calc(96/1920*100rem);
}
.pb-3{
  padding-bottom: calc(12/1920*100rem);
}
.pb-5{
  padding-bottom: calc(20/1920*100rem);
}
.pb-6{
  padding-bottom: calc(24/1920*100rem);
}
.pb-8{
  padding-bottom: calc(32/1920*100rem);
}
.pt-2{
  padding-top: calc(8/1920*100rem);
}
.pt-5{
  padding-top: calc(20/1920*100rem);
}
.pt-6{
  padding-top: calc(24/1920*100rem);
}
.pt-\[100\%\]{
  padding-top: 100%;
}
.pt-\[calc\(146\/475\*100\%\)\]{
  padding-top: calc(146 / 475 * 100%);
}
.pt-\[calc\(166\/266\*100\%\)\]{
  padding-top: calc(166 / 266 * 100%);
}
.pt-\[calc\(230\/370\*100\%\)\]{
  padding-top: calc(230 / 370 * 100%);
}
.pt-\[calc\(372\/595\*100\%\)\]{
  padding-top: calc(372 / 595 * 100%);
}
.pt-\[calc\(373\/598\*100\%\)\]{
  padding-top: calc(373 / 598 * 100%);
}
.pt-\[calc\(450\/600\*100\%\)\]{
  padding-top: calc(450 / 600 * 100%);
}
.pt-\[calc\(60\/96\*100\%\)\]{
  padding-top: calc(60 / 96 * 100%);
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!text-sm{
  font-size: calc(14/1920*100rem) !important;
}
.text-2xl{
  font-size: calc(24/1920*100rem);
}
.text-40{
  font-size: calc(40/1920*100rem);
}
.text-5xl{
  font-size: calc(48/1920*100rem);
}
.text-\[10px\]{
  font-size: 10px;
}
.text-base{
  font-size: calc(16/1920*100rem);
}
.text-lg{
  font-size: calc(18/1920*100rem);
}
.text-sm{
  font-size: calc(14/1920*100rem);
}
.text-xl{
  font-size: calc(20/1920*100rem);
}
.\!font-bold{
  font-weight: 700 !important;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.\!uppercase{
  text-transform: uppercase !important;
}
.uppercase{
  text-transform: uppercase;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.text-primary-1{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
.text-primary-2{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
.text-secondary-6{
  --tw-text-opacity: 1;
  color: rgb(62 184 215 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(4px);
  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 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.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);
}
.transition-all{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-none{
  transition-property: none;
}
.\!duration-300{
  transition-duration: 300ms !important;
}
.section{
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1200px){
  .section{
    padding-top: calc(60/1920*100rem);
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-t{
  padding-top: calc(40/1920*100rem);
}
@media (min-width: 1200px){
  .section-t{
    padding-top: calc(60/1920*100rem);
  }
}
.section-b{
  padding-bottom: calc(40/1920*100rem);
}
@media (min-width: 1200px){
  .section-b{
    padding-bottom: calc(60/1920*100rem);
  }
}
.section-small{
  padding-top: calc(32/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
}
@media (min-width: 1200px){
  .section-small{
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
  }
}
.section-t-small{
  padding-top: calc(32/1920*100rem);
}
@media (min-width: 1200px){
  .section-t-small{
    padding-top: calc(40/1920*100rem);
  }
}
.section-b-small{
  padding-bottom: calc(32/1920*100rem);
}
@media (min-width: 1200px){
  .section-b-small{
    padding-bottom: calc(40/1920*100rem);
  }
}
.section-large{
  padding-top: calc(60/1920*100rem);
  padding-bottom: calc(60/1920*100rem);
}
@media (min-width: 1200px){
  .section-large{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
}
.section-b-large{
  padding-bottom: calc(60/1920*100rem);
}
@media (min-width: 1200px){
  .section-b-large{
    padding-bottom: 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;
}
.img-zoom-in img{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.img-zoom-in: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));
}
.mobile-only{
  display: block;
}
@media (min-width: 1024px){
  .mobile-only{
    display: none;
  }
}
.link-all{
  position: absolute;
  z-index: 2;
  inset: 0 /* 0px */;
}
.icon-long-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: currentColor;
}
.icon-long-arrow::before {
      background-color: currentColor;
      width: calc(20/1920*100rem);
      height: 2px;
      content: '' }
.icon-long-arrow::after {
      border-top-width: 3px;
      border-bottom-width: 3px;
      border-left-width: 5px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-left-color: currentColor;
      width: 0 /* 0px */;
      height: 0 /* 0px */;
      content: '' }
.image-fit img{
  position: absolute;
  inset: 0 /* 0px */;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-contain img{
  position: absolute;
  inset: 0 /* 0px */;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-ratio{
  display: block;
  position: relative;
  width: 100%;
  height: 0 /* 0px */;
  overflow: hidden;
}
.image-ratio img{
  position: absolute;
  inset: 0 /* 0px */;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-btn{
  --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: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(80/1920*100rem);
}
@media (min-width: 1200px){
  .play-btn{
    width: 5.208333333333334rem;
  }
}
.play-btn{
  border-radius: 9999px;
}
.play-btn img{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.play-btn img:nth-of-type(2){
  opacity: 0;
}
@media (min-width: 1200px) {
    .play-btn:hover img:nth-of-type(1){
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    --tw-brightness: brightness(0);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    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);
  } }
.play-btn.play-video{
  --tw-scale-x: .70;
  --tw-scale-y: .70;
  --tw-bg-opacity: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.7;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
.play-btn.play-video img:nth-of-type(1){
  opacity: 0;
}
.play-btn.play-video img:nth-of-type(2){
  opacity: 1;
}/**
 * 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.
 */
.before\:absolute::before{
  position: absolute;
  content: var(--tw-content);
}
.before\:inset-0::before{
  inset: 0 /* 0px */;
  content: var(--tw-content);
}
.before\:bg-black\/\[\.35\]::before{
  background-color: rgb(0 0 0 / .35);
  content: var(--tw-content);
}
.before\:opacity-0::before{
  opacity: 0;
  content: var(--tw-content);
}
.before\:transition-all::before{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:pt-0:first-child{
  padding-top: 0 /* 0px */;
}
.hover\:bg-primary-1:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:tracking-wide:hover{
  letter-spacing: 0.025em;
}
.hover\:text-primary-1:hover{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:\!border-secondary-3:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 111 154 / var(--tw-border-opacity)) !important;
}
.focus\:\!outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:\!ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:\!ring-secondary-6:focus{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(62 184 215 / var(--tw-ring-opacity)) !important;
}
.group:hover .group-hover\:bg-primary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:px-2{
  padding-right: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
}
.group:hover .group-hover\:text-primary-1{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:before\:opacity-100::before{
  opacity: 1;
  content: var(--tw-content);
}
.group.active .group-\[\.active\]\:pointer-events-auto{
  pointer-events: auto;
}
.group.active .group-\[\.active\]\:bg-primary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
.group.active .group-\[\.active\]\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group.active .group-\[\.active\]\:px-2{
  padding-right: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
}
.group.active .group-\[\.active\]\:text-primary-1{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
.group.active .group-\[\.active\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group.active .group-\[\.active\]\:opacity-100{
  opacity: 1;
}
.group\/icon.show-dropdown .group-\[\.show-dropdown\]\/icon\:opacity-0{
  opacity: 0;
}
.group\/icon.show-dropdown .group-\[\.show-dropdown\]\/icon\:opacity-100{
  opacity: 1;
}
.rem\:-mx-\[5px\]{
  margin-right: -0.2604166666666667rem;
  margin-left: -0.2604166666666667rem;
}
.rem\:max-w-\[885px\]{
  max-width: 46.09375rem;
}
.rem\:gap-\[30px\]{
  gap: 1.5625rem;
}
.rem\:px-\[5px\]{
  padding-right: 0.2604166666666667rem;
  padding-left: 0.2604166666666667rem;
}
.rem\:py-\[10px\]{
  padding-top: 0.5208333333333334rem;
  padding-bottom: 0.5208333333333334rem;
}
.rem\:pb-\[10px\]{
  padding-bottom: 0.5208333333333334rem;
}
.rem\:pb-\[30px\]{
  padding-bottom: 1.5625rem;
}
@media (min-width: 576px){
  .sm\:top-\[97px\]{
    top: 97px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:max-w-\[calc\(360\/830\*100\%\)\]{
    max-width: calc(360 / 830 * 100%);
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:p-8{
    padding: calc(32/1920*100rem);
  }
  .sm\:px-6{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
  .sm\:px-8{
    padding-right: calc(32/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
  .sm\:rem\:max-w-\[475px\]{
    max-width: 24.739583333333336rem;
  }
}
@media (min-width: 768px){
  .md\:pointer-events-none{
    pointer-events: none;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:pb-30{
    padding-bottom: calc(120/1920*100rem);
  }
  .md\:text-base{
    font-size: calc(16/1920*100rem);
  }
  .md\:opacity-0{
    opacity: 0;
  }
  .md\:transition-all{
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .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\:max-w-\[calc\(360\/1190\*100\%\)\]{
    max-width: calc(360 / 1190 * 100%);
  }
  .lg\:max-w-\[calc\(830\/1190\*100\%\)\]{
    max-width: calc(830 / 1190 * 100%);
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0 /* 0px */ * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 /* 0px */ * var(--tw-space-y-reverse));
  }
  .lg\:pl-10{
    padding-left: calc(40/1920*100rem);
  }
  .group:nth-child(even) .lg\:group-even\:order-1{
    order: 1;
  }
  .group:nth-child(even) .lg\:group-even\:order-2{
    order: 2;
  }
}
@media (min-width: 1200px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:mt-0{
    margin-top: 0 /* 0px */;
  }
  .xl\:mt-10{
    margin-top: calc(40/1920*100rem);
  }
  .xl\:mt-11{
    margin-top: calc(44/1920*100rem);
  }
  .xl\:mt-18{
    margin-top: calc(72/1920*100rem);
  }
  .xl\:mt-20{
    margin-top: calc(80/1920*100rem);
  }
  .xl\:mt-4{
    margin-top: calc(16/1920*100rem);
  }
  .xl\:mt-5{
    margin-top: calc(20/1920*100rem);
  }
  .xl\:mt-8{
    margin-top: calc(32/1920*100rem);
  }
  .xl\:\!block{
    display: block !important;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-3\/4{
    width: 75%;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:gap-0{
    gap: 0 /* 0px */;
  }
  .xl\:gap-6{
    gap: calc(24/1920*100rem);
  }
  .xl\:gap-x-10{
    column-gap: calc(40/1920*100rem);
  }
  .xl\:gap-y-8{
    row-gap: calc(32/1920*100rem);
  }
  .xl\:border-b-0{
    border-bottom-width: 0px;
  }
  .xl\:bg-primary-1{
    --tw-bg-opacity: 1;
    background-color: rgb(225 17 91 / var(--tw-bg-opacity));
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:px-5{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
  .xl\:px-6{
    padding-right: calc(24/1920*100rem);
    padding-left: calc(24/1920*100rem);
  }
  .xl\:py-0{
    padding-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
  }
  .xl\:py-16{
    padding-top: calc(64/1920*100rem);
    padding-bottom: calc(64/1920*100rem);
  }
  .xl\:py-20{
    padding-top: calc(80/1920*100rem);
    padding-bottom: calc(80/1920*100rem);
  }
  .xl\:pb-0{
    padding-bottom: 0 /* 0px */;
  }
  .xl\:pb-20{
    padding-bottom: calc(80/1920*100rem);
  }
  .xl\:pb-22{
    padding-bottom: calc(88/1920*100rem);
  }
  .xl\:pl-10{
    padding-left: calc(40/1920*100rem);
  }
  .xl\:pt-16{
    padding-top: calc(64/1920*100rem);
  }
  .xl\:pt-23{
    padding-top: calc(92/1920*100rem);
  }
  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .xl\:rem\:top-0{
    top: 0 /* 0rem */;
  }
  .xl\:rem\:-mr-\[5px\]{
    margin-right: -0.2604166666666667rem;
  }
  .xl\:rem\:mt-10{
    margin-top: calc(40/1920*100rem);
  }
  .xl\:rem\:mt-5{
    margin-top: calc(20/1920*100rem);
  }
  .xl\:rem\:mt-\[10px\]{
    margin-top: 0.5208333333333334rem;
  }
  .xl\:rem\:mt-\[30px\]{
    margin-top: 1.5625rem;
  }
  .xl\:rem\:size-\[30px\]{
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .xl\:rem\:min-h-\[60px\]{
    min-height: 3.125rem;
  }
  .xl\:rem\:gap-\[30px\]{
    gap: 1.5625rem;
  }
  .xl\:rem\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5625rem * var(--tw-space-y-reverse));
  }
  .xl\:rem\:px-16{
    padding-right: calc(64/1920*100rem);
    padding-left: calc(64/1920*100rem);
  }
  .xl\:rem\:px-\[10px\]{
    padding-right: 0.5208333333333334rem;
    padding-left: 0.5208333333333334rem;
  }
  .xl\:rem\:py-8{
    padding-top: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
  }
  .xl\:rem\:pt-\[10px\]{
    padding-top: 0.5208333333333334rem;
  }
  .xl\:rem\:text-\[10px\]{
    font-size: 0.5208333333333334rem;
  }
}
.\[\&\>\*\]\:text-primary-2>*{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
.\[\&_\*\]\:text-2xl *{
  font-size: calc(24/1920*100rem);
}
.\[\&_i\]\:text-xl i{
  font-size: calc(20/1920*100rem);
}
.\[\&_i\]\:text-neutral-900 i{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
.\[\&_img\]\:h-full img{
  height: 100%;
}
.\[\&_img\]\:w-full img{
  width: 100%;
}
.\[\&_img\]\:object-cover img{
  object-fit: cover;
}
.\[\&_video\]\:h-full video{
  height: 100%;
}
.\[\&_video\]\:w-full video{
  width: 100%;
}
.\[\&_video\]\:object-cover video{
  object-fit: cover;
}.edit-link i:before {
  content: '✏️'; }

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

@font-face {
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/UTMAvo-BoldItalic.eot");
  src: url("../fonts/UTMAvo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo-BoldItalic.woff2") format("woff2"), url("../fonts/UTMAvo-BoldItalic.woff") format("woff"), url("../fonts/UTMAvo-BoldItalic.ttf") format("truetype"), url("../fonts/UTMAvo-BoldItalic.svg#UTMAvo-BoldItalic") format("svg");
  font-family: 'UTM Avo';
  font-display: swap; }

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

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

.header-64{
  font-size: 32px;
  line-height: calc(65 / 69);
}

@media (min-width: 1200px){
  .header-64{
    font-size: calc(64/1920*100rem);
  }
}

.header-48{
  font-size: 28px;
  line-height: 1.375;
}

@media (min-width: 768px){
  .header-48{
    font-size: 30px;
  }
}

@media (min-width: 1200px){
  .header-48{
    font-size: calc(48/1920*100rem);
  }
}

.header-40{
  font-size: 23px;
  line-height: 1.375;
}

@media (min-width: 768px){
  .header-40{
    font-size: 26px;
  }
}

@media (min-width: 1200px){
  .header-40{
    font-size: calc(40/1920*100rem);
  }
}

.section-header-32{
  font-size: 20px;
}

@media (min-width: 768px){
  .section-header-32{
    font-size: 24px;
  }
}

@media (min-width: 1200px){
  .section-header-32{
    font-size: calc(32/1920*100rem);
  }
}

.section-header-30{
  font-size: 20px;
}

@media (min-width: 768px){
  .section-header-30{
    font-size: 24px;
  }
}

@media (min-width: 1200px){
  .section-header-30{
    font-size: 1.5625rem;
  }
}

.sub-header-24{
  font-size: 20px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .sub-header-24{
    font-size: calc(24/1920*100rem);
  }
}

.sub-header-20{
  font-size: 18px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .sub-header-20{
    font-size: calc(20/1920*100rem);
  }
}

.body-18{
  font-size: 16px;
}

@media (min-width: 1200px){
  .body-18{
    font-size: calc(18/1920*100rem);
  }
}

.body-16{
  font-size: 16px;
}

@media (min-width: 1200px){
  .body-16{
    font-size: calc(16/1920*100rem);
  }
}

.body-14{
  font-size: 15px;
}

@media (min-width: 768px){
  .body-14{
    font-size: 14px;
  }
}

@media (min-width: 1200px){
  .body-14{
    font-size: calc(14/1920*100rem);
  }
}

.label-12{
  font-size: 12px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .label-12{
    font-size: 14px;
  }
  @media (min-width: 1200px){
    .label-12{
      font-size: calc(12 / 1920 * 100rem);
    }
  }
}

.site-title{
  font-size: 20px;
}

@media (min-width: 768px){
  .site-title{
    font-size: 24px;
  }
}

@media (min-width: 1200px){
  .site-title{
    font-size: calc(32/1920*100rem);
  }
}

.site-category{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .site-category{
    font-size: calc(20/1920*100rem);
  }
}
  @media (max-width: 767.98px) {
    .site-category{
    font-size: 16px;
  } }
  .site-category.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.full-content {
  --tw-prose-bold: #545454 !important;
  max-width: 65ch;
  color: var(--tw-prose-body) }

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

.full-content :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

.full-content :where(ol):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

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

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

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

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

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

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

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

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

.full-content :where(ul):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-counters);
  font-weight: 400;
}

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

.full-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  color: var(--tw-prose-headings);
  font-weight: 600;
}

.full-content :where(hr):not(:where([class~="not-prose"],[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"],[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"],[class~="not-prose"] *))::before{
  content: open-quote;
}

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

.full-content :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 900;
}

.full-content :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 800;
}

.full-content :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

.full-content :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: inherit;
  font-weight: 700;
}

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

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

.full-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
  color: var(--tw-prose-kbd);
  font-weight: 500;
  font-size: 0.875em;
  font-family: inherit;
}

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

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

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

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

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

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

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

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

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

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

.full-content :where(pre):not(:where([class~="not-prose"],[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"],[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"],[class~="not-prose"] *))::before{
  content: none;
}

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

.full-content :where(table):not(:where([class~="not-prose"],[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"],[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"],[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"],[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"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

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

.full-content :where(tfoot):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  vertical-align: top;
}

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

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

.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.full-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

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

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

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

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

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

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

.full-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  padding-left: 0;
}

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

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

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

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

.full-content{
  --tw-text-opacity: 1;
  max-width: none;
  color: rgb(84 84 84 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 0.78125rem;
}

.full-content :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: clamp(12px, calc(12/1920*100rem), calc(12/1920*100rem)) 0;
}
  @media (max-width: 767.98px) {
    .full-content{
    font-size: 14px;
  } }
  .full-content > *:first-child{
  margin-top: 0 /* 0px */;
}
  .full-content > *:last-child{
  margin-bottom: 0 /* 0px */;
}
  .full-content p img{
  margin: 0 /* 0px */;
}
  .full-content ul{
  padding-left: calc(16/1920*100rem);
  list-style-type: disc;
}
  .full-content ol{
  padding-left: calc(16/1920*100rem);
  list-style-type: decimal;
}
  .full-content img {
    width: 100% !important;
    height: auto !important; }

@media (max-width: 767.98px) {
  [class*='text-15px']{
    font-size: 14px;
  } }

@keyframes ctaPhoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

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

.link{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 1200px){
  .link{
    font-size: calc(16/1920*100rem);
  }
}

.link {
    position: relative;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px }

.link:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 106 144 / var(--tw-text-opacity)); }
  .link.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .link.is-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.link-arrow{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(225 17 91 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 15px;
}

@media (min-width: 768px){
  .link-arrow{
    font-size: 14px;
  }
}

@media (min-width: 1200px){
  .link-arrow{
    gap: calc(20/1920*100rem);
    font-size: calc(14/1920*100rem);
  }
}

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

.link-arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
  .link-arrow.is-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .link-arrow.is-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-solid{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
  text-align: center;
  text-transform: uppercase;
}

.btn-solid:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: currentColor;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

.btn-solid{
  padding-top: 10px;
  padding-right: calc(20/1920*100rem);
  padding-bottom: 10px;
  padding-left: calc(20/1920*100rem);
}

@media (min-width: 1024px){
  .btn-solid{
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
  }
}

@media (min-width: 1200px){
  .btn-solid{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .btn-solid.is-green{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
  .btn-solid.is-green:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: currentColor;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

.btn-lined{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: currentColor;
  background-color: rgb(255 255 255 / 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);
  color: rgb(225 17 91 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
  text-align: center;
  text-transform: uppercase;
}

.btn-lined:hover{
  --tw-text-opacity: 1;
  border-color: currentColor;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}

.btn-lined{
  display: flex;
  gap: calc(16/1920*100rem);
  padding-top: 10px;
  padding-right: calc(20/1920*100rem);
  padding-bottom: 10px;
  padding-left: calc(20/1920*100rem);
}

@media (min-width: 1024px){
  .btn-lined{
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
  }
}

@media (min-width: 1200px){
  .btn-lined{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}
  .btn-lined.is-green{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
  .btn-lined.is-green:hover{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

#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(0 106 144 / var(--tw-bg-opacity));
  width: 100%;
  height: 2px;
}
    @media (max-width: 767.98px) {
      #buttonMenu .line{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  } }
    #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{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet#buttonMenu #pulseMe {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet#buttonMenu #pulseMe.swiper-pagination-bullet-active{
  display: flex;
}
  #buttonMenu .bar{
  --tw-bg-opacity: 1;
  position: absolute;
  border-radius: calc(4/1920*100rem);
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
    @media (max-width: 767.98px) {
      #buttonMenu .bar{
    --tw-bg-opacity: 1;
    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.active .line:nth-child(2){
  --tw-translate-x: calc(calc(8/1920*100rem) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
  #buttonMenu.active .line:nth-of-type(1){
  --tw-rotate: 45deg;
  top: 15px;
  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.active .line:nth-of-type(3){
  --tw-rotate: -45deg;
  bottom: 15px;
  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.active .bar{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet#buttonMenu.active .bar {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet#buttonMenu.active .bar.swiper-pagination-bullet-active{
  display: flex;
}

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

.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: calc(14/1920*100rem);
  line-height: 1.25;
}
  .alert button{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.alert button {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.alert button.swiper-pagination-bullet-active{
  display: flex;
}
  .alert.alert-danger {
    border-color: #f5c6cb;
    background-color: #f8d7da;
    color: #721c24; }
  .alert.alert-success {
    border-color: #c3e6cb;
    background-color: #d4edda;
    color: #155724; }

.backdrop{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  display: none;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 50;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: rgb(0 0 0 / 0.75);
  width: 100%;
  height: 100%;
}

.swiper-pagination .swiper-pagination-bullet.backdrop {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.backdrop.swiper-pagination-bullet-active{
  display: flex;
}
  .backdrop.backdrop-mobile{
  top: 60px;
}
  @media (min-width: 1200px){
  .backdrop.backdrop-mobile{
    top: 0 /* 0px */;
  }
}

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

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

@media (min-width: 1200px){
  .cta-fixed{
    right: calc(40/1920*100rem);
    bottom: calc(60/1920*100rem);
  }
}
  .cta-fixed ul{
  display: flex;
  flex-direction: column;
  gap: calc(8/1920*100rem);
}
  @media (min-width: 1200px){
  .cta-fixed ul{
    gap: calc(12/1920*100rem);
  }
}
  .cta-fixed li {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ctaPhoneRing 1s infinite ease-in-out;
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 9999px;
    background-color: rgb(0 106 144 / var(--tw-bg-opacity));
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
    overflow: hidden;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: calc(20/1920*100rem) }
  .cta-fixed li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
  @media (min-width: 1200px){
  .cta-fixed li{
    width: calc(60/1920*100rem);
    height: calc(60/1920*100rem);
    font-size: calc(24/1920*100rem);
  }
}
    .cta-fixed li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(8/1920*100rem);
  width: 100%;
  height: 100%;
}
    .cta-fixed li.back-to-top{
  --tw-bg-opacity: 1;
  opacity: 0;
  background-color: rgb(129 129 129 / var(--tw-bg-opacity));
  pointer-events: none;
}
    .cta-fixed li.back-to-top:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
      .cta-fixed li.back-to-top.active{
  opacity: 1;
  pointer-events: auto;
}
  .cta-fixed .ActionMenu {
    right: 0 !important;
    left: auto !important; }

.social-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: calc(16/1920*100rem);
}

.social-list a{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 9999px;
  padding: calc(8/1920*100rem);
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(20/1920*100rem);
}

.social-list a:hover{
  --tw-translate-y: calc(calc(8/1920*100rem) * -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));
}

.social-list img, .social-list svg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dropdown{
  position: relative;
}
  .dropdown .dropdown-toggle{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  position: relative;
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(16/1920*100rem);
  height: calc(48/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375;
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .dropdown .dropdown-toggle{
    font-size: calc(20/1920*100rem);
  }
}
    .dropdown .dropdown-toggle::after{
  --tw-content: '\f078';
  margin-left: calc(12/1920*100rem);
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-size: calc(20/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
    .dropdown .dropdown-toggle.active::after{
  --tw-content: '\f077';
  content: var(--tw-content);
}
  .dropdown .dropdown-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  z-index: 10;
  width: 100%;
  min-width: max-content;
}
  .dropdown .dropdown-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));
}
  .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);
  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-top: calc(12/1920*100rem);
  padding-right: calc(20/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(20/1920*100rem);
}
  .swiper-pagination .swiper-pagination-bullet.dropdown .dropdown-menu {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.dropdown .dropdown-menu.swiper-pagination-bullet-active{
  display: flex;
}
    .dropdown .dropdown-menu a{
  --tw-text-opacity: 1;
  display: block;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
}
    .dropdown .dropdown-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}

.same-custom-fancybox.fancybox__container .fancybox__content {
  border-radius: calc(8/1920*100rem);
  padding: 0 /* 0px */;
  width: 100%;
  max-width: 41.66667rem }

.same-custom-fancybox.fancybox__container [data-fancybox-close]{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.same-custom-fancybox.fancybox__container [data-fancybox-close] {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.same-custom-fancybox.fancybox__container [data-fancybox-close].swiper-pagination-bullet-active{
  display: flex;
}

.same-custom-fancybox.fancybox__container [class*='btn']{
  border-radius: calc(4/1920*100rem);
}

.popup-error.fancybox__container .fancybox__content, .popup-form.fancybox__container .fancybox__content{
  padding-top: calc(24/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(24/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

@media (min-width: 576px){
  .popup-error.fancybox__container .fancybox__content, .popup-form.fancybox__container .fancybox__content{
    padding-right: calc(32/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}

.popup-success.fancybox__container .fancybox__content {
  max-width: 47.91667rem; }

.popup-form .form-group input, .popup-form .form-group select, .popup-form .form-group textarea{
  --tw-border-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  height: auto !important;
  min-height: 45px;
}

.popup-form .form-group select {
  background-position: center right 0.20833rem;
  background-size: 1.45833rem; }

.popup-form .field-required{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

[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(255 255 255 / var(--tw-border-opacity));
  border-radius: 0px;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / 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(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(14/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(2 111 154 / 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,
textarea::placeholder,
select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  text-transform: uppercase;
}

[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-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
  [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-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[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(189 189 189 / 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(82 82 82 / 0.75);
  background-color: rgb(82 82 82 / 0.5);
  color: rgb(61 61 61 / 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(82 82 82 / 0.75);
  background-color: rgb(82 82 82 / 0.5);
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
  [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{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

select {
  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='%23cfcfcf' 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(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  height: auto;
  min-height: calc(48 / 1920 * 100rem);
}

textarea{
  display: block;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  height: 120px;
}

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

input[type='file']{
  display: none;
}

.swiper-pagination input.swiper-pagination-bullet[type='file'] {
    display: none; }

.swiper-pagination input.swiper-pagination-bullet[type='file'].swiper-pagination-bullet-active{
  display: flex;
}
  input[type='file'] ~ label{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  cursor: pointer;
  background-color: rgb(0 106 144 / 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);
  width: max-content;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(14/1920*100rem);
  white-space: nowrap;
}
  @media (min-width: 1200px){
  input[type='file'] ~ label{
    padding-right: calc(40/1920*100rem);
  }
}
    input[type='file'] ~ label i{
  font-size: calc(18/1920*100rem);
}

.attach-file{
  display: flex;
  align-items: center;
}
  .attach-file .file-preview{
  --tw-text-opacity: 1;
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-size: calc(14/1920*100rem);
}
  @media (min-width: 1200px){
  .attach-file .file-preview{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
}
  .attach-file .file-preview{
  width: 100%;
}

input[type='checkbox']{
  display: none;
}

.swiper-pagination input.swiper-pagination-bullet[type='checkbox'] {
    display: none; }

.swiper-pagination input.swiper-pagination-bullet[type='checkbox'].swiper-pagination-bullet-active{
  display: flex;
}
  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(70 70 70 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(16/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;
}

.swiper-pagination input.swiper-pagination-bullet[type='radio'] {
    display: none; }

.swiper-pagination input.swiper-pagination-bullet[type='radio'].swiper-pagination-bullet-active{
  display: flex;
}
  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(70 70 70 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(16/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;
  margin-bottom: calc(8/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
  color: rgb(152 152 152 / var(--tw-text-opacity));
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(16/1920*100rem);
  font-size: 20px;
  line-height: 1.5;
}
  @media (min-width: 768px){
  .form-group > label{
    font-size: 24px;
  }
}
  @media (min-width: 1200px){
  .form-group > label{
    font-size: calc(32/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: UTM Avo, sans-serif;
}
  .form-group .attach-file{
  --tw-bg-opacity: 1;
  z-index: 1;
  margin-top: calc(20/1920*100rem);
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  width: 100%;
}
  .form-group button[type="submit"], .form-group input[type="submit"]{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 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);
  height: calc(40/1920*100rem);
}
  @media (min-width: 1200px){
  .form-group button[type="submit"], .form-group input[type="submit"]{
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
    height: calc(48/1920*100rem);
  }
}
  .form-group.form-rating > label{
  --tw-text-opacity: 1;
  margin-bottom: 0 /* 0px */;
  color: rgb(84 84 84 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
}
  @media (min-width: 1200px){
  .form-group.form-rating > label{
    font-size: calc(20/1920*100rem);
  }
}

.gl-star-rating--stars{
  display: flex;
  align-items: center;
  gap: 2px;
}

@media (min-width: 1200px){
  .gl-star-rating--stars{
    gap: 0.5208333333333334rem;
  }
}
  .gl-star-rating--stars span{
  display: flex;
  justify-content: center;
  align-items: center;
}
    .gl-star-rating--stars span::before{
  --tw-content: '\f005';
  content: var(--tw-content);
  color: rgb(0 106 144 / 0.3);
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
    @media (min-width: 1200px){
  .gl-star-rating--stars span::before{
    font-size: calc(24/1920*100rem);
  }
}
    .gl-star-rating--stars span.gl-active::before, .gl-star-rating--stars span.gl-selected::before{
  --tw-text-opacity: 1;
  content: var(--tw-content);
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invalid-feedback{
  --tw-text-opacity: 1;
  margin-top: calc(4/1920*100rem);
  color: rgb(225 17 91 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: calc(14/1920*100rem);
}

.warning-feedback{
  --tw-text-opacity: 1;
  margin-top: calc(4/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: calc(14/1920*100rem);
}

.contact-success-message{
  --tw-text-opacity: 1;
  margin-top: calc(4/1920*100rem);
  color: rgb(21 128 61 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: calc(14/1920*100rem);
}

.form-select-dropdown{
  position: relative;
}
  .form-select-dropdown.active .easy-dropdown-list{
  opacity: 1;
  pointer-events: auto;
}
  .form-select-dropdown.active input {
    background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 -6.14008e-07C7.28125 -5.89421e-07 7.53125 0.0937494 7.71875 0.281249L13.7188 6.28125C14.125 6.65625 14.125 7.3125 13.7188 7.6875C13.3437 8.09375 12.6875 8.09375 12.3125 7.6875L7 2.40625L1.7188 7.6875C1.3438 8.09375 0.6875 8.09375 0.3125 7.6875C-0.0937999 7.3125 -0.0937999 6.65625 0.3125 6.28125L6.3125 0.281249C6.5 0.0937493 6.75 -6.35864e-07 7 -6.14008e-07Z" fill="white"/></svg>'); }
  .form-select-dropdown input {
    display: block;
    background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 9C7.71875 9 7.46875 8.90625 7.28125 8.71875L1.28125 2.71875C0.875 2.34375 0.875 1.6875 1.28125 1.3125C1.65625 0.90625 2.3125 0.90625 2.6875 1.3125L8 6.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L8.6875 8.71875C8.5 8.90625 8.25 9 8 9Z" fill="white"/></svg>');
    background-position: center right 0.83333rem;
    background-size: 0.83333rem 0.46875rem;
    background-repeat: no-repeat;
    width: 100%;
    height: auto !important }
  .form-select-dropdown input::placeholder{
  color: inherit;
}
    .form-select-dropdown input:read-only{
  background-color: inherit;
}
    .form-select-dropdown input:disabled{
  opacity: 0.7;
}
  .form-select-dropdown .fake-input{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  align-items: center;
  visibility: hidden;
  inset: 0 /* 0px */;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  overflow: hidden;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  white-space: nowrap;
}
  .form-select-dropdown .easy-dropdown-list {
    max-height: 14.58333rem; }
  .form-select-dropdown.active-marquee .fake-input{
  visibility: visible;
}

.filter-item.active .label i{
  --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));
}

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

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

@media (min-width: 1200px){
  .pagination{
    margin-top: calc(40/1920*100rem);
  }
}
  .pagination a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-color: rgb(153 153 153 / 0.15);
  border-radius: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(206 206 206 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(16/1920*100rem);
}
  .pagination a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
    .pagination a.active{
  border-color: transparent;
  background-color: rgb(0 0 0 / 0.1);
}

@media (min-width: 1200px) {
  .pagination .prev{
    margin-right: calc(8/1920*100rem);
  }
  .pagination .next{
    margin-left: calc(8/1920*100rem);
  } }

.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-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic {
  --tw-translate-x: 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));
  width: auto !important }
  .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: none;
    left: 0 !important;
    transform: scale(1); }
    .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next + .swiper-pagination-bullet, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next:nth-last-child(2) {
      display: flex;
      pointer-events: none;
      font-size: 0 }
      .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev:after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next + .swiper-pagination-bullet:after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next:nth-last-child(2):after {
        content: '...';
        font-size: calc(16/1920*100rem) }
    .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:first-child, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:last-child {
      display: flex !important;
      pointer-events: auto;
      font-size: calc(16/1920*100rem) !important }
    .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:first-child, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:last-child{
  display: flex;
  pointer-events: auto;
  font-size: calc(16/1920*100rem);
}
      .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main::after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next::after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev::after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:first-child::after, .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:last-child::after {
        display: none; }
    .swiper-pagination.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next:nth-last-child(2){
  display: flex;
}

.swiper-pagination .swiper-pagination-bullet{
  opacity: 1;
  border-radius: 9999px;
  background-color: rgb(2 111 154 / 0.5);
  width: calc(12/1920*100rem);
  height: calc(12/1920*100rem);
}
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(2 111 154 / var(--tw-bg-opacity));
}
  .swiper-pagination .swiper-pagination-bullet.number{
  --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(189 189 189 / var(--tw-border-opacity));
  border-radius: 0px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
}
  .swiper-pagination .swiper-pagination-bullet.number:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
    .swiper-pagination .swiper-pagination-bullet.number.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
  .swiper-pagination .swiper-pagination-bullet.hidden {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.hidden.swiper-pagination-bullet-active{
  display: flex;
}
  .swiper-pagination .swiper-pagination-bullet.show-more {
    pointer-events: none;
    font-size: 0 }
    .swiper-pagination .swiper-pagination-bullet.show-more:after {
      content: '..';
      font-size: calc(16/1920*100rem) }

.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-border-opacity: 1;
  --tw-bg-opacity: 1;
  --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;
  border-width: 1px;
  border-color: rgb(2 111 154 / var(--tw-border-opacity));
  border-radius: 9999px;
  background-color: rgb(2 111 154 / var(--tw-bg-opacity));
  width: calc(56/1920*100rem);
  height: calc(56/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(24/1920*100rem);
}

.swiper-button > *:hover{
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}
  .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(220 220 220 / 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(calc(48/1920*100rem) * -1);
}

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

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

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

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

.swiper-button .button-prev:hover, .swiper-button .button-next:hover{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
  color: rgb(225 17 91 / 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: 1200px){
  .swiper-relative{
    padding-right: 0 /* 0px */;
    padding-left: 0 /* 0px */;
  }
}
  .swiper-relative .swiper-slide{
  height: auto;
}
  .swiper-relative.is-page{
  padding-bottom: calc(40/1920*100rem);
}
  @media (min-width: 1024px){
  .swiper-relative.is-page{
    padding-bottom: 0 /* 0px */;
  }
}
  .swiper-relative .swiper-scrollbar{
  --tw-bg-opacity: 1;
  left: 0 /* 0px */;
  border-radius: 0px;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
  width: 100%;
  height: 4px;
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag{
  --tw-bg-opacity: 1;
  border-radius: 0px;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
    .swiper-relative .swiper-scrollbar .swiper-scrollbar-drag:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}

.swiper-page-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .swiper-page-button{
    gap: calc(20/1920*100rem);
  }
}
  .swiper-page-button .button-prev, .swiper-page-button .button-next{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-size: calc(16/1920*100rem);
}
  .swiper-page-button .button-prev:hover, .swiper-page-button .button-next:hover{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
  .swiper-page-button .swiper-pagination{
  display: flex;
  position: static;
  justify-content: center;
  align-items: center;
  width: max-content;
}
    .swiper-page-button .swiper-pagination.swiper-pagination-lock{
  margin-right: calc(calc(12/1920*100rem) * -1);
  margin-left: calc(calc(12/1920*100rem) * -1);
}
    @media (min-width: 1200px){
  .swiper-page-button .swiper-pagination.swiper-pagination-lock{
    margin-right: calc(calc(20/1920*100rem) * -1);
    margin-left: calc(calc(20/1920*100rem) * -1);
  }
}
  .swiper-page-button .swiper-button-lock{
  margin-top: calc(calc(20/1920*100rem) * -1);
  border-width: 0px;
  height: 0 /* 0px */;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .swiper-shadow .swiper{
    margin: calc(calc(16/1920*100rem) * -1);
    padding: calc(16/1920*100rem);
  }
  .absolute-button{
    position: absolute;
    top: 0 /* 0px */;
    right: 0 /* 0px */;
  } }

.arrow-buttons .button-prev, .arrow-buttons .button-next{
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 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: 10;
  width: 44px;
  height: 44px;
}

@media (min-width: 1200px){
  .arrow-buttons .button-prev, .arrow-buttons .button-next{
    width: 2.291666666666667rem;
    height: 2.291666666666667rem;
  }
}
  .arrow-buttons .button-prev.swiper-button-lock, .arrow-buttons .button-next.swiper-button-lock{
  opacity: 0;
}
  .arrow-buttons .button-prev i, .arrow-buttons .button-next i{
  font-size: 2rem;
}

.arrow-buttons .button-prev{
  left: calc(calc(16/1920*100rem) * -1);
}

@media (min-width: 1200px){
  .arrow-buttons .button-prev{
    left: calc(calc(80/1920*100rem) * -1);
  }
}

.arrow-buttons .button-next{
  right: calc(calc(16/1920*100rem) * -1);
}

@media (min-width: 1200px){
  .arrow-buttons .button-next{
    right: calc(calc(80/1920*100rem) * -1);
  }
}

.marquee {
  display: flex;
  overflow: hidden; }

.service-item{
  display: flex;
  flex-direction: column;
  height: 100%;
}
  .service-item .content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  height: 100%;
}
    .service-item .content .title{
  flex: 1 1 0%;
}

@media (min-width: 1200px) {
  .bn-1 {
    transition-duration: 150ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0.52083rem solid transparent }
    .bn-1:hover {
      --tw-bg-opacity: 1;
      outline-color: white;
      box-shadow: 0 0.20833rem 0.83333rem 0 rgba(0, 0, 0, 0.6);
      background-color: rgb(255 255 255 / var(--tw-bg-opacity)) } }

.bn-1 .info{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  margin-top: 0 /* 0px */;
}
  .bn-1 .info .title{
  flex: 1 1 0%;
}

.bn-1 .title{
  font-size: calc(16/1920*100rem);
}

.bn-1 .title, .bn-1 .des{
  text-align: justify;
}

.bn-1 .des{
  flex: none;
  font-size: calc(15/1920*100rem);
}
  @media (max-width: 767.98px) {
    .bn-1 .des{
    line-height: 1rem;
  }
  .bn-1 .btn-long-arrow{
    margin-top: calc(16/1920*100rem);
  } }

.btn-long-arrow{
  transition-duration: 150ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .btn-long-arrow img:nth-of-type(2){
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.btn-long-arrow img:nth-of-type(2) {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.btn-long-arrow img:nth-of-type(2).swiper-pagination-bullet-active{
  display: flex;
}
  .btn-long-arrow:hover{
  --tw-text-opacity: 1;
  gap: calc(40/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
    .btn-long-arrow:hover img:nth-of-type(1){
  display: none;
}
    .swiper-pagination .swiper-pagination-bullet.btn-long-arrow:hover img:nth-of-type(1) {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.btn-long-arrow:hover img:nth-of-type(1).swiper-pagination-bullet-active{
  display: flex;
}
    .btn-long-arrow:hover img:nth-of-type(2){
  display: block;
}

@media (max-width: 767.98px) {
  .bn-2 .des{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.bn-2 .des {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.bn-2 .des.swiper-pagination-bullet-active{
    display: flex;
  }
  .bn-2 .btn-long-arrow{
    margin-top: calc(16/1920*100rem);
  } }

.bn-2 .title{
  font-size: calc(16/1920*100rem);
}

.bn-1 .des, .bn-1 .content, .bn-2 .des, .bn-2 .content, .bn-3 .des, .bn-3 .content{
  text-align: justify;
}

@media (max-width: 767.98px) {
  .bn-1 .title, .bn-2 .title, .bn-3 .title{
    font-size: 15px;
  }
  .bn-1 .des, .bn-2 .des, .bn-3 .des{
    font-size: 14px;
  }
  .home-news .swiper-wrapper, .our-doctor-section .swiper-wrapper {
    flex-direction: column;
    transform: none !important }
  .home-news .swiper-slide, .our-doctor-section .swiper-slide {
    margin-right: 0 !important;
    width: 100% !important; }
    .home-news .swiper-slide + .swiper-slide, .our-doctor-section .swiper-slide + .swiper-slide{
    margin-top: calc(8/1920*100rem);
  }
    .home-news .swiper-slide:not(:first-child) .bn-1, .our-doctor-section .swiper-slide:not(:first-child) .bn-1{
    flex-direction: row;
    gap: calc(16/1920*100rem);
  }
      .home-news .swiper-slide:not(:first-child) .bn-1 .img, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .img{
    padding-top: 38px;
    width: 120px;
  }
      @media (min-width: 768px){
    .home-news .swiper-slide:not(:first-child) .bn-1 .img, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .img{
      width: 200px;
    }
  }
      .home-news .swiper-slide:not(:first-child) .bn-1 .info, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .info{
    margin-top: 0 /* 0px */;
    padding-top: 10px;
  }
      .home-news .swiper-slide:not(:first-child) .bn-1 .des, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .des{
    flex: 1 1 auto;
  }
      .home-news .swiper-slide:not(:first-child) .bn-1 .btn-long-arrow, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .btn-long-arrow{
    margin-top: calc(12/1920*100rem);
  }
    .home-news .swiper-slide:not(:first-child) .bn-1 .title, .home-news .swiper-slide:not(:first-child) .bn-2 .title, .home-news .swiper-slide:not(:first-child) .bn-3 .title, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .title, .our-doctor-section .swiper-slide:not(:first-child) .bn-2 .title, .our-doctor-section .swiper-slide:not(:first-child) .bn-3 .title{
    font-size: 12px;
  }
    .home-news .swiper-slide:not(:first-child) .bn-1 .des, .home-news .swiper-slide:not(:first-child) .bn-2 .des, .home-news .swiper-slide:not(:first-child) .bn-3 .des, .our-doctor-section .swiper-slide:not(:first-child) .bn-1 .des, .our-doctor-section .swiper-slide:not(:first-child) .bn-2 .des, .our-doctor-section .swiper-slide:not(:first-child) .bn-3 .des{
    font-size: 14px;
  }
  .home-news .swiper-page-button, .home-news .swiper-button, .our-doctor-section .swiper-page-button, .our-doctor-section .swiper-button {
    display: none !important; }
  .home-news .swiper-wrapper, .our-doctor-section .swiper-wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: calc(16/1920*100rem);
  }
  .news-list-1-section-3 .bn:first-child{
    flex-direction: column;
  }
    .news-list-1-section-3 .bn:first-child .img{
    max-width: 100%;
  }
      .news-list-1-section-3 .bn:first-child .img a{
    padding-top: calc(180 / 266 * 100%);
  }
  .news-list-1-section-3 .bn:not(:first-child) .img{
    padding-top: 38px;
    width: 120px;
  }
  @media (min-width: 768px){
    .news-list-1-section-3 .bn:not(:first-child) .img{
      width: 200px;
    }
  }
    .news-list-1-section-3 .bn:not(:first-child) .img a{
    padding-top: calc(166 / 266 * 100%);
    height: auto !important;
  }
  .news-list-1-section-3 .bn:not(:first-child) .info{
    margin-top: 0 /* 0px */;
    padding-top: 10px;
  }
  .news-list-1-section-3 .bn:not(:first-child) .des{
    flex: 1 1 auto;
  }
  .news-list-1-section-3 .bn-1:not(:first-child) .title, .news-list-1-section-3 .bn-2:not(:first-child) .title, .news-list-1-section-3 .bn-3:not(:first-child) .title{
    font-size: 12px;
  }
  .news-list-1-section-3 .bn-1:not(:first-child) .des, .news-list-1-section-3 .bn-2:not(:first-child) .des, .news-list-1-section-3 .bn-3:not(:first-child) .des{
    font-size: 14px;
  }
  [has-expand-btn] .expand-item{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet[has-expand-btn] .expand-item {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet[has-expand-btn] .expand-item.swiper-pagination-bullet-active{
    display: flex;
  }
  [has-expand-btn] .expand-btn{
    margin-top: calc(12/1920*100rem);
  } }

.faq-item{
  display: flex;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .faq-item{
    gap: calc(20/1920*100rem);
  }
}
  .faq-item .icon{
  --tw-bg-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: calc(60/1920*100rem);
  height: calc(60/1920*100rem);
}
  @media (min-width: 1200px){
  .faq-item .icon{
    width: calc(80/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
  .faq-item .caption{
  --tw-text-opacity: 1;
  flex: 1 1 0%;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(15/1920*100rem);
}
  .faq-item .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .faq-item .title{
    font-size: calc(20/1920*100rem);
  }
}

.box-faq{
  --tw-bg-opacity: 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

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

@media (min-width: 1024px){
  .box-faq{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px){
  .box-faq{
    padding-top: calc(40/1920*100rem);
    padding-bottom: calc(40/1920*100rem);
  }
}

.accordion-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
}
  .accordion-item .accordion-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(12/1920*100rem);
  cursor: pointer;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  .accordion-item .accordion-title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(15/1920*100rem);
}
  .accordion-item .accordion-icon{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}
  .accordion-item .accordion-content{
  --tw-text-opacity: 1;
  display: none;
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  .accordion-item .accordion-content{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .accordion-item .accordion-content{
    font-size: calc(14/1920*100rem);
  }
}
  .swiper-pagination .swiper-pagination-bullet.accordion-item .accordion-content {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.accordion-item .accordion-content.swiper-pagination-bullet-active{
  display: flex;
}
  .accordion-item.active .accordion-icon::before{
  --tw-content: '\f068';
  content: var(--tw-content);
}

.hospital-item{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .hospital-item{
    flex-direction: row;
  }
  .hospital-item:nth-child(odd){
    flex-direction: row-reverse;
  }
}
  @media (max-width: 767.98px) {
    .hospital-item{
    flex-direction: column-reverse;
  } }
  .hospital-item .image{
  aspect-ratio: 402/291;
}
  @media (min-width: 768px){
  .hospital-item .image{
    width: 50%;
  }
}
    @media (max-width: 575.98px) {
      .hospital-item .image{
    width: 100%;
    height: 200px;
  }
        .hospital-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } }
  .hospital-item .caption{
  --tw-bg-opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}
  @media (min-width: 768px){
  .hospital-item .caption{
    flex: 1 1 0%;
    padding: calc(32/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .hospital-item .caption{
    padding: calc(60/1920*100rem);
  }
}
    .hospital-item .caption *{
  --tw-text-opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .hospital-item .title{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
  @media (min-width: 768px){
  .hospital-item .title{
    font-size: 24px;
  }
}
  @media (min-width: 1200px){
  .hospital-item .title{
    font-size: 1.5625rem;
  }
}
    @media (max-width: 767.98px) {
      .hospital-item .title{
    font-size: 20px;
    line-height: 1.2;
  } }
  .hospital-item .line{
  --tw-border-opacity: 1;
  margin-top: calc(8/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
  border-top-width: calc(2/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  width: calc(40/1920*100rem);
}
  @media (min-width: 1200px){
  .hospital-item .line{
    margin-top: calc(12/1920*100rem);
    margin-bottom: calc(20/1920*100rem);
  }
}
    @media (max-width: 767.98px) {
      .hospital-item .line{
    margin-top: calc(4/1920*100rem);
    margin-bottom: calc(4/1920*100rem);
    border-top-width: 2px;
  } }
  .hospital-item .sub-title{
  font-weight: 700;
  font-size: calc(15/1920*100rem);
}
  .hospital-item .desc{
  margin-top: calc(20/1920*100rem);
  font-weight: 400;
  font-size: calc(15/1920*100rem);
}
    @media (max-width: 575.98px) {
      .hospital-item .desc{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.hospital-item .desc {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.hospital-item .desc.swiper-pagination-bullet-active{
    display: flex;
  } }
  .hospital-item .button{
  margin-top: calc(20/1920*100rem);
}
    .hospital-item .button a{
  font-weight: 400;
  font-size: calc(16/1920*100rem);
  text-transform: uppercase;
}
  .hospital-item:hover .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}

.hospital-section .full-content{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.hospital-section .full-content :where(*):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin: 0;
}

.testimonial-top{
  position: relative;
  text-align: center;
}

@media (min-width: 1200px){
  .testimonial-top{
    margin-left: calc(28/1920*100rem);
    max-width: 33.85416666666667rem;
  }
}
  .testimonial-top .content{
  --tw-text-opacity: 1;
  margin-bottom: calc(8/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}
  @media (min-width: 768px){
  .testimonial-top .content{
    font-size: 24px;
  }
}
  @media (min-width: 1200px){
  .testimonial-top .content{
    font-size: calc(32/1920*100rem);
  }
}
  .testimonial-top .author{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
}
  @media (min-width: 768px){
  .testimonial-top .author{
    font-size: 24px;
  }
}
  @media (min-width: 1200px){
  .testimonial-top .author{
    font-size: calc(32/1920*100rem);
  }
}
  .testimonial-top .sub-title{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .testimonial-top .sub-title{
    font-size: calc(20/1920*100rem);
  }
  .testimonial-top::before {
    position: absolute;
    top: 0 /* 0px */;
    left: calc(calc(28/1920*100rem) * -1);
    content: url(../img/quote-left.png) }
  .testimonial-top .content::after {
    display: block;
    margin-right: calc(12/1920*100rem);
    margin-left: auto;
    content: url(../img/quote-right.png);
    text-align: right }
}

.testimonial-item{
  display: flex;
  gap: calc(8/1920*100rem);
  border-width: 1px;
  border-color: rgb(152 152 152 / 0.3);
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .testimonial-item{
    gap: calc(20/1920*100rem);
    padding-right: calc(32/1920*100rem);
    padding-bottom: calc(32/1920*100rem);
    padding-left: calc(32/1920*100rem);
  }
}
  .testimonial-item .avatar{
  width: calc(48/1920*100rem);
  height: calc(48/1920*100rem);
}
  @media (min-width: 1200px){
  .testimonial-item .avatar{
    width: calc(60/1920*100rem);
    height: calc(60/1920*100rem);
  }
}
  .testimonial-item .caption{
  flex: 1 1 0%;
}
  .testimonial-item .content{
  margin-bottom: calc(20/1920*100rem);
  color: rgb(82 82 82 / 0.7);
  font-weight: 400;
  font-size: calc(15/1920*100rem);
}
    .testimonial-item .content p:first-child::before {
      margin-right: calc(12/1920*100rem);
      content: url(../img/quote.png) }
  .testimonial-item .author{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(15/1920*100rem);
}
  .testimonial-item .sub-title{
  color: rgb(41 41 41 / 0.7);
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  .testimonial-item .sub-title{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .testimonial-item .sub-title{
    font-size: calc(14/1920*100rem);
  }
}
    @media (max-width: 767.98px) {
      .testimonial-item .sub-title{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.testimonial-item .sub-title {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.testimonial-item .sub-title.swiper-pagination-bullet-active{
    display: flex;
  } }

.testimonial-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(20/1920*100rem);
}

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

@media (min-width: 1200px){
  .testimonial-list{
    gap: calc(32/1920*100rem);
  }
}

.global-breadcrumb{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  @media (max-width: 767.98px) {
    .global-breadcrumb:not(.breadcrumb-doctor){
    margin-bottom: -16px;
  } }
  .global-breadcrumb .breadcrumb{
  display: flex;
  column-gap: calc(8/1920*100rem);
  row-gap: calc(8/1920*100rem);
  flex-wrap: wrap;
  align-items: center;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .global-breadcrumb .breadcrumb{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
    .global-breadcrumb .breadcrumb a{
  --tw-text-opacity: 1;
  display: block;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
  line-height: 1.5;
  text-transform: uppercase;
}
      .global-breadcrumb .breadcrumb a.active{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
    .global-breadcrumb .breadcrumb li{
  display: flex;
  align-items: center;
}
    .global-breadcrumb .breadcrumb li:last-child::after{
  display: none;
  content: var(--tw-content);
}
      .global-breadcrumb .breadcrumb li::after {
        --tw-text-opacity: 1;
        padding-left: calc(8/1920*100rem);
        content: '/';
        color: rgb(0 106 144 / var(--tw-text-opacity));
        font-size: calc(16/1920*100rem);
        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: 1200px){
  .searchbox{
    padding-right: calc(15/1920*100rem);
    padding-left: calc(15/1920*100rem);
    max-width: 1200px;
  }
}

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

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

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

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

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

.searchbox{
  position: relative;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
}

@media (max-width: 1023.98px) {
  .find-doctor-detail-section .searchbox > .row{
    row-gap: calc(20/1920*100rem);
    flex-direction: column-reverse;
  } }

.home-user .searchbox .swiper-relative, .home-user .searchbox .swiper, .home-user .searchbox .swiper-wrapper, .home-user .searchbox .swiper-slide{
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .specialist-detail-1 .searchbox > [class*='section-header-32']{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .searchbox > [class*='section-header-32'] {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .searchbox > [class*='section-header-32'].swiper-pagination-bullet-active{
    display: flex;
  } }
  .searchbox input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(220 220 220 / 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(82 82 82 / var(--tw-text-opacity));
  font-size: calc(16/1920*100rem);
}
  .searchbox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
  .searchbox input:focus{
  --tw-border-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: rgb(0 106 144 / 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;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(2 111 154 / var(--tw-text-opacity));
  font-size: calc(20/1920*100rem);
}

.search-result-item{
  position: relative;
}
  .search-result-item .image{
  aspect-ratio: 345/189;
}
  .search-result-item .caption{
  padding-top: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .search-result-item .caption{
    padding-top: calc(20/1920*100rem);
  }
}
  .search-result-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 20px;
}
  @media (min-width: 768px){
  .search-result-item .title{
    font-size: 24px;
  }
}
  @media (min-width: 1200px){
  .search-result-item .title{
    font-size: calc(32/1920*100rem);
  }
}

.search-result{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

@media (min-width: 768px){
  .search-result{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .search-result{
    column-gap: calc(80/1920*100rem);
    row-gap: calc(48/1920*100rem);
  }
}

.search-section .searchbox{
  display: flex;
  justify-content: space-between;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .search-section .searchbox{
    gap: calc(40/1920*100rem);
  }
}
  .search-section .searchbox .searchinput{
  --tw-border-opacity: 1;
  flex: 1 1 0%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: calc(2/1920*100rem);
  border-left-width: 0px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  border-radius: 0px;
  padding-right: 0 /* 0px */;
  padding-left: 0 /* 0px */;
  color: rgb(0 0 0 / 0.5);
  font-size: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .search-section .searchbox .searchinput{
    height: calc(80/1920*100rem);
  }
}
  .search-section .searchbox .searchinput: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  .search-section .searchbox .searchbutton{
  --tw-translate-x: 0 /* 0px */;
  --tw-translate-y: 0 /* 0px */;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  position: static;
  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));
  border-width: calc(4/1920*100rem);
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
  @media (min-width: 1200px){
  .search-section .searchbox .searchbutton{
    width: calc(48/1920*100rem);
    height: calc(48/1920*100rem);
    font-size: calc(30/1920*100rem);
  }
}
  .search-section .searchbox .searchbutton:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-career-info{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  display: flex;
  flex-direction: column;
  gap: calc(40/1920*100rem);
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 768px){
  .box-career-info{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .box-career-info{
    padding-right: calc(80/1920*100rem);
    padding-left: calc(80/1920*100rem);
  }
}
  @media (min-width: 768px){
  .box-career-info .button{
    flex-direction: column;
    gap: calc(4/1920*100rem);
  }
}
    .box-career-info .button a{
  text-transform: none;
}

.box-career-detail{
  display: flex;
  flex-direction: column;
  gap: calc(40/1920*100rem);
}

@media (min-width: 1200px){
  .box-career-detail{
    flex-direction: row;
    justify-content: space-between;
  }
  .box-career-detail .left{
    flex: 1 1 0%;
  }
  .box-career-detail .right{
    width: 13.020833333333334rem;
  }
}
    .box-career-detail .right ul > :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));
}
    .box-career-detail .right ul{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  padding: calc(20/1920*100rem);
}
    @media (min-width: 1200px){
  .box-career-detail .right ul{
    position: sticky;
    top: calc(120/1920*100rem);
  }
}
    .box-career-detail .right li{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}
    .box-career-detail .right .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}
      .box-career-detail .right .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
    .box-career-detail .right .caption{
  flex: 1 1 0%;
}

.career-detail-section{
  padding-top: calc(20/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
}

@media (min-width: 768px){
  .career-detail-section{
    padding-top: 0 /* 0px */;
  }
  .career-detail-section .box-career-info{
    margin-top: calc(calc(80/1920*100rem) * -1);
  }
}
  @media (min-width: 1200px){
  .career-detail-section .full-content{
    padding-right: calc(12/1920*100rem);
    padding-left: calc(12/1920*100rem);
  }
}
    .career-detail-section .full-content h3{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(20/1920*100rem);
  text-transform: uppercase;
}

.contact-need-item{
  margin-top: 1.5625rem;
  background-color: currentColor;
  padding: calc(16/1920*100rem);
  color: rgb(225 17 91 / 0.8);
  text-align: center;
}

@media (min-width: 1200px){
  .contact-need-item{
    margin-top: calc(40/1920*100rem);
    padding: calc(40/1920*100rem);
  }
}
  .contact-need-item .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2.3958333333333335rem;
  margin-right: auto;
  margin-bottom: calc(20/1920*100rem);
  margin-left: auto;
  border-radius: 9999px;
  background-color: rgb(225 17 91 / 0.8);
  width: calc(60/1920*100rem);
  height: calc(60/1920*100rem);
}
  @media (min-width: 1200px){
  .contact-need-item .icon{
    margin-top: calc(calc(80/1920*100rem) * -1);
    width: calc(80/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
  .contact-need-item a{
  display: inline-block;
    position: relative;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
}
  .contact-need-item a:hover {
      background-size: 100% 1px;
      background-position-x: left; }

.contact-need-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

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

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

@media (min-width: 1200px){
  .contact-need-list{
    gap: 1.7708333333333335rem;
  }
}
  .contact-need-list .contact-need-item:nth-child(n+2){
  background-color: rgb(0 106 144 / 0.8);
}
    .contact-need-list .contact-need-item:nth-child(n+2) .icon{
  background-color: rgb(0 106 144 / 0.8);
}

.career-item{
  display: flex;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.career-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

@media (min-width: 1200px){
  .career-item{
    gap: calc(20/1920*100rem);
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
  }
}
  .career-item .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80/1920*100rem);
  height: calc(80/1920*100rem);
}
  .career-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .career-item .title{
    font-size: calc(18/1920*100rem);
  }
}
  .career-item .caption{
  flex: 1 1 0%;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}

.box-career-slider .swiper-slide{
  --tw-border-opacity: 1;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .box-career-slider .swiper-slide{
    display: flex;
    flex-wrap: wrap;
  }
}
  .box-career-slider .swiper-slide .career-item{
  --tw-border-opacity: 1;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
  @media (min-width: 768px){
  .box-career-slider .swiper-slide .career-item{
    width: 50%;
  }
}

.career-form{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
  padding: calc(20/1920*100rem);
}

@media (min-width: 768px){
  .career-form{
    flex-direction: row;
    padding-right: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  }
}

@media (min-width: 1200px){
  .career-form{
    gap: calc(40/1920*100rem);
    padding-right: calc(60/1920*100rem);
    padding-left: calc(60/1920*100rem);
    min-height: 30.208333333333336rem;
  }
}
  @media (min-width: 768px){
  .career-form .left{
    flex: 1 1 0%;
  }
}

@media (min-width: 1200px) {
  .career-form .left{
    padding-top: calc(40/1920*100rem);
    padding-left: calc(40/1920*100rem);
  } }
  @media (min-width: 768px){
  .career-form .right{
    margin-top: calc(20/1920*100rem);
    width: 30.208333333333336rem;
  }
}
  @media (min-width: 1200px){
  .career-form .right{
    margin-top: calc(60/1920*100rem);
  }
}
  @media (max-width: 767.98px) {
    .career-form [class*='sub-header-24']{
    font-size: 18px;
  } }

.banner-child .image{
  aspect-ratio: 1920/600;
}
  @media (max-width: 767.98px) {
    .banner-child .image {
      aspect-ratio: auto;
      height: 170px } }

.banner-child .global-breadcrumb{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 1;
  background-image: none;
  background-color: transparent;
  width: 100%;
}
  @media (max-width: 767.98px) {
    .banner-child .global-breadcrumb{
    margin-bottom: 0 /* 0px */;
  } }

@media (min-width: 1200px){
  .banner-child .swiper-pagination{
    bottom: calc(32/1920*100rem);
  }
}
  .banner-child .swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  @media (min-width: 1200px){
  .banner-child .swiper-pagination .swiper-pagination-bullet{
    margin-right: calc(12/1920*100rem);
    margin-left: calc(12/1920*100rem);
    width: calc(16/1920*100rem);
    height: calc(16/1920*100rem);
  }
}
    .banner-child .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}

.banner-child .caption{
  --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%;
}

.banner-child.banner-testimonial .caption{
  --tw-translate-x: 0 /* 0px */;
  --tw-translate-y: 0 /* 0px */;
  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));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}

@media (min-width: 1200px) {
  .banner-child.banner-testimonial .caption{
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    position: absolute;
    top: 55%;
    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));
  } }

@media (max-width: 767.98px) {
  .banner-child .header-48{
    font-size: 20px;
  } }

.home-banner .image{
  aspect-ratio: 1920/600;
}

@media (max-width: 767.98px) {
  .home-banner .swiper-button .button-prev, .home-banner .swiper-button .button-next{
    border-color: transparent;
    background-color: rgb(0 0 0 / 0.1);
  } }

.home-banner-mobile .image{
  aspect-ratio: 526/357;
}

@media (max-width: 767.98px) {
  .home-banner-mobile .swiper-button .button-prev, .home-banner-mobile .swiper-button .button-next{
    border-color: transparent;
    background-color: rgb(0 0 0 / 0.1);
  } }

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .customer-services .list{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: calc(40/1920*100rem);
  } }

@media (max-width: 1023.98px) {
  .customer-services .bn-1{
    flex-direction: row;
    gap: calc(16/1920*100rem);
  }
    .customer-services .bn-1 .img{
    width: 120px;
  }
    @media (min-width: 768px){
    .customer-services .bn-1 .img{
      width: 200px;
    }
  }
    .customer-services .bn-1 .info{
    margin-top: 0 /* 0px */;
    padding-top: 0 /* 0px */;
  }
    .customer-services .bn-1 .des{
    flex: 1 1 auto;
  } }

.header-top{
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
}

.swiper-pagination .swiper-pagination-bullet.header-top {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.header-top.swiper-pagination-bullet-active{
  display: flex;
}

.header-top{
  padding-top: 0.5208333333333334rem;
  padding-bottom: 0.15625rem;
}

@media (min-width: 576px){
  .header-top{
    display: flex;
  }
}
  @media (max-width: 575.98px) {
    .header-top{
    display: none !important;
  }
  .swiper-pagination .swiper-pagination-bullet.header-top {
    display: none !important; }
    .swiper-pagination .swiper-pagination-bullet.header-top.swiper-pagination-bullet-active{
    display: flex;
  } }
  @media (min-width: 1200px){
  .header-top > *:last-child{
    margin-right: calc(48/1920*100rem);
  }
}

.header-bot{
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  height: 60px;
}

@media (min-width: 768px){
  .header-bot{
    border-top-width: 1px;
  }
}

@media (min-width: 1200px){
  .header-bot{
    padding-top: 0.5208333333333334rem;
    padding-bottom: 0.5208333333333334rem;
    height: auto;
  }
}

.header-bot{
  display: flex;
  position: relative;
  align-items: center;
  z-index: 30;
}
  .header-bot .header-wrap{
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
  width: 100%;
  max-width: 83.33333333333334rem;
}
    .header-bot .header-wrap .main-menu{
  height: 100%;
}
      .header-bot .header-wrap .main-menu > li{
  display: flex;
  align-items: center;
  height: 100%;
}
  .header-bot .header-left{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px) {
  .header-bot .header-left {
    width: calc(273/1400*100%); } }
    @media (max-width: 767.98px) {
      .header-bot .header-left{
    height: 100%;
  }
        .header-bot .header-left img{
    padding-top: 5px;
    padding-bottom: 5px;
  } }
  .header-bot .header-center{
  display: none;
  flex: 1 1 0%;
}
  .swiper-pagination .swiper-pagination-bullet.header-bot .header-center {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.header-bot .header-center.swiper-pagination-bullet-active{
  display: flex;
}
  @media (min-width: 1200px){
  .header-bot .header-center{
    display: block;
  }
}
  .header-bot .header-center{
  margin-top: -0.5208333333333334rem;
  margin-bottom: -0.5208333333333334rem;
}
  .header-bot .header-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(12/1920*100rem);
}
    @media (max-width: 767.98px) {
      .header-bot .header-right{
    position: relative;
    width: 100%;
  } }

header {
  --tw-bg-opacity: 1;
  position: fixed;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 999;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100% }

@media (min-width: 1200px){
  header{
    position: relative;
  }
}
  @media (max-width: 767.98px) {
    header {
      background-color: rgba(153, 163, 166, 0.5); }
      header::after {
        position: absolute;
        z-index: -1;
        transition-duration: 150ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        inset: 0 /* 0px */;
        background-image: url(../img/mobile-nav.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        pointer-events: none;
        content: '' } }
  header .menu-top a, header .button-email a{
  --tw-text-opacity: 1;
  display: block;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  header .menu-top a, header .button-email a{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  header .menu-top a, header .button-email a{
    font-size: calc(14/1920*100rem);
  }
}
  header .menu-top a, header .button-email a{
    position: relative;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  padding-bottom: 0.5729166666666667rem;
}
  header .menu-top a:hover, header .button-email a:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 106 144 / var(--tw-text-opacity)); }
  header .menu-top li.active a, header .button-email li.active a{
  --tw-text-opacity: 1;
    background-size: 100% 1px;
    background-position-x: left;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
  header .button-115 a{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(4/1920*100rem);
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
  height: 32px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  header .button-115 a{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  header .button-115 a{
    font-size: calc(14/1920*100rem);
  }
}
  header .button-115 a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
  header .button-115 a{
  padding-right: 0.5208333333333334rem;
  padding-left: 0.5208333333333334rem;
}
  @media (min-width: 1200px){
  header .button-115 a{
    height: calc(24/1920*100rem);
  }
}
    @media (min-width: 768px){
  header .button-115 a .icon{
    display: none;
  }
}
      header .button-115 a .icon ~ *{
  display: none;
}
      .swiper-pagination header.swiper-pagination-bullet .button-115 a .icon ~ * {
    display: none; }
      .swiper-pagination header.swiper-pagination-bullet .button-115 a .icon ~ *.swiper-pagination-bullet-active{
  display: flex;
}
      @media (min-width: 768px){
  header .button-115 a .icon ~ *{
    display: block;
  }
}
  header .button-phone a, header .button-login a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
  @media (min-width: 768px){
  header .button-phone a, header .button-login a{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  header .button-phone a, header .button-login a{
    font-size: calc(14/1920*100rem);
  }
}
  header .button-phone a, header .button-login a{
    position: relative;
  gap: 0.46875rem;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  padding-bottom: 0.5729166666666667rem;
}
  header .button-phone a:hover, header .button-login a:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 106 144 / var(--tw-text-opacity)); }
    @media (max-width: 767.98px) {
      header .button-phone a, header .button-login a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }

@media (min-width: 768px) {
  header .button-email, header .button-115{
    margin-left: 1.3020833333333335rem;
  } }
  header .button-phone{
  margin-left: calc(60/1920*100rem);
}
  @media (max-width: 767.98px) {
    header #buttonMenu{
    --tw-translate-y: -50%;
    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));
  } }
  header .button-login{
  margin-left: 1.1979166666666667rem;
}
  header .logo{
  height: calc(40/1920*100rem);
}
  @media (min-width: 768px){
  header .logo{
    height: calc(48/1920*100rem);
  }
}
  @media (min-width: 1200px){
  header .logo{
    height: calc(60/1920*100rem);
  }
}
    @media (max-width: 767.98px) {
      header .logo{
    --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: 2;
  } }
    header .logo a{
  height: 100%;
}
    header .logo img{
  width: auto;
  max-height: none;
}
  header .second-logo{
  height: 60px;
}
  @media (min-width: 1200px){
  header .second-logo{
    height: 3.125rem;
  }
}
  header .second-logo{
  display: flex;
}
    header .second-logo a{
  height: 100%;
}
    header .second-logo:before {
      --tw-border-opacity: 1;
      position: static;
      border-left-width: 1px;
      border-left-color: rgb(220 220 220 / var(--tw-border-opacity));
      padding-right: calc(4/1920*100rem);
      content: '' }
    @media (min-width: 576px){
  header .second-logo:before{
    padding-right: calc(12/1920*100rem);
  }
}
    header .second-logo img{
  width: auto;
  height: 100%;
  max-height: none;
  object-fit: contain;
}
  header .main-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20/1920*100rem);
}
    header .main-menu .dropdown{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
  opacity: 0;
  z-index: 10;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-top-width: 1px;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(40/1920*100rem);
  padding-bottom: calc(40/1920*100rem);
  width: 100%;
  pointer-events: none;
}
    header .main-menu .dropdown-wrapper {
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 72.91667rem }
      header .main-menu .dropdown-wrapper > ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}
        header .main-menu .dropdown-wrapper > ul a{
  --tw-text-opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
        @media (min-width: 1200px){
  header .main-menu .dropdown-wrapper > ul a{
    font-size: calc(18/1920*100rem);
  }
}
          header .main-menu .dropdown-wrapper > ul a .img {
            display: block;
            position: relative;
            padding-top: 62.27273%;
            width: 100%;
            height: 0 /* 0px */;
            overflow: hidden }
            header .main-menu .dropdown-wrapper > ul a .img img, header .main-menu .dropdown-wrapper > ul a .img iframe, header .main-menu .dropdown-wrapper > ul a .img video {
              object-fit: cover; }
            header .main-menu .dropdown-wrapper > ul a .img img{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    header .main-menu a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
    @media (min-width: 768px){
  header .main-menu a{
    font-size: 14px;
  }
}
    @media (min-width: 1200px){
  header .main-menu a{
    font-size: calc(14/1920*100rem);
  }
}
    header .main-menu a{
    position: relative;
    transition: background-size 350ms;
  margin-top: 0.5729166666666667rem;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  padding-bottom: 0.5729166666666667rem;
}
    header .main-menu a:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 106 144 / var(--tw-text-opacity)); }
    header .main-menu .toggle-icon{
  display: none;
}
    .swiper-pagination header.swiper-pagination-bullet .main-menu .toggle-icon {
    display: none; }
    .swiper-pagination header.swiper-pagination-bullet .main-menu .toggle-icon.swiper-pagination-bullet-active{
  display: flex;
}
    header .main-menu li.active > a{
  --tw-text-opacity: 1;
    background-size: 100% 1px;
    background-position-x: left;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
    header .main-menu li[class*='has-children']:hover > ul{
  opacity: 1;
  pointer-events: auto;
}
    header .main-menu li[class*='has-children']:hover > .dropdown{
  opacity: 1;
  pointer-events: auto;
}
    header .main-menu li[class*='has-children'] > ul {
      position: absolute;
      top: 100%;
      left: 0 /* 0px */;
      z-index: 1;
      min-width: 220px }
    header .main-menu li[class*='has-children'] > ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(4/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(4/1920*100rem) * var(--tw-space-y-reverse));
}
    header .main-menu li[class*='has-children'] > ul{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-style: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(12/1920*100rem);
  pointer-events: none;
}
      header .main-menu li[class*='has-children'] > ul a{
  justify-content: flex-start;
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
}
  header .button-search{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  width: 32px;
  height: 32px;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: 14px;
}
  @media (min-width: 1200px){
  header .button-search{
    width: 1.3541666666666667rem;
    height: 1.3541666666666667rem;
    font-size: calc(14/1920*100rem);
  }
  header .button-search:hover{
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(0 106 144 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
    @media (max-width: 767.98px) {
      header .button-search{
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }

.mobile-wrap{
  --tw-bg-opacity: 1;
  --tw-shadow: 4px 4px 32px 16px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 4px 4px 32px 16px var(--tw-shadow-color);
  display: none;
  position: fixed;
  top: 60px;
  left: -100%;
  opacity: 0;
  z-index: 1001;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  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-top: 14px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: 100vw;
  max-width: 390px;
  pointer-events: none;
}

.swiper-pagination .swiper-pagination-bullet.mobile-wrap {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.mobile-wrap.swiper-pagination-bullet-active{
  display: flex;
}

@media (min-width: 576px){
  .mobile-wrap{
    top: 101px;
  }
}

@media (min-width: 1200px){
  .mobile-wrap{
    display: none;
  }
}

.mobile-wrap{
  height: calc(100vh - 60px);
  overflow: auto;
}

@media (min-width: 576px){
  .mobile-wrap{
    height: calc(100vh - 101px);
  }
}
  .mobile-wrap .navbar-nav-list{
  display: flex;
  flex-direction: column;
  padding-right: 16px;
}
  .mobile-wrap .toggle-submenu{
  display: flex;
  position: absolute;
  top: 0 /* 0px */;
  right: 0 /* 0px */;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  width: 60px;
  height: 60px;
}
    .mobile-wrap .toggle-submenu::before{
  --tw-text-opacity: 1;
  --tw-content: '\f054';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 300;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
}
    .mobile-wrap .toggle-submenu.active::before{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .mobile-wrap .button-search {
    position: relative;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px }
  .mobile-wrap .button-search:hover {
      --tw-text-opacity: 1;
      background-size: 100% 1px;
      background-position-x: left;
      color: rgb(0 106 144 / var(--tw-text-opacity)); }
  .mobile-wrap .button-search{
  display: flex;
  align-items: center;
  height: 60px;
}
    .mobile-wrap .button-search i{
  --tw-text-opacity: 1;
  padding-top: calc(16/1920*100rem);
  padding-bottom: calc(16/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: 18px;
}
      @media (max-width: 767.98px) {
        .mobile-wrap .button-search i{
    --tw-border-opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 1px;
    border-color: rgb(0 106 144 / var(--tw-border-opacity));
    width: calc(40/1920*100rem);
    height: calc(40/1920*100rem);
  } }
  .mobile-wrap .main-menu, .mobile-wrap .menu-top{
  text-transform: uppercase;
}
    .mobile-wrap .main-menu li a, .mobile-wrap .menu-top li a{
  display: block;
}
    .mobile-wrap .main-menu li.active > a, .mobile-wrap .menu-top li.active > a{
  font-weight: 700 !important;
  text-decoration-line: underline !important;
}
    .mobile-wrap .main-menu > li, .mobile-wrap .menu-top > li{
  position: relative;
  border-bottom-width: 1px;
  border-color: rgb(0 106 144 / 0.2);
}
      .mobile-wrap .main-menu > li > a, .mobile-wrap .menu-top > li > a{
  --tw-text-opacity: 1;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}
      .mobile-wrap .main-menu > li > .sub-menu, .mobile-wrap .menu-top > li > .sub-menu{
  display: none;
  padding: calc(12/1920*100rem);
}
      .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li > .sub-menu,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li > .sub-menu {
    display: none; }
      .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li > .sub-menu.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li > .sub-menu.swiper-pagination-bullet-active{
  display: flex;
}
      .mobile-wrap .main-menu > li > .sub-menu, .mobile-wrap .menu-top > li > .sub-menu{
  border-top-width: 1px;
  border-top-color: rgb(0 106 144 / 0.5);
}
      .mobile-wrap .main-menu > li[class*='has-children'] > a, .mobile-wrap .menu-top > li[class*='has-children'] > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
      .mobile-wrap .main-menu > li .dropdown, .mobile-wrap .menu-top > li .dropdown{
  display: none;
  border-radius: 0px;
}
      .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li .dropdown,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li .dropdown {
    display: none; }
      .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li .dropdown.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li .dropdown.swiper-pagination-bullet-active{
  display: flex;
}
      .mobile-wrap .main-menu > li .dropdown, .mobile-wrap .menu-top > li .dropdown{
  border-top-width: 1px;
  border-top-color: rgb(0 106 144 / 0.5);
  padding: calc(12/1920*100rem);
}
        .mobile-wrap .main-menu > li .dropdown ul .img, .mobile-wrap .menu-top > li .dropdown ul .img{
  display: none;
}
        .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li .dropdown ul .img,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li .dropdown ul .img {
    display: none; }
        .swiper-pagination .swiper-pagination-bullet.mobile-wrap .main-menu > li .dropdown ul .img.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet .mobile-wrap .menu-top > li .dropdown ul .img.swiper-pagination-bullet-active{
  display: flex;
}
        .mobile-wrap .main-menu > li .dropdown ul a, .mobile-wrap .menu-top > li .dropdown ul a{
  --tw-text-opacity: 1;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
}
        .mobile-wrap .main-menu > li .dropdown ul li.active a, .mobile-wrap .menu-top > li .dropdown ul li.active a{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
      .mobile-wrap .main-menu > li .toggle-icon, .mobile-wrap .menu-top > li .toggle-icon{
  position: relative;
  z-index: 1;
  margin-top: calc(calc(8/1920*100rem) * -1);
  margin-bottom: calc(calc(8/1920*100rem) * -1);
  width: calc(40/1920*100rem);
  height: calc(40/1920*100rem);
}
        .mobile-wrap .main-menu > li .toggle-icon svg, .mobile-wrap .menu-top > li .toggle-icon svg{
  width: 100%;
  height: 100%;
}
  .mobile-wrap .sub-menu > li > a{
  --tw-text-opacity: 1;
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 16px;
}
  .mobile-wrap .sub-menu > li > a, .mobile-wrap .dropdown-wrapper > ul > li > a{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}
    .mobile-wrap .sub-menu > li > a::before, .mobile-wrap .dropdown-wrapper > ul > li > a::before {
      --tw-border-opacity: 1;
      position: static;
      border-top-width: 6px;
      border-bottom-width: 6px;
      border-left-width: 8px;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-left-color: rgb(0 106 144 / var(--tw-border-opacity));
      background-color: transparent;
      content: '' }
  .mobile-wrap .button-email, .mobile-wrap .button-phone, .mobile-wrap .button-login{
  position: relative;
  border-bottom-width: 1px;
  border-color: rgb(0 106 144 / 0.2);
}
    .mobile-wrap .button-email a, .mobile-wrap .button-phone a, .mobile-wrap .button-login a{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  padding-top: 16px;
  padding-bottom: 16px;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
  .mobile-wrap.active{
  left: 0 /* 0px */;
  opacity: 1;
  pointer-events: auto;
}

.search-wrap{
  display: none;
  position: fixed;
  top: calc(128/1920*100rem);
  right: 0 /* 0px */;
  left: 0 /* 0px */;
  z-index: 1005;
  padding-right: calc(40/1920*100rem);
  padding-left: calc(40/1920*100rem);
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet.search-wrap {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.search-wrap.swiper-pagination-bullet-active{
  display: flex;
}

@media (min-width: 1200px){
  .search-wrap{
    top: 8.333333333333334rem;
  }
  .search-wrap .close-search{
    display: none;
  }
}
  @media (max-width: 1279.98px) {
    .search-wrap{
    top: 60px;
    height: calc(100vh - 60px);
  }
    @media (min-width: 576px){
    .search-wrap{
      top: 101px;
      height: calc(100vh - 101px);
    }
  }
    .search-wrap{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
      .search-wrap .close-search{
    display: flex;
    position: absolute;
    top: 0 /* 0px */;
    right: 0 /* 0px */;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
  }
        .search-wrap .close-search i{
    --tw-text-opacity: 1;
    color: rgb(70 70 70 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 3rem;
  }
      .search-wrap .searchbox{
    display: flex;
    align-items: center;
    gap: calc(12/1920*100rem);
    width: 100%;
    height: 100%;
  }
        .search-wrap .searchbox input {
          --tw-bg-opacity: 1;
          outline-color: transparent;
          outline-width: 0px;
          box-shadow: none;
          border-color: transparent;
          border-radius: 0px;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
          padding: 0 /* 0px */;
          font-size: 20px }
        .search-wrap .searchbox input:focus{
    outline-width: 0px;
    border-width: 0px;
    border-bottom-width: 3px;
  }
        @media (min-width: 576px){
    .search-wrap .searchbox input{
      font-size: 1.7rem;
    }
  }
        @media (min-width: 768px){
    .search-wrap .searchbox input{
      font-size: 2.5rem;
    }
  }
        .search-wrap .searchbox input{
    --tw-border-opacity: 1;
    border-width: 0px;
    border-bottom-width: 3px;
    border-bottom-color: rgb(0 106 144 / var(--tw-border-opacity));
    height: 4rem;
  }
      .search-wrap .searchbutton {
        --tw-border-opacity: 1;
        position: static;
        flex: 0 0 4rem;
        transform: none;
        border-width: 3px;
        border-color: rgb(0 106 144 / var(--tw-border-opacity));
        width: 4rem;
        height: 4rem;
        font-size: 2.5rem } }

.language_bar_list a{
  --tw-border-opacity: 1;
  display: block;
  border-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
  .language_bar_list a img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover }

.wpml-ls.wpml-ls-legacy-dropdown-click{
  position: relative;
  width: 100%;
}
  .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li{
  display: flex;
  justify-content: center;
  align-items: center;
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li img{
  border-radius: 9999px;
  width: calc(20/1920*100rem);
  width: 100%;
  height: calc(20/1920*100rem);
  height: 100%;
  object-fit: cover;
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a{
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0px;
  background-image: none;
  background-color: transparent;
  padding: 0 /* 0px */;
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: calc(16/1920*100rem);
}
      .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a::after{
  --tw-content: '\f078';
  display: flex;
  position: static;
  margin-left: calc(4/1920*100rem);
  border-style: none;
  content: var(--tw-content);
  color: currentColor;
  font-weight: 300;
  font-size: 14px;
  font-family: "Font Awesome 6 Pro";
}
      @media (min-width: 1200px){
  .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a::after{
    font-size: calc(12 / 1920 * 100rem);
  }
}
        @media (max-width: 767.98px) {
          .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > a::after{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  } }
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0 /* 0px */;
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(4/1920*100rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(4/1920*100rem) * var(--tw-space-y-reverse));
}
    .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu{
  --tw-bg-opacity: 1;
  border-style: none;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(4/1920*100rem);
}
    .swiper-pagination .swiper-pagination-bullet.wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu.swiper-pagination-bullet-active{
  display: flex;
}
      .wpml-ls.wpml-ls-legacy-dropdown-click > ul > li > .wpml-ls-sub-menu li{
  display: flex;
  justify-content: center;
  align-items: center;
}

.goog-te-gadget {
  font-size: 0 !important; }
  .goog-te-gadget a {
    display: none; }
  .goog-te-gadget img {
    display: none; }
  .goog-te-gadget .goog-te-combo {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    margin: 0;
    border-color: rgb(0 106 144 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0 /* 0px */;
    padding-right: calc(12/1920*100rem);
    padding-bottom: 0 /* 0px */;
    padding-left: calc(12/1920*100rem);
    width: 10rem;
    height: calc(28/1920*100rem) }
    @media screen and (max-width: 1024.98px) {
      .goog-te-gadget .goog-te-combo {
        width: 13.75rem; } }

.contact-form .form-group input{
  height: calc(48/1920*100rem);
}

@media (min-width: 1200px){
  .contact-form .form-group textarea{
    height: calc(120/1920*100rem);
  }
}

.contact-form .form-group input, .contact-form .form-group textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
  .contact-form .form-group input:focus, .contact-form .form-group textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .contact-form .form-group input:valid, .contact-form .form-group textarea:valid{
  --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(2 111 154 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-bg-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact-form .form-group button[type="submit"]{
  margin-right: 0 /* 0px */;
  margin-left: auto;
}

.contact-form .form-group label{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1200px){
  .contact-form .form-group label{
    font-size: calc(16/1920*100rem);
  }
}

.rating-wrap .form-group textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
  .rating-wrap .form-group textarea:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .rating-wrap .form-group textarea:valid{
  --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(2 111 154 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-bg-opacity: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rating-wrap .form-group button[type="submit"]{
  margin-right: 0 /* 0px */;
  margin-left: auto;
}

.rating-wrap .form-group.form-rating{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .rating-wrap .row{
    margin-right: calc(calc(60/1920*100rem) * -1);
    margin-left: calc(calc(60/1920*100rem) * -1);
  }
    .rating-wrap .row > *{
    padding-right: calc(60/1920*100rem);
    padding-left: calc(60/1920*100rem);
  } }

.contact-maps{
  aspect-ratio: 1369/446;
}

.contact-section .block-content{
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}
  @media (max-width: 767.98px) {
    .contact-section .block-content [class*='sub-header']{
    font-size: 16px;
    line-height: 1.3;
  } }

.box-profile-detail{
  --tw-border-opacity: 1;
  position: sticky;
  top: calc(120/1920*100rem);
  border-width: calc(2/1920*100rem);
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  padding: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .box-profile-detail{
    padding: calc(20/1920*100rem);
  }
}
  @media (max-width: 767.98px) {
    .box-profile-detail{
    border-width: 2px;
  } }
  .box-profile-detail table{
  width: 100%;
}
  .box-profile-detail td{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-top: calc(8/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
}
  @media (min-width: 1200px){
  .box-profile-detail td{
    font-size: calc(16/1920*100rem);
  }
}
  .box-profile-detail td:last-child{
  text-align: right;
}
  .box-profile-detail tr:last-child td{
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
}

.post-navigation{
  display: flex;
  justify-content: space-between;
  gap: calc(20/1920*100rem);
}
  .post-navigation > *{
  display: flex;
  position: relative;
  align-items: center;
  gap: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .post-navigation > *{
    gap: calc(20/1920*100rem);
  }
}
    .post-navigation > *.next{
  flex-direction: row-reverse;
}
  .post-navigation .icon{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}
  .post-navigation .caption{
  --tw-text-opacity: 1;
  display: flex;
  flex-direction: column;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-size: 10px;
}

@media (min-width: 768px) {

.post-navigation .caption{
    font-size: 15px;
  }

@media (min-width: 768px){
    .post-navigation .caption{
      font-size: 14px;
    }
  }

@media (min-width: 1200px){
    .post-navigation .caption{
      font-size: calc(14/1920*100rem);
    }
  } }
  .post-navigation .title{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-size: 12px;
}

@media (min-width: 768px) {

.post-navigation .title{
    font-size: 16px;
  }

@media (min-width: 1200px){
    .post-navigation .title{
      font-size: calc(16/1920*100rem);
    }
  } }
  .post-navigation .link {
    background: none; }
    .post-navigation .link:hover .icon{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.find-doctor-detail-section .full-content{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 1023.98px) {
  .find-doctor-detail-section .container > .row{
    row-gap: calc(20/1920*100rem);
    flex-direction: column-reverse;
  } }

@media (min-width: 768px) {
  .our-doctor-section .expand-btn {
    display: none !important; } }

@media (min-width: 1200px){
  .our-doctor-section .swiper-relative .swiper{
    margin: calc(calc(20/1920*100rem) * -1);
    padding: calc(20/1920*100rem);
  }
}

.our-doctor-section .doctor-item::before {
  box-shadow: 3px 0px calc(10/1920*100rem) rgba(0, 0, 0, 0.2); }

@media (min-width: 1200px){
  .our-doctor-section .swiper-page-button{
    top: 0.3rem;
    margin-top: 0 /* 0px */;
  }
}

.our-doctor-section .swiper-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12/1920*100rem);
  margin-top: calc(20/1920*100rem);
}

@media (min-width: 1200px){
  .our-doctor-section .swiper-button{
    margin-top: 0 /* 0px */;
  }
}
  .our-doctor-section .swiper-button > *{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  border-radius: 0px;
  background-image: none;
  background-color: transparent;
  width: calc(44/1920*100rem);
  height: calc(44/1920*100rem);
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}

@media (min-width: 1200px) {
  .our-doctor-section .swiper-button{
    position: absolute;
    right: 0 /* 0px */;
    bottom: calc(100% + (60 / 1920 * 100rem));
  }
  .our-doctor-section.button-position-2 .swiper-button{
    right: 0 /* 0px */;
    bottom: calc(100% + (20 / 1920 * 100rem));
  }
  .our-doctor-section.button-position-3 .swiper-button{
    top: unset;
    right: 0 /* 0px */;
    bottom: calc(100% + (8 / 1920 * 100rem));
  } }

.box-doctor-filter{
  --tw-bg-opacity: 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
}

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

@media (min-width: 1200px){
  .box-doctor-filter{
    gap: calc(40/1920*100rem);
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
  .box-doctor-filter select{
  color: rgb(225 17 91 / 0.4);
  text-transform: uppercase;
}
    .box-doctor-filter select option{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 500;
}

.doctor-item{
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}

@media (min-width: 768px){
  .doctor-item{
    flex-direction: column;
  }
}
  @media (max-width: 767.98px) {
    .doctor-item{
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: rgb(220 220 220 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  } }
  .doctor-item::before {
    --tw-bg-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));
    opacity: 0;
    z-index: -1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 3px 0px calc(50/1920*100rem) rgba(0, 0, 0, 0.2);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    pointer-events: none;
    content: '' }
  .doctor-item *{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .doctor-item .caption{
  display: flex;
  flex-direction: column;
  height: 100%;
}
    @media (max-width: 767.98px) {
      .doctor-item .caption{
    flex: 1 1 0%;
    padding: 0 /* 0px */;
    height: auto;
  } }
  .doctor-item .image{
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0 /* 0px */;
  overflow: hidden;
}
  .doctor-item .image img{
  position: absolute;
  inset: 0 /* 0px */;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    @media (max-width: 767.98px) {
      .doctor-item .image {
        flex: 0 0 150px;
        flex: 0 0 100px;
        padding-top: 0 /* 0px */;
        width: 100px;
        height: 100px } }
    .doctor-item .image img{
  position: absolute;
  top: 0 /* 0px */;
  left: 0 /* 0px */;
  width: 100%;
  height: 100%;
}
  .doctor-item .name{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
}
  @media (min-width: 1200px){
  .doctor-item .name{
    font-size: calc(18/1920*100rem);
  }
}
  .doctor-item .name{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
    @media (max-width: 767.98px) {
      .doctor-item .name{
    font-size: 15px;
  }
    .doctor-item .link-arrow{
    font-size: 12px;
  } }
  .doctor-item .sub-title{
  color: rgb(0 0 0 / 0.5);
  font-size: 16px;
}
  @media (min-width: 1200px){
  .doctor-item .sub-title{
    font-size: calc(16/1920*100rem);
  }
}
  .doctor-item .sub-title{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
    @media (max-width: 767.98px) {
      .doctor-item .sub-title{
    font-size: 13px;
  } }
  .doctor-item .title{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
}
  @media (min-width: 1200px){
  .doctor-item .title{
    font-size: calc(16/1920*100rem);
  }
}
  .doctor-item .desc{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
    @media (max-width: 767.98px) {
      .doctor-item .desc{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.doctor-item .desc {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.doctor-item .desc.swiper-pagination-bullet-active{
    display: flex;
  } }
  .doctor-item .top{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  flex: 1 1 0%;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(8/1920*100rem);
}
  @media (min-width: 1200px){
  .doctor-item .top{
    padding-right: calc(16/1920*100rem);
    padding-left: calc(16/1920*100rem);
  }
}
    @media (max-width: 767.98px) {
      .doctor-item .top{
    flex: none;
    border-width: 0px;
    padding-bottom: 0 /* 0px */;
  } }
  .doctor-item .bot{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(8/1920*100rem);
}
  @media (min-width: 1200px){
  .doctor-item .bot{
    padding-right: calc(16/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
    padding-left: calc(16/1920*100rem);
  }
}
  .doctor-item .bot{
  display: flex;
  flex-direction: column;
}
    @media (max-width: 767.98px) {
      .doctor-item .bot{
    border-width: 0px;
  } }
    .doctor-item .bot .button{
  flex: 1 1 0%;
  align-items: flex-end;
}
  .doctor-item .desc{
  color: rgb(0 0 0 / 0.8);
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  .doctor-item .desc{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .doctor-item .desc{
    font-size: calc(14/1920*100rem);
  }
}
  .doctor-item .desc{
  height: 70px;
}
  @media (min-width: 1200px){
  .doctor-item .desc{
    height: 3.6458333333333335rem;
  }
}
  .doctor-item .button{
  margin-top: calc(4/1920*100rem);
}
  @media (min-width: 768px){
  .doctor-item .button{
    margin-top: calc(12/1920*100rem);
  }
}
    .doctor-item .button a{
  text-transform: uppercase;
}
  .doctor-item:hover::before{
  opacity: 1;
  pointer-events: auto;
  content: var(--tw-content);
}
    .doctor-item:hover *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .doctor-item:hover .top{
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
}
      @media (max-width: 767.98px) {
        .doctor-item:hover .top{
    flex: 1 1 0%;
    padding-bottom: calc(8/1920*100rem);
  } }
    .doctor-item:hover .bot{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
    .doctor-item:hover .sub-title{
  color: rgb(255 255 255 / 0.5);
}
    .doctor-item:hover .link-arrow{
  --tw-text-opacity: 1;
  gap: calc(40/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-find-doctor-content{
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px){
  .box-find-doctor-content{
    max-width: 54.6875rem;
  }
}

.find-doctor-section .doctor-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(16/1920*100rem);
}

@media (min-width: 768px){
  .find-doctor-section .doctor-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(40/1920*100rem);
  }
}

@media (min-width: 1024px){
  .find-doctor-section .doctor-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
  .find-doctor-section .doctor-list + .button .btn-lined{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  color: rgb(225 17 91 / var(--tw-text-opacity));
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .find-doctor-section .doctor-list + .button .btn-lined{
    min-width: 20.833333333333336rem;
    height: calc(60/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}
  .find-doctor-section .doctor-list + .button .btn-lined:hover{
  border-color: currentColor;
}

.box-partner{
  display: flex;
  flex-direction: column;
  gap: calc(20/1920*100rem);
}

@media (min-width: 1024px){
  .box-partner{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px){
  .partner-1-section{
    padding-top: calc(48/1920*100rem);
    padding-bottom: calc(48/1920*100rem);
  }
}
  .partner-1-section .site-desc{
  text-align: justify;
}

.partner-item{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: calc(8/1920*100rem);
  padding-right: calc(16/1920*100rem);
  padding-bottom: calc(8/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

.partner-2-category .head{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
}

.partner-2-category .category-title{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  position: relative;
  margin-bottom: -1px;
  background-color: rgb(0 106 144 / 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);
  width: max-content;
  height: calc(48/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .partner-2-category .category-title{
    font-size: calc(20/1920*100rem);
  }
}
  .partner-2-category .category-title::after {
    --tw-border-opacity: 1;
    display: block;
    position: absolute;
    top: 0 /* 0px */;
    left: 100%;
    border-right-width: 1.3541666666666667rem;
    border-bottom-width: 2.5rem;
    border-right-color: transparent;
    border-bottom-color: rgb(0 106 144 / var(--tw-border-opacity));
    width: 0 /* 0px */;
    height: 0 /* 0px */;
    pointer-events: none;
    content: '' }

.partner-2-category .partner-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem;
  margin-top: calc(40/1920*100rem);
}

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

@media (min-width: 1024px){
  .partner-2-category .partner-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.partner-2-category .partner-title{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375;
}

@media (min-width: 1200px){
  .partner-2-category .partner-title{
    font-size: calc(20/1920*100rem);
  }
}

.partner-2-category .partner-group:first-child{
  margin-top: calc(12/1920*100rem);
}

.partner-2-section .box-partner{
  align-items: flex-start;
}
  @media (min-width: 1024px){
  .partner-2-section .box-partner .left{
    max-width: 44.53125rem;
  }
}

.partner-2-section .category-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}

@media (min-width: 576px){
  .partner-2-section .category-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

@media (min-width: 1200px){
  .partner-2-section .category-list{
    column-gap: 2.2395833333333335rem;
    margin-right: -0.5208333333333334rem;
    margin-left: -0.5208333333333334rem;
  }
}

.category-item{
  display: flex;
  position: relative;
  flex-direction: column;
  gap: calc(8/1920*100rem);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px){
  .category-item{
    padding: 0.5208333333333334rem;
  }
}
  .category-item .image{
  aspect-ratio: 355/230;
}
  .category-item .caption{
  flex: 1 1 0%;
}
  .category-item .title{
  -webkit-box-orient: vertical;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  display: -webkit-box;
  border-bottom-width: 1px;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 15px;
}
  @media (min-width: 768px){
  .category-item .title{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .category-item .title{
    font-size: calc(14/1920*100rem);
  }
}
  .category-item .title{
  height: 2.8125rem;
}
  .category-item .desc{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 15px;
}
  @media (min-width: 768px){
  .category-item .desc{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .category-item .desc{
    font-size: calc(14/1920*100rem);
  }
}
  .category-item .desc{
  margin-top: 0.46875rem;
}
  .category-item .button{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: calc(12/1920*100rem);
}
  @media (min-width: 1200px){
  .category-item .button{
    margin-top: calc(80/1920*100rem);
  }
  .category-item .button > a{
    --tw-translate-y: calc(calc(40/1920*100rem) * -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));
  }
}
  .category-item:hover {
    --tw-bg-opacity: 1;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) }
    @media (min-width: 1200px){
  .category-item:hover .button > a{
    --tw-translate-y: 0 /* 0px */;
    --tw-text-opacity: 1;
    gap: calc(40/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));
    color: rgb(0 106 144 / var(--tw-text-opacity));
  }
}

.news-latest-item{
  display: flex;
  position: relative;
  gap: calc(16/1920*100rem);
}
  .news-latest-item .image{
  aspect-ratio: 1 / 1;
  width: calc(80/1920*100rem);
}
  .news-latest-item .caption{
  flex: 1 1 0%;
}
  .news-latest-item .news-date{
  --tw-text-opacity: 1;
  margin-bottom: calc(4/1920*100rem);
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
  .news-latest-item .title{
  color: rgb(0 0 0 / 0.8);
  font-weight: 700;
  font-size: calc(15/1920*100rem);
}
  .news-latest-item:hover .title{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}

.news-detail-image img{
  height: auto;
}

.action-list{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .action-list{
    gap: calc(20/1920*100rem);
  }
}
  .action-list a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(4/1920*100rem);
}
    .action-list a.heart:hover{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
      .action-list a.heart.active{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
        .action-list a.heart.active i::before{
  font-weight: 700;
}

.interact-list{
  display: flex;
  align-items: center;
  gap: calc(16/1920*100rem);
}

@media (min-width: 1200px){
  .interact-list{
    gap: calc(20/1920*100rem);
  }
}
  .interact-list a{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
}
  .interact-list a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}
    .interact-list a.active{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
      .interact-list a.active i::before{
  font-weight: 700;
}

.author-list{
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .author-list{
    gap: calc(20/1920*100rem);
  }
}
  .author-list li{
  font-size: 15px;
}
  @media (min-width: 768px){
  .author-list li{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .author-list li{
    font-size: calc(14/1920*100rem);
  }
}

.comment-form-item{
  display: flex;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .comment-form-item{
    gap: calc(20/1920*100rem);
  }
}
  .comment-form-item .comment-avatar{
  width: calc(60/1920*100rem);
  height: calc(60/1920*100rem);
  overflow: hidden;
}
  @media (min-width: 1200px){
  .comment-form-item .comment-avatar{
    width: calc(80/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
    .comment-form-item .comment-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .comment-form-item .comment-form{
  flex: 1 1 0%;
}
    .comment-form-item .comment-form textarea{
  padding-right: calc(8/1920*100rem);
  padding-left: calc(8/1920*100rem);
}
    .comment-form-item .comment-form button{
  margin-right: 0 /* 0px */;
  margin-left: auto;
}

.comment-item{
  display: flex;
  gap: calc(8/1920*100rem);
}

@media (min-width: 1200px){
  .comment-item{
    gap: calc(20/1920*100rem);
  }
}
  .comment-item .comment-avatar{
  width: calc(60/1920*100rem);
  height: calc(60/1920*100rem);
  overflow: hidden;
}
  @media (min-width: 1200px){
  .comment-item .comment-avatar{
    width: calc(80/1920*100rem);
    height: calc(80/1920*100rem);
  }
}
    .comment-item .comment-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .comment-item .comment-content{
  flex: 1 1 0%;
}
  .comment-item .comment-body{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 15px;
}
  @media (min-width: 768px){
  .comment-item .comment-body{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .comment-item .comment-body{
    font-size: calc(14/1920*100rem);
  }
}
  .comment-item .comment-footer{
  display: flex;
  align-items: center;
  gap: calc(16/1920*100rem);
}
    .comment-item .comment-footer a{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
  font-size: 15px;
}
    @media (min-width: 768px){
  .comment-item .comment-footer a{
    font-size: 14px;
  }
}
    @media (min-width: 1200px){
  .comment-item .comment-footer a{
    font-size: calc(14/1920*100rem);
  }
}
    .comment-item .comment-footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
      .comment-item .comment-footer a.active{
  --tw-text-opacity: 1;
  color: rgb(225 17 91 / var(--tw-text-opacity));
}
        .comment-item .comment-footer a.active i::before{
  font-weight: 700;
}
  .comment-item .comment-reply .comment-avatar{
  width: calc(56/1920*100rem);
  height: calc(56/1920*100rem);
}
  .comment-item .comment-form-item .comment-form textarea{
  height: calc(56/1920*100rem);
}
  @media (min-width: 1200px){
  .comment-item .comment-form-item .comment-form button{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    height: calc(32/1920*100rem);
    font-size: 14px;
  }
  @media (min-width: 1200px){
    .comment-item .comment-form-item .comment-form button{
      font-size: calc(12 / 1920 * 100rem);
    }
  }
}

.box-comment > .button a{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
  width: 100%;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

@media (min-width: 1200px){
  .box-comment > .button a{
    height: calc(48/1920*100rem);
    font-size: calc(18/1920*100rem);
  }
}

.box-comment > .button a:hover{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}

.box-news-detail-search .searchbox input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  border-radius: 0px;
  padding-right: calc(48/1920*100rem);
  padding-left: calc(20/1920*100rem);
  width: 100%;
  height: calc(48/1920*100rem);
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-size: calc(16/1920*100rem);
}

.box-news-detail-search .searchbox input::placeholder{
  color: rgb(0 0 0 / 0.3);
  text-transform: none;
}

.box-news-detail-search .searchbox button{
  --tw-translate-y: -50%;
  display: flex;
  position: absolute;
  top: 50%;
  right: calc(8/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;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.2);
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(0 0 0 / 0.2);
  font-size: calc(16/1920*100rem);
}

.box-news-detail-search .searchbox button:hover{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-latest-news .tabslet-tabs{
  --tw-border-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-width: 1px;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  padding: calc(12/1920*100rem);
}
  .box-latest-news .tabslet-tabs a{
  display: block;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-bottom: calc(4/1920*100rem);
  color: rgb(0 0 0 / 0.5);
  font-weight: 400;
  font-size: calc(14/1920*100rem);
  text-align: center;
}
  .box-latest-news .tabslet-tabs a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
}
  .box-latest-news .tabslet-tabs li.active a{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700;
}

.box-latest-news .button a{
  width: 100%;
}

.news-detail-section .swiper-pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8/1920*100rem);
  pointer-events: none;
}

@media (min-width: 1200px){
  .news-detail-section .swiper-pagination{
    bottom: calc(20/1920*100rem);
  }
}
  .news-detail-section .swiper-pagination .swiper-pagination-bullet{
  --tw-bg-opacity: 1;
  border-style: none;
  border-radius: 9999px;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  width: calc(12/1920*100rem);
  height: calc(12/1920*100rem);
  pointer-events: auto;
  font-size: 0;
}
    .news-detail-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}

.news-detail-section .button-prev{
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  bottom: 0 /* 0px */;
  left: 0 /* 0px */;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(24/1920*100rem);
}

@media (min-width: 1200px){
  .news-detail-section .button-prev{
    width: calc(52/1920*100rem);
    height: calc(52/1920*100rem);
    font-size: calc(30/1920*100rem);
  }
}

.news-detail-section .button-next{
  --tw-text-opacity: 1;
  display: flex;
  position: absolute;
  right: 0 /* 0px */;
  bottom: 0 /* 0px */;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: calc(32/1920*100rem);
  height: calc(32/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: calc(24/1920*100rem);
}

@media (min-width: 1200px){
  .news-detail-section .button-next{
    width: calc(52/1920*100rem);
    height: calc(52/1920*100rem);
    font-size: calc(30/1920*100rem);
  }
}

.news-detail-section .date-action{
  --tw-border-opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-bottom: calc(4/1920*100rem);
}
  .news-detail-section .date-action .news-date{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: calc(14/1920*100rem);
}
    .news-detail-section .date-action .news-date i{
  font-size: calc(18/1920*100rem);
}

.news-detail-section .box-comment{
  margin-top: calc(40/1920*100rem);
}

.news-detail-section .post-navigation{
  --tw-border-opacity: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(8/1920*100rem);
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-top: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  text-align: right;
}

@media (min-width: 1200px){
  .news-detail-section .post-navigation{
    gap: calc(12/1920*100rem);
  }
}
  .news-detail-section .post-navigation .icon{
  width: calc(28/1920*100rem);
  height: calc(28/1920*100rem);
  font-size: calc(16/1920*100rem);
}
  .news-detail-section .post-navigation .caption{
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity));
}
  .news-detail-section .post-navigation .title{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}
  .news-detail-section .post-navigation .link:hover .title{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}

.box-news-detail-search{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.box-news-detail-search {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.box-news-detail-search.swiper-pagination-bullet-active{
  display: flex;
}

.news-date{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 10px;
}

.news-category{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .news-category{
    font-size: calc(18/1920*100rem);
  }
}

.news-item{
  display: flex;
  position: relative;
  flex-direction: column;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .news-item{
    flex-direction: row-reverse;
  }
  .news-item:nth-child(even){
    flex-direction: row;
  }
}
  .news-item .image{
  aspect-ratio: 260/226;
}
  @media (min-width: 768px){
  .news-item .image{
    width: 50%;
  }
}
  .news-item .caption{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  padding: calc(16/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media (min-width: 1200px){
  .news-item .caption{
    padding: calc(40/1920*100rem);
  }
}
    .news-item .caption *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .news-item .title{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.375;
  text-transform: uppercase;
}
  @media (min-width: 1200px){
  .news-item .title{
    font-size: calc(24/1920*100rem);
  }
}
  .news-item .line{
  --tw-border-opacity: 1;
  margin-top: calc(28/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
  border-top-width: calc(2/1920*100rem);
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  width: 52%;
}
  .news-item .news-date{
  font-style: italic;
  font-size: calc(15/1920*100rem);
}
  .news-item .desc{
  margin-top: calc(12/1920*100rem);
  font-size: calc(15/1920*100rem);
}
  .news-item:hover {
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.57); }
  .news-item.is-video .image{
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity));
  width: 100%;
}
    .news-item.is-video .image img{
  opacity: 0.5;
}
    .news-item.is-video .image::before{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  --tw-content: '\f04b';
  --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-width: calc(4/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: calc(100/1920*100rem);
  height: calc(100/1920*100rem);
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(48/1920*100rem);
  font-family: "Font Awesome 6 Sharp";
}
    @media (max-width: 767.98px) {
  .home-nav .news-item.is-video .image::before{
    font-size: 24px;
  } }
    @media (min-width: 1200px){
  .news-item.is-video .image::before{
    width: calc(120/1920*100rem);
    height: calc(120/1920*100rem);
    font-size: calc(60/1920*100rem);
  }
}
  .news-item.is-video .caption{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.news-item.is-video .caption {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.news-item.is-video .caption.swiper-pagination-bullet-active{
  display: flex;
}
  .news-item.is-video:hover .image img{
  opacity: 1;
}
  .news-item.is-event .caption{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}

.news-list-2-wrap{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(32/1920*100rem);
}

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

@media (min-width: 1200px){
  .news-list-2-wrap{
    column-gap: calc(40/1920*100rem);
  }
}

@media (min-width: 768px) {
  .news-list-2-wrap .news-item{
    grid-column: span 3 / span 3;
  }
    .news-list-2-wrap .news-item:nth-child(2), .news-list-2-wrap .news-item:nth-child(5){
    grid-column: span 1 / span 1;
  }
    .news-list-2-wrap .news-item:nth-child(3), .news-list-2-wrap .news-item:nth-child(4){
    grid-column: span 2 / span 2;
  }
    .news-list-2-wrap .news-item:nth-child(5) .image{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.news-list-2-wrap .news-item:nth-child(5) .image {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.news-list-2-wrap .news-item:nth-child(5) .image.swiper-pagination-bullet-active{
    display: flex;
  } }

@media (min-width: 1200px) {
  .news-list-2-wrap .news-item:nth-child(1) .image, .news-list-2-wrap .news-item:nth-child(6) .image, .news-list-2-wrap .news-item:nth-child(7) .image{
    aspect-ratio: 465/300;
    width: calc(465 / 800 * 100%);
  }
  @media (min-width: 1200px){
    .news-list-2-wrap .news-item:nth-child(1) .caption, .news-list-2-wrap .news-item:nth-child(6) .caption, .news-list-2-wrap .news-item:nth-child(7) .caption{
      padding: calc(48/1920*100rem);
    }
  }

.news-list-2-wrap .news-item:nth-child(1) .title, .news-list-2-wrap .news-item:nth-child(6) .title, .news-list-2-wrap .news-item:nth-child(7) .title{
    font-size: 20px;
  }

@media (min-width: 768px){
    .news-list-2-wrap .news-item:nth-child(1) .title, .news-list-2-wrap .news-item:nth-child(6) .title, .news-list-2-wrap .news-item:nth-child(7) .title{
      font-size: 24px;
    }
  }

@media (min-width: 1200px){
    .news-list-2-wrap .news-item:nth-child(1) .title, .news-list-2-wrap .news-item:nth-child(6) .title, .news-list-2-wrap .news-item:nth-child(7) .title{
      font-size: calc(32/1920*100rem);
    }
  }

.news-list-2-wrap .news-item:nth-child(1) .news-date, .news-list-2-wrap .news-item:nth-child(6) .news-date, .news-list-2-wrap .news-item:nth-child(7) .news-date{
    font-size: 16px;
  }

@media (min-width: 1200px){
    .news-list-2-wrap .news-item:nth-child(1) .news-date, .news-list-2-wrap .news-item:nth-child(6) .news-date, .news-list-2-wrap .news-item:nth-child(7) .news-date{
      font-size: calc(18/1920*100rem);
    }
  } }

.news-list-1-section-1 .column-2 .bn-1 .btn-long-arrow{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-2 .bn-1 .btn-long-arrow {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-2 .bn-1 .btn-long-arrow.swiper-pagination-bullet-active{
  display: flex;
}

.news-list-1-section-1 .column-2 .bn-1 .time-comment{
  margin-top: calc(12/1920*100rem);
}

@media (min-width: 1200px) {
  .news-list-1-section-1 .column-2 .bn-1 .des{
    margin-top: calc(20/1920*100rem);
  } }

.news-list-1-section-1 .column-3 .bn-1 .btn-long-arrow{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-3 .bn-1 .btn-long-arrow {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-3 .bn-1 .btn-long-arrow.swiper-pagination-bullet-active{
  display: flex;
}

.news-list-1-section-1 .column-3 .bn-1 .des{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-3 .bn-1 .des {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.news-list-1-section-1 .column-3 .bn-1 .des.swiper-pagination-bullet-active{
  display: flex;
}

.news-list-1-section-3 .img{
  text-align: center;
}

.video-item-2:hover .play-btn img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .video-item-2:hover .play-btn img:nth-of-type(1){
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  --tw-brightness: brightness(0);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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);
}

.video-item{
  position: relative;
}
  .video-item .image{
  aspect-ratio: 1 / 1;
}
    .video-item .image::before{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  --tw-content: '\f04b';
  --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-width: calc(4/1920*100rem);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-radius: 9999px;
  width: calc(100/1920*100rem);
  height: calc(100/1920*100rem);
  content: var(--tw-content);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(48/1920*100rem);
  font-family: "Font Awesome 6 Sharp";
}
    @media (max-width: 767.98px) {
  .home-nav .video-item .image::before{
    font-size: 24px;
  } }
    @media (min-width: 1200px){
  .video-item .image::before{
    width: calc(120/1920*100rem);
    height: calc(120/1920*100rem);
    font-size: calc(60/1920*100rem);
  }
}
    .video-item .image::after {
      position: absolute;
      inset: 0 /* 0px */;
      background-color: rgb(0 0 0 / .35);
      content: '' }
    .video-item .image .sub-title{
  --tw-translate-y: -50%;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  display: none;
  position: absolute;
  top: 50%;
  right: calc(calc(100/1920*100rem) * -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));
  z-index: 1;
  border-width: 1px;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: calc(20/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(30/1920*100rem);
}
    .swiper-pagination .swiper-pagination-bullet.video-item .image .sub-title {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.video-item .image .sub-title.swiper-pagination-bullet-active{
  display: flex;
}
    .video-item .image .sub-title{
  width: 17.708333333333336rem;
}
    @media (min-width: 1200px){
  .video-item .image .sub-title{
    display: block;
  }
}
      .video-item .image .sub-title span{
  --tw-bg-opacity: 1;
  display: flex;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  padding-top: calc(32/1920*100rem);
  padding-right: calc(40/1920*100rem);
  padding-bottom: calc(32/1920*100rem);
  padding-left: calc(40/1920*100rem);
}
  .video-item:hover .image::after{
  background-color: transparent;
}
  .video-item .caption{
  padding-top: calc(12/1920*100rem);
}
  .video-item .desc{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
}
  .video-item .news-date{
  --tw-text-opacity: 1;
  display: flex;
  align-items: center;
  gap: calc(8/1920*100rem);
  margin-bottom: calc(12/1920*100rem);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: calc(14/1920*100rem);
}
    .video-item .news-date i{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: calc(18/1920*100rem);
}
  .video-item .title{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 18px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .video-item .title{
    font-size: calc(20/1920*100rem);
  }
}
  .video-item .desc{
  -webkit-box-orient: vertical;
  --tw-text-opacity: 1;
  display: -webkit-box;
  margin-top: calc(20/1920*100rem);
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
}

.news-video-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(40/1920*100rem);
}

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

@media (min-width: 1200px){
  .news-video-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: calc(20/1920*100rem);
  }
}

@media (min-width: 768px){
  .news-video-section .video-item:nth-child(1){
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1200px){
  .news-video-section .video-item:nth-child(1){
    grid-column: span 3 / span 3;
  }
}
  .news-video-section .video-item:nth-child(1) .image{
  overflow: visible;
}
  @media (min-width: 768px){
  .news-video-section .video-item:nth-child(1) .image{
    aspect-ratio: 797/339;
  }
}
  .news-video-section .video-item:nth-child(1) .news-date{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.news-video-section .video-item:nth-child(1) .news-date {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.news-video-section .video-item:nth-child(1) .news-date.swiper-pagination-bullet-active{
  display: flex;
}
  .news-video-section .video-item:nth-child(1) .title{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  margin-right: auto;
  margin-left: auto;
  border-bottom-width: 1px;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
  padding-right: calc(12/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(12/1920*100rem);
  width: max-content;
  color: rgb(225 17 91 / var(--tw-text-opacity));
  text-align: center;
}
  @media (min-width: 1200px){
  .news-video-section .video-item:nth-child(1) .title{
    font-size: calc(36/1920*100rem);
  }
  .news-video-section .video-item:nth-child(1) .desc{
    margin-bottom: calc(20/1920*100rem);
  }
}
  .news-video-section .video-item:nth-child(1):hover .image img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.news-video-section .btn-lined{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: calc(2/1920*100rem);
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  color: rgb(225 17 91 / var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (min-width: 1200px){
  .news-video-section .btn-lined{
    padding-right: calc(80/1920*100rem);
    padding-left: calc(80/1920*100rem);
    height: calc(60/1920*100rem);
    font-size: calc(20/1920*100rem);
  }
}

.news-video-section .btn-lined:hover{
  border-color: currentColor;
}

.services-detail table{
  width: 100%;
}
  .services-detail table th{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 106 144 / 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(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: calc(14/1920*100rem);
}
  @media (min-width: 576px){
  .services-detail table th{
    font-size: calc(16/1920*100rem);
  }
}
    .services-detail table th:not(:first-child){
  text-align: left;
}
  .services-detail table td{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  font-weight: 400;
  font-size: 12px;
}
  @media (min-width: 576px){
  .services-detail table td{
    font-size: calc(15/1920*100rem);
  }
}
  .services-detail table td{
  padding-top: calc(8/1920*100rem);
  padding-right: 0.5208333333333334rem;
  padding-bottom: calc(8/1920*100rem);
  padding-left: 0.5208333333333334rem;
}
    .services-detail table td:first-child{
  text-align: center;
}
    .services-detail table td:not(:first-child){
  text-align: left;
}
    .services-detail table td:nth-of-type(3){
  text-align: center;
}
  .services-detail table tr ~ tr:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
  .services-detail table th:first-child, .services-detail table td:first-child{
  width: 2.3958333333333335rem;
}
  .services-detail table th:not(:first-child), .services-detail table td:not(:first-child){
  --tw-border-opacity: 1;
  border-left-width: 1px;
  border-left-color: rgb(220 220 220 / var(--tw-border-opacity));
}
  .services-detail table td:nth-of-type(2) {
    width: calc(590/1190*100%); }
  .services-detail table td:nth-of-type(3) {
    width: calc(554/1190*100%); }

.services-detail select{
  padding-left: calc(12/1920*100rem);
  text-align: left;
}

@media (max-width: 767.98px) {
  .services-detail [class*='section-header-32']{
    font-size: 17px;
  } }

.services-detail .des{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.services-detail .select-category-detail .option{
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .customer-services-detail{
    font-size: 14px !important;
  } }

@media (max-width: 1023.98px) {
  .services-list .col-left{
    order: 2;
  }
  .services-list .col-right{
    order: 1;
  } }

@media (max-width: 767.98px) {
  .services-list [class*='section-header-32']{
    font-size: 25px;
  } }

.services-list .item .des{
  margin-top: calc(8/1920*100rem);
}

.homepage .booking-nav-small{
  display: none;
}

.swiper-pagination .swiper-pagination-bullet.homepage .booking-nav-small {
    display: none; }

.swiper-pagination .swiper-pagination-bullet.homepage .booking-nav-small.swiper-pagination-bullet-active{
  display: flex;
}

.homepage .sticky-wrapper{
  position: absolute;
  width: 100%;
  pointer-events: none;
}
  @media (max-width: 1199.98px) {
    .homepage .sticky-wrapper{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.homepage .sticky-wrapper {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.homepage .sticky-wrapper.swiper-pagination-bullet-active{
    display: flex;
  } }
  .homepage .sticky-wrapper.is-sticky{
  pointer-events: auto;
}
    .homepage .sticky-wrapper.is-sticky .booking-nav-small{
  display: block;
}

@media (min-width: 1200px) {
  .home-nav .nav-wrapper {
    box-shadow: 0.20833rem 0.20833rem 1.66667rem 0.83333rem rgba(0, 0, 0, 0.08); } }

@media (max-width: 1199.98px) {
  .home-nav .nav-wrapper {
    max-width: 500px; } }

@media (min-width: 1200px) {
  .home-nav .item{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    max-width: 14.0625rem;
  }
    .home-nav .item:nth-of-type(1){
    --tw-bg-opacity: 1;
    background-color: rgb(2 111 154 / var(--tw-bg-opacity));
  }
    .home-nav .item:nth-of-type(2){
    --tw-bg-opacity: 1;
    background-color: rgb(1 153 202 / var(--tw-bg-opacity));
  }
    .home-nav .item:nth-of-type(3){
    --tw-bg-opacity: 1;
    background-color: rgb(3 128 176 / var(--tw-bg-opacity));
  }
    .home-nav .item:nth-of-type(4){
    --tw-bg-opacity: 1;
    background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  } }

@media (max-width: 1199.98px) {
  .home-nav .item {
    width: 50%; }
    .home-nav .item:nth-of-type(1){
    order: 2;
  }
    .home-nav .item:nth-of-type(2){
    order: 3;
  }
    .home-nav .item:nth-of-type(3){
    order: 4;
  }
    .home-nav .item:nth-of-type(4){
    order: 5;
  }
    .home-nav .item:nth-of-type(5){
    order: 1;
    width: 100%;
  }
    .home-nav .item:nth-of-type(6){
    order: 7;
    width: 100%;
  } }

@media (max-width: 767.98px) {
  .home-nav .item{
    width: 100%;
  } }

@media (max-width: 1199.98px) {
  .home-nav .item .title, .home-nav .item .description{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.home-nav .item .title,.swiper-pagination .swiper-pagination-bullet .home-nav .item .description {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.home-nav .item .title.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet .home-nav .item .description.swiper-pagination-bullet-active{
    display: flex;
  } }

.home-nav .form-group{
  position: relative;
}
  .home-nav .form-group .datepicker{
  height: 100%;
}
  .home-nav .form-group input{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: calc(12/1920*100rem);
  padding-right: calc(32/1920*100rem);
  padding-bottom: calc(12/1920*100rem);
  padding-left: calc(16/1920*100rem);
  font-size: 15px;
}
  @media (min-width: 768px){
  .home-nav .form-group input{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .home-nav .form-group input{
    font-size: calc(14/1920*100rem);
  }
}
  @media (min-width: 768px){
  .home-nav .form-group input{
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .home-nav .form-group input{
    padding-top: calc(8/1920*100rem);
    padding-bottom: calc(8/1920*100rem);
    padding-left: calc(8/1920*100rem);
  }
}
  .home-nav .form-group input{
  --tw-text-opacity: 1;
  display: block;
  height: auto;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  text-transform: uppercase;
}
  .home-nav .form-group input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    @media (max-width: 767.98px) {
      .home-nav .form-group input{
    font-size: 12px;
  } }
  .home-nav .form-group::after{
  --tw-text-opacity: 1;
  --tw-translate-y: -50%;
  position: absolute;
  top: 50%;
  right: calc(8/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));
  pointer-events: none;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 300;
  font-size: calc(15/1920*100rem);
  font-family: "Font Awesome 6 Pro";
}
  @media (min-width: 1024px){
  .home-nav .form-group::after{
    right: calc(12/1920*100rem);
  }
}
    @media (max-width: 767.98px) {
      .home-nav .form-group::after {
        --tw-translate-y: 0 /* 0px */;
        top: 2px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        font-size: 24px } }
  .home-nav .form-group.form-date::after {
    content: '\f133'; }
  .home-nav .form-group.form-department::after {
    content: '\f013'; }
  .home-nav .form-group.form-doctor::after {
    content: '\f82f'; }
  .home-nav .form-group.form-time::after {
    content: '\f017'; }
  .home-nav .form-group.form-time .dropdown-list{
  padding: calc(4/1920*100rem);
}
    .home-nav .form-group.form-time .dropdown-list ul{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: calc(4/1920*100rem);
}
    .home-nav .form-group.form-time .dropdown-list li{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-bottom-color: rgb(0 106 144 / var(--tw-border-opacity));
}
      .home-nav .form-group.form-time .dropdown-list li.disabled{
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity));
}
  .home-nav .form-group.form-time .name{
  text-align: center;
}
  @media (min-width: 1200px) {
    .home-nav .form-group.form-phone input{
    --tw-text-opacity: 1;
    color: rgb(0 106 144 / var(--tw-text-opacity));
  }
    .home-nav .form-group.form-phone input::placeholder{
    color: rgb(0 106 144 / 0.5);
  }
    .home-nav .form-group.form-phone input{
    --tw-border-opacity: 1;
    border-color: rgb(220 220 220 / var(--tw-border-opacity));
  } }
  .home-nav .form-group.form-phone::after {
    background-image: url(../img/home/phone.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    content: '' }
  @media (min-width: 1024px){
  .home-nav .form-group.form-phone::after{
    width: 14px;
    height: calc(20/1920*100rem);
  }
}
  @media (min-width: 1200px){
  .home-nav .form-group.form-phone::after{
    width: 0.5208333333333334rem;
    height: 0.8333333333333334rem;
  }
}
    @media (max-width: 1199.98px) {
      .home-nav .form-group.form-phone::after{
    --tw-brightness: brightness(0);
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  } }
    @media (max-width: 767.98px) {
      .home-nav .form-group.form-phone::after{
    top: 8px;
    right: 5px;
  } }
  .home-nav .form-group.active .dropdown-list{
  opacity: 1;
  pointer-events: auto;
}

.home-nav .dropdown-list {
  max-height: 40vh; }
  .home-nav .dropdown-list li.disabled{
  opacity: 0.5;
  pointer-events: none;
}

@keyframes anima-mb {
  0% {
    transform: translateY(3px); }
  100% {
    transform: translateY(-3px); } }

@media (max-width: 1279.98px) {
  .home-nav .show-nav-mobile .title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(8/1920*100rem);
  } }
  @media (max-width: 1279.98px) and (max-width: 767.98px) {
    .home-nav .show-nav-mobile .title{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  } }

@media (max-width: 1279.98px) {
    .home-nav .show-nav-mobile .title::after {
      display: block;
      animation: .7s infinite alternate anima-mb;
      background-image: url(../img/icon-booking.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      content: '' } }

.home-nav .show-nav-mobile.active{
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .home-nav .btn-booking{
    padding-top: calc(12/1920*100rem);
    padding-bottom: calc(12/1920*100rem);
  }
  .home-nav .text-5xl{
    font-size: 24px;
  } }

.air-datepicker {
  --adp-width: 100%;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(0 106 144 / var(--tw-border-opacity)) }

@media (min-width: 576px) {
  .air-datepicker {
    --adp-width: 320px; } }

@media (min-width: 1200px) {
  .air-datepicker {
    --adp-width: calc(320/1920*100rem); } }
  .air-datepicker .air-datepicker--pointer::after{
  --tw-border-opacity: 1;
  border-color: rgb(0 106 144 / var(--tw-border-opacity));
}
  .air-datepicker .air-datepicker-body--cells {
    grid-auto-rows: 1fr;
    gap: calc(4/1920*100rem) }
    .air-datepicker .air-datepicker-body--cells.-months-{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
  .air-datepicker .air-datepicker-cell, .air-datepicker .air-datepicker-body--day-names > div{
  aspect-ratio: 1 / 1;
}
  .air-datepicker .air-datepicker--content{
  padding: calc(8/1920*100rem);
}
  .air-datepicker .air-datepicker-cell{
  position: relative;
}
    .air-datepicker .air-datepicker-cell::before {
      --tw-bg-opacity: 1;
      position: absolute;
      bottom: -0.125rem;
      left: 0 /* 0px */;
      background-color: rgb(2 111 154 / var(--tw-bg-opacity));
      width: 100%;
      height: 0.0625rem;
      content: '' }
    .air-datepicker .air-datepicker-cell.-disabled-{
  opacity: 0.5;
}
      .air-datepicker .air-datepicker-cell.-disabled-::before{
  --tw-bg-opacity: 1;
  background-color: rgb(225 17 91 / var(--tw-bg-opacity));
}
    .air-datepicker .air-datepicker-cell.-selected-{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .air-datepicker .air-datepicker-body--day-name{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
}

.datepicker{
  width: 100%;
}

.datepicker__wrapper.datepicker__wrapper.datepicker__wrapper{
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(2 111 154 / var(--tw-border-opacity));
}
  @media (max-width: 767.98px) {
    .datepicker__wrapper.datepicker__wrapper.datepicker__wrapper{
    display: none;
    width: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet.datepicker__wrapper.datepicker__wrapper.datepicker__wrapper {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.datepicker__wrapper.datepicker__wrapper.datepicker__wrapper.swiper-pagination-bullet-active{
    display: flex;
  } }

.booking-nav-small{
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .booking-nav-small{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity));
    padding-top: calc(20/1920*100rem);
    padding-bottom: calc(20/1920*100rem);
  } }
  .booking-nav-small.active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  --tw-shadow-color: rgb(0 106 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
  .booking-nav-small .nav-wrapper{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1200px) {
  .booking-nav-small .nav-wrapper{
    column-gap: 0.5729166666666667rem;
  }
  .booking-nav-small .item{
    padding: 0 /* 0px */;
    width: 11.71875rem;
  } }
  .booking-nav-small .item .title, .booking-nav-small .item .description{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.booking-nav-small .item .title,.swiper-pagination .swiper-pagination-bullet .booking-nav-small .item .description {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.booking-nav-small .item .title.swiper-pagination-bullet-active,.swiper-pagination .swiper-pagination-bullet .booking-nav-small .item .description.swiper-pagination-bullet-active{
  display: flex;
}
  .booking-nav-small .item .form-group{
  margin-top: 0 /* 0px */;
}

@media (min-width: 1200px) {
  .booking-nav-small .item .form-group{
    height: 100%;
  }
    .booking-nav-small .item .form-group input{
    height: 100%;
  } }
  .booking-nav-small .item:nth-of-type(5) .btn-booking{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.booking-nav-small .item:nth-of-type(5) .btn-booking {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.booking-nav-small .item:nth-of-type(5) .btn-booking.swiper-pagination-bullet-active{
  display: flex;
}
  .booking-nav-small .item.item-submit-btn{
  display: block;
}
    .booking-nav-small .item.item-submit-btn .btn-booking{
  padding-top: 0.5208333333333334rem;
  padding-bottom: 0.5208333333333334rem;
}

.home-news.section{
  padding-top: calc(28/1920*100rem);
}

@media (min-width: 1200px){
  .home-news.section{
    padding-top: 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  .home-news{
    padding-top: 0 /* 0px */;
  } }

.home-news .swiper-slide{
  height: auto;
}

@media (min-width: 1024px) {
  .home-news .col-left {
    max-width: calc(838/1190*100%); } }

.home-news .form-group input{
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.9895833333333334rem;
  padding-bottom: 0.9895833333333334rem;
  padding-left: calc(16/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media (max-width: 767.98px) {
    .home-news .form-group input{
    border-width: 2px;
  } }

.home-news .form-group span{
  padding-right: calc(16/1920*100rem);
  padding-left: calc(16/1920*100rem);
}

.home-news .btn-submit{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1200px){
  .home-news .btn-submit{
    font-size: calc(16/1920*100rem);
  }
}

.home-news .btn-submit{
  --tw-text-opacity: 1;
  display: block;
  border-width: 1px;
  border-color: transparent;
  padding-top: 10px;
  padding-right: calc(16/1920*100rem);
  padding-bottom: 10px;
  padding-left: calc(16/1920*100rem);
  color: rgb(225 17 91 / var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (min-width: 768px){
  .home-news .btn-submit{
    padding-top: 0.9895833333333334rem;
    padding-bottom: 0.9895833333333334rem;
  }
}
  @media (max-width: 767.98px) {
    .home-news .btn-submit{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
  } }
  .home-news .btn-submit:hover{
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(0 106 144 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .home-news .swiper-page-button{
    position: absolute;
    top: 0 /* 0px */;
    right: 0 /* 0px */;
  } }

@media (min-width: 768px) {
  .home-news .expand-btn {
    display: none !important; } }

.home-user {
  min-height: 31.25rem; }
  @media (max-width: 767.98px) {
    .home-user {
      min-height: 555px; } }
  .home-user .content {
    padding: 20px; }

@media (min-width: 768px) {
  .home-user .content {
    max-width: 20.83333rem; } }

@media (min-width: 1024px) {
  .home-user .content {
    padding: 3.125rem;
    max-width: 24.01042rem; } }
    .home-user .content::before, .home-user .content::after {
      position: absolute;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 40px;
      height: 20px;
      content: '' }

@media (min-width: 1024px) {
  .home-user .content::before, .home-user .content::after {
    width: 3.125rem;
    height: 2.08333rem; } }
    .home-user .content::before {
      top: 0 /* 0px */;
      left: 0 /* 0px */;
      background-image: url(../img/quote-left.png) }
    .home-user .content::after {
      right: 0 /* 0px */;
      bottom: 0 /* 0px */;
      background-image: url(../img/quote-right.png) }
  @media (max-width: 767.98px) {
    .home-user .play-btn{
    --tw-translate-y: 0 /* 0px */;
    top: 80%;
    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));
  }
    .home-user .title{
    font-weight: 400;
    font-size: 24px;
  }
    .home-user [class*='section-header-32']{
    font-size: 30px;
  } }
  .home-user.play-video .wrapper{
  --tw-translate-y: -100%;
  top: 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: 0;
  pointer-events: none;
}
  .home-user.play-video .content{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  pointer-events: none;
}
  .home-user.play-video .video{
  opacity: 1;
}
  .home-user.play-video .play-btn{
  --tw-translate-y: 0 /* 0px */;
  top: 80%;
  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));
}
  .home-user .container .swiper-relative, .home-user .container .swiper, .home-user .container .swiper-wrapper, .home-user .container .swiper-slide{
  width: 100%;
  height: 100%;
}
  .home-user .swiper-slide{
  display: flex;
  flex-direction: column;
}

.home-map {
  height: 23.54167rem; }
  .home-map iframe{
  width: 100%;
  height: 100%;
}

.specialist-detail-1 .searchbox input{
  --tw-text-opacity: 1;
  --tw-border-opacity: 1;
  border-width: 1px;
  border-color: rgb(225 17 91 / var(--tw-border-opacity));
  height: auto;
  height: calc(40/1920*100rem);
  color: rgb(0 106 144 / var(--tw-text-opacity));
  font-size: calc(15/1920*100rem);
  text-transform: none;
}

.specialist-detail-1 .searchbox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 106 144 / var(--tw-text-opacity));
  text-transform: none;
}

.specialist-detail-1 .searchbox button{
  right: 0 /* 0px */;
  height: 100%;
}

@media (min-width: 1200px) {
  .specialist-detail-1 .swiper-page-button{
    position: absolute;
    top: 0 /* 0px */;
    right: 0 /* 0px */;
    gap: calc(12/1920*100rem);
  } }

.specialist-detail-1 .row .col{
  position: relative;
}

@media (max-width: 1199.98px) {
  .specialist-detail-1 .box-specialist-category {
    --tw-translate-x: -50%;
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    display: flex;
    position: absolute;
    top: 101px;
    top: 100%;
    left: 50%;
    flex-direction: column;
    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: 100;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border-width: 1px;
    border-color: rgb(239 239 239 / var(--tw-border-opacity));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0 /* 0px */;
    width: calc(100% - calc(32/1920*100rem));
    height: calc(100vh - 101px);
    max-height: 200px;
    overflow: auto;
    pointer-events: none } }
  @media (max-width: 1199.98px) and (min-width: 576px) {
    .specialist-detail-1 .box-specialist-category {
      top: 60px;
      height: calc(100vh - 60px); } }

@media (max-width: 1199.98px) {
    .specialist-detail-1 .box-specialist-category.active{
    opacity: 1;
    pointer-events: auto;
  }
    .specialist-detail-1 .box-specialist-category .title{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .box-specialist-category .title {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .box-specialist-category .title.swiper-pagination-bullet-active{
    display: flex;
  }
  .specialist-detail-1 .category-list{
    margin-top: 0 /* 0px */;
    padding-bottom: 0 /* 0px */;
  }
    .specialist-detail-1 .category-list li.active a, .specialist-detail-1 .category-list li:hover a, .specialist-detail-1 .category-list li a{
    padding-right: calc(16/1920*100rem);
    padding-left: calc(16/1920*100rem);
  } }

@media (max-width: 767.98px) {
  .specialist-detail-1 .toggle-category{
    padding-top: calc(4/1920*100rem);
    padding-bottom: calc(4/1920*100rem);
  }
  .specialist-detail-1 .container > [class*='section-header-32']{
    display: none;
  }
  .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .container > [class*='section-header-32'] {
    display: none; }
    .swiper-pagination .swiper-pagination-bullet.specialist-detail-1 .container > [class*='section-header-32'].swiper-pagination-bullet-active{
    display: flex;
  } }

@media (min-width: 1200px) {
  .specialist-detail-3 .swiper-page-button{
    position: absolute;
    right: 0 /* 0px */;
  } }

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

.sitemap-heading h1{
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .sitemap-heading h1{
    font-size: 24px;
  }
}

@media (min-width: 1200px){
  .sitemap-heading h1{
    font-size: calc(32/1920*100rem);
  }
}

.sitemap-heading h1{
  position: relative;
  padding-bottom: calc(8/1920*100rem);
  width: max-content;
  max-width: 100%;
}

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

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

@media (min-width: 1200px){
  .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: 1200px){
  .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: calc(20/1920*100rem);
}
  @media (min-width: 1200px){
  .AspNet-TreeView .AspNet-TreeView-Root a{
    padding-right: calc(20/1920*100rem);
    padding-left: calc(20/1920*100rem);
    font-size: calc(14/1920*100rem);
  }
  .AspNet-TreeView .AspNet-TreeView-Root a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(2 111 154 / 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(82 82 82 / var(--tw-bg-opacity));
  width: 120%;
  height: 1px;
  content: var(--tw-content);
}
  .AspNet-TreeView .AspNet-TreeView-Root .AspNet-TreeView-Collapse{
  display: none;
}
  .swiper-pagination .swiper-pagination-bullet.AspNet-TreeView .AspNet-TreeView-Root .AspNet-TreeView-Collapse {
    display: none; }
  .swiper-pagination .swiper-pagination-bullet.AspNet-TreeView .AspNet-TreeView-Root .AspNet-TreeView-Collapse.swiper-pagination-bullet-active{
  display: flex;
}
  .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(82 82 82 / 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(82 82 82 / var(--tw-bg-opacity));
  width: calc(12/1920*100rem);
  height: 1px;
  pointer-events: none;
  content: var(--tw-content);
}

@media (min-width: 768px){
  .footer-pdr{
    padding-right: calc(28/1920*100rem);
  }
}

@media (min-width: 1024px){
  .footer-pdr{
    padding-right: calc(20/1920*100rem);
  }
}

@media (min-width: 1200px){
  .footer-pdr{
    padding-right: calc(28/1920*100rem);
  }
}

@media (max-width: 767.98px) {
  .footer-logo{
    width: 200px;
  } }

.footer-info > *{
  margin-bottom: calc(20/1920*100rem);
}

.footer-info > *:last-child{
  margin-bottom: 0 /* 0px */;
}

@media (max-width: 767.98px) {
  .footer-info{
    font-size: 13px;
  } }

.footer-title{
  --tw-text-opacity: 1;
  position: relative;
  padding-bottom: calc(12/1920*100rem);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 1200px){
  .footer-title{
    font-size: calc(18/1920*100rem);
  }
}
  .footer-title::before {
    position: absolute;
    bottom: 0 /* 0px */;
    left: 0 /* 0px */;
    background-color: rgb(255 255 255 / 0.75);
    width: calc(44/1920*100rem);
    height: calc(4/1920*100rem);
    pointer-events: none;
    content: '' }

.footer-item{
  display: flex;
  position: relative;
  gap: calc(12/1920*100rem);
}
  .footer-item .image{
  aspect-ratio: 82/58;
  width: 82px;
}
    @media (max-width: 767.98px) {
      .footer-item .image{
    aspect-ratio: auto;
    width: 33%;
    height: 58px;
  }
        .footer-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } }
  .footer-item .caption{
  flex: 1 1 0%;
}
  .footer-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: 15px;
  text-transform: capitalize;
}
  @media (min-width: 768px){
  .footer-item .title{
    font-size: 14px;
  }
}
  @media (min-width: 1200px){
  .footer-item .title{
    font-size: calc(14/1920*100rem);
  }
}
  .footer-item .news-date{
  margin-bottom: calc(4/1920*100rem);
}

@media (min-width: 1200px){
  .footer-top{
    padding-bottom: calc(20/1920*100rem);
  }
}

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

@media (min-width: 1200px){
  .footer-bot .footer-wrap{
    gap: calc(20/1920*100rem);
  }
}

.footer-menu{
  display: flex;
  flex-wrap: wrap;
  gap: calc(12/1920*100rem);
}

@media (min-width: 1200px){
  .footer-menu{
    gap: calc(20/1920*100rem);
  }
}
  .footer-menu a{
  --tw-text-opacity: 1;
    position: relative;
    transition: background-size 350ms;
    background: linear-gradient(0deg, currentColor, currentColor) no-repeat right bottom/0 1px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 400;
  text-transform: uppercase;
}
  .footer-menu a:hover {
      background-size: 100% 1px;
      background-position-x: left; }
  .footer-menu a{
  font-size: 12px;
  line-height: 1.375;
}
  @media (min-width: 1200px){
  .footer-menu a{
    font-size: 14px;
  }
  @media (min-width: 1200px){
    .footer-menu a{
      font-size: calc(12 / 1920 * 100rem);
    }
  }
}
  .footer-menu li{
  display: flex;
  justify-content: center;
  align-items: center;
}
    .footer-menu li.active a {
    background-size: 100% 1px;
    background-position-x: left; }

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