/*
! tailwindcss v3.2.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  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;
}

/*
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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.content-main * {
}

.content-main strong {
  font-weight: 700;
}

.content-main h1, .content-main h2, .content-main h3, .content-main h4, .content-main h5, .content-main h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
}

.content-main h1 {
  font-size: 3rem;
  line-height: 1;
}

.content-main h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.content-main h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

.content-main h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-main h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.content-main h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-main p {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.625;
}

.content-main ul, .content-main ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.content-main ul {
  list-style-type: disc;
}

.content-main ol {
  list-style-type: decimal;
}

.content-main li {
}

.content-main figure {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-\[100\%\] {
  top: 100%;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

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

.left-\[1px\] {
  left: 1px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-\[calc\(50\%-22px\)\] {
  left: calc(50% - 22px);
}

.bottom-0 {
  bottom: 0px;
}

.left-\[-40px\] {
  left: -40px;
}

.top-\[calc\(50\%-21px\/2\)\] {
  top: calc(50% - 21px / 2);
}

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

.left-\[5\%\] {
  left: 5%;
}

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.my-\[4rem\] {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

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

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

.mr-\[50px\] {
  margin-right: 50px;
}

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

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

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

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

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

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

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

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

.mb-\[3rem\!important\] {
  margin-bottom: 3rem !important;
}

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

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

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

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

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mr-\[20px\] {
  margin-right: 20px;
}

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

.mb-\[10rem\!important\] {
  margin-bottom: 10rem !important;
}

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

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

.mb-\[4rem\!important\] {
  margin-bottom: 4rem !important;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-full {
  height: 100%;
}

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

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

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[22px\!important\] {
  width: 22px !important;
}

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

.w-\[calc\(100\%-250px\)\] {
  width: calc(100% - 250px);
}

.w-2\/5 {
  width: 40%;
}

.w-4\/5 {
  width: 80%;
}

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.translate-y-\[20px\] {
  --tw-translate-y: 20px;
  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-\[-100\%\] {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#c5c5c6\] {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 198 / var(--tw-border-opacity));
}

.border-\[\#358aff\] {
  --tw-border-opacity: 1;
  border-color: rgb(53 138 255 / var(--tw-border-opacity));
}

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

.border-\[\#e5c194\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 193 148 / var(--tw-border-opacity));
}

.border-\[\#004dc0\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 77 192 / var(--tw-border-opacity));
}

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

.border-\[\#4d91f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 145 240 / var(--tw-border-opacity));
}

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

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

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

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

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

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

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

.bg-\[\#cf6a13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 106 19 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-\[\#eaeff8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 239 248 / var(--tw-bg-opacity));
}

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

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

.bg-\[url\(\.\.\/img\/web\/li\.png\)\] {
  background-image: url(../img/web/li.png);
}

.bg-\[url\(\'\.\.\/img\/web\/arrowright\.png\'\)\] {
  background-image: url('../img/web/arrowright.png');
}

.bg-\[url\(\'\.\.\/img\/web\/menu\.png\'\)\] {
  background-image: url('../img/web/menu.png');
}

.bg-\[url\(\.\.\/img\/web\/vector\.png\)\] {
  background-image: url(../img/web/vector.png);
}

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.p-20 {
  padding: 5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.pr-\[10px\] {
  padding-right: 10px;
}

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

.pl-\[15px\] {
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

.indent-\[15px\] {
  text-indent: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

.font-thin {
  font-weight: 100;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[43px\] {
  line-height: 43px;
}

.leading-\[58px\] {
  line-height: 58px;
}

.leading-\[65px\] {
  line-height: 65px;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[80px\] {
  line-height: 80px;
}

.leading-\[70px\] {
  line-height: 70px;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[50px\] {
  line-height: 50px;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 77 192 / var(--tw-text-opacity));
}

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

.text-\[\#358aff\] {
  --tw-text-opacity: 1;
  color: rgb(53 138 255 / var(--tw-text-opacity));
}

.text-\[\#D70001\] {
  --tw-text-opacity: 1;
  color: rgb(215 0 1 / var(--tw-text-opacity));
}

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

.text-\[\#d9dadc\] {
  --tw-text-opacity: 1;
  color: rgb(217 218 220 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#4d91f0\] {
  --tw-text-opacity: 1;
  color: rgb(77 145 240 / var(--tw-text-opacity));
}

.text-\[\#3489fe\] {
  --tw-text-opacity: 1;
  color: rgb(52 137 254 / var(--tw-text-opacity));
}

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

.text-\[\#cf6a13\] {
  --tw-text-opacity: 1;
  color: rgb(207 106 19 / var(--tw-text-opacity));
}

.text-\[16px\!important\] {
  color: 16px !important;
}

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

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

.text-\[\#1b4592\] {
  --tw-text-opacity: 1;
  color: rgb(27 69 146 / var(--tw-text-opacity));
}

.text-\[\] {
  color: ;
}

.text-\[40p\] {
  color: 40p;
}

.text-\[40\] {
  color: 40;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

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

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

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

.delay-700 {
  transition-delay: 700ms;
}

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

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

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

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

:root {
  --color-primary: #004dc0;
}

body {
  font-family: 'Manrope', sans-serif;
}

b, strong {
  font-family: 'Manrope', sans-serif;
}

img {
  max-width: 100%;
  display: inline-block;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}

.max-content {
  max-width: 1410px;
  margin: 0 auto
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.text-split-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.transition {
  transition: 0.5s
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 35px;
  z-index: 9999;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #000;
  display: none;
  text-align: center;
  line-height: 40px;
}

.back-to-top i {
  font-size: 23px;
  vertical-align: middle;
}

.back-to-top:hover {
  background: var(--color-page);
  color: #fff;
}

.hbreadcrumb .breadcrumb {
  background: transparent !important;
}

.hbreadcrumb a {
  font-size: 0.9rem;
  font-weight: 500;
  color: black;
}

.scale-img img {
  transition: 0.5s
}

.scale-img:hover img {
  transform: scale(1.2)
}

/* breadcrumb */

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-item {
  position: relative;
  padding-right: 15px
}

.breadcrumb-item:before {
  content: '/';
  position: absolute;
  right: 2px;
  top: 0;
}

.breadcrumb-item a {
  font-weight: 400;
  font-size: 13px
}

.breadcrumb-item.active:before {
  display: none
}

/* san pham */

#menu-main li>ul {
  margin: 0;
  width: 220px;
  list-style: none;
  padding-left: 0;
  background: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  transition: all .5s ease;
}

#menu-main li>ul ul {
  position: absolute;
  background: #fff;
  width: 220px;
  top: -3px;
  left: 100%;
}

#menu-main li>ul a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(221 221 221 / 50%);
  transition: 0.5s
}

#menu-main li>ul li:last-child a {
  border-bottom: none
}

#menu-main li>ul a:hover {
  background: var(--color-page);
  color: #fff
}

#menu-main li:hover>ul {
  transform: rotate3d(0, 0, 0, 0deg);
}

#menu-main .active {
  background: var(--color-primary)
}

/* slider */

.videoslider video {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.downscroll {
  animation: down 1s infinite alternate
}

@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(0px)
  }

  100% {
    opacity: 1;
    transform: translateY(15px)
  }
}

.item-link img {
  width: unset !important;
}

/* about */

.img-about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
}

.cut-box:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
}

.header-fixed {
  background-color: #000
}

/* tin tuc */

.pic-news:before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background: url('../img/web/play.png') center no-repeat;
  left: calc(50% - 56px/2);
  top: calc(50% - 56px/2);
  z-index: 10;
  transition: 0.5s
}

.pic-news:hover:before {
  transform: scale(1.05)
}

.swiper-pagination {
  position: static !important;
  width: unset !important;
  margin-top: -4px !important
}

.swiper-pagination span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #0e4198;
  opacity: 1;
  margin: 0px 7px !important;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: #0e4198;
  border: 1px solid #0e4198
}

.text-gadiant {
  background: -webkit-linear-gradient(#b3162c, #871942);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gadiant-1 {
  background: -webkit-linear-gradient(#4e2d6d, #283988);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.item-tool:hover label {
  color: #fff
}

/* customer */

.item-customer:before{
  content: '';
  position: absolute;
  bottom: 100%;
  border-left: 17px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 17px solid #eaeff8;
  left: calc(50% - 17px);
}

.item-customer:after{
  content: '';
  position: absolute;
  left: 40px;
  top: 40px;
  background: url(../img/web/phay.png)center no-repeat;
  width: 34px;
  height: 31px;
}

.customer__owl .owl-item{
  transform: scale(0.9);
  transition: 0.5s;
  border-radius: 50%;
}

.customer__owl .owl-item.center{
  border:2px solid var(--color-primary);
  padding: 3px;
  transform: scale(1)
}

.img-job:before{
  content:'';
  position: absolute;
  right:0;
  top:0;
  border-top: 150px solid var(--color-primary);
  border-left: 150px solid transparent;
}

.unwidth img{
  width: unset !important;
}

.owl-dot span{
  width: 7px;
  height: 7px;
  border-radius: 20px;
  background: #4b84d3;
  margin: 0px 4px;
  display: inline-block
}

.owl-dot.active span{
  background: #fff;
}

/* dich vu */

.item-service img {
  width: unset !important;
}

.item-service{
  transition: 0.5s;
  margin-top: 5px
}

.item-service:hover{
  transform: translateY(-5px);
  cursor: pointer;
}

.desction ul{
  list-style: disc;
  color: #fff;
}

.wrap-pin:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(#fff0, #000);
}

/* mmenu */

.hc-nav-trigger.hc-nav-1 {
  display: none !important;
}

.play-video {
  left: calc(50% - 65px/2);
  top: calc(50% - 65px/2);
  background: url(../img/web/play.png)center no-repeat;
  z-index: 1;
}

.fixed-social, .fixed-social span {
  position: static !important;
}

@media screen and (max-width:1400px) {
  .max-content{
    max-width: 1200px
  }
}

@media screen and (max-width:1024px) {
  max-content{
  }

  .box-information {
    width: calc(100% - 120px);
  }

  .header-right {
    width: 100%
  }

  .box-post-descript {
    display: none
  }

  .slider__owl .owl-nav {
    display: none !important
  }

  .hc-nav-trigger.hc-nav-1 {
    display: block !important;
  }
}

@media screen and (max-width:768px) {
  .item-number:nth-child(odd) .number {
    border-radius: 90px;
    padding: 1rem 3rem
  }

  .item-number:nth-child(even) .number {
    border-radius: 90px;
    padding: 1rem 3rem
  }

  .footer-item-option {
    text-align: left
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-5px\]::before {
  content: var(--tw-content);
  bottom: -5px;
}

.before\:left-\[calc\(50\%-100px\/2\)\]::before {
  content: var(--tw-content);
  left: calc(50% - 100px / 2);
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:h-\[8px\]::before {
  content: var(--tw-content);
  height: 8px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-\[100px\]::before {
  content: var(--tw-content);
  width: 100px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-\[\#000000a6\]::before {
  content: var(--tw-content);
  background-color: #000000a6;
}

.before\:bg-\[url\(\.\.\/img\/web\/arrow\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(../img/web/arrow.png);
}

.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:transition::before {
  content: var(--tw-content);
  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;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

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

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

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

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

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

.hover\:bg-\[\#003d99\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 153 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-\[\#cf6a13\]:hover {
  --tw-text-opacity: 1;
  color: rgb(207 106 19 / var(--tw-text-opacity));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-\[red\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

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

.hover\:text-\[\#ce0209\]:hover {
  --tw-text-opacity: 1;
  color: rgb(206 2 9 / var(--tw-text-opacity));
}

.hover\:text-\[\#de1c1c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(222 28 28 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

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

  .dark\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

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

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

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

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

  .sm\:w-\[calc\(100\%-250px\)\] {
    width: calc(100% - 250px);
  }

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

  .sm\:pl-8 {
    padding-left: 2rem;
  }

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

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

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

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

  .md\:mr-\[10px\] {
    margin-right: 10px;
  }

  .md\:ml-\[10px\] {
    margin-left: 10px;
  }

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

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

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

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

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

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

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

  .md\:leading-\[45px\] {
    line-height: 45px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .md\:text-\[\] {
    color: ;
  }
}

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pr-\[3rem\] {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-\[65px\] {
    line-height: 65px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-\[266px\] {
    width: 266px;
  }

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

  .\32xl\:w-\[25\%\] {
    width: 25%;
  }

  .\32xl\:max-w-\[1410px\] {
    max-width: 1410px;
  }

  .\32xl\:max-w-\[1610px\] {
    max-width: 1610px;
  }

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

  .\32xl\:text-\[15px\] {
    font-size: 15px;
  }

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

  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }

  .\32xl\:text-\[17px\] {
    font-size: 17px;
  }

  .\32xl\:text-\[55px\] {
    font-size: 55px;
  }

  .\32xl\:leading-\[68px\] {
    line-height: 68px;
  }
}