@charset "UTF-8";

/*!
Theme Name: gnws
Theme URI: https://giniwebseo.vn/
Author: underscoretw.com
Author URI: https://giniwebseo.vn/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gnws
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gnws is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! 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 {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

*, ::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.no-scroll{
  overflow-y: hidden;
}

.main-menu > li{
  text-transform: capitalize;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1476px){
  .main-menu > li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main-menu > li > a{
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1476px){
  .main-menu > li > a{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.main-menu > li.menu-layout-default{
  position: relative;
}

.main-menu > li.menu-layout-mega .sub-menu .container{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}

.main-menu > li.menu-layout-mega .sub-menu .container > li > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.main-menu > li.menu-layout-mega .sub-menu .container > li > a{
  display: inline-block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
  line-height: 1.25;
}

.main-menu > li.menu-layout-mega .sub-menu .container > li > a > .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.main-menu > li.menu-layout-mega .sub-menu .container > li:first-child a{
  border-bottom-width: 0px;
}

.main-menu > li.menu-item-has-children{
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M11.75 5.63477H6.61523V0.5H5.88477V5.63477H0.75V6.36523H5.88477V11.5H6.61523V6.36523H11.75V5.63477Z' fill='white'/%3E%3C/svg%3E");
  background-size: 11px 11px;
  background-position: calc(100% - 15px) center;
}

.main-menu > li.menu-item-has-children > a{
  position: relative;
  padding-right: 0px;
}

.main-menu > li.menu-item-has-children > a::before{
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 14px;
  height: 14px;
  --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));
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
  background-color: transparent;
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
          clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}

.main-menu > li.menu-item-has-children > .sub-menu{
  pointer-events: auto;
  visibility: visible;
  position: absolute;
  left: 0px;
  z-index: 10;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  transform-origin: top;
  --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));
}

.main-menu > li.menu-item-has-children > .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.main-menu > li.menu-item-has-children > .sub-menu{
  border-width: 1px;
  border-color: #ffffff2b;
  background-color: #5C82E080;
  padding: 26px;
  opacity: 1;
  --tw-backdrop-blur: blur(10px);
  -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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.main-menu > li.menu-item-has-children > .sub-menu:not(.active){
  pointer-events: none;
  visibility: hidden;
  z-index: -10;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.main-menu > li.menu-item-has-children > .sub-menu li{
  --tw-text-opacity: 1;
  color: rgb(0 38 129 / var(--tw-text-opacity));
  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: 300ms;
}

.main-menu > li.menu-item-has-children > .sub-menu li:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu > li.menu-item-has-children:hover > .sub-menu{
  pointer-events: auto;
  visibility: visible;
  z-index: 10;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.main-menu > li.menu-item-has-children:hover > a::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.main-menu-mobile > li > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-menu-mobile > li.menu-item-has-children > a{
  transition-duration: 300ms;
}

.main-menu-mobile > li.menu-item-has-children > a::after{
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-menu-mobile > li.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6L8.5 10L12.5 6' stroke='%23fff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center center;
}

.main-menu-mobile > li.menu-item-has-children > a.rotated::after{
  --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));
}

.main-menu-mobile > li.menu-item-has-children > ul.sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.main-menu-mobile > li.menu-item-has-children > ul.sub-menu{
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.highlight span{
  white-space: normal;
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / var(--tw-text-opacity));
}

.highlight-nowrap span{
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / var(--tw-text-opacity));
}

.form-nhan-tu-van-mien-phi form{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .form-nhan-tu-van-mien-phi form{
    gap: 18px;
  }
}

.form-nhan-tu-van-mien-phi .email-field{
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
}

.form-nhan-tu-van-mien-phi .email-field:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .form-nhan-tu-van-mien-phi .email-field{
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .form-nhan-tu-van-mien-phi .email-field{
    width: 479px;
  }
}

.form-nhan-tu-van-mien-phi .submit{
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 60 162 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}

.form-nhan-tu-van-mien-phi .submit:hover{
  background-color: #224393c7;
}

@media (min-width: 768px){
  .form-nhan-tu-van-mien-phi .submit{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.form-nhan-tu-van-mien-phi .wpcf7-spinner{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.form-dang-ky .row-input{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){
  .form-dang-ky .row-input{
    flex-direction: row;
    gap: 0.625rem;
  }
}

.form-dang-ky .row-input > span{
  width: 100%;
}

@media (min-width: 768px){
  .form-dang-ky .row-input > span{
    width: 50%;
  }
}

.form-dang-ky .row-input > span .input-field{
  margin-bottom: 0.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
  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: 300ms;
}

.form-dang-ky .row-input > span .input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .form-dang-ky .row-input > span .input-field{
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1025px){
  .form-dang-ky .row-input > span .input-field{
    padding: 1.25rem;
  }
}

.form-dang-ky .area-field{
  max-height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
  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: 300ms;
}

.form-dang-ky .area-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1025px){
  .form-dang-ky .area-field{
    padding: 1.25rem;
  }
}

.form-dang-ky .submit{
  margin-top: 1.75rem;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}

.form-dang-ky .submit:hover:hover{
  background-color: #224393c7;
}

@media (min-width: 1025px){
  .form-dang-ky .submit{
    margin-top: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

.form-lien-he-saphia .input-field{
  margin-top: 1.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
  --tw-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 0 7px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1025px){
  .form-lien-he-saphia .input-field{
    font-size: 26px;
  }
}

.form-lien-he-saphia .contact-area{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .form-lien-he-saphia .contact-area{
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 1025px){
  .form-lien-he-saphia .contact-area{
    margin-top: 100px;
  }
}

.form-lien-he-saphia .contact-area .call-button{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 72px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}

.form-lien-he-saphia .contact-area .call-button::after{
  position: absolute;
  right: 6px;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  --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));
  background-size: cover;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .form-lien-he-saphia .contact-area .call-button{
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1025px){
  .form-lien-he-saphia .contact-area .call-button{
    font-size: 26px;
  }

  .form-lien-he-saphia .contact-area .call-button::after{
    content: var(--tw-content);
    width: 48.665px;
    height: 48.665px;
  }
}

.form-lien-he-saphia .contact-area .call-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='50' viewBox='0 0 49 50' fill='none'%3E%3Crect x='0.335938' y='0.421875' width='48.6645' height='48.6645' rx='24.3323' fill='white'/%3E%3Cpath d='M17.1763 14.3086C16.565 14.3086 15.9981 14.575 15.4534 15.1078C14.9421 15.5852 14.5864 16.1069 14.3641 16.673C14.1307 17.2503 14.0195 17.8608 14.0195 18.5158C14.0195 19.5481 14.2641 20.6693 14.7532 21.8238C15.2534 23.0004 15.9536 24.2215 16.8429 25.4426C17.7321 26.6637 18.7436 27.8514 19.8552 28.9726C20.9667 30.0716 22.1672 31.0928 23.401 31.992C24.6015 32.869 25.8353 33.5794 27.058 34.09C28.9588 34.9004 30.7373 35.0891 32.2045 34.4786C32.7714 34.2454 33.2716 33.8902 33.7273 33.3796C33.983 33.1021 34.1831 32.8024 34.3498 32.4471C34.4832 32.1696 34.5499 31.881 34.5499 31.5924C34.5499 31.4148 34.5165 31.2372 34.4276 31.0373C34.3943 30.9707 34.3276 30.8486 34.1164 30.7043L30.426 28.0846C30.2037 27.9291 30.0036 27.8181 29.8147 27.7404C29.5701 27.6405 29.4701 27.5406 29.0922 27.7737C28.8698 27.8847 28.6698 28.0513 28.4475 28.2733L27.6027 29.1058C27.1692 29.5276 26.5022 29.6276 25.9909 29.4388L25.6908 29.3056C25.2351 29.0614 24.7015 28.684 24.1124 28.1845C23.5789 27.7293 23.0009 27.1965 22.3006 26.5083C21.7559 25.9532 21.2113 25.3649 20.6444 24.7099C20.1219 24.0994 19.744 23.5777 19.5106 23.1447L19.3772 22.8117C19.3105 22.5564 19.2883 22.4121 19.2883 22.2567C19.2883 21.8571 19.4328 21.5018 19.7107 21.2243L20.5443 20.3585C20.7666 20.1365 20.9334 19.9255 21.0445 19.7368C21.1335 19.5925 21.1668 19.4704 21.1668 19.3594C21.1668 19.2706 21.1335 19.1374 21.0779 19.0042C21.0001 18.8266 20.8778 18.6268 20.7222 18.4159L18.1434 14.7748C18.0322 14.6194 17.8988 14.5084 17.7321 14.4307C17.5543 14.353 17.3653 14.3086 17.1763 14.3086Z' fill='%23393CA2'/%3E%3C/svg%3E");
  background-size: 48.665px 48.665px;
  background-position: center center;
}

.form-lien-he-saphia .contact-area .submit-btn{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #00000080;
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .form-lien-he-saphia .contact-area .submit-btn{
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1025px){
  .form-lien-he-saphia .contact-area .submit-btn{
    font-size: 26px;
  }
}

.form-lien-he-saphia .contact-area .submit-btn .submit{
  width: 100%;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 72px;
}

.form-lien-he-saphia .contact-area .submit-btn > i{
  position: absolute;
  right: 6px;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  --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));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1025px){
  .form-lien-he-saphia .contact-area .submit-btn > i{
    width: 48.665px;
    height: 48.665px;
  }
}

.form-lien-he-saphia .contact-area .submit-btn > i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='50' viewBox='0 0 49 50' fill='none'%3E%3Crect x='0.335938' y='0.421875' width='48.6645' height='48.6645' rx='24.3323' fill='white'/%3E%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.847656' y='0.679688' width='49.1508' height='49.1508' rx='24.5754' fill='black' fill-opacity='0.5'/%3E%3Cpath d='M34.1328 25.9544C34.3203 25.76 34.4141 25.5239 34.4141 25.2461C34.4141 24.9683 34.3203 24.7322 34.1328 24.5378L27.0614 17.5378C26.5792 17.1489 26.1239 17.1489 25.6953 17.5378C25.3203 18.0378 25.3337 18.51 25.7355 18.9544L31.0391 24.2461H17.3783C16.7891 24.3016 16.4676 24.635 16.4141 25.2461C16.4676 25.8572 16.7891 26.1905 17.3783 26.2461H31.0391L25.6953 31.5378C25.3203 31.9822 25.3203 32.4544 25.6953 32.9544C26.1239 33.3433 26.5792 33.3433 27.0614 32.9544L34.1328 25.9544Z' fill='%23F7F7F7'/%3E%3C/svg%3E%3C/svg%3E");
  background-size: 48.665px 48.665px;
  background-position: center center;
}

.form-lien-he-saphia .contact-area .submit-btn .wpcf7-spinner{
  position: absolute;
  right: -0.5rem;
  top: 50%;
  --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));
}

.form-de-lai-thong-tin-tu-van .row-input{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .form-de-lai-thong-tin-tu-van .row-input{
    flex-direction: row;
    gap: 0.625rem;
  }
}

.form-de-lai-thong-tin-tu-van .row-input span{
  width: 100%;
}

@media (min-width: 768px){
  .form-de-lai-thong-tin-tu-van .row-input span{
    width: 50%;
  }
}

.form-de-lai-thong-tin-tu-van .row-input span .input-field{
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
  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: 300ms;
}

.form-de-lai-thong-tin-tu-van .row-input span .input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .form-de-lai-thong-tin-tu-van .row-input span .input-field{
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1025px){
  .form-de-lai-thong-tin-tu-van .row-input span .input-field{
    padding: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.form-de-lai-thong-tin-tu-van .text{
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .form-de-lai-thong-tin-tu-van .text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.form-de-lai-thong-tin-tu-van .submit{
  margin-top: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}

.form-de-lai-thong-tin-tu-van .submit:hover{
  background-color: #224393c7;
}

@media (min-width: 1025px){
  .form-de-lai-thong-tin-tu-van .submit{
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 768px) {
  .form-lien-he-saphia .contact-area .call-button::after {
    background-size: 40px 40px;
  }

  .form-lien-he-saphia .contact-area .submit-btn > i {
    background-size: 40px 40px;
  }
}

.mission-slider .swiper-button-next,
.mission-slider .swiper-button-prev{
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #0000006b;
  background-image: none;
}

.mission-slider .swiper-button-next::after,
.mission-slider .swiper-button-prev::after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.feebback-slider .swiper-pagination .swiper-pagination-bullet{
  height: 3px;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
  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: 300ms;
}

@media (min-width: 1025px){
  .feebback-slider .swiper-pagination .swiper-pagination-bullet{
    height: 5px;
    width: 70px;
  }
}

.feebback-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
}

.main-slider-home .swiper-wrapper .swiper-slide-active > .item{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1025px){
  .main-slider-home .swiper-wrapper .swiper-slide-active > .item{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.main-slider-home .swiper-wrapper .swiper-slide-active > .item:after{
  bottom: 0px;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35' fill='none'%3E%3Ccircle cx='17.1426' cy='17.5' r='17' fill='%23224393'/%3E%3Ccircle cx='17.1426' cy='17.5' r='11.5' fill='%23224393' stroke='white'/%3E%3Ccircle cx='17.1426' cy='17.5' r='5' fill='white'/%3E%3C/svg%3E");
  background-size: 34px 34px;
  background-position: center center;
}

.star-rating .rate,
.star-rating-customer .rate,
.star-rating-prosucts .rate {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  height: -moz-max-content;
  height: max-content;
}

.star-rating .rate:not(:checked) > input,
.star-rating-customer .rate:not(:checked) > input,
.star-rating-prosucts .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.star-rating .rate:not(:checked) > label,
.star-rating-customer .rate:not(:checked) > label,
.star-rating-prosucts .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #ccc;
}

.star-rating .rate:not(:checked) > label:before,
.star-rating-customer .rate:not(:checked) > label:before,
.star-rating-prosucts .rate:not(:checked) > label:before {
  content: "★ ";
}

.star-rating .rate > input:checked ~ label,
.star-rating-customer .rate > input:checked ~ label,
.star-rating-prosucts .rate > input:checked ~ label {
  color: #ffc700;
}

.star-rating .rate:not(:checked) > label:hover,
.star-rating .rate:not(:checked) > label:hover ~ label,
.star-rating-customer .rate:not(:checked) > label:hover,
.star-rating-customer .rate:not(:checked) > label:hover ~ label,
.star-rating-prosucts .rate:not(:checked) > label:hover,
.star-rating-prosucts .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.star-rating .rate > input:checked + label:hover,
.star-rating .rate > input:checked + label:hover ~ label,
.star-rating .rate > input:checked ~ label:hover,
.star-rating .rate > input:checked ~ label:hover ~ label,
.star-rating .rate > label:hover ~ input:checked ~ label,
.star-rating-customer .rate > input:checked + label:hover,
.star-rating-customer .rate > input:checked + label:hover ~ label,
.star-rating-customer .rate > input:checked ~ label:hover,
.star-rating-customer .rate > input:checked ~ label:hover ~ label,
.star-rating-customer .rate > label:hover ~ input:checked ~ label,
.star-rating-prosucts .rate > input:checked + label:hover,
.star-rating-prosucts .rate > input:checked + label:hover ~ label,
.star-rating-prosucts .rate > input:checked ~ label:hover,
.star-rating-prosucts .rate > input:checked ~ label:hover ~ label,
.star-rating-prosucts .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.star-rating-customer .rate:not(:checked) > label {
  font-size: 30px;
}

.star-rating-prosucts .rate > input:checked ~ label {
  color: black;
}

.star-rating-prosucts .rate:not(:checked) > label:hover,
.star-rating-prosucts .rate:not(:checked) > label:hover ~ label {
  color: rgba(0, 0, 0, 0.724);
}

.star-rating-prosucts .rate > input:checked + label:hover,
.star-rating-prosucts .rate > input:checked + label:hover ~ label,
.star-rating-prosucts .rate > input:checked ~ label:hover,
.star-rating-prosucts .rate > input:checked ~ label:hover ~ label,
.star-rating-prosucts .rate > label:hover ~ input:checked ~ label {
  color: rgba(0, 0, 0, 0.724);
}

.products-slider .swiper-button-next,
.products-slider .swiper-button-prev{
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 192 192 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
}

@media (min-width: 1025px){
  .products-slider .swiper-button-next,
.products-slider .swiper-button-prev{
    width: 72px;
    height: 72px;
  }
}

.products-slider .swiper-button-next::after,
.products-slider .swiper-button-prev::after{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.products-slider .swiper-button-next{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .products-slider .swiper-button-next{
    right: 2.5rem;
  }
}

.products-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25' viewBox='0 0 22 25' fill='none'%3E%3Cpath d='M20.7383 13.4961C21.0195 13.1836 21.1602 12.8242 21.1602 12.418C21.1602 12.0117 21.0195 11.6523 20.7383 11.3398L13.2383 3.83984C12.9258 3.55859 12.5664 3.41797 12.1602 3.41797C11.7539 3.41797 11.3945 3.55859 11.082 3.83984C10.8008 4.15234 10.6602 4.51172 10.6602 4.91797C10.6602 5.32422 10.8008 5.68359 11.082 5.99609L16.0508 10.918H1.66016C1.22266 10.918 0.863281 11.0586 0.582031 11.3398C0.300781 11.6211 0.160156 11.9805 0.160156 12.418C0.160156 12.8555 0.300781 13.2148 0.582031 13.4961C0.863281 13.7773 1.22266 13.918 1.66016 13.918H16.0508L11.082 18.8398C10.8008 19.1523 10.6602 19.5117 10.6602 19.918C10.6602 20.3242 10.8008 20.6836 11.082 20.9961C11.3945 21.2773 11.7539 21.418 12.1602 21.418C12.5664 21.418 12.9258 21.2773 13.2383 20.9961L20.7383 13.4961Z' fill='%23292929'/%3E%3C/svg%3E");
  background-size: 24px;
}

.products-slider .swiper-button-prev{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .products-slider .swiper-button-prev{
    left: 2.5rem;
  }
}

.products-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(-180)'%3E%3Cpath d='M20.7383 13.4961C21.0195 13.1836 21.1602 12.8242 21.1602 12.418C21.1602 12.0117 21.0195 11.6523 20.7383 11.3398L13.2383 3.83984C12.9258 3.55859 12.5664 3.41797 12.1602 3.41797C11.7539 3.41797 11.3945 3.55859 11.082 3.83984C10.8008 4.15234 10.6602 4.51172 10.6602 4.91797C10.6602 5.32422 10.8008 5.68359 11.082 5.99609L16.0508 10.918H1.66016C1.22266 10.918 0.863281 11.0586 0.582031 11.3398C0.300781 11.6211 0.160156 11.9805 0.160156 12.418C0.160156 12.8555 0.300781 13.2148 0.582031 13.4961C0.863281 13.7773 1.22266 13.918 1.66016 13.918H16.0508L11.082 18.8398C10.8008 19.1523 10.6602 19.5117 10.6602 19.918C10.6602 20.3242 10.8008 20.6836 11.082 20.9961C11.3945 21.2773 11.7539 21.418 12.1602 21.418C12.5664 21.418 12.9258 21.2773 13.2383 20.9961L20.7383 13.4961Z' fill='%23292929'%3E%3C/path%3E%3C/svg%3E");
  background-size: 24px;
}

.challenge-slider .swiper-button-next,
.challenge-slider .swiper-button-prev{
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  background-color: transparent;
  background-image: none;
}

@media (min-width: 1025px){
  .challenge-slider .swiper-button-next,
.challenge-slider .swiper-button-prev{
    width: 66px;
    height: 66px;
  }
}

.challenge-slider .swiper-button-next::after,
.challenge-slider .swiper-button-prev::after{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.challenge-slider .swiper-button-next{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .challenge-slider .swiper-button-next{
    right: 2.5rem;
  }
}

.challenge-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' viewBox='0 0 95 95' fill='none'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'/%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 66px;
}

.challenge-slider .swiper-button-prev{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .challenge-slider .swiper-button-prev{
    left: 2.5rem;
  }
}

.challenge-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 95 95' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(-180)'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'%3E%3C/circle%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: 66px;
}

.research-slider .swiper-button-next,
.research-slider .swiper-button-prev{
  top: 93%;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  background-color: transparent;
  background-image: none;
}

@media (min-width: 1025px){
  .research-slider .swiper-button-next,
.research-slider .swiper-button-prev{
    width: 66px;
    height: 66px;
  }
}

.research-slider .swiper-button-next::after,
.research-slider .swiper-button-prev::after{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.research-slider .swiper-button-next{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .research-slider .swiper-button-next{
    right: 13.5rem;
  }
}

.research-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' viewBox='0 0 95 95' fill='none'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'/%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 66px;
}

.research-slider .swiper-button-prev{
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .research-slider .swiper-button-prev{
    left: 13.5rem;
  }
}

.research-slider .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 95 95' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(-180)'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'%3E%3C/circle%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: 66px;
}

.analysis-slider .swiper-button-next,
.analysis-slider .swiper-button-prev{
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
  background-color: transparent;
  background-image: none;
}

@media (min-width: 1025px){
  .analysis-slider .swiper-button-next,
.analysis-slider .swiper-button-prev{
    width: 66px;
    height: 66px;
  }
}

.analysis-slider .swiper-button-next::after,
.analysis-slider .swiper-button-prev::after{
  display: none;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.analysis-slider .swiper-button-next{
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' viewBox='0 0 95 95' fill='none'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'/%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 66px;
}

.analysis-slider .swiper-button-prev{
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='95' viewBox='0 0 95 95' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(-180)'%3E%3Ccircle opacity='0.3' cx='47.2344' cy='47.234' r='33.2338' transform='rotate(45 47.2344 47.234)' fill='black'%3E%3C/circle%3E%3Cpath d='M43.2345 58.2343L53.2344 48.2344C53.2344 48.2344 46.7286 41.7286 43.2345 38.2345' stroke='white' stroke-width='2' stroke-linecap='round'%3E%3C/path%3E%3C/svg%3E");
  background-size: 66px;
}

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

.marquee-carousel .swiper-wrapper,
.reverse-marquee-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marquee-carousel:not(.swiper-initialized) .swiper-wrapper{
  gap: 5rem;
}

.timeline_marker::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='3' fill='white'/%3E%3Ccircle opacity='0.35' cx='9' cy='9' r='9' fill='white'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 100% 100%;
}

.slide-cloud {
  animation: slideLeft 30s linear infinite;
}

@keyframes slideLeft {
  0% {
    right: -100%;
  }

  100% {
    right: 100%;
  }
}

.block_iframe iframe{
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .accordion-container{
    display: flex;
  }

  .accordion-container .accordion-item{
    flex-grow: 1;
  }

  .accordion-container .accordion-item:nth-child(2){
    flex-grow: 2;
  }

  .accordion-container:hover .accordion-item{
    flex-grow: 1;
  }

  .accordion-container .accordion-item:hover{
    flex-grow: 2;
  }
}

.scroll-scale-item {
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

.scroll-scale-item.scale-item {
  transform: scale(1.1);
}

.wp-block-heading{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1025px){
  .wp-block-heading{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .wp-block-heading{
    font-size: 3rem;
    line-height: 1;
  }
}

.arcontactus-widget .fix{
  position: fixed;
  z-index: 50;
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 1025px){
  .arcontactus-widget .fix{
    height: 58px;
    width: 58px;
  }
}

@keyframes animationPlay {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.arcontactus-widget .fix::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  animation: animationPlay infinite 1s linear;
}

.arcontactus-widgcontactfix-tell {
  background: var(--i);
  right: 4%;
}

.arcontactus-widget .fix-contact::before {
  border: 1.36629px solid var(--i);
}

.arcontactus-widget .fix-contact {
  background: var(--i);
}

.arcontactus-widget .fix-contact img{
  max-height: 80%;
  max-width: 80%;
}

.arcontactus-widget .fix-contact:nth-child(1) {
  right: 3%;
  background: var(--i);
  bottom: 90px;
}

.arcontactus-widget .fix-contact:nth-child(1)::before {
  border: 1.36629px solid var(--i);
}

.arcontactus-widget .fix-contact:nth-child(2) {
  right: 3%;
  background: var(--i);
  bottom: 180px;
}

.arcontactus-widget .fix-contact:nth-child(2)::before {
  border: 1.36629px solid var(--i);
}

.arcontactus-widget .fix-contact:nth-child(3) {
  right: 3%;
  background: var(--i);
  bottom: 270px;
}

.arcontactus-widget .fix-contact:nth-child(3)::before {
  border: 1.36629px solid var(--i);
}

.arcontactus-widget .fix-contact:nth-child(4) {
  right: 3%;
  background: var(--i);
  bottom: 360px;
}

.arcontactus-widget .fix-contact:nth-child(4)::before {
  border: 1.36629px solid var(--i);
}

.arcontactus-widget .fix-contact:nth-child(5) {
  right: 3%;
  background: var(--i);
  bottom: 450px;
}

.arcontactus-widget .fix-contact:nth-child(5)::before {
  border: 1.36629px solid var(--i);
}

@media (max-width: 991px) {
  .arcontactus-widget .fix-contact:nth-child(1) {
    bottom: 90px;
  }

  .arcontactus-widget .fix-contact:nth-child(2) {
    bottom: 160px;
  }

  .arcontactus-widget .fix-contact:nth-child(3) {
    bottom: 230px;
  }

  .arcontactus-widget .fix-contact:nth-child(4) {
    bottom: 300px;
  }

  .arcontactus-widget .fix-contact:nth-child(5) {
    bottom: 370px;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :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;
}

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

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

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

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

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

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

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

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

.prose :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;
}

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

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

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

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

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

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  table-layout: fixed;
  width: 100%;
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-bottom-\[220\%\]{
  bottom: -220%;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-2\.5{
  bottom: 0.625rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

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

.left-0{
  left: 0px;
}

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

.left-10{
  left: 2.5rem;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-7{
  right: 1.75rem;
}

.right-\[14px\]{
  right: 14px;
}

.right-\[15px\]{
  right: 15px;
}

.right-\[3\.5\%\]{
  right: 3.5%;
}

.top-0{
  top: 0px;
}

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

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-2\.5{
  top: 0.625rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

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

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

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

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

.col-start-1{
  grid-column-start: 1;
}

.col-start-5{
  grid-column-start: 5;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-8{
  grid-column-start: 8;
}

.col-end-11{
  grid-column-end: 11;
}

.col-end-5{
  grid-column-end: 5;
}

.col-end-6{
  grid-column-end: 6;
}

.col-end-8{
  grid-column-end: 8;
}

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

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

.row-start-1{
  grid-row-start: 1;
}

.row-start-4{
  grid-row-start: 4;
}

.row-end-4{
  grid-row-end: 4;
}

.row-end-8{
  grid-row-end: 8;
}

.m-auto{
  margin: auto;
}

.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-\[1\.375rem\]{
  margin-left: -1.375rem;
  margin-right: -1.375rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

.my-\[100px\]{
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.-ml-5{
  margin-left: -1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-auto{
  margin-left: auto;
}

.mr-auto{
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.table-cell{
  display: table-cell;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[0\.72\]{
  aspect-ratio: 0.72;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.size-11{
  width: 2.75rem;
  height: 2.75rem;
}

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

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

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

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

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

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

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

.size-\[1\.125rem\]{
  width: 1.125rem;
  height: 1.125rem;
}

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

.size-\[180px\]{
  width: 180px;
  height: 180px;
}

.size-\[220px\]{
  width: 220px;
  height: 220px;
}

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

.size-\[50px\]{
  width: 50px;
  height: 50px;
}

.size-\[54px\]{
  width: 54px;
  height: 54px;
}

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

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

.h-10{
  height: 2.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-5{
  height: 1.25rem;
}

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

.h-\[14\]{
  height: 14;
}

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

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

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

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

.h-\[21\.75rem\]{
  height: 21.75rem;
}

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

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

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

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

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

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

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

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

.h-\[90dvh\]{
  height: 90dvh;
}

.h-\[99\%\]{
  height: 99%;
}

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

.h-full{
  height: 100%;
}

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

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

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

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

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

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

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

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

.min-h-max{
  min-height: -moz-max-content;
  min-height: max-content;
}

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

.w-1\/3{
  width: 33.333333%;
}

.w-10{
  width: 2.5rem;
}

.w-5{
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

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

.grow{
  flex-grow: 1;
}

.basis-0{
  flex-basis: 0px;
}

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

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

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

.translate-x-0{
  --tw-translate-x: 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));
}

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

.translate-y-\[104px\]{
  --tw-translate-y: 104px;
  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-\[52px\]{
  --tw-translate-y: 52px;
  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-\[90px\]{
  --tw-translate-y: 90px;
  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));
}

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

.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-default{
  cursor: default;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[13px\]{
  gap: 13px;
}

.gap-\[15px\]{
  gap: 15px;
}

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

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[35\.585px\]{
  gap: 35.585px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-\[70px\]{
  gap: 70px;
}

.gap-\[9px\]{
  gap: 9px;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-7{
  row-gap: 1.75rem;
}

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

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

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

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

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.rounded-\[0\.625rem\]{
  border-radius: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-b-\[35px\]{
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.border{
  border-width: 1px;
}

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

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

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

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

.border-b-\[3px\]{
  border-bottom-width: 3px;
}

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

.border-\[\#0000001F\]{
  border-color: #0000001F;
}

.border-\[\#124B96\]{
  --tw-border-opacity: 1;
  border-color: rgb(18 75 150 / var(--tw-border-opacity));
}

.border-\[\#1d1d1d1a\]{
  border-color: #1d1d1d1a;
}

.border-\[\#26AAE1\]{
  --tw-border-opacity: 1;
  border-color: rgb(38 170 225 / var(--tw-border-opacity));
}

.border-\[\#4F4E4D\]{
  --tw-border-opacity: 1;
  border-color: rgb(79 78 77 / var(--tw-border-opacity));
}

.border-\[\#7B7B7B80\]{
  border-color: #7B7B7B80;
}

.border-\[\#7ECAEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(126 202 235 / var(--tw-border-opacity));
}

.border-\[\#CDD4E7\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 212 231 / var(--tw-border-opacity));
}

.border-\[\#DDE2EA\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 226 234 / var(--tw-border-opacity));
}

.border-\[\#EAEEF4\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 238 244 / var(--tw-border-opacity));
}

.border-\[\#ECF4FE\]{
  --tw-border-opacity: 1;
  border-color: rgb(236 244 254 / var(--tw-border-opacity));
}

.border-\[\#FFFFFF2B\]{
  border-color: #FFFFFF2B;
}

.border-\[\#ffffff2b\]{
  border-color: #ffffff2b;
}

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

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

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

.bg-\[\#000000d4\]{
  background-color: #000000d4;
}

.bg-\[\#221f90c7\]{
  background-color: #221f90c7;
}

.bg-\[\#26AAE1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 170 225 / var(--tw-bg-opacity));
}

.bg-\[\#393CA280\]{
  background-color: #393CA280;
}

.bg-\[\#393CA2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(57 60 162 / var(--tw-bg-opacity));
}

.bg-\[\#567DDB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(86 125 219 / var(--tw-bg-opacity));
}

.bg-\[\#5B79A480\]{
  background-color: #5B79A480;
}

.bg-\[\#5B79A4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 121 164 / var(--tw-bg-opacity));
}

.bg-\[\#5C82E080\]{
  background-color: #5C82E080;
}

.bg-\[\#96AADD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(150 170 221 / var(--tw-bg-opacity));
}

.bg-\[\#AEBBCE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(174 187 206 / var(--tw-bg-opacity));
}

.bg-\[\#D5E6FA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(213 230 250 / var(--tw-bg-opacity));
}

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

.bg-\[\#EBF3FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 243 253 / var(--tw-bg-opacity));
}

.bg-\[\#ECF4FE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 254 / var(--tw-bg-opacity));
}

.bg-\[\#F0BF8C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 191 140 / var(--tw-bg-opacity));
}

.bg-\[\#FFF3E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 231 / var(--tw-bg-opacity));
}

.bg-\[\#FFFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF2B\]{
  background-color: #FFFFFF2B;
}

.bg-\[\#ababab57\]{
  background-color: #ababab57;
}

.bg-\[\#d3d3d359\]{
  background-color: #d3d3d359;
}

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

.bg-\[\#f4f4f41a\]{
  background-color: #f4f4f41a;
}

.bg-\[\#ffffff12\]{
  background-color: #ffffff12;
}

.bg-\[\#ffffff2b\]{
  background-color: #ffffff2b;
}

.bg-\[\#ffffff85\]{
  background-color: #ffffff85;
}

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

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

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
}

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

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

.bg-card-gradient{
  background-image: linear-gradient(to top, #0000007A 0%, #00000000 100%);
}

.bg-form-gradient{
  background-image: linear-gradient(to left, #EBF3FD 0%, #ebf3fd00 40%, #ebf3fd00 100%);
}

.bg-home-gradient{
  background-image: linear-gradient(to bottom, #ffffff 0%, #DCECFD 30%, #DCECFD 80%, #ffffff 100%);
}

.bg-life-gradient{
  background-image: linear-gradient(0deg, rgba(115, 115, 115, 0.00) -2.66%, rgba(63, 61, 134, 0.64) 9.2%, #221F90 50.54%);
}

.bg-line-gradient{
  background-image: linear-gradient(to right, #124B96 0%, #26AAE1 100%);
}

.bg-products-gradient{
  background-image: linear-gradient(0deg, rgba(34, 67, 147, 0.80) -0.06%, rgba(255, 255, 255, 0.00) 100.05%);
}

.bg-section-gradient{
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 49.99%, rgba(255, 255, 255, 0.73) 64.55%, rgba(255, 255, 255, 0.48) 70.09%, rgba(255, 255, 255, 0.00) 77.71%);
}

.bg-text-gradient{
  background-image: linear-gradient(90deg, #124B96 0%, #26AAE1 100%);
}

.bg-video-gradient{
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 38.58%, rgba(0, 0, 0, 0.80) 91.98%);
}

.bg-why-gradient{
  background-image: linear-gradient(270deg, rgba(34, 67, 147, 0.00) 35.77%, rgba(34, 67, 147, 0.70) 68.82%);
}

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

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.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-top{
  -o-object-position: top;
     object-position: top;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[14px\]{
  padding: 14px;
}

.p-\[6px\]{
  padding: 6px;
}

.p-\[7px\]{
  padding: 7px;
}

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[103px\]{
  padding-top: 103px;
  padding-bottom: 103px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}

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

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-\[74px\]{
  padding-top: 74px;
  padding-bottom: 74px;
}

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

.pl-6{
  padding-left: 1.5rem;
}

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

.pr-11{
  padding-right: 2.75rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-7{
  padding-right: 1.75rem;
}

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

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

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

.font-body{
  font-family: Questrial;
}

.font-content{
  font-family: Helvetica;
}

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

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

.text-\[18\.132px\]{
  font-size: 18.132px;
}

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

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

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

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

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

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

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

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

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

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

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

.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-medium{
  font-weight: 500;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.italic{
  font-style: italic;
}

.\!leading-\[30px\]{
  line-height: 30px !important;
}

.\!leading-normal{
  line-height: 1.5 !important;
}

.leading-10{
  line-height: 2.5rem;
}

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

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

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

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

.leading-\[18px\]{
  line-height: 18px;
}

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

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[32\.235px\]{
  line-height: 32.235px;
}

.leading-\[32\.63px\]{
  line-height: 32.63px;
}

.leading-\[36\.265px\]{
  line-height: 36.265px;
}

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

.leading-snug{
  line-height: 1.375;
}

.-tracking-\[0\.16px\]{
  letter-spacing: -0.16px;
}

.tracking-\[-0\.151px\]{
  letter-spacing: -0.151px;
}

.tracking-\[-0\.16px\]{
  letter-spacing: -0.16px;
}

.tracking-\[-0\.21px\]{
  letter-spacing: -0.21px;
}

.tracking-\[-0\.242px\]{
  letter-spacing: -0.242px;
}

.tracking-\[-0\.24px\;\]{
  letter-spacing: -0.24px;;
}

.tracking-\[-0\.423px\]{
  letter-spacing: -0.423px;
}

.tracking-\[-0\.42px\]{
  letter-spacing: -0.42px;
}

.tracking-\[-0\.72px\]{
  letter-spacing: -0.72px;
}

.tracking-\[-0\.754px\]{
  letter-spacing: -0.754px;
}

.tracking-\[-0\.844px\]{
  letter-spacing: -0.844px;
}

.tracking-\[-0\.96px\]{
  letter-spacing: -0.96px;
}

.tracking-\[-1\.425px\]{
  letter-spacing: -1.425px;
}

.tracking-\[-1px\]{
  letter-spacing: -1px;
}

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.text-\[\#00000070\]{
  color: #00000070;
}

.text-\[\#0000008A\]{
  color: #0000008A;
}

.text-\[\#000000E0\]{
  color: #000000E0;
}

.text-\[\#00081280\]{
  color: #00081280;
}

.text-\[\#000812\]{
  --tw-text-opacity: 1;
  color: rgb(0 8 18 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#221F90\]{
  --tw-text-opacity: 1;
  color: rgb(34 31 144 / var(--tw-text-opacity));
}

.text-\[\#244896\]{
  --tw-text-opacity: 1;
  color: rgb(36 72 150 / var(--tw-text-opacity));
}

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

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

.text-\[\#393CA2\]{
  --tw-text-opacity: 1;
  color: rgb(57 60 162 / var(--tw-text-opacity));
}

.text-\[\#3A566A\]{
  --tw-text-opacity: 1;
  color: rgb(58 86 106 / var(--tw-text-opacity));
}

.text-\[\#525256\]{
  --tw-text-opacity: 1;
  color: rgb(82 82 86 / var(--tw-text-opacity));
}

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

.text-\[\#5C5C5C\]{
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity));
}

.text-\[\#6B96FF\]{
  --tw-text-opacity: 1;
  color: rgb(107 150 255 / var(--tw-text-opacity));
}

.text-\[\#717070\]{
  --tw-text-opacity: 1;
  color: rgb(113 112 112 / var(--tw-text-opacity));
}

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

.text-\[\#D9EAFD\]{
  --tw-text-opacity: 1;
  color: rgb(217 234 253 / var(--tw-text-opacity));
}

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

.text-\[\#ffffff99\]{
  color: #ffffff99;
}

.text-\[\#ffffffb3\]{
  color: #ffffffb3;
}

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

.text-content{
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}

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

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / var(--tw-text-opacity));
}

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

.text-transparent{
  color: transparent;
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-ban-tin{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px 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-card{
  --tw-shadow: 0px 6.34px 38.041px 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 6.34px 38.041px 0px 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-contentCard{
  --tw-shadow: 0px 0px 0px 3px rgba(32, 65, 154, 0.05);
  --tw-shadow-colored: 0px 0px 0px 3px 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-product{
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px 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(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);
}

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

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

.backdrop-blur-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -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);
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -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{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.pl-container-offset {
  padding-left: calc((100vw - 1280px) / 2 + 2rem);
  /* xl */
}

@media (min-width: 1676px) {
  .pl-container-offset {
    padding-left: calc((100vw - 1676px) / 2 + 2rem);
    /* 3xl */
  }
}

@media (min-width: 1476px) and (max-width: 1675px) {
  .pl-container-offset {
    padding-left: calc((100vw - 1476px) / 2 + 2rem);
    /* 2xl */
  }
}

@media (min-width: 1280px) and (max-width: 1475px) {
  .pl-container-offset {
    padding-left: calc((100vw - 1280px) / 2 + 2rem);
    /* xl */
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .pl-container-offset {
    padding-left: calc((100vw - 1025px) / 2 + 2rem);
    /* lg */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pl-container-offset {
    padding-left: calc((100vw - 768px) / 2 + 2rem);
    /* md */
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .pl-container-offset {
    padding-left: calc((100vw - 640px) / 2 + 2rem);
    /* sm */
  }
}

@media (max-width: 639px) {
  .pl-container-offset {
    padding-left: calc((100vw - 393px) / 2 + 2rem);
    /* xs */
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.the_content {
  font-size: 16px;
}

.the_content .has-drop-cap {
  margin-bottom: 50px;
}

.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.the_content h6 {
  font-size: 16px;
}

.the_content h5 {
  font-size: 18px;
}

.the_content h4 {
  font-size: 22px;
}

.the_content h3 {
  font-size: 25px;
}

.the_content h2 {
  font-size: 27px;
  line-height: 1.5;
}

.the_content p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}

.the_content ul li a {
  color: #244896;
}

.the_content a {
  color: #244896;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #666;
  line-height: 1.5;
  margin-bottom: 10px;
}

.the_content ol li a {
  color: #244896;
}

.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #244896;
}

.the_content blockquote p {
  margin: 0 !important;
}

pre.wp-block-code {
  margin-bottom: 30px;
}

.the_content table:not(.shop_table) > tbody > tr > td,
.the_content table:not(.shop_table) > tbody > tr > th,
.the_content table:not(.shop_table) > tfoot > tr > td,
.the_content table:not(.shop_table) > tfoot > tr > th,
.the_content table:not(.shop_table) > thead > tr > td,
.the_content table:not(.shop_table) > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 15px;
}

.the_content figure figcaption {
  text-align: center;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  text-align: center;
}

@media (min-width: 1025px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  @media (min-width: 1025px){
    .lg\:container{
      max-width: 1025px;
    }
  }

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

  @media (min-width: 1476px){
    .lg\:container{
      max-width: 1476px;
    }
  }

  @media (min-width: 1676px){
    .lg\:container{
      max-width: 1676px;
    }
  }
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-1::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}

.after\:size-\[14px\]::after{
  content: var(--tw-content);
  width: 14px;
  height: 14px;
}

.after\:shrink-0::after{
  content: var(--tw-content);
  flex-shrink: 0;
}

.after\:-translate-x-1\/2::after{
  content: var(--tw-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));
}

.after\:translate-y-1\/2::after{
  content: var(--tw-content);
  --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));
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#4574E6\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(69 116 230 / var(--tw-bg-opacity));
}

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

.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.checked\:border-transparent:checked{
  border-color: transparent;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-\[\#00000030\]:hover{
  background-color: #00000030;
}

.hover\:bg-\[\#224393c7\]:hover{
  background-color: #224393c7;
}

.hover\:bg-\[\#DDEBCE80\]:hover{
  background-color: #DDEBCE80;
}

.hover\:bg-\[\#cbc9c9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 201 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#e3e3e3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#eae9e9\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 233 233 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#ffffff66\]:hover{
  background-color: #ffffff66;
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
}

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

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

.hover\:text-\[\#3A566A\]:hover{
  --tw-text-opacity: 1;
  color: rgb(58 86 106 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / var(--tw-text-opacity));
}

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

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 67 147 / var(--tw-border-opacity));
}

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

.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}

.group:hover .group-hover\:z-10{
  z-index: 10;
}

.group\/inner:hover .group-hover\/inner\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group\/inner:hover .group-hover\/inner\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:bg-\[\#757d8a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(117 125 138 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#cbc9c9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 201 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / 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\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

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

.peer:checked ~ .peer-checked\:text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.prose-h2\:mb-5 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}

.prose-h2\:text-lg :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.prose-h3\:mb-5 :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}

.prose-h3\:text-lg :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.prose-p\:mb-5 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}

.prose-p\:mt-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 0.5rem;
}

.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 1rem;
  line-height: 1.5rem;
}

.prose-a\:flex :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  display: flex;
}

.prose-a\:items-center :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  align-items: center;
}

.prose-a\:gap-1 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  gap: 0.25rem;
}

.prose-a\:rounded-md :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0.375rem;
}

.prose-a\:px-4 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 1rem;
  padding-right: 1rem;
}

.prose-a\:py-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(34 67 147 / var(--tw-text-opacity));
}

.prose-strong\:text-\[40px\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 40px;
}

.prose-strong\:font-semibold :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-weight: 600;
}

.prose-strong\:leading-tight :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  line-height: 1.25;
}

.prose-strong\:tracking-\[-0\.54px\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  letter-spacing: -0.54px;
}

.prose-ul\:mb-5 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}

.prose-ul\:list-\[\'-\'\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: '-';
}

.prose-ul\:pl-5 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 1.25rem;
}

.prose-li\:text-sm :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.prose-img\:h-auto :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  height: auto;
}

.prose-img\:w-full :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  width: 100%;
}

.prose-img\:object-cover :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 1280px){
  .max-xl\:max-w-\[60\%\]{
    max-width: 60%;
  }
}

@media not all and (min-width: 1025px){
  .max-lg\:mt-\[400px\]{
    margin-top: 400px;
  }

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

  .max-lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .max-lg\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:bottom-0{
    bottom: 0px;
  }

  .max-md\:top-0{
    top: 0px;
  }

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

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

  .max-md\:h-\[14\.375rem\]{
    height: 14.375rem;
  }

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

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

  .max-md\:w-\[83\%\]{
    width: 83%;
  }

  .max-md\:min-w-\[83\%\]{
    min-width: 83%;
  }

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

  .max-md\:max-w-\[50\%\]{
    max-width: 50%;
  }

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

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:bottom-5{
    bottom: 1.25rem;
  }

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

  .md\:top-0{
    top: 0px;
  }

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

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

  .md\:order-4{
    order: 4;
  }

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

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

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

  .md\:\!mr-\[50px\]{
    margin-right: 50px !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:aspect-\[1632\/960\]{
    aspect-ratio: 1632/960;
  }

  .md\:size-\[250px\]{
    width: 250px;
    height: 250px;
  }

  .md\:size-\[400px\]{
    width: 400px;
    height: 400px;
  }

  .md\:h-\[21\.75rem\]{
    height: 21.75rem;
  }

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

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

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

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

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

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

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

  .md\:h-full{
    height: 100%;
  }

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

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

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

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

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

  .md\:w-\[28\.5\%\]{
    width: 28.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(50\%-3px\)\]{
    width: calc(50% - 3px);
  }

  .md\:w-\[calc\(50\%-8px\)\]{
    width: calc(50% - 8px);
  }

  .md\:w-full{
    width: 100%;
  }

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

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

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

  .md\:max-w-\[46\%\]{
    max-width: 46%;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

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

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

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[60px\]{
    gap: 60px;
  }

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

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

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

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

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

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-\[14px\]{
    padding: 14px;
  }

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

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

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

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

  .md\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

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

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

  .md\:py-\[19px\]{
    padding-top: 19px;
    padding-bottom: 19px;
  }

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

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

  .md\:pl-10{
    padding-left: 2.5rem;
  }

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

  .md\:pr-4{
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:left-5{
    left: 1.25rem;
  }

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

  .lg\:right-2{
    right: 0.5rem;
  }

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

  .lg\:top-2{
    top: 0.5rem;
  }

  .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-5{
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-start-5{
    grid-column-start: 5;
  }

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

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

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

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

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

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-5{
    grid-row-start: 5;
  }

  .lg\:row-start-8{
    grid-row-start: 8;
  }

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

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

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

  .lg\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:my-\[164px\]{
    margin-top: 164px;
    margin-bottom: 164px;
  }

  .lg\:my-\[200px\]{
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .lg\:my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[1632\/960\]{
    aspect-ratio: 1632/960;
  }

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

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

  .lg\:size-16{
    width: 4rem;
    height: 4rem;
  }

  .lg\:size-\[100px\]{
    width: 100px;
    height: 100px;
  }

  .lg\:size-\[150px\]{
    width: 150px;
    height: 150px;
  }

  .lg\:size-\[223px\]{
    width: 223px;
    height: 223px;
  }

  .lg\:size-\[340px\]{
    width: 340px;
    height: 340px;
  }

  .lg\:size-\[60px\]{
    width: 60px;
    height: 60px;
  }

  .lg\:size-\[66px\]{
    width: 66px;
    height: 66px;
  }

  .lg\:size-\[96px\]{
    width: 96px;
    height: 96px;
  }

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

  .lg\:h-\[34\.75rem\]{
    height: 34.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:min-w-\[180px\]{
    min-width: 180px;
  }

  .lg\:min-w-\[640px\]{
    min-width: 640px;
  }

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

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

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

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

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

  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }

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

  .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\:grid-rows-11{
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

  .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-9{
    gap: 2.25rem;
  }

  .lg\:gap-\[300px\]{
    gap: 300px;
  }

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

  .lg\:gap-\[37px\]{
    gap: 37px;
  }

  .lg\:gap-\[84px\]{
    gap: 84px;
  }

  .lg\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:gap-x-\[50px\]{
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

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

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

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

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

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

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

  .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-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-r-\[30px\]{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

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

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

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-2\.5{
    padding: 0.625rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-\[26px\]{
    padding: 26px;
  }

  .lg\:p-\[50px\]{
    padding: 50px;
  }

  .lg\:p-\[60px\]{
    padding: 60px;
  }

  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .lg\:px-\[26px\]{
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:px-\[38px\]{
    padding-left: 38px;
    padding-right: 38px;
  }

  .lg\:px-\[49px\]{
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:px-\[69px\]{
    padding-left: 69px;
    padding-right: 69px;
  }

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

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

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

  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[107px\]{
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .lg\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:py-\[72px\]{
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

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

  .lg\:pl-24{
    padding-left: 6rem;
  }

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pl-\[130px\]{
    padding-left: 130px;
  }

  .lg\:pl-\[43px\]{
    padding-left: 43px;
  }

  .lg\:pr-7{
    padding-right: 1.75rem;
  }

  .lg\:pr-\[60px\]{
    padding-right: 60px;
  }

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

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

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

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

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

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

  .lg\:text-end{
    text-align: end;
  }

  .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-\[15px\]{
    font-size: 15px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[42\.5px\]{
    font-size: 42.5px;
  }

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

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

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

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

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

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

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

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

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

  .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\:\!leading-\[32px\]{
    line-height: 32px !important;
  }

  .lg\:leading-\[1\.1\]{
    line-height: 1.1;
  }

  .lg\:leading-\[104\.5px\]{
    line-height: 104.5px;
  }

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

  .lg\:leading-\[22\.565px\]{
    line-height: 22.565px;
  }

  .lg\:leading-\[24px\]{
    line-height: 24px;
  }

  .lg\:leading-\[25px\]{
    line-height: 25px;
  }

  .lg\:leading-\[32\.4px\]{
    line-height: 32.4px;
  }

  .lg\:leading-\[32px\]{
    line-height: 32px;
  }

  .lg\:leading-\[34px\]{
    line-height: 34px;
  }

  .lg\:leading-\[37px\]{
    line-height: 37px;
  }

  .lg\:leading-\[44px\]{
    line-height: 44px;
  }

  .lg\:leading-\[60px\]{
    line-height: 60px;
  }

  .lg\:leading-\[70px\]{
    line-height: 70px;
  }

  .lg\:leading-\[77px\]{
    line-height: 77px;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:prose-p\:mt-5 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-top: 1.25rem;
  }

  .lg\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:prose-strong\:text-\[56px\] :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 56px;
  }
}

@media (min-width: 1280px){
  .xl\:right-16{
    right: 4rem;
  }

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

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

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

  .xl\:mt-12{
    margin-top: 3rem;
  }

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

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

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:size-\[400px\]{
    width: 400px;
    height: 400px;
  }

  .xl\:size-\[60px\]{
    width: 60px;
    height: 60px;
  }

  .xl\:size-\[66px\]{
    width: 66px;
    height: 66px;
  }

  .xl\:size-\[765px\]{
    width: 765px;
    height: 765px;
  }

  .xl\:size-\[92px\]{
    width: 92px;
    height: 92px;
  }

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

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

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

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

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

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

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

  .xl\:w-\[22\.5\%\]{
    width: 22.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:min-w-\[800px\]{
    min-width: 800px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-\[100px\]{
    gap: 100px;
  }

  .xl\:gap-\[111px\]{
    gap: 111px;
  }

  .xl\:gap-\[112px\]{
    gap: 112px;
  }

  .xl\:gap-\[115px\]{
    gap: 115px;
  }

  .xl\:gap-\[13px\]{
    gap: 13px;
  }

  .xl\:gap-\[47px\]{
    gap: 47px;
  }

  .xl\:gap-\[50px\]{
    gap: 50px;
  }

  .xl\:gap-\[53px\]{
    gap: 53px;
  }

  .xl\:gap-\[54px\]{
    gap: 54px;
  }

  .xl\:gap-\[60px\]{
    gap: 60px;
  }

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

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

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

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

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

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

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

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-\[14px\]{
    padding: 14px;
  }

  .xl\:p-\[47px\]{
    padding: 47px;
  }

  .xl\:p-\[70px\]{
    padding: 70px;
  }

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

  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-\[124px\]{
    padding-left: 124px;
    padding-right: 124px;
  }

  .xl\:px-\[200px\]{
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:px-\[266px\]{
    padding-left: 266px;
    padding-right: 266px;
  }

  .xl\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-\[109px\]{
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .xl\:py-\[115px\]{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .xl\:pb-9{
    padding-bottom: 2.25rem;
  }

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

  .xl\:pl-0{
    padding-left: 0px;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pr-11{
    padding-right: 2.75rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pr-\[103px\]{
    padding-right: 103px;
  }

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

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

  .xl\:pt-9{
    padding-top: 2.25rem;
  }

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

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

  .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-\[15px\]{
    font-size: 15px;
  }

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

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

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

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

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

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

  .xl\:text-\[42\.5px\]{
    font-size: 42.5px;
  }

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

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

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

  .xl\:text-\[63px\]{
    font-size: 63px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }

  .xl\:text-\[70px\]{
    font-size: 70px;
  }

  .xl\:text-\[85px\]{
    font-size: 85px;
  }

  .xl\:text-\[90px\]{
    font-size: 90px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .xl\:leading-\[1\]{
    line-height: 1;
  }

  .xl\:leading-\[24px\]{
    line-height: 24px;
  }

  .xl\:leading-\[32px\]{
    line-height: 32px;
  }

  .xl\:leading-\[34px\]{
    line-height: 34px;
  }

  .xl\:leading-\[36\.4px\]{
    line-height: 36.4px;
  }

  .xl\:leading-\[76px\]{
    line-height: 76px;
  }

  .xl\:leading-\[77px\]{
    line-height: 77px;
  }

  .xl\:leading-\[78px\]{
    line-height: 78px;
  }

  .xl\:leading-\[96px\]{
    line-height: 96px;
  }

  .prose-h2\:xl\:text-\[40px\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 40px;
  }

  .prose-h3\:xl\:text-\[40px\] :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 40px;
  }

  .xl\:prose-p\:text-\[28px\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 28px;
  }

  .xl\:prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:prose-p\:leading-\[34px\] :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    line-height: 34px;
  }

  .xl\:prose-ul\:mb-7 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    margin-bottom: 1.75rem;
  }

  .xl\:prose-li\:text-lg :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1476px){
  .\31\.5xl\:left-\[72px\]{
    left: 72px;
  }

  .\31\.5xl\:block{
    display: block;
  }

  .\31\.5xl\:size-\[450px\]{
    width: 450px;
    height: 450px;
  }

  .\31\.5xl\:h-\[665px\]{
    height: 665px;
  }

  .\31\.5xl\:h-\[995px\]{
    height: 995px;
  }

  .\31\.5xl\:w-\[1348px\]{
    width: 1348px;
  }

  .\31\.5xl\:w-\[15\%\]{
    width: 15%;
  }

  .\31\.5xl\:w-\[17\%\]{
    width: 17%;
  }

  .\31\.5xl\:w-\[333px\]{
    width: 333px;
  }

  .\31\.5xl\:w-\[592px\]{
    width: 592px;
  }

  .\31\.5xl\:w-\[694px\]{
    width: 694px;
  }

  .\31\.5xl\:w-\[75\.61\%\]{
    width: 75.61%;
  }

  .\31\.5xl\:min-w-\[1156px\]{
    min-width: 1156px;
  }

  .\31\.5xl\:max-w-\[650px\]{
    max-width: 650px;
  }

  .\31\.5xl\:max-w-\[830px\]{
    max-width: 830px;
  }

  .\31\.5xl\:max-w-\[864px\]{
    max-width: 864px;
  }

  .\31\.5xl\:flex-row{
    flex-direction: row;
  }

  .\31\.5xl\:gap-20{
    gap: 5rem;
  }

  .\31\.5xl\:gap-\[110px\]{
    gap: 110px;
  }

  .\31\.5xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\31\.5xl\:p-\[72px\]{
    padding: 72px;
  }

  .\31\.5xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\31\.5xl\:px-\[116px\]{
    padding-left: 116px;
    padding-right: 116px;
  }

  .\31\.5xl\:px-\[126px\]{
    padding-left: 126px;
    padding-right: 126px;
  }

  .\31\.5xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\31\.5xl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .\31\.5xl\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .\31\.5xl\:pl-0{
    padding-left: 0px;
  }

  .\31\.5xl\:pr-\[54px\]{
    padding-right: 54px;
  }

  .\31\.5xl\:pt-\[210px\]{
    padding-top: 210px;
  }

  .\31\.5xl\:pt-\[51px\]{
    padding-top: 51px;
  }

  .\31\.5xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\31\.5xl\:text-\[34px\]{
    font-size: 34px;
  }

  .\31\.5xl\:text-\[64px\]{
    font-size: 64px;
  }

  .\31\.5xl\:text-\[94px\]{
    font-size: 94px;
  }

  .\31\.5xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\31\.5xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\31\.5xl\:leading-\[77px\]{
    line-height: 77px;
  }
}

@media (min-width: 1537px){
  .\32xl\:ml-\[170px\]{
    margin-left: 170px;
  }

  .\32xl\:h-\[1869px\]{
    height: 1869px;
  }

  .\32xl\:w-\[14\%\]{
    width: 14%;
  }

  .\32xl\:w-auto{
    width: auto;
  }

  .\32xl\:max-w-\[100\%\]{
    max-width: 100%;
  }

  .\32xl\:max-w-\[706px\]{
    max-width: 706px;
  }

  .\32xl\:max-w-\[900px\]{
    max-width: 900px;
  }

  .\32xl\:gap-\[94px\]{
    gap: 94px;
  }

  .\32xl\:pr-\[120px\]{
    padding-right: 120px;
  }

  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1920px){
  .\33xl\:h-\[540px\]{
    height: 540px;
  }
}

.\[\&\.active\]\:bg-\[\#DDEBCE\].active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 235 206 / var(--tw-bg-opacity));
}

.\[\&\:not\(\.active\)\]\:pointer-events-none:not(.active){
  pointer-events: none;
}

.\[\&\:not\(\.active\)\]\:-z-10:not(.active){
  z-index: -10;
}

.\[\&\:not\(\.active\)\]\:translate-x-full:not(.active){
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\:not\(\.active\)\]\:rotate-0:not(.active){
  --tw-rotate: 0deg;
  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));
}

.\[\&\:not\(\.active\)\]\:border-\[\#ffffff2b\]:not(.active){
  border-color: #ffffff2b;
}

.\[\&\:not\(\.active\)\]\:border-transparent:not(.active){
  border-color: transparent;
}

.\[\&\:not\(\.active\)\]\:bg-\[\#D9D9D9\]:not(.active){
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.\[\&\:not\(\.active\)\]\:bg-\[\#ffffff12\]:not(.active){
  background-color: #ffffff12;
}

.\[\&\:not\(\.active\)\]\:bg-transparent:not(.active){
  background-color: transparent;
}

.\[\&\:not\(\.active\)\]\:text-black:not(.active){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\:not\(\.active\)\]\:text-white:not(.active){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\:not\(\.active\)\]\:opacity-0:not(.active){
  opacity: 0;
}

.\[\&\:not\(\.active\)\]\:backdrop-blur-\[10px\]:not(.active){
  --tw-backdrop-blur: blur(10px);
  -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);
}

.hover\:\[\&\:not\(\.active\)\]\:bg-primary:not(.active):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 67 147 / var(--tw-bg-opacity));
}

.hover\:\[\&\:not\(\.active\)\]\:text-white:not(.active):hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\:not\(\.active\2c \:hover\)\]\:text-\[\#BCBCBC\]:not(.active,:hover){
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}

.\[\&\:not\(\.show\)\]\:pointer-events-none:not(.show){
  pointer-events: none;
}

.\[\&\:not\(\.show\)\]\:invisible:not(.show){
  visibility: hidden;
}

.\[\&\:not\(\.show\)\]\:opacity-0:not(.show){
  opacity: 0;
}
