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

    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;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.webkit strong,
    body.webkit b {
        font-weight: bold !important;
    }

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

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

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

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

    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
    }

    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }

    img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
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;
    bottom: 30px;
    right: 20px;
    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: 10px;
    animation: toast-fade-in 0.3s ease-out;
    transition: opacity 0.3s ease;
}

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

.custom-toast.success {
    border: 1px solid #00ABB6;
    color: #00ABB6;
}

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

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

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

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-10 {
    bottom: 2.5rem;
}

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

.left-0 {
    left: 0px;
}

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

.right-0 {
    right: 0px;
}

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

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

.top-0 {
    top: 0px;
}

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

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

.top-\[calc\(100\%\+8px\)\] {
    top: calc(100% + 8px);
}

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

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

.m-0 {
    margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
    box-sizing: border-box;
}

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

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

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

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

.h-3 {
    height: 0.75rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

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

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

.w-3 {
    width: 0.75rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-rotate-90 {
    --tw-rotate: -90deg;
    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-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

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

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
}

.gap-x-\[74px\] {
    -moz-column-gap: 74px;
         column-gap: 74px;
}

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

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

.rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border {
    border-width: 1px;
}

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

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

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

.border-\[\#00ABB6\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 171 182 / var(--tw-border-opacity, 1));
}

.border-\[\#7DDDE1\] {
    --tw-border-opacity: 1;
    border-color: rgb(125 221 225 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.bg-\[\#00ABB6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 171 182 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#333537\] {
    --tw-bg-opacity: 1;
    background-color: rgb(51 53 55 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[\#F7F8FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 252 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / 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-\[linear-gradient\(to_bottom\2c \#bbe8eb_0\%\2c \#00ABB6_100\%\)\] {
    background-image: linear-gradient(to bottom,#bbe8eb 0%,#00ABB6 100%);
}

.bg-\[linear-gradient\(to_bottom\2c transparent_0\%\2c transparent_20\%\2c \#bbe8eb_100\%\)\] {
    background-image: linear-gradient(to bottom,transparent 0%,transparent 20%,#bbe8eb 100%);
}

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

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

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

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

.p-0 {
    padding: 0px;
}

.p-2 {
    padding: 0.5rem;
}

.p-5 {
    padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

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

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

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

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

.text-\[\#00ABB6\] {
    --tw-text-opacity: 1;
    color: rgb(0 171 182 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#5E5F63\] {
    --tw-text-opacity: 1;
    color: rgb(94 95 99 / var(--tw-text-opacity, 1));
}

.text-\[\#77777D\] {
    --tw-text-opacity: 1;
    color: rgb(119 119 125 / var(--tw-text-opacity, 1));
}

.text-\[\#FE632F\] {
    --tw-text-opacity: 1;
    color: rgb(254 99 47 / var(--tw-text-opacity, 1));
}

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

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

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

.text-main-01 {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / 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;
}

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

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-\[0px_4px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 4px 20px 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);
}

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

.brightness-0 {
    --tw-brightness: brightness(0);
    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, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

.transition-opacity {
    transition-property: opacity;
    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-200 {
    transition-duration: 200ms;
}

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

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

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

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

.first-letter\:uppercase::first-letter {
    text-transform: uppercase;
}

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

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

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

.hover\:bg-\[\#009AA3\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 154 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#009aa3\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 154 163 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/80:hover {
    background-color: rgb(255 255 255 / 0.8);
}

.hover\:text-\[\#00ABB6\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 171 182 / 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\:underline:hover {
    text-decoration-line: underline;
}

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

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

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

.group:hover .group-hover\:text-\[\#00ABB6\] {
    --tw-text-opacity: 1;
    color: rgb(0 171 182 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

@media not all and (min-width: 1024px) {
    .max-lg\:absolute {
        position: absolute;
    }
    .max-lg\:bottom-\[40px\] {
        bottom: 40px;
    }
    .max-lg\:right-\[20px\] {
        right: 20px;
    }
    .max-lg\:left-\[30px\] {
        left: 30px;
    }
    .max-lg\:left-auto {
        left: auto;
    }
    .max-lg\:right-0 {
        right: 0px;
    }
    .max-lg\:left-4 {
        left: 1rem;
    }
    .max-lg\:right-4 {
        right: 1rem;
    }
    .max-lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .max-lg\:mt-4 {
        margin-top: 1rem;
    }
    .max-lg\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .max-lg\:mb-4 {
        margin-bottom: 1rem;
    }
    .max-lg\:ml-\[120px\] {
        margin-left: 120px;
    }
    .max-lg\:ml-\[140px\] {
        margin-left: 140px;
    }
    .max-lg\:ml-\[100px\] {
        margin-left: 100px;
    }
    .max-lg\:block {
        display: block;
    }
    .max-lg\:hidden {
        display: none;
    }
    .max-lg\:aspect-\[1739\/2462\] {
        aspect-ratio: 1739/2462;
    }
    .max-lg\:aspect-video {
        aspect-ratio: 16 / 9;
    }
    .max-lg\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .max-lg\:h-\[120px\] {
        height: 120px;
    }
    .max-lg\:h-auto {
        height: auto;
    }
    .max-lg\:h-\[275px\] {
        height: 275px;
    }
    .max-lg\:h-\[48px\] {
        height: 48px;
    }
    .max-lg\:h-\[30px\] {
        height: 30px;
    }
    .max-lg\:h-\[150px\] {
        height: 150px;
    }
    .max-lg\:h-full {
        height: 100%;
    }
    .max-lg\:h-\[197px\] {
        height: 197px;
    }
    .max-lg\:h-\[209px\] {
        height: 209px;
    }
    .max-lg\:h-\[24px\] {
        height: 24px;
    }
    .max-lg\:h-\[200px\] {
        height: 200px;
    }
    .max-lg\:h-\[250px\] {
        height: 250px;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:w-\[120px\] {
        width: 120px;
    }
    .max-lg\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px);
    }
    .max-lg\:w-\[48px\] {
        width: 48px;
    }
    .max-lg\:w-\[30px\] {
        width: 30px;
    }
    .max-lg\:w-\[267px\] {
        width: 267px;
    }
    .max-lg\:w-\[24px\] {
        width: 24px;
    }
    .max-lg\:w-\[calc\(100\%-120px\)\] {
        width: calc(100% - 120px);
    }
    .max-lg\:w-\[calc\(100\%-100px\)\] {
        width: calc(100% - 100px);
    }
    .max-lg\:flex-1 {
        flex: 1 1 0%;
    }
    .max-lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:flex-wrap {
        flex-wrap: wrap;
    }
    .max-lg\:gap-4 {
        gap: 1rem;
    }
    .max-lg\:gap-\[16px\] {
        gap: 16px;
    }
    .max-lg\:gap-2\.5 {
        gap: 0.625rem;
    }
    .max-lg\:gap-2 {
        gap: 0.5rem;
    }
    .max-lg\:gap-\[20px\] {
        gap: 20px;
    }
    .max-lg\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
    .max-lg\:rounded-t-\[10px\] {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .max-lg\:p-4 {
        padding: 1rem;
    }
    .max-lg\:p-0 {
        padding: 0px;
    }
    .max-lg\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .max-lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .max-lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .max-lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .max-lg\:pl-\[80px\] {
        padding-left: 80px;
    }
    .max-lg\:text-left {
        text-align: left;
    }
    .max-lg\:text-center {
        text-align: center;
    }
    .max-lg\:text-\[28px\] {
        font-size: 28px;
    }
    .max-lg\:text-\[12px\] {
        font-size: 12px;
    }
    .max-lg\:text-\[14px\] {
        font-size: 14px;
    }
    .max-lg\:text-\[20px\] {
        font-size: 20px;
    }
    .max-lg\:text-\[16px\] {
        font-size: 16px;
    }
    .max-lg\:text-\[18px\] {
        font-size: 18px;
    }
    .max-lg\:text-\[24px\] {
        font-size: 24px;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:absolute {
        position: absolute;
    }
    .max-md\:bottom-\[40px\] {
        bottom: 40px;
    }
    .max-md\:left-4 {
        left: 1rem;
    }
    .max-md\:left-\[30px\] {
        left: 30px;
    }
    .max-md\:left-auto {
        left: auto;
    }
    .max-md\:right-0 {
        right: 0px;
    }
    .max-md\:right-4 {
        right: 1rem;
    }
    .max-md\:right-\[20px\] {
        right: 20px;
    }
    .max-md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .max-md\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .max-md\:mb-4 {
        margin-bottom: 1rem;
    }
    .max-md\:mt-4 {
        margin-top: 1rem;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:aspect-square {
        aspect-ratio: 1 / 1;
    }
    .max-md\:aspect-video {
        aspect-ratio: 16 / 9;
    }
    .max-md\:h-\[120px\] {
        height: 120px;
    }
    .max-md\:h-\[150px\] {
        height: 150px;
    }
    .max-md\:h-\[197px\] {
        height: 197px;
    }
    .max-md\:h-\[209px\] {
        height: 209px;
    }
    .max-md\:h-\[24px\] {
        height: 24px;
    }
    .max-md\:h-\[275px\] {
        height: 275px;
    }
    .max-md\:h-\[30px\] {
        height: 30px;
    }
    .max-md\:h-\[48px\] {
        height: 48px;
    }
    .max-md\:h-auto {
        height: auto;
    }
    .max-md\:h-full {
        height: 100%;
    }
    .max-md\:h-\[200px\] {
        height: 200px;
    }
    .max-md\:w-\[120px\] {
        width: 120px;
    }
    .max-md\:w-\[24px\] {
        width: 24px;
    }
    .max-md\:w-\[267px\] {
        width: 267px;
    }
    .max-md\:w-\[30px\] {
        width: 30px;
    }
    .max-md\:w-\[48px\] {
        width: 48px;
    }
    .max-md\:w-\[calc\(50\%-8px\)\] {
        width: calc(50% - 8px);
    }
    .max-md\:w-full {
        width: 100%;
    }
    .max-md\:flex-1 {
        flex: 1 1 0%;
    }
    .max-md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .max-md\:flex-col {
        flex-direction: column;
    }
    .max-md\:flex-wrap {
        flex-wrap: wrap;
    }
    .max-md\:gap-2 {
        gap: 0.5rem;
    }
    .max-md\:gap-2\.5 {
        gap: 0.625rem;
    }
    .max-md\:gap-4 {
        gap: 1rem;
    }
    .max-md\:gap-\[16px\] {
        gap: 16px;
    }
    .max-md\:gap-\[20px\] {
        gap: 20px;
    }
    .max-md\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }
    .max-md\:rounded-t-\[10px\] {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .max-md\:p-0 {
        padding: 0px;
    }
    .max-md\:p-4 {
        padding: 1rem;
    }
    .max-md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .max-md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .max-md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .max-md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .max-md\:pl-\[80px\] {
        padding-left: 80px;
    }
    .max-md\:text-left {
        text-align: left;
    }
    .max-md\:text-center {
        text-align: center;
    }
    .max-md\:text-\[12px\] {
        font-size: 12px;
    }
    .max-md\:text-\[14px\] {
        font-size: 14px;
    }
    .max-md\:text-\[16px\] {
        font-size: 16px;
    }
    .max-md\:text-\[18px\] {
        font-size: 18px;
    }
    .max-md\:text-\[20px\] {
        font-size: 20px;
    }
    .max-md\:text-\[24px\] {
        font-size: 24px;
    }
    .max-md\:text-\[28px\] {
        font-size: 28px;
    }
    .max-md\:text-\[48px\]\/\[150\%\] {
        font-size: 48px;
        line-height: 150%;
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:text-\[20px\] {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .md\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:w-\[35\%\] {
        width: 35%;
    }
    .md\:w-\[49\%\] {
        width: 49%;
    }
    .md\:w-\[570px\] {
        width: 570px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:flex-1 {
        flex: 1 1 0%;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:gap-12 {
        gap: 3rem;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:gap-\[190px\] {
        gap: 190px;
    }
    .md\:text-\[16px\] {
        font-size: 16px;
    }
    .md\:text-\[32px\] {
        font-size: 32px;
    }
    .md\:text-\[40px\] {
        font-size: 40px;
    }
}

@media (min-width: 1024px) {
    .lg\:my-\[40px\] {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-\[570px\] {
        width: 570px;
    }
    .lg\:w-\[35\%\] {
        width: 35%;
    }
    .lg\:w-\[49\%\] {
        width: 49%;
    }
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:gap-\[190px\] {
        gap: 190px;
    }
    .lg\:gap-5 {
        gap: 1.25rem;
    }
    .lg\:text-\[16px\] {
        font-size: 16px;
    }
    .lg\:text-\[32px\] {
        font-size: 32px;
    }
    .lg\:text-\[40px\] {
        font-size: 40px;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
}
