*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | 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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-9 {
  right: 2.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

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

.isolate {
  isolation: isolate;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

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

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

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(82 94 106 / var(--tw-border-opacity, 1));
}

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

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

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(187 28 46 / var(--tw-border-opacity, 1));
}

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 70 143 / var(--tw-bg-opacity, 1));
}

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

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

.bg-blueo {
  background-color: rgba(17,70,143,.25);
}

.bg-gray8 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 248 / var(--tw-bg-opacity, 1));
}

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

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(187 28 46 / var(--tw-bg-opacity, 1));
}

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

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

.bg-wo {
  background-color: rgba(255, 255, 255, 0.50);
}

.bg-footer {
  background-image: url('images/footer.png');
}

.bg-select {
  background-image: linear-gradient(180deg, rgba(17, 70, 143, 0.00) 17%, #11468F 86%);
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.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-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

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

.text-size12 {
  font-size: 12px;
}

.text-size14 {
  font-size: 14px;
}

.text-size16 {
  font-size: 16px;
}

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

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

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

.leading-5 {
  line-height: 1.25rem;
}

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

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

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

.text-black1 {
  --tw-text-opacity: 1;
  color: rgb(55 58 64 / var(--tw-text-opacity, 1));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(17 70 143 / var(--tw-text-opacity, 1));
}

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

.text-gray2 {
  --tw-text-opacity: 1;
  color: rgb(104 109 118 / var(--tw-text-opacity, 1));
}

.text-gray3 {
  --tw-text-opacity: 1;
  color: rgb(82 94 106 / var(--tw-text-opacity, 1));
}

.text-gray5 {
  --tw-text-opacity: 1;
  color: rgb(113 120 136 / var(--tw-text-opacity, 1));
}

.text-gray6 {
  --tw-text-opacity: 1;
  color: rgb(182 188 200 / var(--tw-text-opacity, 1));
}

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

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

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

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

.opacity-\[\.6\] {
  opacity: .6;
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shade2 {
  --tw-shadow: 0px 0px 4px 0px rgba(55, 58, 64, 0.10);
  --tw-shadow-colored: 0px 0px 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);
}

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

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

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

@font-face {
  font-family: 'iransansXV';

  src: url('../fonts/IRANSansXV.woff') format('woff-variations'), url('../fonts/IRANSansXV.woff') format('woff');

  font-weight: 100 1000;

  font-display: fallback;
}

body {
  font-family: iransansXV, sans-serif;
  direction: rtl;
  background: #f5f9ff;
  color: #000;
  font-size: 16px;
}

@media (max-width: 1024px){
  body {
    background: #fff;
    font-size: 14px;
  }
}

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

.container-fluid{
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .container-fluid{
    padding: 0 26px;
  }
}

.ltr{
  direction: ltr;
}

.rtl{
  direction: rtl;
}

a,button{
  transition: all .3s;
  cursor: pointer;
}

a:hover{
  color: #BB1C2E ;
}

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

input:focus,
select:focus{
  outline: none;
}

.footer-menu{
  a{
    color: #fff;
  }
  a:hover{
    color: #BB1C2E;
  }
}

.footer-menu.active > div{
  max-height: 400px;
}

#main-menu{
  >li{
    >a{
      display: flex;
      align-items: center;
      gap: 8px;
      color: #686D76;
      font-size: 14px;
      font-weight: 700;
      span{
        padding: 0;
        img{
          margin: 0 !important;
        }
        .hovered-image{
          display: none;
        }
      }
    }
    >a:hover{
      color: #DA1212;
      span{
        .menu-image{
          display: none;
        }
        .hovered-image{
          display: block;
        }
      }
    }
  }
}

#aside{
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}

#aside > div{
  transform: translateX(100%);
  transition: all .3s;
  transition-delay: .3s;
}

body.out #aside{
  opacity: 1;
  pointer-events: initial;
}

body.out #aside > div{
  transform: translateX(0%);
}

.card{
  border-radius: 8px;
  background: #fff;
}

.content-text{
  line-height: 2.2;
}

.content-text > *:first-child {
  margin-top: 0 !important;
}

.content-text > *:last-child {
  margin-bottom: 0 !important;
}

.content-text ol,
  .content-text ul {
  margin: 20px 0;
}

.content-text ol li,
  .content-text ul li {
  line-height: 24px;
  margin-bottom: 5px;
}

.content-text ul {
  padding-right: 20px;
}

.content-text ul li {
  padding-right: 15px;
  position: relative;
}

.content-text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.content-text h1,
  .content-text h2,
  .content-text h3,
  .content-text h4,
  .content-text h5,
  .content-text h6 {
  margin: 30px 0 10px;
}

.content-text h1 span,
  .content-text h2 span,
  .content-text h3 span,
  .content-text h4 span,
  .content-text h5 span,
  .content-text h6 span {
  color: #000000;
}

.content-text p {
  margin:  0px 0 30px;
}

.content-text p a {
  font-weight: bold;
  color: #17ad92;
  text-decoration: underline;
}

.content-text .aligncenter {
  margin: 15px auto;
}

.content-text .wp-block-image {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .wp-block-image img {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-image figcaption {
  padding-top: 10px;
}

.content-text .alignleft,
  .content-text .wp-block-image .alignleft {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignleft,
    .content-text .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text  .alignright,
  .content-text .wp-block-image .alignright {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignright,
    .content-text .wp-block-image .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text .html5_video_players {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .html5_video_players .plyr_wrapper {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .h5ap-player {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .h5ap-player .plyr__controls {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-video {
  text-align: center;
  font-size: 13px;
  margin: 30px auto;
}

.content-text .wp-block-video video {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-media-text {
  display: flex;
  direction: rtl;
  padding: 15px;
  background: linear-gradient(269.94deg, #d8e7ff 8.8%, rgba(247, 247, 247, 0) 88.33%);
  border-radius: 16px;
  margin: 35px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.content-text .wp-block-media-text:before {
  content: "";
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(112.94deg, #489aff 4.51%, #1253ff 91.83%);
  z-index: -1;
  position: absolute;
}

.content-text .wp-block-media-text .wp-block-media-text__media {
  width: 93px;
  flex-shrink: 0;
  height: 93px;
  border-radius: 16px;
  overflow: hidden;
}

.content-text .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 85px;
    line-height: 85px;
    border-radius: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
}

.content-text .wp-block-media-text .wp-block-media-text__content {
  margin: 0 42px 0 0;
  padding: 0;
}

.content-text .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 21px;
  font-size: 20.98px;
  font-weight: 400;
  line-height: 20.98px;
  color: #17ad92;
}

.content-text .wp-block-media-text .wp-block-media-text__content p a {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 35px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 20px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 25px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

.content-text .wp-block-table {
  width: 100%;
  overflow: auto;
  margin: 45px 0;
  border-bottom: none !important;
}

.content-text .wp-block-table table {
  min-width: 700px;
}

.content-text .wp-block-table table th {
  color: #fff;
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 0 15px 7px;
}

.content-text .wp-block-table table th:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 7px;
  background: #17ad92;
  z-index: -1;
}

.content-text .wp-block-table table th:first-child:before {
  border-radius: 0 20px 20px 0;
}

.content-text .wp-block-table table th:last-child:before {
  border-radius: 20px 0 0 20px;
}

.content-text .wp-block-table table thead {
  border-bottom: none;
}

.content-text .wp-block-table table tbody tr {
  background: none !important;
}

.content-text .wp-block-table table tbody tr td {
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 12px 15px;
}

.content-text .wp-block-table table tbody tr td:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 6px;
  bottom: 6px;
  z-index: -1;
}

.content-text .wp-block-table table tbody tr td:first-child:before {
  border-radius: 0 12px 12px 0;
}

.content-text .wp-block-table table tbody tr td:last-child:before {
  border-radius: 12px 0 0 12px;
}

.content-text .wp-block-table table tbody:nth-child(even) td:before {
  background: #F8F8FF;
}

.content-text .wp-block-heading.pre {
  color: #000;
  position: relative;
  padding-right: 34px;
  margin-right: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.content-text .wp-block-heading.pre:before {
  content: "";
  width: 22px;
  height: 5px;
  background: #17ad92;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content-text #rank-math-faq .rank-math-list-item {
  border: none;
  background: #FBFCFF;
  border-radius: 19px;
}

.content-text #rank-math-faq .rank-math-list-item:last-child {
  margin-bottom: 0 !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-question {
  font-size: 20px;
  font-weight: 600;
  border: none !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
  background: none;
  border: none;
  padding: 0px 50px 10px;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.6px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 18px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 40px 10px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 16px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 30px 5px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 14px;
  }
}

#table-content{
  .lwptoc{
    margin: 0;
    .lwptoc_i{
      padding: 0;
      background: none;
      width: 100%;
      border-radius: 8px;
      border: 1px solid #D1D1D1;
    }
    .lwptoc_header{
      padding: 4px 16px;
      display: flex;
      align-items: center;
      color: #11468F;
      font-size: 14px;
      font-weight: 700;
      line-height: 28px;
      b{
        color: #DA1212;
        font-size: 14px;
      }
      .lwptoc_toggle{
        margin-right: auto;
      }
      margin-bottom: 0px;
    }
    .lwptoc_itemWrap{
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 10px;
      .lwptoc_item{
        border: none !important;
        a{
          display: block;
          padding-right: 20px;
          position: relative;
          color: #373A40;
          font-size: 14px;
          font-weight: 500;
          line-height: 30px;
          border: none !important;
        }
        a:before{
          width: 4px;
          height: 4px;
          border-radius: 50%;
          content: "";
          position: absolute;
          right: 10px;
          top: 12px;
          background: #358787;
        }
        a:hover{
          border: none !important;
        }
      }
      .lwptoc_item:hover{
        border: none !important;
      }
    }
  }
}

.pld-like-dislike-wrap{
  margin-bottom: 0 !important;
}

.comment-notes{
  display: none;
}

#single-comments{
  .comment-form-cookies-consent{
    font-size: 14px;
    color: #686D76;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .form-submit{
    #submit{
      line-height: 32px;
      padding: 0 20px;
      color: #fff;
      border-radius: 8px;
      background: #BB1C2E;
      transition: all .4s;
      font-size: 14px;
      cursor: pointer;
    }
    #submit:hover{
      background: #a91324;
    }
  }
}

.comment{
  .comment{
    margin-right: 20px;
  }
}

.swiper-button-next:after,
  .swiper-button-prev:after{
  color: #11468F !important;
  font-size: 14px !important;
}

.tab-nav{
  li.active{
    color: #fff;
    background: #DA1212;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

div.clr {
  width: 100%;
  clear: both;
  height: 1px;
}

.tab-container {
}

.tab-container > ul > li {
  display: none;
  transition: all .3s;
}

.tab-container > ul > li.active {
  display: block;
  animation-name: fadeInUp;
  animation-duration: .4s;
}

.page-numbers{
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  color: #686D76;
}

.placeholder\:text-gray1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

.hover\:bg-lblue3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 233 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 28 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-redh:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 19 36 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(17 70 143 / var(--tw-text-opacity, 1));
}

.hover\:text-lblue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 167 231 / var(--tw-text-opacity, 1));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(187 28 46 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
}

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

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

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

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

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

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

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

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:border-0 {
    border-width: 0px;
  }

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

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

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

  .md\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[76px\] {
    left: 76px;
  }

  .lg\:right-\[76px\] {
    right: 76px;
  }

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

  .lg\:ml-\[13px\] {
    margin-left: 13px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .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\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:h-\[100px\] {
    height: 100px;
  }

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

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

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