.custom_content {
    html {
        cursor: text;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    img {
        margin: 1.5rem 0;
    }

    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: -moz-fit-content;
        width: fit-content;
    }
}

/*--------------------------------------------------------------
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;
    }
}

#sp_menu {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style: none;

    .sub-menu {
        display: none;
    }

    li {
        &:has(.sub-menu) {
            &:hover {
                .sub-menu {
                    display: flex;
                }
            }

            &::after {
                display: none;
            }
        }
    }

    a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
}

.hide-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.hide-scroll {
    -ms-overflow-style: none;
    /* IE, Edge */
    scrollbar-width: none;
    /* Firefox */
}

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

.container {
    width: 100%;
}

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

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

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

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

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

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

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

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

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

.bottom-0 {
    bottom: 0px;
}

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

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

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

.left-0 {
    left: 0px;
}

.left-\[0\] {
    left: 0;
}

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

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

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

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

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

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

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

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

.right-\[0\] {
    right: 0;
}

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

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

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

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

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

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

.top-0 {
    top: 0px;
}

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

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

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

.top-\[0\] {
    top: 0;
}

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

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

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

.top-full {
    top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.m-auto {
    margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
    display: block;
}

.\!flex {
    display: flex !important;
}

.flex {
    display: flex;
}

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

.grid {
    display: grid;
}

.hidden {
    display: none;
}

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

.aspect-\[1280\/711\] {
    aspect-ratio: 1280/711;
}

.aspect-\[1440\/248\] {
    aspect-ratio: 1440/248;
}

.aspect-\[1440\/400\] {
    aspect-ratio: 1440/400;
}

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

.aspect-\[1440\/700\] {
    aspect-ratio: 1440/700;
}

.aspect-\[150\/100\] {
    aspect-ratio: 150/100;
}

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

.aspect-\[234\/160\] {
    aspect-ratio: 234/160;
}

.aspect-\[300\/150\] {
    aspect-ratio: 300/150;
}

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

.aspect-\[362\/204\] {
    aspect-ratio: 362/204;
}

.aspect-\[400\/300\] {
    aspect-ratio: 400/300;
}

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

.aspect-\[410\.67\/231\] {
    aspect-ratio: 410.67/231;
}

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

.aspect-\[418\/235\] {
    aspect-ratio: 418/235;
}

.aspect-\[50\/60\] {
    aspect-ratio: 50/60;
}

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

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

.aspect-\[624\/424\] {
    aspect-ratio: 624/424;
}

.aspect-\[700\/393\] {
    aspect-ratio: 700/393;
}

.aspect-\[700\/394\] {
    aspect-ratio: 700/394;
}

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

.aspect-\[892\/420\] {
    aspect-ratio: 892/420;
}

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

.h-0 {
    height: 0px;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
    height: auto;
}

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

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[calc\(100vh-211px\)\] {
    min-height: calc(100vh - 211px);
}

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

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

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

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

.w-0 {
    width: 0px;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

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

.w-full {
    width: 100%;
}

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

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

.min-w-0 {
    min-width: 0px;
}

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

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

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

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

.min-w-6 {
    min-width: 1.5rem;
}

.max-w-\[--content-width\] {
    max-width: var(--content-width);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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;
}

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

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

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

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

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

.grid-cols-\[0\.582fr_0\.417fr\] {
    grid-template-columns: 0.582fr 0.417fr;
}

.grid-cols-\[repeat\(4\2c _1fr\)\] {
    grid-template-columns: repeat(4, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-\[0\] {
    gap: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
    gap: 0.5rem;
}

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

.whitespace-pre-line {
    white-space: pre-line;
}

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-none {
    border-radius: 0px;
}

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

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

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

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

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

.border {
    border-width: 1px;
}

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

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

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

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

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

.border-b-\[117\.09px\] {
    border-bottom-width: 117.09px;
}

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

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

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

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

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

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

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

.border-\[\#E5E7EB\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-\[\#e5e7eb\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-neutral-02 {
    --tw-border-opacity: 1;
    border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}

.border-neutral-03 {
    --tw-border-opacity: 1;
    border-color: rgb(179 179 179 / var(--tw-border-opacity, 1));
}

.border-primary-01 {
    --tw-border-opacity: 1;
    border-color: rgb(51 116 48 / var(--tw-border-opacity, 1));
}

.border-primary-05 {
    --tw-border-opacity: 1;
    border-color: rgb(51 116 48 / var(--tw-border-opacity, 1));
}

.border-wood-03 {
    --tw-border-opacity: 1;
    border-color: rgb(239 227 214 / var(--tw-border-opacity, 1));
}

.border-wood-07 {
    --tw-border-opacity: 1;
    border-color: rgb(247 241 235 / var(--tw-border-opacity, 1));
}

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

.border-b-wood-07 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(247 241 235 / var(--tw-border-opacity, 1));
}

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

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

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

.\!bg-primary-05 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1)) !important;
}

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

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

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

.bg-\[\#F7F1EB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-error-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / 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-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-neutral-02 {
    --tw-bg-opacity: 1;
    background-color: rgb(179 179 179 / var(--tw-bg-opacity, 1));
}

.bg-neutral-02\/10 {
    background-color: rgb(179 179 179 / 0.1);
}

.bg-neutral-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(179 179 179 / var(--tw-bg-opacity, 1));
}

.bg-primary-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1));
}

.bg-primary-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / 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-wood-01 {
    --tw-bg-opacity: 1;
    background-color: rgb(231 212 194 / var(--tw-bg-opacity, 1));
}

.bg-wood-03 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 227 214 / var(--tw-bg-opacity, 1));
}

.bg-wood-05 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

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

.bg-wood-07 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

.bg-primary-04 {
    --tw-bg-opacity: 1;
    background-color: rgb(122 175 101 / var(--tw-bg-opacity, 1));
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.bg-video-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

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

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

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

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

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

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

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-\[8\.635px\] {
    padding-left: 8.635px;
    padding-right: 8.635px;
}

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

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-4 {
    padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-b1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.text-b2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.text-h2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
}

.text-h3 {
    font-size: 28px;
    line-height: 44px;
    font-weight: 600;
}

.text-h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.text-h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

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

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

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

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

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

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

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

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

.tracking-\[-0\.01em\] {
    letter-spacing: -0.01em;
}

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

.text-\[\#111827\] {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

.text-\[\#418D23\] {
    --tw-text-opacity: 1;
    color: rgb(65 141 35 / var(--tw-text-opacity, 1));
}

.text-\[\#6b7280\] {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-\[\#8A8A8A\] {
    --tw-text-opacity: 1;
    color: rgb(138 138 138 / 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-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

.text-primary-01 {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

.text-primary-05 {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

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

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

.text-wood-01 {
    --tw-text-opacity: 1;
    color: rgb(231 212 194 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-40 {
    opacity: 0.4;
}

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

.shadow-\[inset_0_0_0_2px_currentColor\] {
    --tw-shadow: inset 0 0 0 2px currentColor;
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom3 {
    --tw-shadow: 4px 4px 10px 0px #0000000D -4px -4px 10px 0px #0000000D;
    --tw-shadow-colored: 4px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom4 {
    --tw-shadow: 20px 16px 39px 0px #0000001A;
    --tw-shadow-colored: 20px 16px 39px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom5 {
    --tw-shadow: 4px 4px 10px 0px #0000001A;
    --tw-shadow-colored: 4px 4px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-custom6 {
    --tw-shadow: 0px 25px 22px 0px #0000001A;
    --tw-shadow-colored: 0px 25px 22px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-s {
    --tw-shadow: 0px 0px 10px 0px rgba(0, 80, 144, 0.3);
    --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[none\] {
    --tw-shadow-color: none;
    --tw-shadow: var(--tw-shadow-colored);
}

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

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

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

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-150 {
    transition-duration: 150ms;
}

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

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

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

.\[grid-template-columns\:repeat\(3\2c minmax\(200px\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(200px,1fr));
}

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

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

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

.even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
}

.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-\[\#FFFFFF80\]:hover {
    background-color: #FFFFFF80;
}

.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-error-02:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(184 20 20 / 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-primary-02:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(84 152 57 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-04:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(122 175 101 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-05:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#111827\]:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-05:hover {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-\[none\]:hover {
    --tw-shadow-color: none;
    --tw-shadow: var(--tw-shadow-colored);
}

.focus\:outline-primary-05:focus {
    outline-color: #337430;
}

.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-05 {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

@media (max-width: 1440px) {
    .max-\[1440px\]\:gap-\[30px\] {
        gap: 30px;
    }
}

@media (max-width: 1380px) {
    .max-\[1380px\]\:w-\[920px\] {
        width: 920px;
    }
}

@media (max-width: 1360px) {
    .max-\[1360px\]\:p-2\.5 {
        padding: 0.625rem;
    }
}

@media not all and (min-width: 1280px) {
    .max-xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .max-xl\:gap-2\.5 {
        gap: 0.625rem;
    }
    .max-xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 1280px) {
    .max-\[1280px\]\:hidden {
        display: none;
    }
    .max-\[1280px\]\:w-\[calc\(700\/1440\*100vw\)\] {
        width: calc(700 / 1440 * 100vw);
    }
    .max-\[1280px\]\:w-\[calc\(79\/1440\*100vw\)\] {
        width: calc(79 / 1440 * 100vw);
    }
    .max-\[1280px\]\:max-w-\[calc\(700\/1440\*100vw\)\] {
        max-width: calc(700 / 1440 * 100vw);
    }
    .max-\[1280px\]\:gap-\[calc\(24\/1440\*100vw\)\] {
        gap: calc(24 / 1440 * 100vw);
    }
    .max-\[1280px\]\:rounded-\[calc\(100\/1440\*100vw\)\] {
        border-radius: calc(100 / 1440 * 100vw);
    }
    .max-\[1280px\]\:rounded-\[calc\(20\/1440\*100vw\)\] {
        border-radius: calc(20 / 1440 * 100vw);
    }
    .max-\[1280px\]\:px-\[0px\] {
        padding-left: 0px;
        padding-right: 0px;
    }
    .max-\[1280px\]\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:block {
        display: block;
    }
    .max-lg\:hidden {
        display: none;
    }
    .max-lg\:h-\[30px\] {
        height: 30px;
    }
    .max-lg\:h-\[50px\] {
        height: 50px;
    }
    .max-lg\:h-full {
        height: 100%;
    }
    .max-lg\:w-\[120px\] {
        width: 120px;
    }
    .max-lg\:w-\[50px\] {
        width: 50px;
    }
    .max-lg\:w-\[690px\] {
        width: 690px;
    }
    .max-lg\:w-full {
        width: 100%;
    }
    .max-lg\:min-w-\[50px\] {
        min-width: 50px;
    }
    .max-lg\:flex-col {
        flex-direction: column;
    }
    .max-lg\:gap-\[10px\] {
        gap: 10px;
    }
    .max-lg\:gap-\[15px\] {
        gap: 15px;
    }
    .max-lg\:gap-\[20px\] {
        gap: 20px;
    }
    .max-lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .max-lg\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .max-lg\:pl-\[40px\] {
        padding-left: 40px;
    }
    .max-lg\:text-\[16px\] {
        font-size: 16px;
    }
    .max-lg\:text-\[18px\] {
        font-size: 18px;
    }
    .max-lg\:text-\[20px\] {
        font-size: 20px;
    }
    .max-lg\:text-\[28px\] {
        font-size: 28px;
    }
    .max-lg\:leading-\[22px\] {
        line-height: 22px;
    }
}

@media (max-width: 1024px) {
    .max-\[1024px\]\:w-\[760px\] {
        width: 760px;
    }
    .max-\[1024px\]\:pb-\[115px\] {
        padding-bottom: 115px;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:static {
        position: static;
    }
    .max-md\:relative {
        position: relative;
    }
    .max-md\:bottom-0 {
        bottom: 0px;
    }
    .max-md\:bottom-\[0px\] {
        bottom: 0px;
    }
    .max-md\:left-\[22px\] {
        left: 22px;
    }
    .max-md\:left-\[50\%\] {
        left: 50%;
    }
    .max-md\:right-\[-15px\] {
        right: -15px;
    }
    .max-md\:right-\[22px\] {
        right: 22px;
    }
    .max-md\:top-\[-15px\] {
        top: -15px;
    }
    .max-md\:top-\[50\%\] {
        top: 50%;
    }
    .max-md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .max-md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .max-md\:mx-\[19px\] {
        margin-left: 19px;
        margin-right: 19px;
    }
    .max-md\:my-\[auto\] {
        margin-top: auto;
        margin-bottom: auto;
    }
    .max-md\:mb-0 {
        margin-bottom: 0px;
    }
    .max-md\:mb-\[24px\] {
        margin-bottom: 24px;
    }
    .max-md\:mb-\[34px\] {
        margin-bottom: 34px;
    }
    .max-md\:mt-\[12px\] {
        margin-top: 12px;
    }
    .max-md\:mt-\[16px\] {
        margin-top: 16px;
    }
    .max-md\:mt-\[24px\] {
        margin-top: 24px;
    }
    .max-md\:mt-\[28px\] {
        margin-top: 28px;
    }
    .max-md\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .max-md\:block {
        display: block;
    }
    .max-md\:flex {
        display: flex;
    }
    .max-md\:grid {
        display: grid;
    }
    .max-md\:hidden {
        display: none;
    }
    .max-md\:aspect-\[183\/125\] {
        aspect-ratio: 183/125;
    }
    .max-md\:aspect-\[189\/106\] {
        aspect-ratio: 189/106;
    }
    .max-md\:aspect-\[189\/126\] {
        aspect-ratio: 189/126;
    }
    .max-md\:aspect-\[195\/232\] {
        aspect-ratio: 195/232;
    }
    .max-md\:aspect-\[366\/205\] {
        aspect-ratio: 366/205;
    }
    .max-md\:aspect-\[390\/216\] {
        aspect-ratio: 390/216;
    }
    .max-md\:aspect-\[390\/219\] {
        aspect-ratio: 390/219;
    }
    .max-md\:aspect-\[390\/264\] {
        aspect-ratio: 390/264;
    }
    .max-md\:aspect-\[390\/365\] {
        aspect-ratio: 390/365;
    }
    .max-md\:aspect-\[390\/400\] {
        aspect-ratio: 390/400;
    }
    .max-md\:aspect-\[390\/600\] {
        aspect-ratio: 390/600;
    }
    .max-md\:aspect-\[390\/678\.5\] {
        aspect-ratio: 390/678.5;
    }
    .max-md\:aspect-\[430\/200\] {
        aspect-ratio: 430/200;
    }
    .max-md\:aspect-\[430\/209\] {
        aspect-ratio: 430/209;
    }
    .max-md\:aspect-\[430\/328\] {
        aspect-ratio: 430/328;
    }
    .max-md\:h-\[0px\] {
        height: 0px;
    }
    .max-md\:h-\[1px\] {
        height: 1px;
    }
    .max-md\:h-\[20px\] {
        height: 20px;
    }
    .max-md\:h-\[24px\] {
        height: 24px;
    }
    .max-md\:h-\[264px\] {
        height: 264px;
    }
    .max-md\:h-\[40px\] {
        height: 40px;
    }
    .max-md\:h-\[calc\(100\%-48px\)\] {
        height: calc(100% - 48px);
    }
    .max-md\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }
    .max-md\:h-full {
        height: 100%;
    }
    .max-md\:max-h-\[80vh\] {
        max-height: 80vh;
    }
    .max-md\:min-h-\[352px\] {
        min-height: 352px;
    }
    .max-md\:min-h-\[739px\] {
        min-height: 739px;
    }
    .max-md\:w-\[100\%\] {
        width: 100%;
    }
    .max-md\:w-\[120px\] {
        width: 120px;
    }
    .max-md\:w-\[150px\] {
        width: 150px;
    }
    .max-md\:w-\[19px\] {
        width: 19px;
    }
    .max-md\:w-\[200px\] {
        width: 200px;
    }
    .max-md\:w-\[20px\] {
        width: 20px;
    }
    .max-md\:w-\[24px\] {
        width: 24px;
    }
    .max-md\:w-\[35px\] {
        width: 35px;
    }
    .max-md\:w-\[calc\(100\%-40px\)\] {
        width: calc(100% - 40px);
    }
    .max-md\:w-full {
        width: 100%;
    }
    .max-md\:min-w-\[30px\] {
        min-width: 30px;
    }
    .max-md\:min-w-\[35px\] {
        min-width: 35px;
    }
    .max-md\:max-w-\[100\%\] {
        max-width: 100%;
    }
    .max-md\:max-w-\[120px\] {
        max-width: 120px;
    }
    .max-md\:max-w-\[183px\] {
        max-width: 183px;
    }
    .max-md\:max-w-\[200px\] {
        max-width: 200px;
    }
    .max-md\:max-w-\[90\%\] {
        max-width: 90%;
    }
    .max-md\:max-w-full {
        max-width: 100%;
    }
    .max-md\: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));
    }
    .max-md\: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));
    }
    .max-md\:translate-y-0 {
        --tw-translate-y: 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));
    }
    .max-md\: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));
    }
    .max-md\:translate-y-\[0px\] {
        --tw-translate-y: 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));
    }
    .max-md\:\!grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .max-md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .max-md\:grid-cols-\[repeat\(2\2c _1fr\)\] {
        grid-template-columns: repeat(2, 1fr);
    }
    .max-md\:flex-row {
        flex-direction: row;
    }
    .max-md\:flex-col {
        flex-direction: column;
    }
    .max-md\:\!flex-col-reverse {
        flex-direction: column-reverse !important;
    }
    .max-md\:flex-col-reverse {
        flex-direction: column-reverse;
    }
    .max-md\:items-start {
        align-items: flex-start;
    }
    .max-md\:justify-start {
        justify-content: flex-start;
    }
    .max-md\:\!justify-center {
        justify-content: center !important;
    }
    .max-md\:justify-center {
        justify-content: center;
    }
    .max-md\:gap-2 {
        gap: 0.5rem;
    }
    .max-md\:gap-6 {
        gap: 1.5rem;
    }
    .max-md\:gap-\[0\] {
        gap: 0;
    }
    .max-md\:gap-\[0px\] {
        gap: 0px;
    }
    .max-md\:gap-\[12px\] {
        gap: 12px;
    }
    .max-md\:gap-\[24px\] {
        gap: 24px;
    }
    .max-md\:gap-\[40px\] {
        gap: 40px;
    }
    .max-md\:gap-\[8px\] {
        gap: 8px;
    }
    .max-md\:gap-0 {
        gap: 0px;
    }
    .max-md\:gap-x-\[12px\] {
        -moz-column-gap: 12px;
             column-gap: 12px;
    }
    .max-md\:gap-x-\[40px\] {
        -moz-column-gap: 40px;
             column-gap: 40px;
    }
    .max-md\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .max-md\:gap-y-\[12px\] {
        row-gap: 12px;
    }
    .max-md\:overflow-auto {
        overflow: auto;
    }
    .max-md\:overflow-y-hidden {
        overflow-y: hidden;
    }
    .max-md\:overflow-x-scroll {
        overflow-x: scroll;
    }
    .max-md\:whitespace-normal {
        white-space: normal;
    }
    .max-md\:whitespace-nowrap {
        white-space: nowrap;
    }
    .max-md\:rounded-\[0px\] {
        border-radius: 0px;
    }
    .max-md\:rounded-\[20px\] {
        border-radius: 20px;
    }
    .max-md\:bg-wood-05 {
        --tw-bg-opacity: 1;
        background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
    }
    .max-md\:p-0 {
        padding: 0px;
    }
    .max-md\:p-2 {
        padding: 0.5rem;
    }
    .max-md\:p-\[12px\] {
        padding: 12px;
    }
    .max-md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .max-md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .max-md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .max-md\:px-\[0\] {
        padding-left: 0;
        padding-right: 0;
    }
    .max-md\:px-\[0px\] {
        padding-left: 0px;
        padding-right: 0px;
    }
    .max-md\:px-\[12px\] {
        padding-left: 12px;
        padding-right: 12px;
    }
    .max-md\:px-\[15px\] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .max-md\:px-\[19px\] {
        padding-left: 19px;
        padding-right: 19px;
    }
    .max-md\:px-\[20px\] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .max-md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .max-md\:py-\[0\] {
        padding-top: 0;
        padding-bottom: 0;
    }
    .max-md\:py-\[0px\] {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .max-md\:py-\[12px\] {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .max-md\:py-\[13px\] {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .max-md\:py-\[20px\] {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .max-md\:py-\[24px\] {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .max-md\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .max-md\:pb-1 {
        padding-bottom: 0.25rem;
    }
    .max-md\:pb-\[0px\] {
        padding-bottom: 0px;
    }
    .max-md\:pb-\[107\.5px\] {
        padding-bottom: 107.5px;
    }
    .max-md\:pb-\[10px\] {
        padding-bottom: 10px;
    }
    .max-md\:pb-\[12px\] {
        padding-bottom: 12px;
    }
    .max-md\:pb-\[24px\] {
        padding-bottom: 24px;
    }
    .max-md\:pr-\[12px\] {
        padding-right: 12px;
    }
    .max-md\:pt-6 {
        padding-top: 1.5rem;
    }
    .max-md\:pt-\[30px\] {
        padding-top: 30px;
    }
    .max-md\:text-left {
        text-align: left;
    }
    .max-md\:text-center {
        text-align: center;
    }
    .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-\[48px\]\/\[150\%\] {
        font-size: 48px;
        line-height: 150%;
    }
    .max-md\:text-b1 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .max-md\:text-b2 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    .max-md\:text-h1 {
        font-size: 56px;
        line-height: 72px;
        font-weight: 700;
    }
    .max-md\:text-h3 {
        font-size: 28px;
        line-height: 44px;
        font-weight: 600;
    }
    .max-md\:text-h4 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
    }
    .max-md\:text-h5 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .max-md\:font-\[700\] {
        font-weight: 700;
    }
    .max-md\:leading-\[24px\] {
        line-height: 24px;
    }
    .max-md\:leading-\[28px\] {
        line-height: 28px;
    }
    .max-md\:tracking-\[-0\.01em\] {
        letter-spacing: -0.01em;
    }
    .max-md\:shadow-\[none\] {
        --tw-shadow-color: none;
        --tw-shadow: var(--tw-shadow-colored);
    }
}

@media not all and (min-width: 640px) {
    .max-sm\:\!w-\[87px\] {
        width: 87px !important;
    }
    .max-sm\:max-w-\[200px\] {
        max-width: 200px;
    }
    .max-sm\:border-l-\[19px\] {
        border-left-width: 19px;
    }
    .max-sm\:border-r-\[19px\] {
        border-right-width: 19px;
    }
    .max-sm\:text-\[20px\] {
        font-size: 20px;
    }
}

@media (max-width: 429px) {
    .max-\[429px\]\:w-\[30px\] {
        width: 30px;
    }
    .max-\[429px\]\:w-\[calc\(700\/1440\*100vw\)\] {
        width: calc(700 / 1440 * 100vw);
    }
    .max-\[429px\]\:max-w-\[calc\(700\/1440\*100vw\)\] {
        max-width: calc(700 / 1440 * 100vw);
    }
    .max-\[429px\]\:justify-between {
        justify-content: space-between;
    }
    .max-\[429px\]\:gap-\[calc\(24\/1440\*100vw\)\] {
        gap: calc(24 / 1440 * 100vw);
    }
    .max-\[429px\]\:rounded-\[calc\(100\/1440\*100vw\)\] {
        border-radius: calc(100 / 1440 * 100vw);
    }
    .max-\[429px\]\:rounded-\[calc\(20\/1440\*100vw\)\] {
        border-radius: calc(20 / 1440 * 100vw);
    }
}

@media (min-width: 640px) {
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
}

.\[\&\.slick-dotted\.slick-slider\]\:mb-\[24px\].slick-dotted.slick-slider {
    margin-bottom: 24px;
}

.\[\&\.slick-dotted\.slick-slider\]\:mb-\[34px\].slick-dotted.slick-slider {
    margin-bottom: 34px;
}

.\[\&\.slick-dotted\.slick-slider\]\:mb-\[44px\].slick-dotted.slick-slider {
    margin-bottom: 44px;
}

.\[\&\>\.swiper-pagination-bullet-active\]\:bg-primary-05>.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1));
}

.\[\&\>span\]\:h-\[10px\]>span {
    height: 10px;
}

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

.\[\&\>span\]\:bg-wood-03>span {
    --tw-bg-opacity: 1;
    background-color: rgb(239 227 214 / var(--tw-bg-opacity, 1));
}

.\[\&\>span\]\:opacity-100>span {
    opacity: 1;
}

.\[\&\]\:first\:border-\[0px\]:first-child {
    border-width: 0px;
}

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

.\[\&_\.active\]\:w-\[700px\] .active {
    width: 700px;
}

.\[\&_\.active\]\:rounded-\[0\] .active {
    border-radius: 0;
}

.\[\&_\.active\]\:bg-primary-01 .active {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1));
}

.\[\&_\.active\]\:shadow-\[inset_0_-2px_0_0_currentColor\] .active {
    --tw-shadow: inset 0 -2px 0 0 currentColor;
    --tw-shadow-colored: inset 0 -2px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 1280px) {
    .max-\[1280px\]\:\[\&_\.active\]\:w-\[calc\(700\/1440\*100vw\)\] .active {
        width: calc(700 / 1440 * 100vw);
    }
}

.\[\&_\.active_\.box-container\]\:shadow-\[inset_5px_0_0_0_currentColor\] .active .box-container {
    --tw-shadow: inset 5px 0 0 0 currentColor;
    --tw-shadow-colored: inset 5px 0 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.active_\.video-box-content\]\:flex .active .video-box-content {
    display: flex;
}

.\[\&_\.active_\.video-handler\]\:pointer-events-auto .active .video-handler {
    pointer-events: auto;
}

.\[\&_\.active_\.video-info\]\:visible .active .video-info {
    visibility: visible;
}

@media not all and (min-width: 768px) {
    .max-md\:\[\&_\.active_\.video-info\]\:hidden .active .video-info {
        display: none;
    }
}

.\[\&_\.active_a\]\:font-\[600\] .active a {
    font-weight: 600;
}

.\[\&_\.active_a\]\:text-primary-05 .active a {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

.\[\&_\.active_h5\]\:text-white .active h5 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\.active_svg_path\]\:fill-white .active svg path {
    fill: #fff;
}

.\[\&_\.box\]\:flex .box {
    display: flex;
}

.\[\&_\.box\]\:flex-col .box {
    flex-direction: column;
}

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

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

.\[\&_\.box\]\:bg-wood-05 .box {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 235 / var(--tw-bg-opacity, 1));
}

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

.\[\&_\.box_\.label\]\:text-b2 .box .label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.\[\&_\.box_\.value\]\:text-b1 .box .value {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.\[\&_\.box_\.value\]\:font-\[600\] .box .value {
    font-weight: 600;
}

.\[\&_\.circle-icon\]\:flex .circle-icon {
    display: flex;
}

.\[\&_\.circle-icon\]\:h-\[40px\] .circle-icon {
    height: 40px;
}

.\[\&_\.circle-icon\]\:w-\[40px\] .circle-icon {
    width: 40px;
}

.\[\&_\.circle-icon\]\:items-center .circle-icon {
    align-items: center;
}

.\[\&_\.circle-icon\]\:justify-center .circle-icon {
    justify-content: center;
}

.\[\&_\.circle-icon\]\:rounded-full .circle-icon {
    border-radius: 9999px;
}

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

@media not all and (min-width: 768px) {
    .max-md\:\[\&_\.circle-icon\]\:h-\[30px\] .circle-icon {
        height: 30px;
    }
    .max-md\:\[\&_\.circle-icon\]\:w-\[30px\] .circle-icon {
        width: 30px;
    }
}

.\[\&_\.page-numbers\.current\]\:border-primary-05 .page-numbers.current {
    --tw-border-opacity: 1;
    border-color: rgb(51 116 48 / var(--tw-border-opacity, 1));
}

.\[\&_\.page-numbers\.current\]\:bg-primary-05 .page-numbers.current {
    --tw-bg-opacity: 1;
    background-color: rgb(51 116 48 / var(--tw-bg-opacity, 1));
}

.\[\&_\.page-numbers\.current\]\:font-\[600\] .page-numbers.current {
    font-weight: 600;
}

.\[\&_\.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-wood-04 .page-numbers.next {
    --tw-border-opacity: 1;
    border-color: rgb(243 234 224 / var(--tw-border-opacity, 1));
}

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

.\[\&_\.page-numbers\.prev\]\:border-wood-04 .page-numbers.prev {
    --tw-border-opacity: 1;
    border-color: rgb(243 234 224 / var(--tw-border-opacity, 1));
}

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

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

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

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

.\[\&_\.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\]\:border-solid .page-numbers {
    border-style: solid;
}

.\[\&_\.page-numbers\]\:border-wood-04 .page-numbers {
    --tw-border-opacity: 1;
    border-color: rgb(243 234 224 / var(--tw-border-opacity, 1));
}

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

.\[\&_\.page-numbers\]\:text-neutral-01 .page-numbers {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\.page-numbers\]\:no-underline .page-numbers {
    text-decoration-line: none;
}

.\[\&_\.product-box\]\:aspect-\[1\] .product-box {
    aspect-ratio: 1;
}

.\[\&_\.product-box\]\:aspect-\[624\/400\] .product-box {
    aspect-ratio: 624/400;
}

.\[\&_\.product-box\]\:aspect-\[824\/400\] .product-box {
    aspect-ratio: 824/400;
}

@media not all and (min-width: 768px) {
    .max-md\:\[\&_\.product-box\]\:aspect-\[390\/219\] .product-box {
        aspect-ratio: 390/219;
    }
}

.\[\&_\.slick-dots\]\:bottom-\[-12px\] .slick-dots {
    bottom: -12px;
}

.\[\&_\.slick-dots\]\:bottom-\[-24px\] .slick-dots {
    bottom: -24px;
}

.\[\&_\.slick-dots\]\:bottom-\[-34px\] .slick-dots {
    bottom: -34px;
}

.\[\&_\.slick-dots\]\:flex .slick-dots {
    display: flex;
}

.\[\&_\.slick-dots\]\:translate-y-\[100\%\] .slick-dots {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\.slick-dots\]\:items-center .slick-dots {
    align-items: center;
}

.\[\&_\.slick-dots\]\:justify-center .slick-dots {
    justify-content: center;
}

.\[\&_\.slick-dots_li\.slick-active_button\:before\]\:text-primary-05 .slick-dots li.slick-active button:before {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

.\[\&_\.slick-dots_li\.slick-active_button\:before\]\:opacity-100 .slick-dots li.slick-active button:before {
    opacity: 1;
}

.\[\&_\.slick-dots_li\]\:mx-\[4px\] .slick-dots li {
    margin-left: 4px;
    margin-right: 4px;
}

.\[\&_\.slick-dots_li\]\:h-\[10px\] .slick-dots li {
    height: 10px;
}

.\[\&_\.slick-dots_li\]\:w-\[10px\] .slick-dots li {
    width: 10px;
}

.\[\&_\.slick-dots_li_button\:before\]\:h-\[10px\] .slick-dots li button:before {
    height: 10px;
}

.\[\&_\.slick-dots_li_button\:before\]\:w-\[10px\] .slick-dots li button:before {
    width: 10px;
}

.\[\&_\.slick-dots_li_button\:before\]\:text-\[10px\] .slick-dots li button:before {
    font-size: 10px;
}

.\[\&_\.slick-dots_li_button\:before\]\:leading-\[10px\] .slick-dots li button:before {
    line-height: 10px;
}

.\[\&_\.slick-dots_li_button\]\:h-\[10px\] .slick-dots li button {
    height: 10px;
}

.\[\&_\.slick-dots_li_button\]\:w-\[10px\] .slick-dots li button {
    width: 10px;
}

.\[\&_\.slick-dots_li_button\]\:px-\[0px\] .slick-dots li button {
    padding-left: 0px;
    padding-right: 0px;
}

.\[\&_\.slick-dotted\.slick-slider\]\:mb-\[34px\] .slick-dotted.slick-slider {
    margin-bottom: 34px;
}

.\[\&_\.text-b1\]\:font-\[700\] .text-b1 {
    font-weight: 700;
}

@media not all and (min-width: 768px) {
    .max-md\:\[\&_\.text-b1\]\:leading-\[24px\] .text-b1 {
        line-height: 24px;
    }
}

.\[\&_\.video-box\]\:transition-all .video-box {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.\[\&_\.video-box\]\:duration-\[500ms\] .video-box {
    transition-duration: 500ms;
}

.\[\&_a\]\:text-center a {
    text-align: center;
}

.\[\&_a\]\:text-b1 a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

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

.\[\&_a\]\:uppercase a {
    text-transform: uppercase;
}

.\[\&_a\]\:text-neutral-01 a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:no-underline a {
    text-decoration-line: none;
}

.hover\:\[\&_h4\]\:text-primary-05 h4:hover {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_h5\]\:text-primary-01 h5:hover {
    --tw-text-opacity: 1;
    color: rgb(51 116 48 / var(--tw-text-opacity, 1));
}

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

.\[\&_img\]\:w-full img {
    width: 100%;
}

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

.\[\&_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;
}

.\[\&_label\]\:text-b1 label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.\[\&_label\]\:font-\[500\] label {
    font-weight: 500;
}

.\[\&_label\]\:leading-\[24px\] label {
    line-height: 24px;
}

.\[\&_li_span\]\:\!text-inherit li span {
    color: inherit !important;
}

.\[\&_li_span\]\:\!\[font-family\:inherit\] li span {
    font-family: inherit !important;
}

.\[\&_svg\]\:h-\[35px\] svg {
    height: 35px;
}

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

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

.\[\&_svg\]\:h-\[49px\] svg {
    height: 49px;
}

.\[\&_svg\]\:h-\[70px\] svg {
    height: 70px;
}

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

.\[\&_svg\]\:w-\[35px\] svg {
    width: 35px;
}

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

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

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

@media not all and (min-width: 768px) {
    .max-md\:\[\&_svg\]\:h-\[20px\] svg {
        height: 20px;
    }
    .max-md\:\[\&_svg\]\:h-\[35px\] svg {
        height: 35px;
    }
    .max-md\:\[\&_svg\]\:h-\[38px\] svg {
        height: 38px;
    }
    .max-md\:\[\&_svg\]\:h-full svg {
        height: 100%;
    }
    .max-md\:\[\&_svg\]\:w-\[20px\] svg {
        width: 20px;
    }
    .max-md\:\[\&_svg\]\:w-\[35px\] svg {
        width: 35px;
    }
    .max-md\:\[\&_svg\]\:w-\[40px\] svg {
        width: 40px;
    }
    .max-md\:\[\&_svg\]\:w-\[50px\] svg {
        width: 50px;
    }
    .max-md\:\[\&_svg\]\:w-\[55px\] svg {
        width: 55px;
    }
}

.\[\&_svg_path\]\:fill-neutral-01 svg path {
    fill: #000;
}

.\[\&_svg_path\]\:fill-neutral-02 svg path {
    fill: #B3B3B3;
}

.\[\&_svg_path\]\:fill-wood-01 svg path {
    fill: #E7D4C2;
}

.\[\&_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\]\:m-0 ul {
    margin: 0px;
}

.\[\&_ul\]\:my-0 ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

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

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

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

.\[\&_ul\]\:justify-start ul {
    justify-content: flex-start;
}

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

.\[\&_ul\]\:p-0 ul {
    padding: 0px;
}

.\[\&_ul\]\:pl-5 ul {
    padding-left: 1.25rem;
}

@media not all and (min-width: 768px) {
    .max-md\:\[\&_ul\]\:gap-\[8px\] ul {
        gap: 8px;
    }
}

.\[\&_ul_li_a\]\:text-b2 ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.\[\&_ul_li_a\]\:text-white ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_ul_li_a\]\:no-underline ul li a {
    text-decoration-line: none;
}
