.custom_content {
    * {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
        margin: unset;
    }

    /* Additional default styles for the editor */

    html {
        cursor: text;
    }

    html.ios {
        width: 100px;
        min-width: 100%;
    }

    body {
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        margin: 9px 10px;
        max-width: 100%;
        -webkit-font-smoothing: antialiased !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        /* Old syntax */
    }

    body.rtl {
        font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
    }

    body.locale-he-il,
    body.locale-vi {
        font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    }

    body.wp-autoresize {
        overflow: visible !important;
        /* The padding ensures margins of the children are contained in the body. */
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* When font-weight is different than the default browser style,
Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */
    body.webkit strong,
    body.webkit b {
        font-weight: bold !important;
    }

    pre {
        font-family: Consolas, Monaco, monospace;
    }

    td,
    th {
        font-family: inherit;
        font-size: inherit;
    }

    /* For emoji replacement images */
    img.emoji {
        display: inline !important;
        border: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 .07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }

    .mceIEcenter {
        text-align: center;
    }

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

    .wp-caption {
        margin: 0;
        /* browser reset */
        max-width: 100%;
    }

    /* iOS does not obey max-width if width is set. */
    .ios .wp-caption {
        width: auto !important;
    }

    dl.wp-caption dt.wp-caption-dt img {
        display: inline-block;
        margin-bottom: -1ex;
    }

    div.mceTemp {
        -ms-user-select: element;
    }

    dl.wp-caption,
    dl.wp-caption * {
        -webkit-user-drag: none;
    }

    .wp-caption-dd {
        font-size: 14px;
        padding-top: 0.5em;
        margin: 0;
        /* browser reset */
    }

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .alignleft {
        float: left;
        margin: 0.5em 1em 0.5em 0;
    }

    .alignright {
        float: right;
        margin: 0.5em 0 0.5em 1em;
    }

    /* Remove blue highlighting of selected images in WebKit */
    img[data-mce-selected]::-moz-selection {
        background-color: transparent;
    }
    img[data-mce-selected]::selection {
        background-color: transparent;
    }

    /* Styles for the WordPress plugins */
    .mce-content-body img[data-mce-placeholder] {
        border-radius: 0;
        padding: 0;
    }

    .mce-content-body img[data-wp-more] {
        border: 0;
        box-shadow: none;
        width: 96%;
        height: 16px;
        display: block;
        margin: 15px auto 0;
        outline: 0;
        cursor: default;
    }

    .mce-content-body img[data-mce-placeholder][data-mce-selected] {
        outline: 1px dotted #888;
    }

    .mce-content-body img[data-wp-more="more"] {
        background: transparent url(images/more.png ) repeat-y scroll center center;
    }

    .mce-content-body img[data-wp-more="nextpage"] {
        background: transparent url(images/pagebreak.png ) repeat-y scroll center center;
    }

    .mce-object-style {
        background-image: url(images/style.svg );
    }

    .mce-object-script {
        background-image: url(images/script.svg );
    }

    /* Styles for formatting the boundaries of anchors and code elements */
    .mce-content-body a[data-mce-selected] {
        padding: 0 2px;
        margin: 0 -2px;
        border-radius: 2px;
        box-shadow: 0 0 0 1px #bfe6ff;
        background: #bfe6ff;
    }

    .mce-content-body .wp-caption-dt a[data-mce-selected] {
        outline: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        background: transparent;
    }

    .mce-content-body code {
        padding: 2px 4px;
        margin: 0;
        border-radius: 2px;
        color: #222;
        background: #f2f4f5;
    }

    .mce-content-body code[data-mce-selected] {
        background: #e9ebec;
    }

    /* Gallery, audio, video placeholders */
    .mce-content-body img.wp-media {
        border: 1px solid #aaa;
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center center;
        width: 99%;
        height: 250px;
        outline: 0;
        cursor: pointer;
    }

    .mce-content-body img.wp-media:hover {
        background-color: #ededed;
        border-color: #72777c;
    }

    .mce-content-body img.wp-media.wp-media-selected {
        background-color: #d8d8d8;
        border-color: #72777c;
    }

    .mce-content-body img.wp-media.wp-gallery {
        background-image: url(images/gallery.png);
    }

    /* Image resize handles */
    .mce-content-body div.mce-resizehandle {
        border-color: #72777c;
        width: 7px;
        height: 7px;
    }

    .mce-content-body img[data-mce-selected] {
        outline: 1px solid #72777c;
    }

    .mce-content-body img[data-mce-resize="false"] {
        outline: 0;
    }

    audio,
    video,
    embed {
        display: -moz-inline-stack;
        display: inline-block;
    }

    audio {
        visibility: hidden;
    }

    /* Fix for proprietary Mozilla display attribute, see #38757 */
    [_moz_abspos] {
        outline: none;
    }

    a[data-wplink-url-error],
    a[data-wplink-url-error]:hover,
    a[data-wplink-url-error]:focus {
        outline: 2px dotted #dc3232;
        position: relative;
    }

    a[data-wplink-url-error]:before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px;
        outline: 2px dotted #fff;
        z-index: -1;
    }

    /**
 * WP Views
 */

    .wpview {
        width: 99.99%;
        /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
        position: relative;
        clear: both;
        margin-bottom: 16px;
        border: 1px solid transparent;
    }

    .mce-shim {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .wpview[data-mce-selected="2"] .mce-shim {
        display: none;
    }

    .wpview .loading-placeholder {
        border: 1px dashed #ccc;
        padding: 10px;
    }

    .wpview[data-mce-selected] .loading-placeholder {
        border-color: transparent;
    }

    /* A little "loading" animation, not showing in IE < 10 */
    .wpview .wpview-loading {
        width: 60px;
        height: 5px;
        overflow: hidden;
        background-color: transparent;
        margin: 10px auto 0;
    }

    .wpview .wpview-loading ins {
        background-color: #333;
        margin: 0 0 0 -60px;
        width: 36px;
        height: 5px;
        display: block;
        animation: wpview-loading 1.3s infinite 1s steps(36);
    }

    @keyframes wpview-loading {
        0% {
            margin-left: -60px;
        }

        100% {
            margin-left: 60px;
        }
    }

    .wpview .wpview-content>iframe {
        max-width: 100%;
        background: transparent;
    }

    .wpview-error {
        border: 1px solid #ddd;
        padding: 1em 0;
        margin: 0;
        word-wrap: break-word;
    }

    .wpview[data-mce-selected] .wpview-error {
        border-color: transparent;
    }

    .wpview-error .dashicons,
    .loading-placeholder .dashicons {
        display: block;
        margin: 0 auto;
        width: 32px;
        height: 32px;
        font-size: 32px;
    }

    .wpview-error p {
        margin: 0;
        text-align: center;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }

    .wpview-type-gallery:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallery img[data-mce-selected]:focus {
        outline: none;
    }

    .gallery a {
        cursor: default;
    }

    .gallery {
        margin: auto -6px;
        padding: 6px 0;
        line-height: 1;
        overflow-x: hidden;
    }

    .ie7 .gallery,
    .ie8 .gallery {
        margin: auto;
    }

    .gallery .gallery-item {
        float: left;
        margin: 0;
        text-align: center;
        padding: 6px;
        box-sizing: border-box;
    }

    .ie7 .gallery .gallery-item,
    .ie8 .gallery .gallery-item {
        padding: 6px 0;
    }

    .gallery .gallery-caption,
    .gallery .gallery-icon {
        margin: 0;
    }

    .gallery .gallery-caption {
        font-size: 13px;
        margin: 4px 0;
    }

    .gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        width: 33.333%;
    }

    .ie8 .gallery-columns-3 .gallery-item,
    .ie7 .gallery-columns-3 .gallery-item {
        width: 33%;
    }

    .gallery-columns-4 .gallery-item {
        width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        width: 16.665%;
    }

    .gallery-columns-7 .gallery-item {
        width: 14.285%;
    }

    .gallery-columns-8 .gallery-item {
        width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        width: 11.111%;
    }

    .gallery img {
        max-width: 100%;
        height: auto;
        border: none;
        padding: 0;
    }

    img.wp-oembed {
        border: 1px dashed #888;
        background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
        width: 300px;
        height: 250px;
        outline: 0;
    }

    /* rtl */
    .rtl .gallery .gallery-item {
        float: right;
    }

    @media print,
    (min-resolution: 120dpi) {

        .mce-content-body img.mce-wp-more {
            background-image: url(images/more-2x.png );
            background-size: 1900px 20px;
        }

        .mce-content-body img.mce-wp-nextpage {
            background-image: url(images/pagebreak-2x.png );
            background-size: 1900px 20px;
        }
    }

}

/*--------------------------------------------------------------
Loader Custom start
--------------------------------------------------------------*/

.container-loader {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 51, 102, 0.4);
}

.container-loader svg {
    animation: spin 0.5s linear infinite;
}

@keyframes hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.container-loader.hide {
    animation: hide 0.4s forwards;
}

/*--------------------------------------------------------------
Loader Custom end
--------------------------------------------------------------*/

@keyframes toast-fade-in {
    from {
        opacity: 0;
        transform: translate(-50%, -10px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.custom-toast {
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    background-color: white;
    padding: 8px 16px;
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
    animation: toast-fade-in 0.3s ease-out;
    transition: opacity 0.3s ease;
}

.custom-toast.opacity-0 {
    opacity: 0;
}

.custom-toast.success {
    border: 1px solid #00448E;
    color: #00448E;
}

.custom-toast.error {
    color: #ef4444;
    border: 1px solid #ef4444;
}

.custom-toast img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 11;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-circle {
    width: 65px;
    height: 65px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #ffd000;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    opacity: .5;
}

.hotline-phone-ring-circle-fill {
    width: 35px;
    height: 35px;
    background-color: #ffd000;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #ffd000;
    width: 33px;
    height: 33px;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@media screen and (max-width: 1024px) {
    .hotline-phone-ring {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 1440px) {
    .hotline-phone-ring {
        width: 60px;
        height: 60px;
    }
}

.structure {
    .circle-container {
        position: relative;
        width: 100px;
        height: 100px;
    }

    .progress-ring {
        transform: rotate(-90deg);
    }

    circle {
        fill: none;
        stroke-width: 4;
    }

    .bg {
        stroke: #e0e0e0;
    }

    .progress {
        stroke: #1F282D;
        stroke-dasharray: 339.29;
        stroke-dashoffset: 339.29;
        stroke-linecap: round;
        transition: stroke-dashoffset 2s ease-out;
    }
}

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

}

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

}

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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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%;

}

@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;

    }

}

.fixed {
    position: fixed;

}

.absolute {
    position: absolute;

}

.relative {
    position: relative;

}

.bottom-0 {
    bottom: 0px;

}

.bottom-\[30px\] {
    bottom: 30px;

}

.left-0 {
    left: 0px;

}

.left-\[-56px\] {
    left: -56px;

}

.left-\[50\%\] {
    left: 50%;

}

.right-0 {
    right: 0px;

}

.right-\[-56px\] {
    right: -56px;

}

.right-\[30px\] {
    right: 30px;

}

.right-\[70px\] {
    right: 70px;

}

.top-0 {
    top: 0px;

}

.top-\[128px\] {
    top: 128px;

}

.top-\[38px\] {
    top: 38px;

}

.top-\[50\%\] {
    top: 50%;

}

.z-20 {
    z-index: 20;

}

.z-50 {
    z-index: 50;

}

.m-0 {
    margin: 0px;

}

.m-auto {
    margin: auto;

}

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

}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;

}

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

}

.\!mb-0 {
    margin-bottom: 0px !important;

}

.\!mr-0 {
    margin-right: 0px !important;

}

.\!mt-2 {
    margin-top: 0.5rem !important;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.ml-\[9\.5px\] {
    margin-left: 9.5px;

}

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

}

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

}

.mr-\[9\.5px\] {
    margin-right: 9.5px;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.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-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

}

.block {
    display: block;

}

.inline-block {
    display: inline-block;

}

.flex {
    display: flex;

}

.hidden {
    display: none;

}

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

}

.aspect-\[1213\/238\] {
    aspect-ratio: 1213/238;

}

.aspect-\[1257\/1027\] {
    aspect-ratio: 1257/1027;

}

.aspect-\[1412\/397\] {
    aspect-ratio: 1412/397;

}

.aspect-\[1924\/1082\] {
    aspect-ratio: 1924/1082;

}

.aspect-\[273\/298\] {
    aspect-ratio: 273/298;

}

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

}

.aspect-\[730\/1049\] {
    aspect-ratio: 730/1049;

}

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

}

.aspect-\[810\/540\] {
    aspect-ratio: 810/540;

}

.aspect-\[826\/568\] {
    aspect-ratio: 826/568;

}

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

}

.h-\[13\.64\%\] {
    height: 13.64%;

}

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

}

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

}

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

}

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

}

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

}

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

}

.h-\[31\.05\%\] {
    height: 31.05%;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.h-\[70\%\] {
    height: 70%;

}

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

}

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

}

.h-full {
    height: 100%;

}

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

}

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

}

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

}

.min-h-\[50dvh\] {
    min-height: 50dvh;

}

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

}

.w-\[100\%\] {
    width: 100%;

}

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

}

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

}

.w-\[113px\] {
    width: 113px;

}

.w-\[124px\] {
    width: 124px;

}

.w-\[153px\] {
    width: 153px;

}

.w-\[166px\] {
    width: 166px;

}

.w-\[173px\] {
    width: 173px;

}

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

}

.w-\[214px\] {
    width: 214px;

}

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

}

.w-\[23\.17\%\] {
    width: 23.17%;

}

.w-\[23px\] {
    width: 23px;

}

.w-\[25px\] {
    width: 25px;

}

.w-\[26px\] {
    width: 26px;

}

.w-\[2px\] {
    width: 2px;

}

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

}

.w-\[301px\] {
    width: 301px;

}

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

}

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

}

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

}

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

}

.w-\[42\%\] {
    width: 42%;

}

.w-\[420px\] {
    width: 420px;

}

.w-\[43\%\] {
    width: 43%;

}

.w-\[43\.7\%\] {
    width: 43.7%;

}

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

}

.w-\[45px\] {
    width: 45px;

}

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

}

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

}

.w-\[54\%\] {
    width: 54%;

}

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

}

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

}

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

}

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

}

.w-auto {
    width: auto;

}

.w-full {
    width: 100%;

}

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

}

.min-w-\[42\%\] {
    min-width: 42%;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.flex-\[2\] {
    flex: 2;

}

.flex-\[3\] {
    flex: 3;

}

.flex-grow {
    flex-grow: 1;

}

.translate-x-\[-50\%\] {
    --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-\[-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));

}

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

}

@keyframes spin {
    to {
        transform: rotate(360deg);

    }

}

.animate-spin {
    animation: spin 1s linear infinite;

}

.cursor-default {
    cursor: default;

}

.cursor-pointer {
    cursor: pointer;

}

.resize {
    resize: both;

}

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

}

.flex-row {
    flex-direction: row;

}

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

}

.flex-col {
    flex-direction: column;

}

.flex-wrap {
    flex-wrap: wrap;

}

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

}

.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-10 {
    gap: 2.5rem;

}

.gap-3 {
    gap: 0.75rem;

}

.gap-4 {
    gap: 1rem;

}

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

}

.gap-\[11px\] {
    gap: 11px;

}

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

}

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

}

.gap-\[25px\] {
    gap: 25px;

}

.gap-\[27px\] {
    gap: 27px;

}

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

}

.gap-\[40px\] {
    gap: 40px;

}

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

}

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

}

.gap-\[80px\] {
    gap: 80px;

}

.gap-\[3px\] {
    gap: 3px;

}

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

}

.overflow-hidden {
    overflow: hidden;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;

}

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

}

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

}

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

}

.bg-\[\#0B4DF5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(11 77 245 / var(--tw-bg-opacity, 1));

}

.bg-\[\#1B3780F2\] {
    background-color: #1B3780F2;

}

.bg-\[\#D28121\] {
    --tw-bg-opacity: 1;
    background-color: rgb(210 129 33 / var(--tw-bg-opacity, 1));

}

.bg-\[\#E5A559\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));

}

.bg-\[\#E9A132\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 161 50 / var(--tw-bg-opacity, 1));

}

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

}

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

}

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

}

.bg-\[\#fceed6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(252 238 214 / var(--tw-bg-opacity, 1));

}

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

}

.bg-secondary-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));

}

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

}

.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.9\)_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);

}

.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.9\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);

}

.bg-footer {
    background-image: linear-gradient(180deg, #C5E1FF 0%, rgba(255, 255, 255, 0.6) 100%);

}

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

}

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

}

.p-\[15\%\] {
    padding: 15%;

}

.p-\[15px\] {
    padding: 15px;

}

.p-\[30px\] {
    padding: 30px;

}

.p-\[5\%\] {
    padding: 5%;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.text-center {
    text-align: center;

}

.align-middle {
    vertical-align: middle;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.text-\[60px\]\/\[150\%\] {
    font-size: 60px;
    line-height: 150%;

}

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

}

.font-\[20px\] {
    font-weight: 20px;

}

.font-\[400\] {
    font-weight: 400;

}

.font-\[500\] {
    font-weight: 500;

}

.font-\[600\] {
    font-weight: 600;

}

.font-\[700\] {
    font-weight: 700;

}

.uppercase {
    text-transform: uppercase;

}

.capitalize {
    text-transform: capitalize;

}

.italic {
    font-style: italic;

}

.leading-\[100\%\] {
    line-height: 100%;

}

.leading-\[120\%\] {
    line-height: 120%;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.text-\[\#00448E\] {
    --tw-text-opacity: 1;
    color: rgb(0 68 142 / var(--tw-text-opacity, 1));

}

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

}

.text-\[\#0D3A6B\] {
    --tw-text-opacity: 1;
    color: rgb(13 58 107 / var(--tw-text-opacity, 1));

}

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

}

.text-\[\#18191D\] {
    --tw-text-opacity: 1;
    color: rgb(24 25 29 / var(--tw-text-opacity, 1));

}

.text-\[\#20282D\] {
    --tw-text-opacity: 1;
    color: rgb(32 40 45 / var(--tw-text-opacity, 1));

}

.text-\[\#3A3A3A\] {
    --tw-text-opacity: 1;
    color: rgb(58 58 58 / var(--tw-text-opacity, 1));

}

.text-\[\#3A5A7D\] {
    --tw-text-opacity: 1;
    color: rgb(58 90 125 / var(--tw-text-opacity, 1));

}

.text-\[\#5E5959\] {
    --tw-text-opacity: 1;
    color: rgb(94 89 89 / var(--tw-text-opacity, 1));

}

.text-\[\#5E5E5ECC\] {
    color: #5E5E5ECC;

}

.text-\[\#6C737C\] {
    --tw-text-opacity: 1;
    color: rgb(108 115 124 / var(--tw-text-opacity, 1));

}

.text-\[\#7C7C7C\] {
    --tw-text-opacity: 1;
    color: rgb(124 124 124 / var(--tw-text-opacity, 1));

}

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

}

.text-\[\#9E9E9E\] {
    --tw-text-opacity: 1;
    color: rgb(158 158 158 / var(--tw-text-opacity, 1));

}

.text-\[\#BCBABA\] {
    --tw-text-opacity: 1;
    color: rgb(188 186 186 / var(--tw-text-opacity, 1));

}

.text-\[\#EFAA32\] {
    --tw-text-opacity: 1;
    color: rgb(239 170 50 / var(--tw-text-opacity, 1));

}

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

}

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

}

.text-\[rgba\(23\2c 23\2c 23\2c 0\.5\)\] {
    color: rgba(23,23,23,0.5);

}

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

}

.text-main-01 {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity, 1));

}

.text-main-02 {
    --tw-text-opacity: 1;
    color: rgb(58 90 125 / var(--tw-text-opacity, 1));

}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));

}

.text-secondary-01 {
    --tw-text-opacity: 1;
    color: rgb(229 165 89 / var(--tw-text-opacity, 1));

}

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

}

.underline {
    text-decoration-line: underline;

}

.opacity-40 {
    opacity: 0.4;

}

.shadow-\[0px_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 0px 10px 30px rgba(0,0,0,0.05);
    --tw-shadow-colored: 0px 10px 30px 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-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.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-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

}

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

}

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

}

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

}

.hover\:scale-110: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\:bg-secondary-01:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));

}

.hover\:text-main-03:hover {
    --tw-text-opacity: 1;
    color: rgb(13 58 107 / var(--tw-text-opacity, 1));

}

.hover\:text-secondary-01:hover {
    --tw-text-opacity: 1;
    color: rgb(229 165 89 / var(--tw-text-opacity, 1));

}

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

}

.hover\:shadow-\[0_10px_20px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]:hover {
    --tw-shadow: 0 10px 20px rgba(0,0,0,0.15);
    --tw-shadow-colored: 0 10px 20px 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 (max-width: 1600px) {
    .max-\[1600px\]\:gap-y-\[16px\] {
        row-gap: 16px;

    }

}

@media not all and (min-width: 1536px) {
    .max-2xl\:h-\[62px\] {
        height: 62px;

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

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

    }
    .max-2xl\:pt-\[90px\] {
        padding-top: 90px;

    }

}

@media (max-width: 1536px) {
    .max-\[1536px\]\:mt-\[10px\] {
        margin-top: 10px;

    }

}

@media (max-width: 1440px) {
    .max-\[1440px\]\:right-\[20px\] {
        right: 20px;

    }
    .max-\[1440px\]\:mt-\[10px\] {
        margin-top: 10px;

    }
    .max-\[1440px\]\:mt-\[5px\] {
        margin-top: 5px;

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

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

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

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

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

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

    }
    .max-\[1440px\]\:py-\[5px\] {
        padding-top: 5px;
        padding-bottom: 5px;

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

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

    }
    .max-\[1440px\]\:text-\[19px\] {
        font-size: 19px;

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

    }
    .max-\[1440px\]\:text-\[24px\] {
        font-size: 24px;

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

    }
    .max-\[1440px\]\:text-\[48px\] {
        font-size: 48px;

    }
    .max-\[1440px\]\:leading-\[14px\] {
        line-height: 14px;

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

    }
    .max-\[1440px\]\:leading-\[24px\] {
        line-height: 24px;

    }
    .max-\[1440px\]\:leading-\[28px\] {
        line-height: 28px;

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

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

    }

}

@media (max-width: 1240px) {
    .max-\[1240px\]\:mt-\[16px\] {
        margin-top: 16px;

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

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

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

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

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

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

    }
    .max-\[1240px\]\:leading-\[26px\] {
        line-height: 26px;

    }
    .max-\[1240px\]\:leading-\[32px\] {
        line-height: 32px;

    }

}

@media (max-width: 1200px) {
    .max-\[1200px\]\:mt-\[30px\] {
        margin-top: 30px;

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

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

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

    }
    .max-\[1200px\]\:pl-\[10px\] {
        padding-left: 10px;

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

    }
    .max-\[1200px\]\:pt-\[15px\] {
        padding-top: 15px;

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

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

    }
    .max-\[1200px\]\:leading-\[48px\] {
        line-height: 48px;

    }

}

@media not all and (min-width: 1024px) {
    .max-lg\:relative {
        position: relative;

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

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

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

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

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

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

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

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

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

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

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

    }
    .max-lg\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;

    }
    .max-lg\:flex {
        display: flex;

    }
    .max-lg\:hidden {
        display: none;

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

    }
    .max-lg\:aspect-\[1739\/2462\] {
        aspect-ratio: 1739/2462;

    }
    .max-lg\:aspect-\[334\/226\] {
        aspect-ratio: 334/226;

    }
    .max-lg\:h-\[11\.58px\] {
        height: 11.58px;

    }
    .max-lg\:h-\[13\.64\%\] {
        height: 13.64%;

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

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

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

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

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

    }
    .max-lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content;

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

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

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

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

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

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

    }
    .max-lg\:min-w-\[100\%\] {
        min-width: 100%;

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

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

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

    }
    .max-lg\:flex-col {
        flex-direction: column;

    }
    .max-lg\:flex-col-reverse {
        flex-direction: column-reverse;

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

    }
    .max-lg\:items-center {
        align-items: center;

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

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

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

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

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

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

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

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

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

    }
    .max-lg\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px;

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

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

    }
    .max-lg\:pt-\[20px\] {
        padding-top: 20px;

    }
    .max-lg\:pt-\[60px\] {
        padding-top: 60px;

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

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

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

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

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

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

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

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

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

    }

}

@media not all and (min-width: 768px) {
    .max-md\:hidden {
        display: none;

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

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

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

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

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

    }
    .max-md\:text-\[48px\]\/\[150\%\] {
        font-size: 48px;
        line-height: 150%;

    }

}

@media not all and (min-width: 640px) {
    .max-sm\:mb-\[20px\] {
        margin-bottom: 20px;

    }
    .max-sm\:ml-\[20px\] {
        margin-left: 20px;

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

    }
    .max-sm\:mt-\[10px\] {
        margin-top: 10px;

    }
    .max-sm\:h-\[25\%\] {
        height: 25%;

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

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

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

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

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

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

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

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

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

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

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

    }
    .max-sm\:leading-\[120\%\] {
        line-height: 120%;

    }
    .max-sm\:leading-\[16px\] {
        line-height: 16px;

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

    }
    .max-sm\:leading-\[24px\] {
        line-height: 24px;

    }
    .max-sm\:leading-\[28px\] {
        line-height: 28px;

    }
    .max-sm\:leading-\[30px\] {
        line-height: 30px;

    }
    .max-sm\:leading-\[34px\] {
        line-height: 34px;

    }

}

@media (min-width: 640px) {
    .sm\:mb-2 {
        margin-bottom: 0.5rem;

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

    }

}

@media (min-width: 1280px) {
    .xl\:gap-10 {
        gap: 2.5rem;

    }

}

.\[\&_\.page-numbers\.current\]\:border-secondary-01 .page-numbers.current {
    --tw-border-opacity: 1;
    border-color: rgb(229 165 89 / var(--tw-border-opacity, 1));

}

.\[\&_\.page-numbers\.current\]\:bg-secondary-01 .page-numbers.current {
    --tw-bg-opacity: 1;
    background-color: rgb(229 165 89 / var(--tw-bg-opacity, 1));

}

.\[\&_\.page-numbers\.current\]\:text-\[\#fff\] .page-numbers.current {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

}

.\[\&_\.page-numbers\.next\]\:border-none .page-numbers.next {
    border-style: none;

}

.\[\&_\.page-numbers\.next\]\:\!bg-\[transparent\] .page-numbers.next {
    background-color: transparent !important;

}

.\[\&_\.page-numbers\.prev\]\:border-none .page-numbers.prev {
    border-style: none;

}

.\[\&_\.page-numbers\.prev\]\:\!bg-\[transparent\] .page-numbers.prev {
    background-color: transparent !important;

}

.\[\&_\.page-numbers\]\:flex .page-numbers {
    display: flex;

}

.\[\&_\.page-numbers\]\:h-\[40px\] .page-numbers {
    height: 40px;

}

.\[\&_\.page-numbers\]\:w-\[40px\] .page-numbers {
    width: 40px;

}

.\[\&_\.page-numbers\]\:items-center .page-numbers {
    align-items: center;

}

.\[\&_\.page-numbers\]\:justify-center .page-numbers {
    justify-content: center;

}

.\[\&_\.page-numbers\]\:rounded-\[4px\] .page-numbers {
    border-radius: 4px;

}

.\[\&_\.page-numbers\]\:border .page-numbers {
    border-width: 1px;

}

.\[\&_\.page-numbers\]\:bg-\[\#fff\] .page-numbers {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

}

.\[\&_i\]\:text-\[14px\] i {
    font-size: 14px;

}

.\[\&_img\]\:\!h-\[62px\] img {
    height: 62px !important;

}

.\[\&_img\]\:\!h-full img {
    height: 100% !important;

}

.\[\&_img\]\:\!w-\[100\%\] img {
    width: 100% !important;

}

.\[\&_img\]\:\!w-\[auto\] img {
    width: auto !important;

}

.\[\&_img\]\:object-contain img {
    -o-object-fit: contain;
       object-fit: contain;

}

.\[\&_img\]\:object-cover img {
    -o-object-fit: cover;
       object-fit: cover;

}

@media not all and (min-width: 1024px) {
    .max-lg\:\[\&_img\]\:\!h-\[40px\] img {
        height: 40px !important;

    }

}

.\[\&_input\]\:h-\[57px\] input {
    height: 57px;

}

.\[\&_input\]\:w-full input {
    width: 100%;

}

.\[\&_input\]\:rounded-\[5px\] input {
    border-radius: 5px;

}

.\[\&_input\]\:bg-\[\#F2F3F7\] input {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 247 / var(--tw-bg-opacity, 1));

}

.\[\&_input\]\:px-\[22px\] input {
    padding-left: 22px;
    padding-right: 22px;

}

.\[\&_li\]\:relative li {
    position: relative;

}

.\[\&_li\]\:mb-\[25px\] li {
    margin-bottom: 25px;

}

.\[\&_li\]\:line-clamp-2 li {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.\[\&_li\]\:pl-\[1em\] li {
    padding-left: 1em;

}

.\[\&_li\]\:text-\[16px\] li {
    font-size: 16px;

}

.\[\&_li\]\:text-\[90\%\] li {
    font-size: 90%;

}

.\[\&_li\]\:font-\[500\] li {
    font-weight: 500;

}

.\[\&_li\]\:text-\[\#9E9E9E\] li {
    --tw-text-opacity: 1;
    color: rgb(158 158 158 / var(--tw-text-opacity, 1));

}

.\[\&_li\]\:before\:absolute li::before {
    content: var(--tw-content);
    position: absolute;

}

.\[\&_li\]\:before\:left-0 li::before {
    content: var(--tw-content);
    left: 0px;

}

.\[\&_li\]\:before\:text-\[\#3A5A7D\] li::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(58 90 125 / var(--tw-text-opacity, 1));

}

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

}

.\[\&_li_a\]\:uppercase li a {
    text-transform: uppercase;

}

.\[\&_textarea\]\:max-h-\[185px\] textarea {
    max-height: 185px;

}

.\[\&_textarea\]\:w-full textarea {
    width: 100%;

}

.\[\&_textarea\]\:rounded-\[5px\] textarea {
    border-radius: 5px;

}

.\[\&_textarea\]\:bg-\[\#F2F3F7\] textarea {
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 247 / var(--tw-bg-opacity, 1));

}

.\[\&_textarea\]\:p-\[22px\] textarea {
    padding: 22px;

}

.\[\&_ul\]\:flex ul {
    display: flex;

}

.\[\&_ul\]\:list-disc ul {
    list-style-type: disc;

}

.\[\&_ul\]\:flex-col ul {
    flex-direction: column;

}

.\[\&_ul\]\:gap-\[10px\] ul {
    gap: 10px;

}

.\[\&_ul\]\:pl-\[30px\] ul {
    padding-left: 30px;

}
