@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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 {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. 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-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

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

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

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1450px){
  .container{
    max-width: 1450px;
  }
}

.container{
  max-width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

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

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

@media (min-width: 1280px){
  .container{
    max-width: 1450px;
  }
}

@media (min-width: 1450px){
  .container{
    max-width: 1780px;
  }
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!-bottom-10{
  bottom: -2.5rem !important;
}

.-bottom-6{
  bottom: -1.5rem;
}

.-bottom-7{
  bottom: -1.75rem;
}

.-bottom-\[200px\]{
  bottom: -200px;
}

.-bottom-\[50vh\]{
  bottom: -50vh;
}

.-left-14{
  left: -3.5rem;
}

.-left-16{
  left: -4rem;
}

.-left-9{
  left: -2.25rem;
}

.-right-14{
  right: -3.5rem;
}

.-right-16{
  right: -4rem;
}

.-right-9{
  right: -2.25rem;
}

.-top-1{
  top: -0.25rem;
}

.-top-4{
  top: -1rem;
}

.-top-5{
  top: -1.25rem;
}

.-top-7{
  top: -1.75rem;
}

.-top-8{
  top: -2rem;
}

.-top-\[0vw\]{
  top: -0vw;
}

.-top-\[1vw\]{
  top: -1vw;
}

.-top-\[20px\]{
  top: -20px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-11{
  bottom: 2.75rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-20{
  bottom: 5rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-24{
  top: 6rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-8{
  top: 2rem;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[998\]{
  z-index: 998;
}

.z-\[999\]{
  z-index: 999;
}

.z-\[99\]{
  z-index: 99;
}

.order-1{
  order: 1;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-\[13\]{
  order: 13;
}

.order-\[14\]{
  order: 14;
}

.order-\[15\]{
  order: 15;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.float-left{
  float: left;
}

.m-0\.5{
  margin: 0.125rem;
}

.m-8{
  margin: 2rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-24{
  margin-top: -6rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-9{
  margin-top: -2.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[200px\]{
  margin-bottom: 200px;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-14{
  margin-left: 3.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-12{
  margin-right: 3rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[300px\]{
  margin-top: 300px;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}

.aspect-\[1050\/527\]{
  aspect-ratio: 1050/527;
}

.aspect-\[1060\/700\]{
  aspect-ratio: 1060/700;
}

.aspect-\[1060\/710\]{
  aspect-ratio: 1060/710;
}

.aspect-\[1659\/332\]{
  aspect-ratio: 1659/332;
}

.aspect-\[180\/115\]{
  aspect-ratio: 180/115;
}

.aspect-\[180\/132\]{
  aspect-ratio: 180/132;
}

.aspect-\[180\/135\]{
  aspect-ratio: 180/135;
}

.aspect-\[180\/230\]{
  aspect-ratio: 180/230;
}

.aspect-\[180\/275\]{
  aspect-ratio: 180/275;
}

.aspect-\[245\/368\]{
  aspect-ratio: 245/368;
}

.aspect-\[248\/175\]{
  aspect-ratio: 248/175;
}

.aspect-\[248\/231\]{
  aspect-ratio: 248/231;
}

.aspect-\[278\/250\]{
  aspect-ratio: 278/250;
}

.aspect-\[320\/224\]{
  aspect-ratio: 320/224;
}

.aspect-\[365\/72\]{
  aspect-ratio: 365/72;
}

.aspect-\[366\/216\]{
  aspect-ratio: 366/216;
}

.aspect-\[366\/232\]{
  aspect-ratio: 366/232;
}

.aspect-\[368\/132\]{
  aspect-ratio: 368/132;
}

.aspect-\[368\/173\]{
  aspect-ratio: 368/173;
}

.aspect-\[390\/315\]{
  aspect-ratio: 390/315;
}

.aspect-\[393\/236\]{
  aspect-ratio: 393/236;
}

.aspect-\[394\/240\]{
  aspect-ratio: 394/240;
}

.aspect-\[400\/280\]{
  aspect-ratio: 400/280;
}

.aspect-\[402\/302\]{
  aspect-ratio: 402/302;
}

.aspect-\[509\/335\]{
  aspect-ratio: 509/335;
}

.aspect-\[530\/280\]{
  aspect-ratio: 530/280;
}

.aspect-\[647\/410\]{
  aspect-ratio: 647/410;
}

.aspect-\[665\/347\]{
  aspect-ratio: 665/347;
}

.aspect-\[670\/490\]{
  aspect-ratio: 670/490;
}

.aspect-\[78\/30\]{
  aspect-ratio: 78/30;
}

.aspect-\[800\/548\]{
  aspect-ratio: 800/548;
}

.aspect-\[814\/313\]{
  aspect-ratio: 814/313;
}

.aspect-\[815\/835\]{
  aspect-ratio: 815/835;
}

.aspect-\[820\/528\]{
  aspect-ratio: 820/528;
}

.aspect-\[830\/440\]{
  aspect-ratio: 830/440;
}

.aspect-\[830\/636\]{
  aspect-ratio: 830/636;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-\[366\/190\]{
  aspect-ratio: 366/190;
}

.\!size-12{
  width: 3rem !important;
  height: 3rem !important;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-24{
  width: 6rem;
  height: 6rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-5{
  width: 1.25rem;
  height: 1.25rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-8{
  width: 2rem;
  height: 2rem;
}

.size-9{
  width: 2.25rem;
  height: 2.25rem;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[122px\]{
  height: 122px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[5px\]{
  height: 5px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[75px\]{
  height: 75px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-6{
  max-height: 1.5rem;
}

.max-h-\[555px\]{
  max-height: 555px;
}

.max-h-\[610px\]{
  max-height: 610px;
}

.max-h-\[72px\]{
  max-height: 72px;
}

.max-h-\[790px\]{
  max-height: 790px;
}

.max-h-full{
  max-height: 100%;
}

.min-h-\[180px\]{
  min-height: 180px;
}

.min-h-\[219px\]{
  min-height: 219px;
}

.min-h-\[250px\]{
  min-height: 250px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[360px\]{
  min-height: 360px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-36{
  width: 9rem;
}

.w-44{
  width: 11rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[117px\]{
  width: 117px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[122px\]{
  width: 122px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[245px\]{
  width: 245px;
}

.w-\[248px\]{
  width: 248px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[48\%\]{
  width: 48%;
}

.w-\[54vw\]{
  width: 54vw;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[80px\]{
  width: 80px;
}

.w-\[90px\]{
  width: 90px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.max-w-\[1050px\]{
  max-width: 1050px;
}

.max-w-\[1180px\]{
  max-width: 1180px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[1258px\]{
  max-width: 1258px;
}

.max-w-\[1680px\]{
  max-width: 1680px;
}

.max-w-\[40px\]{
  max-width: 40px;
}

.max-w-\[560px\]{
  max-width: 560px;
}

.max-w-\[580px\]{
  max-width: 580px;
}

.max-w-\[670px\]{
  max-width: 670px;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[720px\]{
  max-width: 720px;
}

.max-w-\[780px\]{
  max-width: 780px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.origin-left{
  transform-origin: left;
}

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

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[0\.15\]{
  --tw-scale-x: 0.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-stretch{
  align-items: stretch;
}

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

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

.justify-center{
  justify-content: center;
}

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-40{
  gap: 10rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-\[10px\]{
  row-gap: 10px;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[35px\]{
  border-radius: 35px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-\[20px\]{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-\[25px\]{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

.border-4{
  border-width: 4px;
}

.border-\[10px\]{
  border-width: 10px;
}

.border-\[5px\]{
  border-width: 5px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}

.border-l{
  border-left-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[0\.5px\]{
  border-top-width: 0.5px;
}

.border-solid{
  border-style: solid;
}

.border-\[\#B7B7B7\]{
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
}

.border-\[\#BABABA\]{
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity, 1));
}

.border-\[\#C9C9C9\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity, 1));
}

.border-\[\#D1D5DB\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-\[\#D5D5D5\]{
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(0 60 166 / var(--tw-border-opacity, 1));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(33 150 243 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.bg-\[\#003CA6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0641B3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 65 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#111827\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2196F3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6ECF7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1F1F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3F6FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 166 / var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}

.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#111111\]\/65{
  --tw-gradient-from: rgb(17 17 17 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-32{
  padding-bottom: 8rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[200px\]{
  padding-bottom: 200px;
}

.pb-\[24rem\]{
  padding-bottom: 24rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.font-sans{
  font-family: Inter, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.\!leading-\[1\.3\]{
  line-height: 1.3 !important;
}

.leading-\[0\.7\]{
  line-height: 0.7;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[2\.2\]{
  line-height: 2.2;
}

.leading-\[3rem\]{
  line-height: 3rem;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.text-\[\#003CA6\]{
  --tw-text-opacity: 1;
  color: rgb(0 60 166 / var(--tw-text-opacity, 1));
}

.text-\[\#0A22AE\]{
  --tw-text-opacity: 1;
  color: rgb(10 34 174 / var(--tw-text-opacity, 1));
}

.text-\[\#111827\]{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-\[\#21DEF3\]{
  --tw-text-opacity: 1;
  color: rgb(33 222 243 / var(--tw-text-opacity, 1));
}

.text-\[\#222222\]{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#262626\]{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#35ABE8\]{
  --tw-text-opacity: 1;
  color: rgb(53 171 232 / var(--tw-text-opacity, 1));
}

.text-\[\#606a70\]{
  --tw-text-opacity: 1;
  color: rgb(96 106 112 / var(--tw-text-opacity, 1));
}

.text-\[\#636466\]{
  --tw-text-opacity: 1;
  color: rgb(99 100 102 / var(--tw-text-opacity, 1));
}

.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#D0AC91\]{
  --tw-text-opacity: 1;
  color: rgb(208 172 145 / var(--tw-text-opacity, 1));
}

.text-\[\#E5E5E5\]{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-\[\#b30537\]{
  --tw-text-opacity: 1;
  color: rgb(179 5 55 / var(--tw-text-opacity, 1));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 60 166 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}

.text-stone-500{
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-item-shadow{
  --tw-shadow: 0px 2px 6px rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0px 2px 6px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.brightness-50{
  --tw-brightness: brightness(.5);
  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);
}

.sepia{
  --tw-sepia: sepia(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);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[clip-path\:polygon\(0_10\%\2c 100\%_10\%\2c 100\%_100\%\2c 0\%_100\%\)\]{
  clip-path: polygon(0 10%,100% 10%,100% 100%,0% 100%);
}

.admin-bar #main-header {
  top: 0;
}

/* .admin-bar #primary-menu {
    top: 146px;
} */

@media screen and (min-width: 1024px) {
  .admin-bar #primary-menu {
    top: 195px;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .sticky-menu #menu-main-menu .sub-menu {
    margin-top: -12px !important;
  }

  .admin-bar #primary-menu {
    top: 0px;
  }
}

.entry-post-content {
  line-height: 1.4;
  color      : #333333;
}

.entry-post-content *:last-child {
  margin-bottom: 0px;
}

.entry-post-content table {
  border-collapse: separate;
  border-spacing : 0;
  border-width   : 1px 0 0 1px;
  margin         : 20px 0px;
  width          : 100%;
}

.entry-post-content table,
.entry-post-content td,
.entry-post-content th {
  border: 1px solid rgba(0, 0, 0, .1);
}

.entry-post-content td {
  border-width: 0 1px 1px 0;
}

.entry-post-content td,
.entry-post-content th {
  padding: 8px;
}

.entry-post-content iframe {
  width: 100%;
}

.entry-post-content h2 {
  font-size    : 22px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h3 {
  font-size    : 20px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h4 {
  font-size    : 18px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content h5 {
  font-size    : 16px;
  margin-bottom: 12px;
  font-weight  : 700;
}

.entry-post-content p {
  font-size    : 16px;
  margin-bottom: 12px;
}

.entry-post-content li {
  font-size: 16px;
}

@media screen and (min-width: 1024px) {
  .entry-post-content h2 {
    font-size    : 24px;
    margin-bottom: 12px;
  }

  .entry-post-content h3 {
    font-size    : 20px;
    margin-bottom: 12px;
  }

  .entry-post-content h4 {
    font-size    : 18px;
    margin-bottom: 12px;
  }

  .entry-post-content h5 {
    font-size    : 16px;
    margin-bottom: 12px;
  }

  .entry-post-content p {
    font-size    : 16px;
    margin-bottom: 12px;
  }

  .entry-post-content li {
    font-size: 16px;
  }
}

.entry-post-content img {
  /* border: 1px solid #F1F5F3; */
  /* width: 100%; */
  width    : auto;
  max-width: 100%;
  margin   : auto;
}

.entry-post-content .wp-block-image.aligncenter.size-full {
  margin-left : auto;
  margin-right: auto;
}

.entry-post-content figure {
  text-align     : center !important;
  display        : flex !important;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  width          : 100% !important;
  margin         : 20px 0px 20px 0px;
}

.entry-post-content figcaption {
  margin     : 10px 0px 0px 0px;
  font-size  : 14px;
  line-height: 22px;
}

.entry-post-content ol {
  list-style   : decimal;
  padding-left : 30px;
  margin-bottom: 20px;
}

.entry-post-content ul {
  list-style   : disc;
  padding-left : 16px;
  margin-bottom: 20px;
}

.entry-post-content li {
  margin-bottom: 10px;
}

.entry-post-content a {
  color: var(--e-global-color-primary);
}

.entry-post-content a:hover {
  /* color: #2b2a54; */
  text-decoration: underline;
}

.entry-post-content blockquote {
  border-left  : 4px solid #f46d1d;
  padding-left : 16px;
  margin-left  : 0px;
  margin-right : 0px;
  margin-bottom: 20px;
}

.entry-post-content span {
  font-size: 100% !important;
}

/* Pagination */

.page-numbers {
  display        : inline-flex;
  font-family    : "Roboto", sans-serif;
  justify-content: center;
  align-items    : center;
  color          : #999999;
  height         : 40px;
  width          : 40px;
  gap            : 10px;
  font-weight    : 400;
  font-size      : 17px;
  background     : white;
  margin         : 0px 10px;
  border-radius  : 5px;
}

.page-numbers li {
  width : 40px;
  height: 40px;
}

a.page-numbers {
  border: 1px solid #D9D9D9;
}

a.page-numbers:hover {
  background: #003CA6;
  color     : #fff;
  transition: all 0.3s ease-in-out;
}

.page-numbers.current {
  background : #003CA6;
  color      : #fff;
  font-weight: 600;
  transition : all 0.3s ease-in-out;
}

/* Custom scrollbar */

.cs-scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */

.cs-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

.cs-scrollbar::-webkit-scrollbar-thumb {
  background   : #9CB7C9;
  border-radius: 10px;
}

/* Handle on hover */

.cs-scrollbar::-webkit-scrollbar-thumb:hover {
  background   : #F5F5F5;
  border-radius: 10px;
}

/* Contact Form */

.contact-form br {
  display: none;
}

.contact-form input:not([type="submit"]) {
  width  : 100%;
  height : 40px;
  padding: 0px 16px;
  border : 1px solid #ddd;
  margin : 6px 0px;
  outline: unset;
}

.contact-form textarea {
  width  : 100%;
  height : 80px;
  padding: 0px 16px;
  border : 1px solid #ddd;
  margin : 8px 0px;
  outline: unset;
}

.contact-form .wpcf7-radio {
  display    : flex;
  align-items: center;
  -moz-column-gap : 16px;
       column-gap : 16px;
  row-gap    : 4px;
  flex-wrap  : wrap;
  margin     : 8px 0px;
}

.contact-form .wpcf7-radio .wpcf7-list-item {
  margin: 0px !important;
}

.contact-form .wpcf7-radio label {
  display    : flex;
  flex-shrink: 0;
  align-items: center;
  gap        : 5px;
}

.contact-form .wpcf7-radio label input {
  width : 16px;
  height: 16px;
}

.contact-form select {
  width     : 100%;
  height    : 40px;
  padding   : 0px 16px;
  border    : 1px solid #ddd;
  margin    : 6px 0px;
  outline   : unset;
  background: #fff;
}

.contact-form input[type="submit"] {
  color          : #fff;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : #b30537;
  height         : 40px;
  padding        : 0px 32px;
  margin-top     : 16px;
  cursor         : pointer;
  text-transform : uppercase;
}

@media screen and (min-width: 1024px) {
  .contact-form input:not([type="submit"]) {
    height: 48px;
    margin: 8px 0px;
  }

  .contact-form input[type="submit"] {
    height : 48px;
    padding: 0px 48px;
  }

  .contact-form textarea {
    height: 140px;
  }

  .contact-form select {
    height: 48px;
    margin: 8px 0px;
  }

  .contact-form .wpcf7-radio label input {
    width : 20px;
    height: 20px;
  }
}

.contact-form .wpcf7-spinner {
  position: absolute;
}

.contact-form .wpcf7-response-output {
  margin: 16px 0px 0px 0px !important;
}

/* Trash CSS */

/* Tada */

.animated {
  animation-duration       : 1s;
  animation-iteration-count: infinite;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
    20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
    50%,
    70%,
    90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
    60%,
    80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* Menu CSS */

/* Desktop Menu */

.desktop-menu .menu-item>.menu-item-container .toggle {
  display: none !important;
}

.desktop-menu .menu-item.menu-item-has-children>.menu-item-container .toggle {
  display        : flex !important;
  align-items    : center;
  justify-content: center;
}

.desktop-menu .sub-menu {
  display: none;
}

.desktop-menu .menu-item:hover>.sub-menu {
  display                   : block;
  position                  : absolute;
  top                       : 100%;
  left                      : 0;
  background                : #fff;
  width                     : -moz-fit-content;
  width                     : fit-content;
  box-shadow                : 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width                 : 350px;
  z-index                   : 100;
  visibility                : hidden;
  transform                 : translateY(-10px);
  border-bottom-left-radius : 12px;
  border-bottom-right-radius: 12px;
  transition                : opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  opacity   : 1;
  visibility: visible;
  transform : translateY(0);
}

.desktop-menu .menu-item>.sub-menu li {
  height       : unset !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.desktop-menu .menu-item>.sub-menu li:last-child {
  border-bottom: none;
}

.desktop-menu .menu-item>.sub-menu li a {
  text-transform: initial !important;
  width         : 100%;
  padding       : 10px 20px;
  font-weight   : 400 !important;
  flex-grow     : 1;
  color         : #333;
  transition    : background-color 0.3s ease, color 0.3s ease;
}

.desktop-menu .menu-item>.sub-menu li a:hover {
  background-color: #e1e1e1;
  color           : #003CA6;
}

.desktop-menu .menu-item>.sub-menu li:last-child a:hover {
  border-bottom-left-radius : 12px;
  border-bottom-right-radius: 12px;
}

/* Mobile Menu */

.mobile-menu-container {
  display: none;
}

.mobile-menu-container:not(.hidden) {
  display: block;
}

.mobile-menu .sub-menu {
  display         : block;
  width           : 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position        : relative;
  max-height      : 0;
  overflow        : hidden;
  opacity         : 0;
  visibility      : hidden;
  transition      : max-height 0.3s ease-in-out, opacity 0.3s ease, visibility 0s linear 0.3s;
}

.mobile-menu .sub-menu.active {
  max-height: 500px;
  opacity   : 1;
  visibility: visible;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease, visibility 0s;
}

.mobile-menu .toggle.rotate-180 {
  transform : rotate(180deg);
  transition: transform 0.3s ease;
}

.mobile-menu .toggle {
  transition     : transform 0.3s ease;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-left    : 10px;
}

.mobile-menu .toggle svg {
  width     : 16px;
  height    : 16px;
  transition: transform 0.3s ease;
}

.mobile-menu li.menu-item-has-children {
  flex-direction: column;
  align-items   : flex-start !important;
}

.mobile-menu>li {
  border-top: 1px solid #f5f5f5;
  padding   : 12px 14px;
}

.mobile-menu>li>ul>li {
  padding-top  : 12px;
  padding-left : 14px;
  padding-right: 14px;
}

.mobile-menu>li>ul>li:last-child {
  padding-bottom: 0;
}

.mobile-menu>li>ul>li>a {
  font-family: 'Inter';
  font-style : normal;
  font-weight: 400;
  font-size  : 17px !important;
  line-height: 21px !important;
  color      : #636466 !important;
}

.mobile-menu li.menu-item-has-children>a {
  width          : 100%;
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.mobile-menu .sub-menu li {
  border-bottom  : none;
  justify-content: start !important;
  width          : 100%;
  opacity        : 0;
  transform      : translateY(-10px);
  transition     : opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu .sub-menu.active li {
  opacity  : 1;
  transform: translateY(0);
}

.mobile-menu .sub-menu li a {
  display   : block;
  font-size : 16px;
  color     : #000;
  transition: all 0.3s ease;
  text-align: left;
}

/* General Menu Styling */

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a {
  position: relative;
}

.menu-item-has-children>a::after {
  content          : "";
  background-image : url('/wp-content/uploads/2025/04/untitled.svg');
  background-repeat: no-repeat;
  background-size  : contain;
  width            : 15px;
  height           : 10px;
  display          : inline-block;
  position         : absolute;
  right            : 0;
  top              : 50%;
  transform        : translateY(-50%);
}

/* Swiper CSS */

.swiper-button-next:after,
.swiper-button-prev:after {
  color    : #fff;
  font-size: 30px !important;
}

.swiper-pagination-bullet {
  background: #f9f9f9 !important;
  opacity   : 1 !important;
  width     : 12px !important;
  height    : 12px !important;
}

.swiper-pagination-bullet-active {
  background: #b30537 !important;
}

/* Customer Home */

.cs-background-customer::before {
  content         : "";
  background-image: url('/wp-content/uploads/2025/04/Rectangle-1328.png');
  background-size : cover;
  position        : absolute;
  left            : 0;
  width           : 75%;
  height          : 60%;
}

.cs-background-achievement-about::before {
  content         : "";
  background-image: url('/wp-content/uploads/2025/04/Rectangle-1348.svg');
  background-size : cover;
  position        : absolute;
  left            : 0;
  bottom          : 0;
  width           : 40%;
  border-radius   : 0px 120px 0px 0px;
  z-index         : 0;
  height          : 100%;
}

.cs-background-customer-about::after {
  content         : "";
  background-image: url('/wp-content/uploads/2025/04/Rectangle-1329.svg');
  background-size : cover;
  position        : absolute;
  right           : 0;
  width           : 50%;
  height          : 92%;
  border-radius   : 0px 0px 0px 250px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cs-background-customer::before {
    width        : 600px;
    height       : 65%;
    border-radius: 0px 0px 100px 0px;
  }

  .cs-background-achievement-about::before {
    width: 100%;
  }

  .cs-background-customer-about::after {
    bottom       : 100px;
    width        : 98%;
    height       : 55%;
    border-radius: 0px 0px 0px 70px;
  }
}

@media (max-width: 767px) {
  .cs-background-customer::before {
    width        : 98%;
    height       : 520px;
    border-radius: 0px 0px 55px 0px;
  }

  .cs-background-achievement-about::before {
    width: 100%;
  }

  .cs-background-customer-about::after {
    bottom       : 55px;
    width        : 98%;
    height       : 49%;
    border-radius: 0px 0px 0px 55px;
  }
}

/* form contact news */

.form-contact-news span.wpcf7-form-control-wrap {
  width: 100%;
}

.form-contact-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: #fff;
  height          : 46px;
  border-radius   : 5px;
  padding         : 0 16px;
  border          : none;
  width           : 100%;
  font-size       : 14px;
}

.form-contact-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  outline: none;
}

.form-contact-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-moz-placeholder {
  color    : #888888;
  font-size: 14px;
}

.form-contact-news input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
  color    : #888888;
  font-size: 14px;
}

.form-contact-news select.wpcf7-form-control.wpcf7-select {
  background-color   : #fff;
  height             : 46px;
  border-radius      : 5px;
  padding            : 0 40px 0 16px;
  /* Tăng khoảng cách bên phải cho mũi tên */
  border             : none;
  width              : 100%;
  font-size          : 14px;
  appearance         : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
  background-image   : url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41 6 7.41 0 1.41 1.41 0z' fill='%239B8472'/%3E%3C/svg%3E");
  background-repeat  : no-repeat;
  background-position: right 16px center;
  background-size    : 12px 8px;
  cursor             : pointer;
}

.form-contact-news select.wpcf7-form-control.wpcf7-select:focus {
  outline: none;
}

.form-contact-news p {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.form-contact-news span.wpcf7-not-valid-tip {
  position     : absolute;
  top          : 100%;
  left         : 0;
  color        : #ff6b6b;
  font-size    : 14px;
  z-index      : 1;
  margin-bottom: 2px;
  outline      : none;
}

.form-contact-news .wpcf7-response-output {
  display: none;
}

/* form contact primary */

.form-contact-primary span.wpcf7-form-control-wrap {
  width: 100%;
}

.form-contact-primary input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color: #9B8472;
  height          : 46px;
  border-radius   : 5px;
  padding         : 0 16px;
  border          : solid 1px rgba(255, 255, 255, 0.5);
  width           : 100%;
  font-size       : 14px;
  color           : #fff;
}

.form-contact-primary input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
  outline: none;
}

.form-contact-primary input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-moz-placeholder {
  color    : #fff;
  font-size: 14px;
}

.form-contact-primary input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
  color    : #fff;
  font-size: 14px;
}

.form-contact-primary select.wpcf7-form-control.wpcf7-select {
  color              : #fff;
  background-color   : #9B8472;
  height             : 46px;
  border-radius      : 5px;
  padding            : 0 40px 0 16px;
  border             : solid 1px rgba(255, 255, 255, 0.5);
  width              : 100%;
  font-size          : 14px;
  appearance         : none;
  -webkit-appearance : none;
  -moz-appearance    : none;
  background-image   : url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0L6 4.58 10.59 0 12 1.41 6 7.41 0 1.41 1.41 0z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat  : no-repeat;
  background-position: right 16px center;
  background-size    : 12px 8px;
  cursor             : pointer;
}

.form-contact-primary select.wpcf7-form-control.wpcf7-select:focus {
  outline: none;
}

.form-contact-primary p {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
  gap            : 12px;
}

.form-contact-primary br {
  display: none;
}

.form-contact-primary span.wpcf7-not-valid-tip {
  top          : 100%;
  left         : 0;
  color        : #ff6b6b;
  font-size    : 14px;
  z-index      : 1;
  margin-bottom: 2px;
  outline      : none;
}

.form-contact-primary .wpcf7-response-output {
  display: none;
}

.custom-new-submit {
  max-width      : 230px;
  margin         : 12px auto 0px;
  padding        : 11px 40px;
  font-family    : 'Raleway';
  font-weight    : 600;
  font-size      : 16px;
  line-height    : 22px;
  text-align     : center;
  text-transform : uppercase;
  color          : #FFFFFF;
  background     : transparent;
  border         : 1px solid rgba(255, 255, 255, 0.5);
  cursor         : pointer;
  transition     : all 0.3s ease;
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 10px;
}

.custom-new-submit:hover {
  background: rgba(255, 255, 255, 0.9);
  color     : #9B8472;
}

.custom-new-submit svg {
  transition: all 0.3s ease;
}

.custom-new-submit:hover svg {
  transform: translateX(5px);
  fill     : #9B8472;
}

.custom-new-submit svg path {
  transition: all 0.3s ease;
}

.custom-new-submit:hover svg path {
  fill: #9B8472;
}

span.wpcf7-spinner {
  display: none;
}

/* rating */

.kksr-legend {
  display: none !important;
}

/* Mobile Menu Accordion */

.mobile-menu .sub-menu.active {
  display: block !important;
}

.mobile-menu .toggle {
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin-left    : 10px;
}

.mobile-menu .toggle svg {
  width     : 16px;
  height    : 16px;
  transition: transform 0.3s ease;
}

.mobile-menu .toggle.rotate-180 svg {
  transform: rotate(180deg);
}

.pagination .swiper-pagination-bullet {
  background-color: #BABABA !important;
  width           : 12px !important;
  height          : 12px !important;
}

.pagination .swiper-pagination-bullet-active {
  background-color: #0641B3 !important;
  width           : 60px !important;
  height          : 12px !important;
  border-radius   : 6px !important;
}

.btn-arrow:hover::after {
  color: #003CA6;
}

.btn-arrow:hover svg path {
  fill: #003CA6;
}

.btn-arrow::after {
  font-size  : 16px !important;
  font-weight: 700 !important;
}

#ez-toc-container {
  width   : 100%;
  padding : 0 !important;
  border  : none !important;
  overflow: hidden;
}

.ez-toc-title-container {
  background   : #003CA6;
  border-radius: 10px 10px 0px 0px;
  padding      : 20px;
}

.ez-toc-title {
  font-family   : 'Inter';
  font-style    : normal;
  font-weight   : 600 !important;
  font-size     : 18px !important;
  line-height   : 28px !important;
  text-transform: uppercase;
  color         : #FFFFFF;
}

#ez-toc-container>nav>ul>li:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

#ez-toc-container>nav {
  background   : #FFFFFF;
  box-shadow   : 4px 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
}

.ez-toc-link {
  font-family: 'Inter';
  font-style : normal;
  font-weight: 400 !important;
  font-size  : 16px !important;
  line-height: 22px !important;
  color      : #333333 !important;
  padding    : 13px 30px 13px 13px;
}

.ez-toc-link:hover {
  text-decoration: none !important;
}

#ez-toc-container>nav>ul>li>a {
  width   : 100%;
  position: relative;
}

#ez-toc-container>nav>ul>li.has-submenu>a::after {
  content            : '';
  width              : 20px;
  height             : 20px;
  background-image   : url('/wp-content/uploads/2025/07/Frame.svg');
  position           : absolute;
  right              : 0;
  top                : 50%;
  transform          : translateY(-50%);
  z-index            : 1;
  margin-right       : 13px;
  background-size    : cover;
  background-repeat  : no-repeat;
  background-position: center;
  display            : inline-block;
  transition         : transform 0.3s ease;
}

#ez-toc-container>nav>ul>li.has-submenu.open>a::after {
  transform : translateY(-50%) rotate(180deg);
  transform : rotate(180deg);
  transition: transform 0.3s;
}

.ez-toc-js-icon-con svg {
  color: #fff !important;
  fill : #fff !important;
}

@media screen and (max-width: 768px) {
  .ez-toc-title {
    font-family: 'Inter';
    font-style : normal;
    font-weight: 400 !important;
    font-size  : 15px !important;
    line-height: 20px !important;
    color      : #FFFFFF;
  }

  .ez-toc-link {
    font-family: 'Inter';
    font-style : normal;
    font-weight: 400 !important;
    font-size  : 16px !important;
    line-height: 22px !important;
    color      : #333333 !important;
    padding    : 13px 30px 13px 13px;
  }

  .ez-toc-title-container {
    padding: 16px 20px;
  }
}

#content {
  overflow-x: clip;
}

.selection\:py-10 *::-moz-selection{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.selection\:py-10 *::selection{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.selection\:py-10::-moz-selection{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.selection\:py-10::selection{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:text-white::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.before\:content-\[\'\2022\'\]::before{
  --tw-content: '•';
  content: var(--tw-content);
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 60 166 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 166 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 60 166 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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);
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 60 166 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:scale-110{
  --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));
}

@media (min-width: 640px){
  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
}

@media (min-width: 768px){
  .md\:-bottom-\[56vh\]{
    bottom: -56vh;
  }

  .md\:-left-20{
    left: -5rem;
  }

  .md\:-right-20{
    right: -5rem;
  }

  .md\:bottom-16{
    bottom: 4rem;
  }

  .md\:top-\[72px\]{
    top: 72px;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:float-none{
    float: none;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:-mt-11{
    margin-top: -2.75rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mt-\[100px\]{
    margin-top: -100px;
  }

  .md\:-mt-\[70px\]{
    margin-top: -70px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mt-\[200px\]{
    margin-top: 200px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:aspect-\[353\/286\]{
    aspect-ratio: 353/286;
  }

  .md\:aspect-\[414\/234\]{
    aspect-ratio: 414/234;
  }

  .md\:aspect-\[414\/371\]{
    aspect-ratio: 414/371;
  }

  .md\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }

  .md\:h-\[122px\]{
    height: 122px;
  }

  .md\:min-h-\[300px\]{
    min-height: 300px;
  }

  .md\:min-h-\[350px\]{
    min-height: 350px;
  }

  .md\:min-h-\[380px\]{
    min-height: 380px;
  }

  .md\:min-h-\[440px\]{
    min-height: 440px;
  }

  .md\:min-h-\[460px\]{
    min-height: 460px;
  }

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

  .md\:w-\[122px\]{
    width: 122px;
  }

  .md\:w-\[414px\]{
    width: 414px;
  }

  .md\:max-w-\[400px\]{
    max-width: 400px;
  }

  .md\:max-w-\[60px\]{
    max-width: 60px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 60 166 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-60{
    padding-bottom: 15rem;
  }

  .md\:pb-7{
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[45rem\]{
    padding-bottom: 45rem;
  }

  .md\:pt-36{
    padding-top: 9rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 60 166 / var(--tw-text-opacity, 1));
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:-bottom-1{
    bottom: -0.25rem;
  }

  .lg\:-left-28{
    left: -7rem;
  }

  .lg\:-right-28{
    right: -7rem;
  }

  .lg\:-top-12{
    top: -3rem;
  }

  .lg\:-top-\[30px\]{
    top: -30px;
  }

  .lg\:bottom-28{
    bottom: 7rem;
  }

  .lg\:bottom-32{
    bottom: 8rem;
  }

  .lg\:bottom-36{
    bottom: 9rem;
  }

  .lg\:bottom-\[6vh\]{
    bottom: 6vh;
  }

  .lg\:left-9{
    left: 2.25rem;
  }

  .lg\:left-\[18rem\]{
    left: 18rem;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:right-\[18rem\]{
    right: 18rem;
  }

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

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-14{
    top: 3.5rem;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-24{
    top: 6rem;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:-mt-14{
    margin-top: -3.5rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mt-\[180px\]{
    margin-top: -180px;
  }

  .lg\:-mt-\[65px\]{
    margin-top: -65px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-52{
    margin-bottom: 13rem;
  }

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[180\/115\]{
    aspect-ratio: 180/115;
  }

  .lg\:aspect-\[1920\/680\]{
    aspect-ratio: 1920/680;
  }

  .lg\:aspect-\[200\/100\]{
    aspect-ratio: 200/100;
  }

  .lg\:aspect-\[400\/250\]{
    aspect-ratio: 400/250;
  }

  .lg\:aspect-\[400\/500\]{
    aspect-ratio: 400/500;
  }

  .lg\:aspect-\[414\/234\]{
    aspect-ratio: 414/234;
  }

  .lg\:aspect-\[414\/371\]{
    aspect-ratio: 414/371;
  }

  .lg\:aspect-\[433\/290\]{
    aspect-ratio: 433/290;
  }

  .lg\:aspect-\[433\/600\]{
    aspect-ratio: 433/600;
  }

  .lg\:aspect-\[533\/172\]{
    aspect-ratio: 533/172;
  }

  .lg\:aspect-\[533\/184\]{
    aspect-ratio: 533/184;
  }

  .lg\:aspect-\[533\/316\]{
    aspect-ratio: 533/316;
  }

  .lg\:aspect-\[533\/389\]{
    aspect-ratio: 533/389;
  }

  .lg\:aspect-\[533\/391\]{
    aspect-ratio: 533/391;
  }

  .lg\:aspect-\[533\/563\]{
    aspect-ratio: 533/563;
  }

  .lg\:aspect-\[534\/313\]{
    aspect-ratio: 534/313;
  }

  .lg\:aspect-\[763\/484\]{
    aspect-ratio: 763/484;
  }

  .lg\:aspect-\[800\/250\]{
    aspect-ratio: 800/250;
  }

  .lg\:aspect-square{
    aspect-ratio: 1 / 1;
  }

  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }

  .lg\:aspect-\[1659\/332\]{
    aspect-ratio: 1659/332;
  }

  .lg\:aspect-\[814\/313\]{
    aspect-ratio: 814/313;
  }

  .lg\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }

  .lg\:size-12{
    width: 3rem;
    height: 3rem;
  }

  .lg\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }

  .lg\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .lg\:size-32{
    width: 8rem;
    height: 8rem;
  }

  .lg\:size-5{
    width: 1.25rem;
    height: 1.25rem;
  }

  .lg\:size-6{
    width: 1.5rem;
    height: 1.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-\[180px\]{
    height: 180px;
  }

  .lg\:h-\[200px\]{
    height: 200px;
  }

  .lg\:h-\[225px\]{
    height: 225px;
  }

  .lg\:h-\[300px\]{
    height: 300px;
  }

  .lg\:h-\[50px\]{
    height: 50px;
  }

  .lg\:h-\[80px\]{
    height: 80px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[300px\]{
    max-height: 300px;
  }

  .lg\:max-h-\[484px\]{
    max-height: 484px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:min-h-\[500px\]{
    min-height: 500px;
  }

  .lg\:min-h-\[550px\]{
    min-height: 550px;
  }

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

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

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

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

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-\[15\%\]{
    width: 15%;
  }

  .lg\:w-\[170px\]{
    width: 170px;
  }

  .lg\:w-\[20\%\]{
    width: 20%;
  }

  .lg\:w-\[25\%\]{
    width: 25%;
  }

  .lg\:w-\[30\%\]{
    width: 30%;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[414px\]{
    width: 414px;
  }

  .lg\:w-\[45\%\]{
    width: 45%;
  }

  .lg\:w-\[5\%\]{
    width: 5%;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[70\%\]{
    width: 70%;
  }

  .lg\:w-\[70px\]{
    width: 70px;
  }

  .lg\:w-\[75\%\]{
    width: 75%;
  }

  .lg\:w-\[80px\]{
    width: 80px;
  }

  .lg\:w-\[85\%\]{
    width: 85%;
  }

  .lg\:w-\[93\%\]{
    width: 93%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[180px\]{
    max-width: 180px;
  }

  .lg\:max-w-\[300px\]{
    max-width: 300px;
  }

  .lg\:max-w-\[360px\]{
    max-width: 360px;
  }

  .lg\:max-w-\[450px\]{
    max-width: 450px;
  }

  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }

  .lg\:max-w-\[550px\]{
    max-width: 550px;
  }

  .lg\:max-w-\[590px\]{
    max-width: 590px;
  }

  .lg\:max-w-\[665px\]{
    max-width: 665px;
  }

  .lg\:max-w-\[750px\]{
    max-width: 750px;
  }

  .lg\:max-w-\[820px\]{
    max-width: 820px;
  }

  .lg\:max-w-\[850px\]{
    max-width: 850px;
  }

  .lg\:max-w-\[860px\]{
    max-width: 860px;
  }

  .lg\:max-w-\[900px\]{
    max-width: 900px;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:transform-none{
    transform: none;
  }

  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-11{
    gap: 2.75rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:rounded-2xl{
    border-radius: 1rem;
  }

  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .lg\:rounded-\[20px\]{
    border-radius: 20px;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-t-\[50px\]{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border-\[10px\]{
    border-width: 10px;
  }

  .lg\:border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 60 166 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-\[\#F3F6FB\]{
    --tw-bg-opacity: 1;
    background-color: rgb(243 246 251 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[\#F5F5F5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(0 60 166 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:\!pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11{
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pb-72{
    padding-bottom: 18rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pb-\[200px\]{
    padding-bottom: 200px;
  }

  .lg\:pb-\[35rem\]{
    padding-bottom: 35rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-14{
    padding-right: 3.5rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[105px\]{
    font-size: 105px;
  }

  .lg\:text-\[26px\]{
    font-size: 26px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[54px\]{
    font-size: 54px;
  }

  .lg\:text-\[56px\]{
    font-size: 56px;
  }

  .lg\:text-\[60px\]{
    font-size: 60px;
  }

  .lg\:text-\[70px\]{
    font-size: 70px;
  }

  .lg\:text-\[80px\]{
    font-size: 80px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:\!leading-\[1\.3\]{
    line-height: 1.3 !important;
  }

  .lg\:leading-\[0\.7\]{
    line-height: 0.7;
  }

  .lg\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .lg\:leading-\[4\.3\]{
    line-height: 4.3;
  }

  .lg\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 60 166 / var(--tw-text-opacity, 1));
  }

  .lg\:text-secondary{
    --tw-text-opacity: 1;
    color: rgb(33 150 243 / var(--tw-text-opacity, 1));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:-top-4{
    top: -1rem;
  }

  .xl\:-top-\[0\.5rem\]{
    top: -0.5rem;
  }

  .xl\:left-\[23rem\]{
    left: 23rem;
  }

  .xl\:right-\[23rem\]{
    right: 23rem;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mt-\[260px\]{
    margin-top: -260px;
  }

  .xl\:-mt-\[70px\]{
    margin-top: -70px;
  }

  .xl\:mb-36{
    margin-bottom: 9rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:aspect-\[514\/334\]{
    aspect-ratio: 514/334;
  }

  .xl\:aspect-\[514\/471\]{
    aspect-ratio: 514/471;
  }

  .xl\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }

  .xl\:size-8{
    width: 2rem;
    height: 2rem;
  }

  .xl\:h-\[100px\]{
    height: 100px;
  }

  .xl\:h-\[130px\]{
    height: 130px;
  }

  .xl\:h-\[230px\]{
    height: 230px;
  }

  .xl\:w-\[100px\]{
    width: 100px;
  }

  .xl\:w-\[130px\]{
    width: 130px;
  }

  .xl\:w-\[20\%\]{
    width: 20%;
  }

  .xl\:w-\[50\%\]{
    width: 50%;
  }

  .xl\:w-\[514px\]{
    width: 514px;
  }

  .xl\:w-\[60\%\]{
    width: 60%;
  }

  .xl\:w-\[80\%\]{
    width: 80%;
  }

  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:max-w-\[450px\]{
    max-width: 450px;
  }

  .xl\:max-w-\[600px\]{
    max-width: 600px;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-72{
    gap: 18rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .xl\:space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-\[35px\]{
    border-radius: 35px;
  }

  .xl\:rounded-t-\[100px\]{
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-36{
    padding-bottom: 9rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pb-\[300px\]{
    padding-bottom: 300px;
  }

  .xl\:pb-\[34rem\]{
    padding-bottom: 34rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pt-\[270px\]{
    padding-top: 270px;
  }

  .xl\:pt-\[70px\]{
    padding-top: 70px;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[32px\]{
    font-size: 32px;
  }

  .xl\:text-\[50px\]{
    font-size: 50px;
  }

  .xl\:text-\[96px\]{
    font-size: 96px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1450px){
  .\32xl\:-top-6{
    top: -1.5rem;
  }

  .\32xl\:-top-\[0\.8rem\]{
    top: -0.8rem;
  }

  .\32xl\:-top-\[50px\]{
    top: -50px;
  }

  .\32xl\:left-\[30rem\]{
    left: 30rem;
  }

  .\32xl\:right-\[30rem\]{
    right: 30rem;
  }

  .\32xl\:-mt-24{
    margin-top: -6rem;
  }

  .\32xl\:-mt-\[100px\]{
    margin-top: -100px;
  }

  .\32xl\:-mt-\[130px\]{
    margin-top: -130px;
  }

  .\32xl\:block{
    display: block;
  }

  .\32xl\:aspect-\[614\/434\]{
    aspect-ratio: 614/434;
  }

  .\32xl\:aspect-\[614\/571\]{
    aspect-ratio: 614/571;
  }

  .\32xl\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .\32xl\:h-\[180px\]{
    height: 180px;
  }

  .\32xl\:w-\[120px\]{
    width: 120px;
  }

  .\32xl\:w-\[180px\]{
    width: 180px;
  }

  .\32xl\:w-\[614px\]{
    width: 614px;
  }

  .\32xl\:max-w-\[763px\]{
    max-width: 763px;
  }

  .\32xl\:justify-between{
    justify-content: space-between;
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-32{
    gap: 8rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-40{
    gap: 10rem;
  }

  .\32xl\:gap-5{
    gap: 1.25rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:rounded-t-\[120px\]{
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:pb-96{
    padding-bottom: 24rem;
  }

  .\32xl\:pl-8{
    padding-left: 2rem;
  }

  .\32xl\:pr-36{
    padding-right: 9rem;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-\[26px\]{
    font-size: 26px;
  }

  .\32xl\:text-\[32px\]{
    font-size: 32px;
  }

  .\32xl\:text-\[40px\]{
    font-size: 40px;
  }

  .\32xl\:text-\[42px\]{
    font-size: 42px;
  }

  .\32xl\:text-\[44px\]{
    font-size: 44px;
  }

  .\32xl\:text-\[50px\]{
    font-size: 50px;
  }

  .\32xl\:text-\[54px\]{
    font-size: 54px;
  }

  .\32xl\:text-\[60px\]{
    font-size: 60px;
  }
}