﻿:root {
    --text-primary: #2f3030;
    --text-secondary: #555759;
    --text-invert: #f4faf9;
    --text-error: #922819;
    --text-warning: #a94418;
    --text-info: #046689;
    --text-success: #1c7530;
    --text-action-primary: #132e2d;
    --text-action-secondary-default: #04615c;
    --text-action-secondary-hover: #1e514f;
    --text-action-secondary-press: #132e2d;
    --text-action-tertiary-default: #555759;
    --text-action-tertiary-hover: #3c3e3f;
    --text-action-tertiary-press: #2f3030;
    --text-action-disabled: silver;
    --border-primary: #dbf0ee;
    --border-secondary: #dcdcdc;
    --border-tertiary: #eaeaea;
    --border-action-primary-default: #47c0bb;
    --border-action-primary-hover: #27928c;
    --border-action-primary-press: #1e514f;
    --border-action-secondary-default: #04615c;
    --border-action-secondary-hover: #1e514f;
    --border-action-secondary-press: #132e2d;
    --border-action-tertiary-default: #a8a8a8;
    --border-action-tertiary-hover: #77797a;
    --border-action-tertiary-press: #555759;
    --border-action-tertiary-filled: #77797a;
    --border-action-disabled: silver;
    --border-action-focus: #132e2d;
    --border-action-invert-default: #f4faf9;
    --border-action-invert-hover: #dbf0ee;
    --border-action-invert-press: #b1e3e0;
    --border-error: #ef4129;
    --surface-primary: #fff;
    --surface-secondary: #f4faf9;
    --surface-secondary-invert: #04615c;
    --surface-tertiary: #f5f2f8;
    --surface-quaternary: #f9f9f9;
    --surface-action-primary-default: #47c0bb;
    --surface-action-primary-hover: #84d5d0;
    --surface-action-primary-press: #b1e3e0;
    --surface-action-secondary-default: #f4faf9;
    --surface-action-secondary-hover: #dbf0ee;
    --surface-action-secondary-press: #b1e3e0;
    --surface-action-tertiary-default: #f9f9f9;
    --surface-action-tertiary-hover: #eaeaea;
    --surface-action-tertiary-press: #dcdcdc;
    --surface-action-tertiary-filled: #eaeaea;
    --surface-on-action-disabled: silver;
    --surface-action-disabled: #eaeaea;
    --surface-footer-primary: #1e514f;
    --surface-footer-secondary: #1e514f33;
    --surface-header-primary: #fff;
    --surface-header-secondary: #f4faf9;
    --surface-breadcrumbs-primary: #fff;
    --surface-error: #feefe9;
    --surface-warning: #feefe9;
    --surface-info: #e6f6fc;
    --surface-success: #eaf6ec;
    --icon-primary: #04615c;
    --icon-secondary: #555759;
    --icon-tertiary: #47c0bb;
    --icon-error: #ef4129;
    --icon-warning: #f26122;
    --icon-info: #06a7e0;
    --icon-success: #28a745;
    --icon-invert: #f4faf9;
    --icon-action-secondary-default: #04615c;
    --icon-action-secondary-hover: #1e514f;
    --icon-action-secondary-press: #132e2d;
    --icon-action-invert-default: #f4faf9;
    --park-long-primary: #f26222;
    --park-long-secondary: #feeee7;
    --park-short-primary: #732878;
    --park-short-secondary: #fbe8fc;
    --park-international-primary: #801519;
    --park-international-secondary: #fbe9ea;
    --park-valet-primary: #bfbfbf;
    --park-valet-secondary: #eee;
    --primary-addon: #18413f;
    --rating-star-default: #84d5d0;
    --rating-star-hover: #1e514f;
    --aqua-800: #132e2d;
    --aqua-700: #1e514f;
    --aqua-600: #04615c;
    --aqua-500: #27928c;
    --aqua-400: #47c0bb;
    --aqua-300: #84d5d0;
    --aqua-200: #b1e3e0;
    --aqua-100: #dbf0ee;
    --aqua-50: #f4faf9;
    --indigo-600: #502c84;
    --indigo-500: #654593;
    --indigo-400: #7f65a5;
    --indigo-300: #b0a0c8;
    --indigo-100: #d3cae0;
    --indigo-50: #f5f2f8;
    --grayscale-900: #2f3030;
    --grayscale-800: #3c3e3f;
    --grayscale-700: #555759;
    --grayscale-600: #77797a;
    --grayscale-500: #8d8e90;
    --grayscale-400: #a8a8a8;
    --grayscale-300: silver;
    --grayscale-200: #dcdcdc;
    --grayscale-100: #eaeaea;
    --grayscale-50: #f9f9f9;
    --grayscale-0: #fff;
    --error-600: #922819;
    --error-500: #d43a25;
    --error-400: #ef4129;
    --error-300: #f2614d;
    --error-200: #f69183;
    --error-100: #f8b1a7;
    --error-50: #fdecea;
    --warning-500: #a94418;
    --warning-400: #f26122;
    --warning-300: #f48453;
    --warning-200: #f7a37f;
    --warning-100: #f9bea4;
    --warning-50: #feefe9;
    --info-500: #046689;
    --info-400: #06a7e0;
    --info-300: #4abfe9;
    --info-200: #7dd1ef;
    --info-100: #aae1f5;
    --info-50: #e6f6fc;
    --success-500: #1c7530;
    --success-400: #28a745;
    --success-300: #4db665;
    --success-200: #82cc93;
    --success-100: #a7dbb3;
    --success-50: #eaf6ec
}

@import"https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese";
@tailwind base;
@tailwind components;
@tailwind utilities;

.button-default,
.default,
.promo.link-button a {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474
}

    .button-default:hover,
    .default:hover,
    .promo.link-button a:hover {
        color: #747474;
        background: #f7f7f7
    }

.button-success,
.success {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: var(--surface-primary)
}

    .button-success:hover,
    .success:hover {
        color: #747474;
        background: #f7f7f7;
        color: var(--surface-primary);
        background: #92be43
    }

.button-warning,
.warning {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: var(--surface-primary)
}

    .button-warning:hover,
    .warning:hover {
        color: #747474;
        background: #f7f7f7;
        color: var(--surface-primary);
        background: #c34e30
    }

.ui-datepicker-title select {
    color: #747474
}

.row.column-splitter {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5px;
    padding-right: 2.5px;
    max-width: none
}

    .row.column-splitter > div {
        padding-left: 5px;
        padding-right: 5px
    }

.container-wrapper {
    width: 100%
}

.component {
    position: relative;
    padding: 0 8px
}

@media only screen and (max-width:1023px) {
    .component {
        padding: 0
    }
}

.container {
    padding: 0
}

    .container.fullwidth-container {
        max-width: unset
    }

    .container .component-content:after {
        content: "";
        display: table;
        clear: both
    }

@media (max-width:767px) {
    .flight-accordion {
        margin-left: -74px
    }

    html[dir=rtl] .flight-accordion {
        margin-right: -74px;
        margin-left: unset
    }
}

@media (min-width:767px) {
    .Collapsible,
    .flight-accordion {
        margin-left: 1rem
    }

    html[dir=rtl] .Collapsible,
    html[dir=rtl] .flight-accordion {
        margin-right: 1rem;
        margin-left: unset
    }
}

.image img {
    max-width: 100%;
    height: auto
}

.image a {
    display: inline-block;
    max-width: 100%
}

.image .image-caption {
    display: block;
    font-style: italic;
    font-size: 11px;
    color: #747474
}

.navigation {
    background: transparent
}

    .navigation ul {
        padding-left: 0
    }

    .navigation .level0 > .navigation-title > a,
    .navigation .level1 > .navigation-title > a {
        font-size: 18px;
        border: solid #89c6cc;
        border-width: 0 0 2px;
        padding-right: 10px;
        margin-right: 5px
    }

        .navigation .level0 > .navigation-title > a:hover,
        .navigation .level1 > .navigation-title > a:hover {
            text-decoration: none
        }

    .lt-ie9 .navigation a,
    .lt-ie9 .navigation a span,
    .navigation a,
    .navigation a:focus,
    .navigation a:hover {
        color: #747474
    }

    .navigation li.submenu {
        margin-bottom: 0
    }

    .navigation li > .navigation-title > a {
        padding: 3px 5px 3px 0;
        display: block;
        color: #747474;
        text-decoration: none
    }

    .navigation li > ul a {
        font-size: 14px
    }

    .navigation .submenu > ul {
        padding-left: 10px
    }

    .navigation.navigation-main .component-content > nav {
        position: relative
    }

        .navigation.navigation-main .component-content > nav ul:after {
            content: "";
            display: table;
            clear: both
        }

    .navigation.navigation-main .rel-level1 {
        float: left
    }

        .navigation.navigation-main .rel-level1.active > .navigation-title > a {
            border-color: #89c6cc
        }

        .navigation.navigation-main .rel-level1 > .navigation-title > a {
            border-width: 2px 0 0;
            border-color: transparent
        }

            .navigation.navigation-main .rel-level1 > .navigation-title > a:hover {
                border-color: #89c6cc
            }

        .navigation.navigation-main .rel-level1.submenu > .navigation-title a {
            position: relative;
            padding-right: 15px
        }

            .navigation.navigation-main .rel-level1.submenu > .navigation-title a:after {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 10px;
                content: "";
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
                right: 0
            }

        .navigation.navigation-main .rel-level1 > ul {
            overflow: hidden;
            display: none;
            z-index: 10;
            position: absolute;
            top: 100%;
            background: #f6f6f6;
            margin-left: 0;
            margin-top: -2px;
            border-top: 2px solid #89c6cc;
            border-left: 1px solid #d2d2d2;
            border-bottom: 1px solid #d2d2d2
        }

        .navigation.navigation-main .rel-level1:active > a + ul,
        .navigation.navigation-main .rel-level1:hover > a + ul {
            display: block !important
        }

        .navigation.navigation-main .rel-level1:active > ul,
        .navigation.navigation-main .rel-level1:hover > ul {
            display: block !important;
            min-width: 60px
        }

        .navigation.navigation-main .rel-level1.active > .navigation-title > a:link,
        .navigation.navigation-main .rel-level1.active > .navigation-title > a:visited {
            color: #878787
        }

        .navigation.navigation-main .rel-level1.active > span {
            display: block;
            padding: 10px 20px;
            color: var(--surface-primary)
        }

        .navigation.navigation-main .rel-level1.submenu.active {
            border-color: #176f89
        }

    .navigation.navigation-main .rel-level2:focus,
    .navigation.navigation-main .rel-level2:hover {
        transition: background .2s ease-in;
        background: #f6f6f6
    }

    .navigation.navigation-main .rel-level2 div > a {
        display: block;
        font-weight: 400;
        font-size: 14px;
        text-align: center
    }

        .navigation.navigation-main .rel-level2 div > a:focus,
        .navigation.navigation-main .rel-level2 div > a:hover {
            color: #222
        }

    .navigation.navigation-main .rel-level2.submenu {
        box-sizing: border-box
    }

        .navigation.navigation-main .rel-level2.submenu.navigation-image {
            text-align: center
        }

            .navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext,
            .navigation.navigation-main .rel-level2.submenu.navigation-image > a {
                text-align: left
            }

    .navigation.navigation-main.navigation-main-horizontal .submenu > ul {
        padding-left: 0
    }

    .navigation.navigation-main.navigation-main-horizontal .rel-level1:active > a + ul,
    .navigation.navigation-main.navigation-main-horizontal .rel-level1:active > ul,
    .navigation.navigation-main.navigation-main-horizontal .rel-level1:hover > a + ul,
    .navigation.navigation-main.navigation-main-horizontal .rel-level1:hover > ul {
        display: inline-flex !important;
        flex-wrap: wrap
    }

    .navigation.navigation-main.navigation-main-horizontal .rel-level1 > ul {
        width: 100%;
        clear: both;
        left: 0
    }

    .navigation.navigation-main.navigation-main-horizontal .rel-level2 {
        float: left;
        padding: 10px;
        border-right: 1px solid #d2d2d2;
        flex-grow: 1;
        flex-basis: 23%
    }

    .navigation.navigation-main.navigation-main-vertical .rel-level1 > ul {
        padding-left: 0;
        width: auto;
        left: auto;
        border-right: 1px solid #d2d2d2
    }

        .navigation.navigation-main.navigation-main-vertical .rel-level1 > ul > li {
            padding: 5px 10px
        }

    .navigation.navigation-main.navigation-main-vertical .submenu ul li a:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        font-size: 10px;
        top: 18px;
        transform: translateY(-50%);
        padding-left: 7px
    }

    .navigation.navigation-mobile nav > ul {
        border: 1px solid #d2d2d2
    }

    .navigation.navigation-mobile .rel-level1 {
        cursor: pointer;
        margin: 0;
        background: #fff
    }

        .navigation.navigation-mobile .rel-level1 > .navigation-title {
            border-bottom: 1px solid #89c6cc;
            margin: 0
        }

            .navigation.navigation-mobile .rel-level1 > .navigation-title:last-child {
                border-bottom: none
            }

        .navigation.navigation-mobile .rel-level1 .navigation-title {
            padding: 10px
        }

            .navigation.navigation-mobile .rel-level1 .navigation-title > a {
                text-decoration: none;
                color: #747474;
                display: inline
            }

    .navigation.navigation-mobile .rel-level2 {
        display: list-item
    }

        .navigation.navigation-mobile .rel-level2 .navigation-title > a {
            font-weight: 500
        }

    .navigation.navigation-mobile .submenu > ul {
        padding-left: 25px;
        background: #f6f6f6
    }

        .navigation.navigation-mobile .submenu > ul li {
            position: relative
        }

            .navigation.navigation-mobile .submenu > ul li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                display: block;
                position: absolute;
                left: 0;
                font-size: 10px;
                top: 20px;
                transform: translateY(-50%)
            }

    .navigation.navigation-mobile .submenu > ul {
        display: none
    }

    .navigation.navigation-mobile .submenu.active > .navigation-title:before {
        transform: rotate(180deg);
        transition: .6s;
        transform-style: preserve-3d
    }

    .navigation.navigation-mobile .submenu.active > ul {
        display: block
    }

    .navigation.navigation-mobile .submenu > .navigation-title {
        position: relative
    }

        .navigation.navigation-mobile .submenu > .navigation-title:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: block;
            position: absolute;
            right: 10px;
            font-size: 10px;
            top: 20px;
            transform: translateY(-50%);
            transform: rotate(0);
            transition: .6s;
            transform-style: preserve-3d
        }

    .navigation.navigation-sidebar a {
        text-decoration: none
    }

    .navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title {
        margin-bottom: 0
    }

        .navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title > a {
            padding: 5px 10px;
            display: block;
            position: relative;
            z-index: 1;
            margin-right: 0
        }

    .navigation.navigation-sidebar nav > ul .rel-level1 > ul {
        margin-left: 10px;
        margin-top: 5px
    }

    .navigation.navigation-sidebar nav > ul .rel-level2 {
        display: block
    }

    .navigation.sitemap-navigation .level2 a {
        position: relative;
        padding-left: 10px
    }

        .navigation.sitemap-navigation .level2 a:before {
            font-size: 14px;
            font-size: 1.4rem;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translateY(-50%) scaleY(-1);
            position: absolute;
            content: "";
            top: 50%;
            left: -8px
        }

    .navigation.navigation-fat {
        background: #fff;
        border: 1px solid #d2d2d2
    }

        .navigation.navigation-fat a {
            text-decoration: none
        }

        .navigation.navigation-fat nav > ul {
            list-style: none;
            padding: 10px 0;
            overflow: hidden
        }

        .navigation.navigation-fat .rel-level1 {
            margin: 10px;
            padding: 0;
            display: inline-block;
            vertical-align: top
        }

            .navigation.navigation-fat .rel-level1.submenu ul a {
                position: relative
            }

                .navigation.navigation-fat .rel-level1.submenu ul a:before {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    transform: translateY(-50%);
                    position: absolute;
                    content: "";
                    top: 50%;
                    left: -9px;
                    font-size: 10px
                }

            .navigation.navigation-fat .rel-level1 > .navigation-title > a {
                border-top: 2px solid #89c6cc;
                border-bottom: 0;
                background: #f6f6f6;
                padding: 5px 10px;
                display: block;
                width: auto
            }

                .navigation.navigation-fat .rel-level1 > .navigation-title > a:hover {
                    border-color: #1b809e
                }

            .navigation.navigation-fat .rel-level1 > ul {
                padding: 0
            }

        .navigation.navigation-fat .rel-level2 {
            padding-left: 10px;
            display: block
        }

.promo {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    box-sizing: border-box
}

    .promo > .component-content {
        position: relative;
        border: 1px solid #d2d2d2
    }

        .promo > .component-content:after {
            content: "";
            display: table;
            clear: both
        }

        .promo > .component-content > div {
            padding: 5px
        }

    .promo .zg-height-fix .field-promoicon {
        margin-top: 100px
    }

    .promo .field-promoicon {
        overflow: hidden;
        width: 100%
    }

        .promo .field-promoicon img {
            width: 100%;
            height: auto
        }

    .promo .field-promolink {
        margin-top: 5px;
        padding-bottom: 10px
    }

    .promo.image-full-size img {
        margin-bottom: 10px
    }

    .promo h1,
    .promo h2,
    .promo h3,
    .promo h4,
    .promo h5,
    .promo h6 {
        color: #222
    }

    .promo h1,
    .promo h2 {
        margin: 10px 0
    }

    .promo h3,
    .promo h4,
    .promo p {
        margin: 5px 0
    }

    .promo h5,
    .promo h6 {
        margin: 5px 0 0
    }

    .promo strong {
        font-weight: 700
    }

    .promo ol,
    .promo ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .promo li {
        font-size: 13px;
        margin-left: 15px
    }

    .promo ul li {
        list-style: disc;
        list-style-position: inside
    }

    .promo ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .promo a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .promo a:hover {
            color: #878787
        }

    .promo table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .promo table,
        .promo table td,
        .promo table th,
        .promo table tr {
            border: 2px solid #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .promo table td,
            .promo table th,
            .promo table tr {
                padding: 5px
            }

            .promo table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .promo table tr {
                border: none
            }

            .promo table td,
            .promo table th {
                border-width: 2px 0 0 2px
            }

            .promo table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .promo table td:first-child,
                .promo table th:first-child {
                    border-left: 0
                }

.content,
.rich-text {
    border: transparent;
    line-height: 1.5;
    font-size: 12px;
    overflow: hidden
}

    .content *,
    .rich-text * {
        max-width: 100%
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .rich-text h1,
    .rich-text h2,
    .rich-text h3,
    .rich-text h4,
    .rich-text h5,
    .rich-text h6 {
        color: #222
    }

    .content h1,
    .content h2,
    .rich-text h1,
    .rich-text h2 {
        margin: 10px 0
    }

    .content h3,
    .content h4,
    .content p,
    .rich-text h3,
    .rich-text h4,
    .rich-text p {
        margin: 5px 0
    }

    .content h5,
    .content h6,
    .rich-text h5,
    .rich-text h6 {
        margin: 5px 0 0
    }

    .content strong,
    .rich-text strong {
        font-weight: 700
    }

    .content ol,
    .content ul,
    .rich-text ol,
    .rich-text ul {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 10px
    }

    .content li,
    .rich-text li {
        font-size: 13px;
        margin-left: 15px
    }

    .content ul li,
    .rich-text ul li {
        list-style: disc;
        list-style-position: inside
    }

    .content ol li,
    .rich-text ol li {
        list-style: decimal;
        list-style-position: inside
    }

    .content a,
    .rich-text a {
        color: #de232f;
        text-decoration: underline;
        font-size: 1em
    }

        .content a:hover,
        .rich-text a:hover {
            color: #878787
        }

    .content table,
    .rich-text table {
        height: auto !important;
        border: 2px solid #d2d2d2
    }

        .content table,
        .content table td,
        .content table th,
        .content table tr,
        .rich-text table,
        .rich-text table td,
        .rich-text table th,
        .rich-text table tr {
            border: 2px solid #d2d2d2;
            background: #fff;
            border-collapse: collapse;
            vertical-align: middle
        }

            .content table td,
            .content table th,
            .content table tr,
            .rich-text table td,
            .rich-text table th,
            .rich-text table tr {
                padding: 5px
            }

            .content table caption,
            .rich-text table caption {
                background-color: #f7f7f7;
                overflow: hidden;
                padding: 10px;
                font-size: 20px;
                font-weight: 700;
                margin-left: 0
            }

            .content table tr,
            .rich-text table tr {
                border: none
            }

            .content table td,
            .content table th,
            .rich-text table td,
            .rich-text table th {
                border-width: 2px 0 0 2px
            }

            .content table th,
            .rich-text table th {
                background-color: #fff;
                font-size: 13px;
                font-weight: 700;
                padding: 7px
            }

                .content table td:first-child,
                .content table th:first-child,
                .rich-text table td:first-child,
                .rich-text table th:first-child {
                    border-left: 0
                }

    .content .avi,
    .content .bmp,
    .content .doc,
    .content .docx,
    .content .field-filetypeicon > a > span,
    .content .gif,
    .content .jpeg,
    .content .jpg,
    .content .mov,
    .content .mp3,
    .content .mp4,
    .content .pdf,
    .content .png,
    .content .ppt,
    .content .pptx,
    .content .psd,
    .content .txt,
    .content .wma,
    .content .wmv,
    .content .xls,
    .content .xlsx,
    .content .zip,
    .rich-text .avi,
    .rich-text .bmp,
    .rich-text .doc,
    .rich-text .docx,
    .rich-text .field-filetypeicon > a > span,
    .rich-text .gif,
    .rich-text .jpeg,
    .rich-text .jpg,
    .rich-text .mov,
    .rich-text .mp3,
    .rich-text .mp4,
    .rich-text .pdf,
    .rich-text .png,
    .rich-text .ppt,
    .rich-text .pptx,
    .rich-text .psd,
    .rich-text .txt,
    .rich-text .wma,
    .rich-text .wmv,
    .rich-text .xls,
    .rich-text .xlsx,
    .rich-text .zip {
        display: inline-block;
        box-sizing: border-box;
        font-weight: 400;
        width: 15px;
        height: 21px;
        margin: 0;
        padding: 0;
        position: relative
    }

        .content .avi:before,
        .content .bmp:before,
        .content .doc:before,
        .content .docx:before,
        .content .field-filetypeicon > a > span:before,
        .content .gif:before,
        .content .jpeg:before,
        .content .jpg:before,
        .content .mov:before,
        .content .mp3:before,
        .content .mp4:before,
        .content .pdf:before,
        .content .png:before,
        .content .ppt:before,
        .content .pptx:before,
        .content .psd:before,
        .content .txt:before,
        .content .wma:before,
        .content .wmv:before,
        .content .xls:before,
        .content .xlsx:before,
        .content .zip:before,
        .rich-text .avi:before,
        .rich-text .bmp:before,
        .rich-text .doc:before,
        .rich-text .docx:before,
        .rich-text .field-filetypeicon > a > span:before,
        .rich-text .gif:before,
        .rich-text .jpeg:before,
        .rich-text .jpg:before,
        .rich-text .mov:before,
        .rich-text .mp3:before,
        .rich-text .mp4:before,
        .rich-text .pdf:before,
        .rich-text .png:before,
        .rich-text .ppt:before,
        .rich-text .pptx:before,
        .rich-text .psd:before,
        .rich-text .txt:before,
        .rich-text .wma:before,
        .rich-text .wmv:before,
        .rich-text .xls:before,
        .rich-text .xlsx:before,
        .rich-text .zip:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 16px !important;
            position: absolute;
            display: block;
            top: 50%;
            margin: 0;
            padding: 0;
            transform: translateY(-50%)
        }

    .content .field-filetypeicon span:before,
    .rich-text .field-filetypeicon span:before {
        content: ""
    }

    .content .field-filetypeicon .pdf:before,
    .rich-text .field-filetypeicon .pdf:before {
        content: ""
    }

    .content .field-filetypeicon .xls:before,
    .content .field-filetypeicon .xlsx:before,
    .rich-text .field-filetypeicon .xls:before,
    .rich-text .field-filetypeicon .xlsx:before {
        content: ""
    }

    .content .field-filetypeicon .ppt:before,
    .content .field-filetypeicon .pptx:before,
    .rich-text .field-filetypeicon .ppt:before,
    .rich-text .field-filetypeicon .pptx:before {
        content: ""
    }

    .content .field-filetypeicon .doc:before,
    .content .field-filetypeicon .docx:before,
    .rich-text .field-filetypeicon .doc:before,
    .rich-text .field-filetypeicon .docx:before {
        content: ""
    }

    .content .field-filetypeicon .bmp:before,
    .content .field-filetypeicon .gif:before,
    .content .field-filetypeicon .jpeg:before,
    .content .field-filetypeicon .jpg:before,
    .content .field-filetypeicon .png:before,
    .content .field-filetypeicon .psd:before,
    .content .field-filetypeicon .tif:before,
    .rich-text .field-filetypeicon .bmp:before,
    .rich-text .field-filetypeicon .gif:before,
    .rich-text .field-filetypeicon .jpeg:before,
    .rich-text .field-filetypeicon .jpg:before,
    .rich-text .field-filetypeicon .png:before,
    .rich-text .field-filetypeicon .psd:before,
    .rich-text .field-filetypeicon .tif:before {
        content: ""
    }

    .content .field-filetypeicon .avi:before,
    .content .field-filetypeicon .divx:before,
    .content .field-filetypeicon .flv:before,
    .content .field-filetypeicon .gifv:before,
    .content .field-filetypeicon .h264:before,
    .content .field-filetypeicon .m4v:before,
    .content .field-filetypeicon .mk3d:before,
    .content .field-filetypeicon .mkv:before,
    .content .field-filetypeicon .mov:before,
    .content .field-filetypeicon .movie:before,
    .content .field-filetypeicon .mp4:before,
    .content .field-filetypeicon .mpg:before,
    .content .field-filetypeicon .oggv:before,
    .content .field-filetypeicon .rv:before,
    .content .field-filetypeicon .swf:before,
    .content .field-filetypeicon .vid:before,
    .content .field-filetypeicon .vp6:before,
    .content .field-filetypeicon .webm:before,
    .content .field-filetypeicon .wmv:before,
    .rich-text .field-filetypeicon .avi:before,
    .rich-text .field-filetypeicon .divx:before,
    .rich-text .field-filetypeicon .flv:before,
    .rich-text .field-filetypeicon .gifv:before,
    .rich-text .field-filetypeicon .h264:before,
    .rich-text .field-filetypeicon .m4v:before,
    .rich-text .field-filetypeicon .mk3d:before,
    .rich-text .field-filetypeicon .mkv:before,
    .rich-text .field-filetypeicon .mov:before,
    .rich-text .field-filetypeicon .movie:before,
    .rich-text .field-filetypeicon .mp4:before,
    .rich-text .field-filetypeicon .mpg:before,
    .rich-text .field-filetypeicon .oggv:before,
    .rich-text .field-filetypeicon .rv:before,
    .rich-text .field-filetypeicon .swf:before,
    .rich-text .field-filetypeicon .vid:before,
    .rich-text .field-filetypeicon .vp6:before,
    .rich-text .field-filetypeicon .webm:before,
    .rich-text .field-filetypeicon .wmv:before {
        content: ""
    }

    .content .field-filetypeicon .aa:before,
    .content .field-filetypeicon .aac:before,
    .content .field-filetypeicon .aax:before,
    .content .field-filetypeicon .ac3:before,
    .content .field-filetypeicon .aif:before,
    .content .field-filetypeicon .aiff:before,
    .content .field-filetypeicon .amz:before,
    .content .field-filetypeicon .asx:before,
    .content .field-filetypeicon .au:before,
    .content .field-filetypeicon .avr:before,
    .content .field-filetypeicon .fla:before,
    .content .field-filetypeicon .flac:before,
    .content .field-filetypeicon .m3u:before,
    .content .field-filetypeicon .m4a:before,
    .content .field-filetypeicon .mid:before,
    .content .field-filetypeicon .midi:before,
    .content .field-filetypeicon .mka:before,
    .content .field-filetypeicon .mp3:before,
    .content .field-filetypeicon .mp4a:before,
    .content .field-filetypeicon .ogg:before,
    .content .field-filetypeicon .pcm:before,
    .content .field-filetypeicon .ra:before,
    .content .field-filetypeicon .rma:before,
    .content .field-filetypeicon .wav:before,
    .content .field-filetypeicon .wma:before,
    .content .field-filetypeicon .xwma:before,
    .rich-text .field-filetypeicon .aa:before,
    .rich-text .field-filetypeicon .aac:before,
    .rich-text .field-filetypeicon .aax:before,
    .rich-text .field-filetypeicon .ac3:before,
    .rich-text .field-filetypeicon .aif:before,
    .rich-text .field-filetypeicon .aiff:before,
    .rich-text .field-filetypeicon .amz:before,
    .rich-text .field-filetypeicon .asx:before,
    .rich-text .field-filetypeicon .au:before,
    .rich-text .field-filetypeicon .avr:before,
    .rich-text .field-filetypeicon .fla:before,
    .rich-text .field-filetypeicon .flac:before,
    .rich-text .field-filetypeicon .m3u:before,
    .rich-text .field-filetypeicon .m4a:before,
    .rich-text .field-filetypeicon .mid:before,
    .rich-text .field-filetypeicon .midi:before,
    .rich-text .field-filetypeicon .mka:before,
    .rich-text .field-filetypeicon .mp3:before,
    .rich-text .field-filetypeicon .mp4a:before,
    .rich-text .field-filetypeicon .ogg:before,
    .rich-text .field-filetypeicon .pcm:before,
    .rich-text .field-filetypeicon .ra:before,
    .rich-text .field-filetypeicon .rma:before,
    .rich-text .field-filetypeicon .wav:before,
    .rich-text .field-filetypeicon .wma:before,
    .rich-text .field-filetypeicon .xwma:before {
        content: ""
    }

    .content .field-filetypeicon .txt:before,
    .rich-text .field-filetypeicon .txt:before {
        content: ""
    }

    .content .field-filetypeicon .dmg:before,
    .content .field-filetypeicon .gz:before,
    .content .field-filetypeicon .iso:before,
    .content .field-filetypeicon .rar:before,
    .content .field-filetypeicon .tar:before,
    .content .field-filetypeicon .zip:before,
    .content .field-filetypeicon .zipx:before,
    .rich-text .field-filetypeicon .dmg:before,
    .rich-text .field-filetypeicon .gz:before,
    .rich-text .field-filetypeicon .iso:before,
    .rich-text .field-filetypeicon .rar:before,
    .rich-text .field-filetypeicon .tar:before,
    .rich-text .field-filetypeicon .zip:before,
    .rich-text .field-filetypeicon .zipx:before {
        content: ""
    }

    .content .field-filetypeicon .config:before,
    .content .field-filetypeicon .cpp:before,
    .content .field-filetypeicon .css:before,
    .content .field-filetypeicon .git:before,
    .content .field-filetypeicon .h:before,
    .content .field-filetypeicon .ini:before,
    .content .field-filetypeicon .js:before,
    .content .field-filetypeicon .py:before,
    .rich-text .field-filetypeicon .config:before,
    .rich-text .field-filetypeicon .cpp:before,
    .rich-text .field-filetypeicon .css:before,
    .rich-text .field-filetypeicon .git:before,
    .rich-text .field-filetypeicon .h:before,
    .rich-text .field-filetypeicon .ini:before,
    .rich-text .field-filetypeicon .js:before,
    .rich-text .field-filetypeicon .py:before {
        content: ""
    }

    .content .field-filetypeicon .apk:before,
    .content .field-filetypeicon .app:before,
    .content .field-filetypeicon .bat:before,
    .content .field-filetypeicon .deb:before,
    .content .field-filetypeicon .dll:before,
    .content .field-filetypeicon .exe:before,
    .content .field-filetypeicon .jar:before,
    .content .field-filetypeicon .msi:before,
    .content .field-filetypeicon .pl:before,
    .content .field-filetypeicon .prg:before,
    .content .field-filetypeicon .scr:before,
    .content .field-filetypeicon .sh:before,
    .content .field-filetypeicon .vb:before,
    .rich-text .field-filetypeicon .apk:before,
    .rich-text .field-filetypeicon .app:before,
    .rich-text .field-filetypeicon .bat:before,
    .rich-text .field-filetypeicon .deb:before,
    .rich-text .field-filetypeicon .dll:before,
    .rich-text .field-filetypeicon .exe:before,
    .rich-text .field-filetypeicon .jar:before,
    .rich-text .field-filetypeicon .msi:before,
    .rich-text .field-filetypeicon .pl:before,
    .rich-text .field-filetypeicon .prg:before,
    .rich-text .field-filetypeicon .scr:before,
    .rich-text .field-filetypeicon .sh:before,
    .rich-text .field-filetypeicon .vb:before {
        content: ""
    }

    .content .field-filetypeicon .asp:before,
    .content .field-filetypeicon .aspx:before,
    .content .field-filetypeicon .cfm:before,
    .content .field-filetypeicon .com:before,
    .content .field-filetypeicon .edu:before,
    .content .field-filetypeicon .gov:before,
    .content .field-filetypeicon .htm:before,
    .content .field-filetypeicon .html:before,
    .content .field-filetypeicon .jhtml:before,
    .content .field-filetypeicon .mil:before,
    .content .field-filetypeicon .net:before,
    .content .field-filetypeicon .org:before,
    .content .field-filetypeicon .php3:before,
    .content .field-filetypeicon .php4:before,
    .content .field-filetypeicon .php5:before,
    .content .field-filetypeicon .php:before,
    .content .field-filetypeicon .phtmle:before,
    .content .field-filetypeicon .xhtml:before,
    .rich-text .field-filetypeicon .asp:before,
    .rich-text .field-filetypeicon .aspx:before,
    .rich-text .field-filetypeicon .cfm:before,
    .rich-text .field-filetypeicon .com:before,
    .rich-text .field-filetypeicon .edu:before,
    .rich-text .field-filetypeicon .gov:before,
    .rich-text .field-filetypeicon .htm:before,
    .rich-text .field-filetypeicon .html:before,
    .rich-text .field-filetypeicon .jhtml:before,
    .rich-text .field-filetypeicon .mil:before,
    .rich-text .field-filetypeicon .net:before,
    .rich-text .field-filetypeicon .org:before,
    .rich-text .field-filetypeicon .php3:before,
    .rich-text .field-filetypeicon .php4:before,
    .rich-text .field-filetypeicon .php5:before,
    .rich-text .field-filetypeicon .php:before,
    .rich-text .field-filetypeicon .phtmle:before,
    .rich-text .field-filetypeicon .xhtml:before {
        content: ""
    }

.c-global-header {
    z-index: 9999;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media not all and (min-width:1024px) {
    .c-global-header {
        position: fixed;
        top: 0;
        left: 0;
        background-color: var(--surface-primary);
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem
    }
}

.c-global-header:where([dir=rtl], [dir=rtl] *) {
    flex-direction: row-reverse
}

@media not all and (min-width:1024px) {
    .c-global-header:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0;
        padding-right: 1rem
    }
}

.c-global-header__main-navigation {
    display: flex;
    flex-direction: row;
    gap: 2rem
}

@media not all and (min-width:1024px) {
    .c-global-header__main-navigation {
        gap: 0
    }
}

.c-global-header__main-navigation:where([dir=rtl], [dir=rtl] *) {
    flex-direction: row-reverse
}

@media not all and (min-width:1024px) {
    .c-global-header__main-navigation div .c-nav__btn {
        border-bottom-width: 2px;
        border-color: var(--border-secondary)
    }

        .c-global-header__main-navigation div .c-nav__btn:last-of-type {
            border-style: none
        }
}

@media (min-width:1024px) {
    .c-global-header__mobile-button {
        display: none
    }
}

.c-global-header__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--surface-primary);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform .1s ease-in-out
}

@media (min-width:1024px) {
    .c-global-header__mobile {
        display: none
    }
}

.c-global-header__mobile--open {
    transform: translateX(0)
}

.c-global-header__mobile--close {
    transform: translateX(100%)
}

.c-global-header__mobile--header {
    position: relative;
    width: 100%;
    border-bottom-width: 2px;
    border-color: var(--border-secondary);
    background-color: var(--surface-primary);
    padding: 1.25rem
}

    .c-global-header__mobile--header h1 {
        text-align: center;
        font-weight: 700
    }

    .c-global-header__mobile--header button {
        position: absolute;
        right: 1rem;
        top: 1rem
    }

.c-global-header__mobile--open {
    display: flex;
    z-index: 1000000001
}

.c-nav-mobile__header {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border-bottom: 1px solid #e2e2e2
}

.c-nav-mobile__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500
}

.c-nav-mobile__links {
    padding: .5rem 1rem
}

@media (max-width:1024px) {
    .c-global-header {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }

        .c-global-header,
        .c-global-header.hidden {
            transition: opacity .3s ease, transform .3s ease
        }

            .c-global-header.hidden {
                opacity: 0;
                transform: translateY(-100%)
            }
}

@media (min-width:1025px) {
    .c-nav {
        position: relative;
        display: flex;
        padding: 1.75rem .5rem;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

    .c-nav__mobile-menu {
        display: none
    }

    @media (max-width:1024px) {
        .c-global-header.c-nav__mobile-menu {
            opacity: 0;
            transform: translateY(-100%);
            transition: opacity .3s ease, transform .3s ease
        }
    }

    ;
    transition:.3s cubic-bezier(.25, .8, .5, 1)
}

.c-nav__item {
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--text-secondary)
}

.c-nav__item--title {
    font-size: 1rem
}

}

@media (max-width:1024px) {
    .c-nav {
        position: relative;
        display: flex;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: var(--text-primary);
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

    .c-nav__mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--surface-secondary);
        transition: transform .1s ease-in-out;
        transform: translateX(100%);
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        box-shadow: 0 2px 4px 0 rgba(60, 60, 59, .059)
    }

    @media (min-width:1024px) {
        .c-nav__mobile-menu {
            display: none
        }
    }

    .c-nav__mobile-menu--open {
        transform: translateX(0)
    }

    .c-nav__mobile-menu--close {
        transform: translateX(100%)
    }

    .c-nav--active,
    .c-nav__item {
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

    .c-nav__item {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        color: var(--text-secondary)
    }

    .c-nav__item--title {
        width: 100%;
        font-size: 1rem;
        color: var(--text-primary)
    }

    .c-nav__item div {
        transition: .3s cubic-bezier(.25, .8, .5, 1);
        width: 100%;
        text-align: start
    }

    [dir=rtl] .c-nav__item div {
        text-align: right
    }

    [dir=ltr] .c-nav__item div {
        text-align: left
    }

    .tabs-container {
        position: relative
    }

        .tabs-container:after,
        .tabs-container:before {
            content: "";
            position: absolute;
            top: 0;
            width: 50px;
            height: 100%;
            z-index: 10;
            pointer-events: none
        }

        .tabs-container:before {
            left: 1.125rem;
            background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
        }

        .tabs-container:after {
            right: 1.125rem;
            background: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
        }
}

.c-nav-item {
    box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
    position: absolute;
    top: 5rem;
    left: 0;
    width: -moz-max-content;
    width: max-content;
    background-color: var(--surface-primary)
}

@media not all and (min-width:1280px) {
    .c-nav-item {
        min-width: 8rem
    }
}

@media not all and (min-width:1024px) {
    .c-nav-item {
        position: relative;
        top: 0;
        width: 100%;
        background-color: var(--surface-primary);
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

.c-nav-item {
    z-index: 1000 !important
}

.c-nav-item__content {
    cursor: pointer;
    padding: 1rem;
    color: var(--text-secondary)
}

@media not all and (min-width:1024px) {
    .c-nav-item__content {
        border-bottom-width: 2px;
        border-color: var(--border-secondary)
    }
}

.c-nav-item__content--link {
    font-size: 1rem
}

    .c-nav-item__content--link:hover {
        color: var(--text-secondary)
    }

.c-nav-item__content:hover {
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    background-color: var(--surface-secondary)
}

@media not all and (min-width:1024px) {
    .c-nav-item__content:hover {
        background-color: var(--surface-primary);
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

.c-weather__content {
    z-index: 10000 !important
}

@media (min-width:1025px) {
    .c-weather {
        position: relative;
        display: flex;
        cursor: pointer;
        border-right-width: 2px;
        background-color: var(--surface-header-secondary);
        padding-left: .75rem;
        padding-right: .75rem;
        text-align: center;
        font-family: var(--font-frutiger);
        color: var(--text-action-secondary-default)
    }

        .c-weather:where([dir=rtl], [dir=rtl] *) {
            border-right-width: 0;
            border-left-width: 2px
        }

        .c-weather--show,
        .c-weather:hover {
            background-color: var(--surface-primary);
            box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
            transition: .3s cubic-bezier(.25, .8, .5, 1)
        }

    .c-weather__content {
        position: absolute;
        right: 0;
        top: 2rem;
        z-index: 10;
        display: flex;
        height: 260px;
        width: 544px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        background-color: var(--surface-primary);
        padding: 1.25rem;
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

        .c-weather__content:where([dir=rtl], [dir=rtl] *) {
            left: 0
        }

    .c-language-content {
        box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161)
    }
}

@media (max-width:1024px) {
    .c-weather {
        position: relative;
        display: flex;
        border-bottom-width: 2px;
        border-color: var(--border-secondary);
        padding: 1rem
    }

    @media (min-width:1024px) {
        .c-weather {
            display: none
        }
    }

    .c-weather {
        transform: translateX(0)
    }

    .c-weather,
    .c-weather--show {
        transition: transform .3s ease-in-out
    }

    .c-weather--show {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--surface-primary);
        z-index: 99;
        padding: unset
    }

    .c-weather div {
        width: 100%
    }

        .c-weather div p {
            font-size: 1rem;
            color: var(--text-primary)
        }

    .c-weather__content {
        position: absolute;
        right: 0;
        top: 2rem;
        z-index: 10;
        display: flex;
        height: 260px;
        width: 544px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        background-color: var(--surface-primary);
        padding: 1.25rem;
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .c-weather__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--surface-secondary);
        transform: translateX(100%);
        transition: transform .1s ease-in-out;
        z-index: 100;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }

    .c-weather__menu--open {
        transform: translateX(0)
    }

    .c-weather__menu--close {
        transform: translateX(100%)
    }
}

@media (min-width:1025px) {
    .c-language {
        cursor: pointer;
        border-right-width: 2px;
        background-color: var(--surface-header-secondary)
    }

        .c-language:where([dir=rtl], [dir=rtl] *) {
            border-right-width: 0;
            border-left-width: 2px
        }

        .c-language:hover {
            background-color: var(--surface-primary);
            box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
            transition: .3s cubic-bezier(.25, .8, .5, 1)
        }

    .c-language__content {
        position: relative;
        background-color: var(--surface-secondary)
    }

    .c-language__content,
    .c-language__content--select {
        height: 100%;
        cursor: pointer;
        outline: unset;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .c-language__content--select {
        appearance: none;
        padding-left: .75rem;
        padding-right: .75rem
    }

        .c-language__content--select,
        .c-language__content--select option {
            border-radius: 0;
            background-color: var(--surface-primary)
        }

            .c-language__content--select--show,
            .c-language__content--select:hover {
                background-color: var(--surface-primary);
                box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
                transition: .3s cubic-bezier(.25, .8, .5, 1)
            }
}

@media (max-width:1024px) {
    .c-language {
        border-top-width: 2px;
        border-color: var(--border-secondary);
        /*padding-left: 1rem;*/
        padding-right: 1rem
    }

    @media (min-width:1024px) {
        .c-language {
            display: none
        }
    }

    .c-language__options {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem
    }

    .c-language__button {
        width: 100%;
        border-bottom-width: 2px;
        border-color: var(--border-secondary);
        padding: 1rem;
        text-align: start
    }

    [dir=rtl] .c-language__button {
        text-align: right
    }

    [dir=ltr] .c-language__button {
        text-align: left
    }

    .c-language__content {
        box-shadow: 0 2px 4px 0 rgba(60, 60, 59, .059);
        height: 100dvh;
        width: 100%;
        background-color: var(--surface-primary);
        padding: 1rem
    }

    .c-language__content,
    .c-language__content--select {
        outline: unset;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .c-language__content--select {
        height: 100%;
        appearance: none;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .c-language__drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: transform .1s ease-in-out;
        z-index: 100;
        transform: translateX(100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background: var(--surface-secondary)
    }

    .c-language__drawer--open {
        transform: translateX(0)
    }

    .c-language__drawer--close {
        transform: translateX(100%)
    }

    .c-language__drawer-header {
        position: relative;
        border-bottom-width: 2px;
        border-color: var(--border-secondary);
        background-color: var(--surface-primary);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 2px solid var(--border-secondary)
    }

    .c-language__close-btn {
        background: none;
        border: none;
        cursor: pointer
    }
}

@media (min-width:1025px) {
    .c-login {
        cursor: pointer;
        border-left-width: 2px;
        background-color: var(--surface-header-secondary)
    }

        .c-login:where([dir=rtl], [dir=rtl] *) {
            border-right-width: 0;
            border-left-width: 2px
        }

        .c-login:hover {
            background-color: var(--surface-primary);
            box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
            transition: .3s cubic-bezier(.25, .8, .5, 1)
        }

    .c-login__content {
        position: relative;
        background-color: var(--surface-secondary)
    }

    .c-login__content,
    .c-login__content--select {
        height: 100%;
        cursor: pointer;
        outline: unset;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .c-login__content--select {
        appearance: none;
        padding-left: .75rem;
        padding-right: .75rem
    }

        .c-login__content--select,
        .c-login__content--select option {
            border-radius: 0;
            background-color: var(--surface-primary)
        }

            .c-login__content--select--show,
            .c-login__content--select:hover {
                background-color: var(--surface-primary);
                box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
                transition: .3s cubic-bezier(.25, .8, .5, 1)
            }

    .c-login .c-login-content {
        box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161)
    }
}

@media (max-width:1024px) {
    .c-login {
        border-top-width: 2px;
        border-color: var(--border-secondary);
        padding-left: 1rem;
        padding-right: 1rem
    }

    @media (min-width:1024px) {
        .c-login {
            display: none
        }
    }

    .c-login__options {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem
    }

    .c-login__button {
        width: 100%;
        border-bottom-width: 2px;
        border-color: var(--border-secondary);
        padding: 1rem;
        text-align: start
    }

    [dir=rtl] .c-login__button {
        text-align: right
    }

    [dir=ltr] .c-login__button {
        text-align: left
    }

    .c-login__content {
        box-shadow: 0 2px 4px 0 rgba(60, 60, 59, .059);
        height: 100dvh;
        width: 100%;
        background-color: var(--surface-primary);
        padding: 1rem
    }

    .c-login__content,
    .c-login__content--select {
        outline: unset;
        -webkit-appearance: none;
        -moz-appearance: none
    }

    .c-login__content--select {
        height: 100%;
        appearance: none;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .c-login__drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: transform .1s ease-in-out;
        z-index: 100;
        transform: translateX(100%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        background: var(--surface-secondary)
    }

    .c-login__drawer--open {
        transform: translateX(0)
    }

    .c-login__drawer--close {
        transform: translateX(100%)
    }

    .c-login__drawer-header {
        position: relative;
        border-bottom-width: 2px;
        border-color: var(--border-secondary);
        background-color: var(--surface-primary);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        border-bottom: 2px solid var(--border-secondary)
    }

    .c-login__close-btn {
        background: none;
        border: none;
        cursor: pointer
    }
}

.c-main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 645px
}

.c-main-slider__wrapper {
    display: flex;
    transition: transform .5s ease-in-out;
    max-height: inherit
}

.c-main-slider__wrapper--slide {
    flex: 1 0 100%;
    min-width: 100%;
    overflow: hidden
}

    .c-main-slider__wrapper--slide img {
        width: 100%;
        height: auto
    }

.c-main-slider__actions {
    position: absolute;
    right: 6rem;
    top: 50%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 99
}

.c-main-slider__actions--btn {
    border: none;
    padding: .75rem;
    cursor: pointer;
    background: var(--surface-primary);
    border-radius: 100%
}

    .c-main-slider__actions--btn:hover {
        box-shadow: 0 6px 16px 0 rgba(60, 60, 59, .161);
        opacity: .66;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.c-main-slider__pagination {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .75rem;
    z-index: 99
}

.c-main-slider__pagination--dot {
    width: 6px;
    height: 6px;
    background: var(--surface-primary);
    border-radius: 50%;
    cursor: pointer;
    opacity: .7;
    border: 2px solid transparent;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-main-slider__pagination--dot.active {
        opacity: 1;
        background: var(--surface-action-primary-default)
    }

        .c-main-slider__pagination--dot.active:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--border-action-primary-default)
        }

    .c-main-slider__pagination--dot:hover {
        opacity: 1;
        background: var(--surface-action-primary-default);
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

        .c-main-slider__pagination--dot:hover:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--border-action-primary-default)
        }

.c-main-slider__additional-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:1024px) {
    .c-main-slider__actions {
        width: 100%;
        right: 0;
        gap: unset;
        justify-content: space-between;
        padding: 0 1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .c-main-slider__pagination {
        width: 100%;
        height: 48px;
        background: var(--surface-primary);
        position: relative;
        transform: unset;
        justify-content: center;
        align-items: center;
        bottom: unset;
        left: unset
    }

    .c-main-slider__pagination--dot {
        background: var(--border-secondary)
    }
}

.c-site-link {
    display: flex;
    align-items: center;
    border-right-width: 2px;
    border-color: var(--border-secondary);
    padding-left: .75rem;
    padding-right: .75rem
}

@media not all and (min-width:1024px) {
    .c-site-link {
        margin-left: 1rem;
        margin-right: 1rem;
        border-top-width: 2px;
        border-right-width: 0;
        border-color: var(--border-secondary);
        padding: 1rem 0
    }
}

.c-site-link:where([dir=rtl], [dir=rtl] *) {
    border-right-width: 0;
    border-left-width: 2px
}

.c-site-link:hover {
    background-color: var(--surface-primary);
    box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.c-site-link__content {
    display: contents;
    height: 100%;
    font-size: .75rem;
    line-height: 1rem;
    color: var(--text-action-secondary-default)
}

@media not all and (min-width:1024px) {
    .c-site-link__content {
        font-size: 1rem;
        color: var(--text-primary)
    }
}

.c-column-slider {
    margin-left: max(0px, (90% - 1320px)/2);
    overflow: hidden;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 6rem
}

@media not all and (min-width:1280px) {
    .c-column-slider {
        padding: 1rem
    }
}

.c-column-slider:where([dir=rtl], [dir=rtl] *) {
    margin-left: 0;
    margin-right: max(0px, (90% - 1320px)/2)
}

.c-column-slider__tabs {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    border-width: 2px;
    border-color: var(--border-primary)
}

@media not all and (min-width:1280px) {
    .c-column-slider__tabs {
        margin-bottom: 1rem;
        width: 100%
    }
}

.c-column-slider__tabs--btn {
    cursor: pointer;
    padding: 1rem 1.5rem;
    color: var(--text-secondary)
}

@media not all and (min-width:1280px) {
    .c-column-slider__tabs--btn {
        width: 100%
    }
}

.c-column-slider__tabs--btn {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-column-slider__tabs--btn:hover {
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

    .c-column-slider__tabs--btn.active,
    .c-column-slider__tabs--btn:hover {
        background-color: var(--surface-action-secondary-default);
        font-weight: 700;
        color: var(--text-action-secondary-default)
    }

.c-column-slider-tab__pagination {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .75rem;
    z-index: 99
}

.c-column-slider-tab__pagination--dot {
    width: 6px;
    height: 6px;
    background: var(--border-secondary);
    border-radius: 50%;
    cursor: pointer;
    opacity: .7;
    border: 2px solid transparent;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-column-slider-tab__pagination--dot.active {
        opacity: 1;
        background: var(--surface-action-primary-default)
    }

        .c-column-slider-tab__pagination--dot.active:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--border-action-primary-default)
        }

@media (min-width:1280px) {
    .c-column-slider-tab__pagination {
        display: none
    }
}

.c-column-slider-tab {
    display: flex;
    gap: 6rem
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab {
        flex-direction: column
    }
}

.c-column-slider-tab__text {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.c-column-slider-tab__text--title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary)
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__text--title {
        font-size: 1.5rem
    }
}

.c-column-slider-tab__text--description {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--text-secondary)
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__text--description {
        margin-bottom: 1.5rem
    }
}

.c-column-slider-tab__text--btn {
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--surface-action-primary-default);
    padding: 1rem 1.5rem;
    font-weight: 700;
    color: var(--text-action-primary)
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__text--btn {
        display: none
    }
}

.c-column-slider-tab__text--btn,
.c-column-slider-tab__text--btn:hover {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-column-slider-tab__text--btn:hover {
        opacity: .8
    }

.c-column-slider-tab__slide {
    margin-top: -92px;
    max-height: 606px;
    width: 100%;
    position: relative;
    overflow: hidden
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__slide {
        max-height: 100%
    }
}

.c-column-slider-tab__slide--wrapper {
    display: flex;
    gap: 2rem;
    transition: transform .3s ease-in-out
}

.c-column-slider-tab__slide--wrapper-container {
    min-width: 743px
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__slide--wrapper-container {
        min-width: 100%
    }
}

.c-column-slider-tab__actions {
    position: absolute;
    right: 2rem;
    top: 33%;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 99
}

@media not all and (min-width:1280px) {
    .c-column-slider-tab__actions {
        position: relative;
        right: 0;
        top: 0;
        justify-content: space-between
    }
}

.c-column-slider-tab__actions--btn {
    border: none;
    padding: 1.25rem;
    cursor: pointer;
    background: var(--surface-primary);
    border-radius: 100%;
    background-image: none
}

    .c-column-slider-tab__actions--btn:hover {
        box-shadow: 0 6px 16px 0 rgba(60, 60, 59, .161);
        opacity: .66;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.c-column-slider-item {
    position: relative
}

@media not all and (min-width:1280px) {
    .c-column-slider-item {
        margin-bottom: 3rem
    }
}

.c-column-slider-item__img {
    width: 800px;
    max-height: 423px;
    -o-object-fit: cover;
    object-fit: cover
}

@media not all and (min-width:1280px) {
    .c-column-slider-item__img {
        height: 100vh;
        width: 100%;
        max-width: 100%
    }
}

.c-column-slider-item__index {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    color: var(--text-invert);
    padding: 1.5rem;
    width: 277px;
    font-size: .875rem;
    background-repeat: no-repeat
}

@media not all and (min-width:1280px) {
    .c-column-slider-item__index {
        width: 100%;
        background-color: var(--surface-secondary-invert)
    }
}

.c-column-slider-item__index:where([dir=rtl], [dir=rtl] *) {
    right: 0;
    left: auto;
    --tw-scale-y: 1;
    --tw-scale-x: -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))
}

.c-column-slider-item--title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: var(--text-primary)
}

.c-column-slider-item--description {
    font-weight: 300;
    color: var(--text-secondary)
}

.c-column-slider-item__link {
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    display: flex;
    flex-direction: row;
    gap: .5rem
}

    .c-column-slider-item__link:hover {
        opacity: .7;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.c-column-slider-item__link--container {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-action-secondary-default)
}

.c-places-card-slider {
    width: 100%;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem
}

@media not all and (min-width:1280px) {
    .c-places-card-slider {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

.c-places-card-slider__content {
    display: flex;
    flex-direction: column
}

.c-places-card-slider-tab {
    display: flex;
    gap: 6rem
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab {
        flex-direction: column
    }
}

.c-places-card-slider-tab__content {
    display: flex;
    flex-direction: row;
    gap: 7.5rem
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__content {
        flex-direction: column;
        gap: 2rem
    }
}

.c-places-card-slider-tab__content--text {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.c-places-card-slider-tab__content--title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-invert)
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__content--title {
        font-size: 1.5rem
    }
}

.c-places-card-slider-tab__content--description {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--text-invert)
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__content--description {
        margin-bottom: 1.5rem
    }
}

.c-places-card-slider-tab__pagination {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .75rem;
    z-index: 99
}

@media (min-width:1280px) {
    .c-places-card-slider-tab__pagination {
        display: none
    }
}

.c-places-card-slider-tab__pagination--dot {
    width: 6px;
    height: 6px;
    background: var(--surface-primary);
    border-radius: 50%;
    cursor: pointer;
    opacity: .7;
    border: 2px solid transparent;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-places-card-slider-tab__pagination--dot.active {
        opacity: 1;
        background: var(--surface-primary)
    }

        .c-places-card-slider-tab__pagination--dot.active:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--surface-primary)
        }

.c-places-card-slider-tab__images {
    position: relative;
    display: flex;
    width: 100%;
    gap: 2rem;
    overflow: hidden
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__images {
        flex-direction: column
    }
}

@media (min-width:1280px) {
    .c-places-card-slider-tab__images {
        margin-top: -5.4%
    }
}

.c-places-card-slider-tab__images--wrapper {
    display: flex;
    transition: transform .3s ease-in-out;
    width: 100%
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__images--wrapper {
        flex-wrap: nowrap;
        gap: 0
    }
}

.c-places-card-slider-tab__images--image-container {
    flex: 1 0 48%
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__images--image-container {
        width: 100%;
        min-width: 100%;
        flex: 1 1 0%
    }
}

.c-places-card-slider-tab__images--image-container:not(:last-child) {
    margin-right: 2rem
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__images--image-container:not(:last-child) {
        margin-right: 0
    }
}

.c-places-card-slider-tab__actions {
    display: flex;
    gap: 1rem;
    z-index: 10
}

@media not all and (min-width:1280px) {
    .c-places-card-slider-tab__actions {
        display: none
    }
}

.c-places-card-slider-tab__actions--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1280px) {
    .c-places-card-slider-tab__actions--mobile {
        display: none
    }
}

.c-places-card-slider-tab__actions--btn {
    cursor: pointer;
    background-image: none;
    border: none;
    background-color: var(--surface-primary);
    border-radius: 50%;
    padding: .5rem
}

    .c-places-card-slider-tab__actions--btn:hover {
        opacity: .7
    }

.c-places-card-item {
    position: relative
}

.c-places-card-item__image {
    width: 100%;
    height: 517px;
    -o-object-fit: cover;
    object-fit: cover
}

@media not all and (min-width:1280px) {
    .c-places-card-item__image {
        max-width: 100%
    }
}

.c-parking-calculator {
    padding: 3.5rem 0 6rem;
    width: 100%;
    background-color: var(--surface-primary)
}

@media not all and (min-width:1280px) {
    .c-parking-calculator {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.c-form-input--label {
    background-color: var(--surface-quaternary);
    font-size: .875rem;
    color: var(--text-primary)
}

.c-parking-calculator__options {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.c-parking-fee-option {
    display: flex;
    flex-direction: column;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 1.5rem 0 0
}

    .c-parking-fee-option:last-of-type {
        padding: 0
    }

.c-parking-fee-form {
    padding: 3rem 0 2rem
}

.c-parking-fee-form,
.c-parking-fee-form__inputs {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%
}

.c-parking-fee-form-input {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 2rem 1.5rem 0
}

html[dir=rtl] .c-parking-fee-form-input {
    padding: 0 0 1.5rem 2rem
}

.custom-parking-fee-form-input {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 2rem 1.5rem 0
}

html[dir=rtl] .custom-parking-fee-form-input {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 1.5rem 2rem
}

.c-parking-fee-form-input--input {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    appearance: none;
    border-bottom-width: 2px;
    border-color: var(--text-secondary);
    background-color: var(--surface-quaternary);
    padding: 1rem;
    font-size: 1rem;
    color: var(--text-secondary)
}

.c-parking-fee-option--submit {
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background-color: var(--surface-primary);
    padding: 0 1.5rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-action-secondary-default);
    min-height: 60px
}

    .c-parking-fee-option--submit:hover {
        opacity: .8;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.c-parking-fee-form--submit {
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    background-color: var(--surface-action-primary-default);
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--surface-primary)
}

@media not all and (min-width:1280px) {
    .c-parking-fee-form--submit {
        width: 100%
    }
}

.c-parking-fee-form--submit:hover {
    opacity: .8;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

.c-parking-calculator__link--text {
    padding-top: 2rem;
    font-size: 1.25rem;
    color: var(--text-primary)
}

    .c-parking-calculator__link--text a {
        font-weight: 700;
        color: var(--text-action-secondary-default)
    }

        .c-parking-calculator__link--text a svg:where([dir=rtl], [dir=rtl] *) {
            --tw-rotate: 180deg;
            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))
        }

@media (max-width:1280px) {
    .c-parking-fee-option {
        display: grid;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 1.5rem
    }

    .c-parking-fee-form-input {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 1rem 1.5rem 0
    }
}

@media (max-width:967px) {
    .c-parking-fee-form-input,
    html[dir=rtl] .c-parking-fee-form-input {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 1.5rem 1rem
    }
}

.c-parking-error-text {
    font-size: .875rem;
    margin-top: .25rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68/var(--tw-text-opacity))
}

.flight-picker {
    position: relative;
    width: 100%
}

.flight-picker__input-container {
    position: relative;
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    appearance: none;
    border-bottom-width: 1px;
    border-color: var(--border-action-tertiary-default);
    background-color: var(--surface-quaternary);
    padding: 1rem;
    font-size: 1rem;
    color: var(--text-secondary)
}

.flight-picker__icon {
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.flight-picker__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem
}

.flight-picker__dropdown-icon {
    margin-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.flight-picker__results {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: .5rem 0;
    list-style: none;
    margin: 0
}

    .flight-picker__results li {
        padding: .5rem .75rem;
        cursor: pointer;
        transition: background-color .3s ease
    }

.c-parking-occupancy__tag {
    display: inline-flex;
    justify-content: flex-start;
    padding: 4px 12px;
    box-sizing: border-box
}

.c-parking-occupancy__tag--low {
    background-color: #eaf6ec;
    color: #1c7530
}

.c-parking-occupancy__tag--med {
    background-color: #c53c02;
    color: #f4faf9
}

.c-parking-occupancy__tag--high {
    background-color: #922819;
    color: #f4faf9
}

.c-parking-occupancy__tile {
    flex: 1;
    width: 100%;
    border-left: 8px solid;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    gap: 20px;
    text-align: left;
    font-size: 20px;
    color: #2f3030
}

.c-parking-occupancy__tile--short {
    border-color: var(--park-short-primary);
    background-color: var(--park-short-secondary)
}

.c-parking-occupancy__tile--international {
    border-color: var(--park-international-primary);
    background-color: var(--park-international-secondary)
}

.c-parking-occupancy__tile--long {
    border-color: var(--park-long-primary);
    background-color: var(--park-long-secondary)
}

.date-picker,
.time-picker {
    position: relative;
    display: inline-block;
    width: 100%
}

.date-input,
.time-input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom-width: 1px;
    background-color: var(--surface-quaternary);
    padding: 1rem;
    font-size: 1rem;
    color: var(--text-secondary)
}

    .date-input,
    .date-input:hover,
    .time-input,
    .time-input:hover {
        border-color: var(--border-action-tertiary-default)
    }

        .date-input:focus,
        .time-input:focus {
            outline: 2px solid transparent;
            outline-offset: 2px
        }

        .date-input:active,
        .time-input:active {
            border-color: var(--border-action-tertiary-press)
        }

        .date-input:focus,
        .time-input:focus {
            outline: none
        }

.calendar-drawer,
.time-picker-dropdown {
    position: absolute;
    left: 0;
    background-color: var(--surface-primary);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    z-index: 1000;
    width: -moz-fit-content;
    width: fit-content
}

.time-picker-dropdown {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll
}

.calendar-header,
.time-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem
}

.calendar-days,
.time-picker-options {
    display: grid;
    grid-template-columns: repeat(7, 40px);
    gap: .5rem;
    padding: 1rem
}

.calendar-day,
.time-option {
    text-align: center;
    cursor: pointer;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

    .calendar-day:hover,
    .time-option:hover {
        transition: .3s cubic-bezier(.25, .8, .5, 1);
        box-shadow: 0 0 0 1px var(--border-action-primary-default);
        color: var(--text-action-primary)
    }

.calendar-day-name {
    text-align: center;
    font-weight: 700
}

.selected-day,
.selected-time {
    background-color: var(--surface-action-primary-default);
    color: var(--surface-primary)
}

.time-picker-dropdown {
    display: flex;
    padding: 1rem;
    gap: 1.25rem
}

.time-picker-item {
    cursor: pointer
}

.time-picker-segment {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.time-picker-item:hover {
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    box-shadow: 0 0 0 1px var(--border-action-primary-default);
    color: var(--text-action-primary)
}

@media(max-width:768px) {
    .calendar-drawer {
        transform: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: var(--surface-primary);
        z-index: 100000;
        padding: 1rem;
        overflow-y: auto
    }

    .calendar-days {
        grid-template-columns: repeat(7, 1fr)
    }

    .calendar-day,
    .time-option {
        width: 100%;
        height: 50px
    }
}

.timepicker-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--border-action-primary-default) var(--surface-secondary)
}

.time-date-picker {
    position: relative
}

    .time-date-picker:before {
        content: "";
        position: absolute;
        top: 32%;
        left: 0;
        height: 49%;
        width: 1px;
        background: var(--border-action-tertiary-default)
    }

@media (max-width:768px) {
    .time-date-picker:before {
        display: none
    }
}

.c-image-cta-slider {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.c-image-cta-slider--btn {
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--surface-action-primary-default);
    padding: 1rem 1.5rem;
    font-weight: 700;
    color: var(--text-action-primary)
}

@media not all and (min-width:1280px) {
    .c-image-cta-slider--btn {
        width: 100%;
        text-align: center
    }
}

.c-image-cta-slider--btn,
.c-image-cta-slider--btn:hover {
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-image-cta-slider--btn:hover {
        opacity: .8
    }

.c-image-cta-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto
}

@media (min-width:1280px) {
    .c-image-cta-slide {
        min-width: 816px
    }
}

.c-image-cta-slider__controls button {
    cursor: pointer;
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-image-cta-slider__controls button:hover {
        opacity: .75;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.c-image-cta-slider__slides {
    display: flex;
    transition: transform .3s ease-in-out
}

.c-image-cta-slide__slide {
    min-width: 100%;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    display: none
}

    .c-image-cta-slide__slide.active {
        opacity: 1;
        display: block
    }

.c-image-cta-slide__pagination {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: .75rem;
    z-index: 99
}

.c-image-cta-reward-item,
.c-image-cta-reward-item img {
    max-height: 463px;
    min-height: 463px;
    width: 100%
}

    .c-image-cta-reward-item img {
        -o-object-fit: cover;
        object-fit: cover
    }

.c-card-slider__pagination {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .75rem;
    z-index: 99
}

.c-card-slider__pagination--dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    cursor: pointer;
    opacity: .7;
    border: 2px solid transparent;
    background: var(--border-secondary);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

    .c-card-slider__pagination--dot.active {
        opacity: 1;
        background: var(--surface-action-primary-default)
    }

        .c-card-slider__pagination--dot.active:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--border-action-primary-default)
        }

    .c-card-slider__pagination--dot:hover {
        opacity: 1;
        background: var(--surface-action-primary-default);
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

        .c-card-slider__pagination--dot:hover:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 100%;
            background: transparent;
            position: absolute;
            transform: translate(-44%, -45%);
            border: 2px solid var(--border-action-primary-default)
        }

.rental-car-location .rental-car-location-item:last-child {
    border-width: 0;
    padding-top: 2rem
}

.position-left,
.position-left * {
    text-align: left !important
}

.position-right,
.position-right * {
    text-align: right !important
}

.position-center,
.position-center * {
    text-align: center !important
}

.position-left select {
    direction: ltr !important
}

.position-right select {
    direction: rtl !important
}

.position-center select {
    -moz-text-align-last: center !important;
    text-align-last: center !important
}

.boxed {
    box-sizing: border-box;
    margin: 20px 0
}

@media only screen and (min-width:381px)and (max-width:1023px) {
    .boxed {
        padding: 10px
    }
}

@media only screen and (max-width:380px) {
    .boxed {
        padding: 10px
    }
}

.boxed > div {
    max-width: 960px;
    margin: 0 auto !important
}

.service-detials,
.service-detials span {
    color: var(--text-primary);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.component-clearfix:after,
.component-content-clearfix .component-content:after {
    content: "";
    display: table;
    clear: both
}

.highlighted-top {
    background: #fff;
    border-top: 3px #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-top h1,
    .highlighted-top h2,
    .highlighted-top h3,
    .highlighted-top h4 {
        margin: 0 0 10px
    }

.highlighted-bottom {
    background: #fff;
    border-bottom: 3px #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-bottom h1,
    .highlighted-bottom h2,
    .highlighted-bottom h3,
    .highlighted-bottom h4 {
        margin: 0 0 10px
    }

.highlighted-left {
    background: #fff;
    border-left: 3px #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-left h1,
    .highlighted-left h2,
    .highlighted-left h3,
    .highlighted-left h4 {
        margin: 0 0 10px
    }

.highlighted-right {
    background: #fff;
    border-right: 3px #15909c;
    border-style: solid;
    padding: 25px;
    margin: 0
}

    .highlighted-right h1,
    .highlighted-right h2,
    .highlighted-right h3,
    .highlighted-right h4 {
        margin: 0 0 10px
    }

.link-button .button-default,
.link-button .default,
.promo.link-button a {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #f6f6f6;
    color: #747474
}

    .link-button .button-default:hover,
    .link-button .default:hover,
    .promo.link-button a:hover {
        color: #747474;
        background: #f7f7f7
    }

.link-button .button-success,
.link-button .success {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #a0ce4e;
    color: var(--surface-primary)
}

    .link-button .button-success:hover,
    .link-button .success:hover {
        color: #747474;
        background: #f7f7f7;
        color: var(--surface-primary);
        background: #92be43
    }

.link-button .button-warning,
.link-button .warning {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background: #bc4526;
    color: var(--surface-primary)
}

    .link-button .button-warning:hover,
    .link-button .warning:hover {
        color: #747474;
        background: #f7f7f7;
        color: var(--surface-primary);
        background: #c34e30
    }

.link.link-button .field-link span,
.link.link-button .is-empty-hint,
.link.link-button a {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 700
}

    .link.link-button .field-link span:hover,
    .link.link-button .is-empty-hint:hover,
    .link.link-button a:hover {
        color: #747474;
        background: #f7f7f7
    }

.promoted-box {
    border: none !important
}

.sxa-bordered {
    box-sizing: border-box
}

    .sxa-bordered > .component-content {
        padding: 0;
        border: 1px solid #d2d2d2;
        border-radius: 5px
    }

.column-splitter,
.row-splitter {
    box-sizing: border-box
}

    .column-splitter .sxa-bordered,
    .row-splitter .sxa-bordered {
        padding: 5px !important
    }

        .column-splitter .sxa-bordered .scEmptyPlaceholder,
        .column-splitter .sxa-bordered > .component,
        .row-splitter .sxa-bordered .scEmptyPlaceholder,
        .row-splitter .sxa-bordered > .component {
            border: 1px solid #d2d2d2;
            border-radius: 5px
        }

.cover-background > .component-content,
.fix-background > .component-content,
.parallax-background > .component-content {
    background-repeat: no-repeat;
    background-size: cover
}

.fix-background > .component-content {
    background-position: 0 0;
    background-attachment: fixed;
    min-height: 240px
}

.parallax-background > .component-content {
    background-position: 50% 0;
    background-attachment: fixed;
    min-height: 240px
}

@media only screen and (max-width:992px) {
    .parallax-background > .component-content {
        background-attachment: scroll
    }
}

.promo.absolute-bottom-link {
    position: relative
}

    .promo.absolute-bottom-link .field-promolink {
        position: absolute;
        bottom: 10px;
        right: 10px
    }

.promo.promo-hero {
    position: relative;
    text-align: center
}

    .promo.promo-hero.promo-hero-half {
        float: left;
        width: 50%
    }

@media only screen and (max-width:1023px) {
    .promo.promo-hero.promo-hero-half {
        float: none;
        width: 100%
    }
}

.promo.promo-hero .field-promotext {
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

    .promo.promo-hero .field-promotext > a {
        color: inherit;
        text-decoration: none
    }

@media only screen and (max-width:1023px) {
    .promo.promo-hero .field-promotext {
        width: 100%;
        margin: 0
    }

        .promo.promo-hero .field-promotext h1 {
            font-size: 24px;
            font-size: 2.4rem
        }

        .promo.promo-hero .field-promotext h2,
        .promo.promo-hero .field-promotext h3,
        .promo.promo-hero .field-promotext h4 {
            font-size: 20px;
            font-size: 2rem
        }
}

.promo-shadow {
    max-width: 960px;
    padding: 0;
    border-top: 3px #89c6cc;
    border-style: solid;
    overflow: visible;
    position: relative
}

    .promo-shadow.promo {
        float: left
    }

    .promo-shadow > .component-content {
        padding: 15px;
        margin: 0 0 30px
    }

@media only screen and (max-width:1023px) {
    .promo-shadow > .component-content {
        margin: 0 10px 30px
    }
}

.promo-shadow > .component-content:after,
.promo-shadow > .component-content:before {
    opacity: .7;
    box-shadow: 0 17px 10px rgba(0, 0, 0, .7);
    position: absolute;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 47%;
    content: "";
    bottom: 10px
}

.promo-shadow > .component-content:before {
    left: 2%;
    transform: rotate(-3deg)
}

.promo-shadow > .component-content:after {
    right: 2%;
    transform: rotate(3deg)
}

.container-gray-background {
    background: #f7f7f7
}

.container-clean-background {
    background: #fff
}

.container-dark-background {
    background: #3d3d3d
}

.container-color-background {
    background: #89c6cc
}

.indent {
    margin: 0 40px
}

    .indent.col-12,
    .indent.col-lg-12,
    .indent.col-md-12,
    .indent.col-xl-12,
    .indent.col-xxl-12 {
        width: calc(100% - 80px)
    }

.indent-top {
    margin-top: 20px
}

.indent-bottom {
    margin-bottom: 20px
}

.title {
    background: transparent
}

    .title .field-title > a,
    .title .field-title > span,
    .title h1 > a,
    .title h1 > span {
        border-bottom: 1px solid #89c6cc;
        font-size: 24px;
        margin-bottom: 10px;
        color: #747474;
        line-height: normal;
        padding-bottom: 10px;
        display: block;
        text-decoration: none;
        cursor: pointer
    }

        .title .field-title > a:hover,
        .title .field-title > span:hover,
        .title h1 > a:hover,
        .title h1 > span:hover {
            color: #878787
        }

.image-default-size img {
    max-width: none;
    width: auto !important
}

.link-list {
    background: transparent
}

    .link-list h1,
    .link-list h2,
    .link-list h3,
    .link-list h4,
    .link-list h5,
    .link-list h6 {
        border-bottom: 1px solid #89c6cc
    }

    .link-list > .component-content ul {
        background: transparent
    }

    .link-list > .component-content li {
        background: transparent;
        display: block;
        font-size: 13px
    }

        .link-list > .component-content li a {
            display: inline;
            color: #747474;
            position: relative;
            padding-left: 10px;
            font-size: 1em;
            text-decoration: none
        }

            .link-list > .component-content li a:before {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-size: 10px
            }

            .link-list > .component-content li a:hover {
                color: #878787;
                text-decoration: none;
                border-bottom: 1px solid #89c6cc
            }

    .link-list .button-default,
    .link-list .default,
    .link-list .promo.link-button a,
    .promo.link-button .link-list a {
        border: 1px solid #d2d2d2;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        background: #f6f6f6;
        color: #747474
    }

        .link-list .button-default:hover,
        .link-list .default:hover,
        .link-list .promo.link-button a:hover,
        .promo.link-button .link-list a:hover {
            color: #747474;
            background: #f7f7f7
        }

    .link-list .button-success,
    .link-list .success {
        border: 1px solid #d2d2d2;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        background: #a0ce4e;
        color: var(--surface-primary)
    }

        .link-list .button-success:hover,
        .link-list .success:hover {
            color: #747474;
            background: #f7f7f7;
            color: var(--surface-primary);
            background: #92be43
        }

    .link-list .button-warning,
    .link-list .warning {
        border: 1px solid #d2d2d2;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 5px 0;
        padding: 10px 15px;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        background: #bc4526;
        color: var(--surface-primary)
    }

        .link-list .button-warning:hover,
        .link-list .warning:hover {
            color: #747474;
            background: #f7f7f7;
            color: var(--surface-primary);
            background: #c34e30
        }

    .link-list.list-vertical h3 {
        background: #fff;
        width: 100%;
        display: inline-block;
        padding: 3px 5px;
        border: 1px solid #d2d2d2
    }

    .link-list.list-vertical a {
        border: none
    }

    .link-list.list-vertical li {
        display: block;
        margin-left: 20px
    }

.flight-list {
    display: flex
}

.flight-list__arr {
    display: none !important
}

@media (min-width:925px) {
    .flight-list {
        display: flex
    }

    .flight-list__arr {
        display: flex !important
    }
}

.field-featurelist ul,
.rich-text-lists ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

    .field-featurelist ul li,
    .rich-text-lists ul li {
        font-size: 13px;
        font-size: 1.3rem;
        position: relative;
        line-height: 21px;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 25px
    }

        .field-featurelist ul li:before,
        .rich-text-lists ul li:before {
            content: ""
        }

        .field-featurelist ul li:before,
        .rich-text-lists ul li:before {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            font-size: 1.2rem;
            font-family: FontAwesome, sans-serif;
            position: absolute;
            top: 3px;
            left: 0;
            color: #747474;
            text-align: center;
            width: 20px;
            margin: 0 5px 0 0;
            padding: 0
        }

        .field-featurelist ul li:before {
            content: ""
        }

.media-link.file-type-icon-media-link {
    float: left
}

    .media-link.file-type-icon-media-link .field-filetypeicon {
        text-align: center
    }

.shop-hero__image img {
    width: 640px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover
}

.shop-hero__preview-overlay,
.shop-hero__preview-overlay-flights {
    background: linear-gradient(0deg, rgba(29, 29, 29, .25), rgba(29, 29, 29, .25)), linear-gradient(3.32deg, #1e514f -3.98%, rgba(25, 84, 81, .81) 45.03%, rgba(5, 97, 92, 0) 97.39%);
    pointer-events: none;
    position: absolute;
    inset: 0
}

.shop-hero__preview-overlay-flights {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px
}

@media (min-width:1280px) {
    .shop-hero__preview-overlay-flights {
        width: 90%
    }
}

.services-list {
    display: flex;
    gap: 2rem;
    flex-grow: 1;
    flex-direction: column
}

@media(min-width:768px) {
    .services-list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 2rem
    }

        .services-list > .services-item:first-child,
        .services-list > .services-item:nth-child(2) {
            grid-column: span 3
        }

        .services-list > .services-item:nth-child(3),
        .services-list > .services-item:nth-child(4),
        .services-list > .services-item:nth-child(5) {
            grid-column: span 2
        }
}

.sales-coupon {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    height: 196px
}

@media(min-width:768px) {
    .sales-coupon {
        width: 528px
    }
}

.sales-coupon:after,
.sales-coupon:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: var(--surface-primary);
    border-radius: 50%;
    z-index: 1
}

.sales-coupon:before {
    top: -16px;
    left: -69px;
    transform: translateX(-50%)
}

.sales-coupon:after {
    bottom: -16px;
    left: -69px;
    transform: translateX(-50%)
}

@media(min-width:768px) {
    .sales-coupon:after,
    .sales-coupon:before {
        display: block;
        left: 384px
    }
}

.sales-coupon-slider-pagination {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2rem;
    z-index: 11
}

@media(min-width:768px) {
    .sales-coupon-slider-pagination {
        max-width: 1280px
    }
}

.sales-coupon-slider-next,
.sales-coupon-slider-prev {
    background-color: #fff;
    color: var(--text-action-secondary-default);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(60, 60, 59, .059);
    transition: background-color .3s ease;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8
}

    .sales-coupon-slider-next:hover,
    .sales-coupon-slider-prev:hover {
        background-color: var(--surface-primary)
    }

    .sales-coupon-slider-next:after,
    .sales-coupon-slider-prev:after {
        font-size: 18px
    }

.sales-coupon-slider-prev {
    rotate: 180deg
}

.coupon-tag {
    width: 384px;
    height: 196px;
    background-color: var(--surface-action-secondary-hover)
}

@media not all and (min-width:768px) {
    .coupon-tag {
        width: 100%
    }
}

.coupon-details {
    display: none;
    width: 144px;
    height: 196px;
    background-color: var(--surface-action-secondary-press);
    border-left: 2px dashed var(--surface-primary)
}

@media(min-width:768px) {
    .coupon-details {
        display: flex
    }
}

.transport-search-and-filter__dropdown-menu {
    position: relative
}

    .transport-search-and-filter__dropdown-menu h3 {
        cursor: pointer
    }

.transport-search-and-filter__dropdown-menu--list {
    display: none;
    position: absolute;
    width: 100%;
    background-color: var(--surface-quaternary)
}

.transport-search-and-filter__dropdown-menu .chevron-down,
.transport-search-and-filter__dropdown-menu.open .transport-search-and-filter__dropdown-menu--list {
    display: block
}

.transport-search-and-filter__dropdown-menu .chevron-up,
.transport-search-and-filter__dropdown-menu.open .chevron-down {
    display: none
}

.transport-search-and-filter__dropdown-menu.open .chevron-up {
    display: block
}

.mapContainer {
    max-width: 100%;
    overflow: hidden;
    color: red;
    width: 100%;
    height: 400px
}

.mapDisplay {
    max-width: 100%
}

.iframe,
.mapDisplay {
    height: 100%;
    width: 100%
}

.iframe {
    border: 0
}

@media(min-width:768px) {
    .mapContainer {
        width: 650px
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--border-action-primary-default) var(--surface-secondary)
}

body,
html {
    font-size: 16px;
    height: auto !important
}

body {
    font-family: FrutigerLTArabic, "sans-serif";
    position: relative;
    overflow: auto;
    color: #747474;
    line-height: 140%;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

    body.on-page-editor {
        background: none !important;
        margin:6% 0%;
    }

ul li {
    list-style-type: none
}

.xa-variable {
    border: 0;
    padding: 1px;
    margin: 0;
    background-color: #ebebe4;
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

#breadcrumbMenuSubcontrol_context_menu * {
    box-sizing: initial
}

.menu-mobile-navigate {
    display: none
}

#content,
#footer,
#header,
.sc-jss-empty-placeholder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.sc-jss-placeholder-error {
    background: red;
    outline: 5px solid #e36565;
    padding: 10px;
    color: #fff;
    max-width: 500px
}

@supports(-webkit-touch-callout:none) {
    .overflow-y-scroll::-webkit-scrollbar {
        width: 8px;
        -webkit-appearance: none
    }

    .overflow-y-scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, .1);
        border-radius: 4px
    }

    .overflow-y-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .3);
        border-radius: 4px;
        border: 1px solid hsla(0, 0%, 100%, .3)
    }

        .overflow-y-scroll::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, .5)
        }
}

body #DeafServicePlace {
    visibility: hidden !important
}

.accessibility-content {
    position: relative !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100% !important;
    left: unset !important;
    top: 0 !important;
    gap: .75rem
}

.disablityitem {
    border-radius: unset !important;
    width: 100% !important;
    float: unset !important;
    margin: unset !important;
    background-color: transparent !important;
    color: var(--text-action-secondary-default) !important
}

#DeafTranslate img.disablityitem,
#MRvoiceReader img.disablityitem,
#MrAccessInHand img.disablityitem {
    opacity: 0 !important;
    width: 16px !important;
    height: 16px !important;
    position: relative !important
}

#DeafTranslate,
#MRvoiceReader,
#MrAccessInHand {
    border: 1px solid var(--border-action-primary-default) !important
}

#MrAccessInHand {
    bottom: unset !important;
    float: unset !important;
    left: unset !important
}

#MRvoiceReader:before {
    background: url('../../../icons/read-aloud.png') no-repeat 50%;
    background-size: contain
}

#DeafTranslate:before,
#MRvoiceReader:before {
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    z-index: 1
}

#DeafTranslate:before {
    background: url('../../../icons/deaf.png') no-repeat 50%;
    background-size: contain
}

#MrAccessInHand:before {
    content: "";
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url('../../../icons/accessibility.png') no-repeat 50%;
    background-size: contain;
    z-index: 1
}

.accessibility-text {
    position: absolute !important;
    bottom: 1rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    text-align: center !important;
    color: var(--text-action-secondary-default) !important;
    pointer-events: none !important;
    font-size: .875rem
}

#DeafTranslate,
#MRvoiceReader,
#MrAccessInHand {
    position: relative !important
}

    #DeafTranslate:hover,
    #MRvoiceReader:hover,
    #MrAccessInHand:hover {
        opacity: .66;
        transition: .3s cubic-bezier(.25, .8, .5, 1)
    }

.accessibility-container:hover {
    background-color: var(--surface-primary);
    box-shadow: 0 4px 8px 0 rgba(60, 60, 59, .161);
    transition: .3s cubic-bezier(.25, .8, .5, 1)
}

@media (max-width:1024px) {
    .accessibility-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 0;
        padding: 1rem
    }

    .disablityitem {
        width: 100% !important;
        margin: unset !important;
        background-color: var(--surface-primary) !important;
        color: var(--text-action-secondary-default) !important
    }

    .custom-accessibility-item {
        padding: 1rem 0
    }

    .accessibility-text {
        position: absolute !important;
        bottom: -15px !important;
        left: 60% !important;
        transform: translateX(-50%) !important;
        width: 100% !important;
        text-align: left !important;
        color: var(--text-action-secondary-default) !important;
        height: 100%
    }

    #MRvoiceReader:before {
        top: 45%;
        left: 5%
    }

    #CustomDeafTranslate div:first-of-type {
        top: 45% !important;
        left: 5% !important
    }

    #DeafTranslate:before,
    #MrAccessInHand:before {
        top: 45%;
        left: 5%
    }

    #CustomDeafTranslate,
    #DeafTranslate,
    #MRvoiceReader,
    #MrAccessInHand {
        height: 56px !important;
        border: unset !important;
        border-bottom: 1px solid var(--border-secondary) !important
    }

        #DeafTranslate img,
        #MRvoiceReader img,
        #MrAccessInHand img {
            visibility: hidden
        }
}

.mr-muiTool.mrMUIToolLeft,
.mr-muiTool.mrMUIToolRight {
    height: 100% !important;
    max-height: unset !important;
    bottom: 0 !important;
    border-radius: unset !important;
    left: 0;
    background: var(--surface-primary) !important;
    font-family: FrutigerLTArabic, "sans-serif" !important;
    padding: 45px 0 1vw
}

.MrMUIHeaderDiv > .mr-tooltip-skip:last-of-type img {
    display: none
}

.MrMUI-tab-container {
    max-height: 75vh !important
}

.MrMUI-tab-switcher {
    color: var(--text-secondary) !important;
    display: flex !important;
    align-items: center !important;
    margin: unset !important;
    padding: .5rem .75rem !important;
    background: var(--surface-primary) !important
}

    .MrMUI-tab-switcher.MrMUI-active {
        border-bottom: 2px solid var(--border-action-secondary-default) !important;
        outline: unset !important
    }

#MrMUiUL .MrTabsLabel.MrTabActive,
html body .MrTabsLabel.MrTabActive {
    color: var(--text-action-secondary-default) !important;
    margin: unset !important
}

#MrMUiUL .MrTabsLabel,
html body .MrTabsLabel {
    color: var(--text-secondary) !important;
    background: var(--surface-primary) !important
}

#MrMUiUL {
    display: flex !important;
    width: 100% !important;
    padding: .25rem !important
}

#MrMUiUL,
.MrMUI-tab-switcher,
.MrMUIHeaderDiv,
.MrTabsLabel,
.mr-muiTool,
.mr-tooltip-skip {
    font-family: FrutigerLTArabic, "sans-serif" !important
}

#MrMUIFooter {
    width: 100% !important
}

#MrIdProfilesimg,
#MrIdToolsimg,
#MrIdTranslateimg {
    display: none !important
}

#MrMUiUL .MrTabsLabel,
html body .MrTabsLabel {
    margin: unset !important
}

br.mr-tooltip-skip.mr-font-size.mr-skip-mui {
    display: none !important
}

.MrMUITabButtons {
    justify-content: center !important
}

@media (max-width:800px) {
    .mr-muiTool.mrMUIToolLeft,
    .mr-muiTool.mrMUIToolRight {
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 0 !important
    }
}

.WelcomingMsg {
    display: none !important
}

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,
:before {
    --tw-content: ""
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --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: rgba(59, 130, 246, .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: rgba(59, 130, 246, .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%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

@media (min-width:925px) {
    .container {
        max-width: 925px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1400px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.\ !relative {
    position: relative !important
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.-bottom-12 {
    bottom: -3rem
}

.-left-full {
    left: -100%
}

.-right-8 {
    right: -2rem
}

.-top-5 {
    top: -1.25rem
}

.-top-\[50px\] {
    top: -50px
}

.bottom-0 {
    bottom: 0
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-20 {
    bottom: 5rem
}

.bottom-3 {
    bottom: .75rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-40 {
    bottom: 10rem
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-\[-1px\] {
    bottom: -1px
}

.bottom-\[20\%\] {
    bottom: 20%
}

.bottom-\[3\.5rem\] {
    bottom: 3.5rem
}

.bottom-\[50\%\] {
    bottom: 50%
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-20 {
    left: 5rem
}

.left-4 {
    left: 1rem
}

.left-6 {
    left: 1.5rem
}

.left-\[35\%\] {
    left: 35%
}

.left-\[50\%\] {
    left: 50%
}

.right-0 {
    right: 0
}

.right-1 {
    right: .25rem
}

.right-2 {
    right: .5rem
}

.right-24 {
    right: 6rem
}

.right-3 {
    right: .75rem
}

.right-32 {
    right: 8rem
}

.right-4 {
    right: 1rem
}

.right-6 {
    right: 1.5rem
}

.right-\[-12px\] {
    right: -12px
}

.top-0 {
    top: 0
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-4 {
    top: 1rem
}

.top-60 {
    top: 15rem
}

.top-8 {
    top: 2rem
}

.top-\[-15px\] {
    top: -15px
}

.top-\[-4rem\] {
    top: -4rem
}

.top-\[27\%\] {
    top: 27%
}

.top-\[28\%\] {
    top: 28%
}

.top-\[30px\] {
    top: 30px
}

.top-\[50\%\] {
    top: 50%
}

.top-\[65\%\] {
    top: 65%
}

.top-\[66px\] {
    top: 66px
}

.top-\[calc\(80px\+2rem\)\] {
    top: calc(80px + 2rem)
}

.top-\[unset\] {
    top: unset
}

.top-full {
    top: 100%
}

.isolate {
    isolation: isolate
}

.-z-10 {
    z-index: -10
}

.-z-50 {
    z-index: -50
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-\[100000\] {
    z-index: 100000
}

.z-\[10000\] {
    z-index: 10000
}

.z-\[100\] {
    z-index: 100
}

.z-\[15\] {
    z-index: 15
}

.z-\[1\] {
    z-index: 1
}

.z-\[50000\] {
    z-index: 50000
}

.z-\[51\] {
    z-index: 51
}

.z-\[9999\] {
    z-index: 9999
}

.order-3 {
    order: 3
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-start-1 {
    grid-column-start: 1
}

.col-end-3 {
    grid-column-end: 3
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-3 {
    grid-row-start: 3
}

.row-end-3 {
    grid-row-end: 3
}

.row-end-4 {
    grid-row-end: 4
}

.\ !m-auto {
    margin: auto !important
}

.m-1 {
    margin: .25rem
}

.m-3 {
    margin: .75rem
}

.m-6 {
    margin: 1.5rem
}

.m-auto {
    margin: auto
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.-mt-0 {
    margin-top: 0
}

.-mt-0\.5 {
    margin-top: -.125rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-\[0\.25rem\] {
    margin-bottom: .25rem
}

.mb-\[1\.125rem\] {
    margin-bottom: 1.125rem
}

.mb-\[1\.25rem\] {
    margin-bottom: 1.25rem
}

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[2\.125rem\] {
    margin-bottom: 2.125rem
}

.mb-\[8px\] {
    margin-bottom: 8px
}

.ml-1 {
    margin-left: .25rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-7 {
    margin-left: 1.75rem
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-10 {
    margin-right: 2.5rem
}

.mr-12 {
    margin-right: 3rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-8 {
    margin-right: 2rem
}

.mr-\[0\.25rem\] {
    margin-right: .25rem
}

.mr-\[1\.5rem\] {
    margin-right: 1.5rem
}

.mr-\[50px\] {
    margin-right: 50px
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[0\.25rem\] {
    margin-top: .25rem
}

.mt-\[2px\] {
    margin-top: 2px
}

.mt-auto {
    margin-top: auto
}

.box-border {
    box-sizing: border-box
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-2,
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.\ !block {
    display: block !important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.size-12 {
    width: 3rem;
    height: 3rem
}

.size-14 {
    width: 3.5rem;
    height: 3.5rem
}

.size-2 {
    width: .5rem;
    height: .5rem
}

.size-2\.5 {
    width: .625rem;
    height: .625rem
}

.size-3 {
    width: .75rem;
    height: .75rem
}

.size-4 {
    width: 1rem;
    height: 1rem
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem
}

.size-7 {
    width: 1.75rem;
    height: 1.75rem
}

.size-8 {
    width: 2rem;
    height: 2rem
}

.size-9 {
    width: 2.25rem;
    height: 2.25rem
}

.size-\[0\.875rem\] {
    width: .875rem;
    height: .875rem
}

.size-\[1\.125rem\] {
    width: 1.125rem;
    height: 1.125rem
}

.size-\[1\.375rem\] {
    width: 1.375rem;
    height: 1.375rem
}

.\ !h-14 {
    height: 3.5rem !important
}

.\ !h-4 {
    height: 1rem !important
}

.\ !h-\[120px\] {
    height: 120px !important
}

.\ !h-\[129px\] {
    height: 129px !important
}

.\ !h-auto {
    height: auto !important
}

.h-1 {
    height: .25rem
}

.h-1\/2 {
    height: 50%
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-4 {
    height: 1rem
}

.h-48 {
    height: 12rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-7 {
    height: 1.75rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-\[100px\] {
    height: 100px
}

.h-\[100vh\] {
    height: 100vh
}

.h-\[103px\] {
    height: 103px
}

.h-\[104px\] {
    height: 104px
}

.h-\[10px\] {
    height: 10px
}

.h-\[129px\] {
    height: 129px
}

.h-\[12px\] {
    height: 12px
}

.h-\[144px\] {
    height: 144px
}

.h-\[148px\] {
    height: 148px
}

.h-\[15px\] {
    height: 15px
}

.h-\[168px\] {
    height: 168px
}

.h-\[180px\] {
    height: 180px
}

.h-\[182px\] {
    height: 182px
}

.h-\[184px\] {
    height: 184px
}

.h-\[18px\] {
    height: 18px
}

.h-\[1px\] {
    height: 1px
}

.h-\[200px\] {
    height: 200px
}

.h-\[204px\] {
    height: 204px
}

.h-\[20px\] {
    height: 20px
}

.h-\[224px\] {
    height: 224px
}

.h-\[239px\] {
    height: 239px
}

.h-\[240px\] {
    height: 240px
}

.h-\[248px\] {
    height: 248px
}

.h-\[24px\] {
    height: 24px
}

.h-\[254px\] {
    height: 254px
}

.h-\[256px\] {
    height: 256px
}

.h-\[25px\] {
    height: 25px
}

.h-\[272px\] {
    height: 272px
}

.h-\[282\] {
    height: 282
}

.h-\[28px\] {
    height: 28px
}

.h-\[300px\] {
    height: 300px
}

.h-\[320px\] {
    height: 320px
}

.h-\[326px\] {
    height: 326px
}

.h-\[340px\] {
    height: 340px
}

.h-\[350px\] {
    height: 350px
}

.h-\[352px\] {
    height: 352px
}

.h-\[354px\] {
    height: 354px
}

.h-\[367px\] {
    height: 367px
}

.h-\[36px\] {
    height: 36px
}

.h-\[370px\] {
    height: 370px
}

.h-\[372px\] {
    height: 372px
}

.h-\[376px\] {
    height: 376px
}

.h-\[3px\] {
    height: 3px
}

.h-\[40px\] {
    height: 40px
}

.h-\[40vh\] {
    height: 40vh
}

.h-\[423px\] {
    height: 423px
}

.h-\[446px\] {
    height: 446px
}

.h-\[470px\] {
    height: 470px
}

.h-\[480px\] {
    height: 480px
}

.h-\[48px\] {
    height: 48px
}

.h-\[49px\] {
    height: 49px
}

.h-\[500px\] {
    height: 500px
}

.h-\[50px\] {
    height: 50px
}

.h-\[520px\] {
    height: 520px
}

.h-\[524px\] {
    height: 524px
}

.h-\[56px\] {
    height: 56px
}

.h-\[578px\] {
    height: 578px
}

.h-\[600px\] {
    height: 600px
}

.h-\[65px\] {
    height: 65px
}

.h-\[68px\] {
    height: 68px
}

.h-\[6px\] {
    height: 6px
}

.h-\[72px\] {
    height: 72px
}

.h-\[76px\] {
    height: 76px
}

.h-\[800px\] {
    height: 800px
}

.h-\[80px\] {
    height: 80px
}

.h-\[88px\] {
    height: 88px
}

.h-\[89px\] {
    height: 89px
}

.h-\[90\%\] {
    height: 90%
}

.h-\[92px\] {
    height: 92px
}

.h-\[calc\(100vh-300px\)\] {
    height: calc(100vh - 300px)
}

.h-auto {
    height: auto
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.\ !max-h-\[40vh\] {
    max-height: 40vh !important
}

.max-h-0 {
    max-height: 0
}

.max-h-44 {
    max-height: 11rem
}

.max-h-52 {
    max-height: 13rem
}

.max-h-60 {
    max-height: 15rem
}

.max-h-8 {
    max-height: 2rem
}

.max-h-\[1000px\] {
    max-height: 1000px
}

.max-h-\[170px\] {
    max-height: 170px
}

.max-h-\[180px\] {
    max-height: 180px
}

.max-h-\[190px\] {
    max-height: 190px
}

.max-h-\[224px\] {
    max-height: 224px
}

.max-h-\[239px\] {
    max-height: 239px
}

.max-h-\[286px\] {
    max-height: 286px
}

.max-h-\[297px\] {
    max-height: 297px
}

.max-h-\[30\%\] {
    max-height: 30%
}

.max-h-\[310px\] {
    max-height: 310px
}

.max-h-\[320px\] {
    max-height: 320px
}

.max-h-\[336px\] {
    max-height: 336px
}

.max-h-\[340px\] {
    max-height: 340px
}

.max-h-\[351px\] {
    max-height: 351px
}

.max-h-\[352px\] {
    max-height: 352px
}

.max-h-\[371px\] {
    max-height: 371px
}

.max-h-\[372px\] {
    max-height: 372px
}

.max-h-\[40px\] {
    max-height: 40px
}

.max-h-\[467px\] {
    max-height: 467px
}

.max-h-\[50\%\] {
    max-height: 50%
}

.max-h-\[500px\] {
    max-height: 500px
}

.max-h-\[528px\] {
    max-height: 528px
}

.max-h-\[550px\] {
    max-height: 550px
}

.max-h-\[60vh\] {
    max-height: 60vh
}

.max-h-\[670px\] {
    max-height: 670px
}

.\ !min-h-0 {
    min-height: 0 !important
}

.min-h-32 {
    min-height: 8rem
}

.min-h-5 {
    min-height: 1.25rem
}

.min-h-\[129px\] {
    min-height: 129px
}

.min-h-\[1320px\] {
    min-height: 1320px
}

.min-h-\[144px\] {
    min-height: 144px
}

.min-h-\[248px\] {
    min-height: 248px
}

.min-h-\[24px\] {
    min-height: 24px
}

.min-h-\[340px\] {
    min-height: 340px
}

.min-h-\[350px\] {
    min-height: 350px
}

.min-h-\[354px\] {
    min-height: 354px
}

.min-h-\[367px\] {
    min-height: 367px
}

.min-h-\[425px\] {
    min-height: 425px
}

.min-h-\[428px\] {
    min-height: 428px
}

.min-h-\[487px\] {
    min-height: 487px
}

.min-h-\[488px\] {
    min-height: 488px
}

.min-h-\[48px\] {
    min-height: 48px
}

.min-h-\[528px\] {
    min-height: 528px
}

.min-h-\[600px\] {
    min-height: 600px
}

.\ !w-4 {
    width: 1rem !important
}

.\ !w-\[104px\] {
    width: 104px !important
}

.\ !w-\[120px\] {
    width: 120px !important
}

.\ !w-\[129px\] {
    width: 129px !important
}

.\ !w-\[324px\] {
    width: 324px !important
}

.\ !w-full {
    width: 100% !important
}

.w-1 {
    width: .25rem
}

.w-1\.5 {
    width: .375rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-3 {
    width: .75rem
}

.w-3\/4 {
    width: 75%
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-7 {
    width: 1.75rem
}

.w-8 {
    width: 2rem
}

.w-\[100px\] {
    width: 100px
}

.w-\[100vw\] {
    width: 100vw
}

.w-\[1036px\] {
    width: 1036px
}

.w-\[129px\] {
    width: 129px
}

.w-\[12px\] {
    width: 12px
}

.w-\[131px\] {
    width: 131px
}

.w-\[141px\] {
    width: 141px
}

.w-\[144px\] {
    width: 144px
}

.w-\[145px\] {
    width: 145px
}

.w-\[157\.5px\] {
    width: 157.5px
}

.w-\[181px\] {
    width: 181px
}

.w-\[18px\] {
    width: 18px
}

.w-\[1px\] {
    width: 1px
}

.w-\[200px\] {
    width: 200px
}

.w-\[20px\] {
    width: 20px
}

.w-\[21px\] {
    width: 21px
}

.w-\[231px\] {
    width: 231px
}

.w-\[24px\] {
    width: 24px
}

.w-\[25\%\] {
    width: 25%
}

.w-\[260px\] {
    width: 260px
}

.w-\[288px\] {
    width: 288px
}

.w-\[28px\] {
    width: 28px
}

.w-\[30\%\] {
    width: 30%
}

.w-\[327px\] {
    width: 327px
}

.w-\[36px\] {
    width: 36px
}

.w-\[40px\] {
    width: 40px
}

.w-\[472px\] {
    width: 472px
}

.w-\[48px\] {
    width: 48px
}

.w-\[528px\] {
    width: 528px
}

.w-\[558px\] {
    width: 558px
}

.w-\[60\%\] {
    width: 60%
}

.w-\[600px\] {
    width: 600px
}

.w-\[68px\] {
    width: 68px
}

.w-\[6px\] {
    width: 6px
}

.w-\[71px\] {
    width: 71px
}

.w-\[78px\] {
    width: 78px
}

.w-\[79px\] {
    width: 79px
}

.w-\[88px\] {
    width: 88px
}

.w-\[90\%\] {
    width: 90%
}

.w-\[90px\] {
    width: 90px
}

.w-\[95\%\] {
    width: 95%
}

.w-\[inherit\] {
    width: inherit
}

.w-\[var\(--radix-popover-trigger-width\)\] {
    width: var(--radix-popover-trigger-width)
}

.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
}

.\ !min-w-40 {
    min-width: 10rem !important
}

.min-w-0 {
    min-width: 0
}

.min-w-12 {
    min-width: 3rem
}

.min-w-24 {
    min-width: 6rem
}

.min-w-5 {
    min-width: 1.25rem
}

.min-w-6 {
    min-width: 1.5rem
}

.min-w-\[150px\] {
    min-width: 150px
}

.min-w-\[168px\] {
    min-width: 168px
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[24px\] {
    min-width: 24px
}

.min-w-\[280px\] {
    min-width: 280px
}

.min-w-\[335px\] {
    min-width: 335px
}

.min-w-\[45px\] {
    min-width: 45px
}

.min-w-\[48px\] {
    min-width: 48px
}

.min-w-\[50px\] {
    min-width: 50px
}

.min-w-\[56px\] {
    min-width: 56px
}

.min-w-\[70px\] {
    min-width: 70px
}

.min-w-\[80px\] {
    min-width: 80px
}

.min-w-\[85px\] {
    min-width: 85px
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.min-w-full {
    min-width: 100%
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content
}

.min-w-min {
    min-width: -moz-min-content;
    min-width: min-content
}

.\ !max-w-\[60\%\] {
    max-width: 60% !important
}

.max-w-\[100\%\] {
    max-width: 100%
}

.max-w-\[1000px\] {
    max-width: 1000px
}

.max-w-\[100vw\] {
    max-width: 100vw
}

.max-w-\[108px\] {
    max-width: 108px
}

.max-w-\[120px\] {
    max-width: 120px
}

.max-w-\[1240px\] {
    max-width: 1240px
}

.max-w-\[1248px\] {
    max-width: 1248px
}

.max-w-\[1320px\] {
    max-width: 1320px
}

.max-w-\[1344px\] {
    max-width: 1344px
}

.max-w-\[140px\] {
    max-width: 140px
}

.max-w-\[145px\] {
    max-width: 145px
}

.max-w-\[150px\] {
    max-width: 150px
}

.max-w-\[168px\] {
    max-width: 168px
}

.max-w-\[173px\] {
    max-width: 173px
}

.max-w-\[190px\] {
    max-width: 190px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[23rem\] {
    max-width: 23rem
}

.max-w-\[252px\] {
    max-width: 252px
}

.max-w-\[253px\] {
    max-width: 253px
}

.max-w-\[354px\] {
    max-width: 354px
}

.max-w-\[380px\] {
    max-width: 380px
}

.max-w-\[40px\] {
    max-width: 40px
}

.max-w-\[430px\] {
    max-width: 430px
}

.max-w-\[50px\] {
    max-width: 50px
}

.max-w-\[530px\] {
    max-width: 530px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[685px\] {
    max-width: 685px
}

.max-w-\[740px\] {
    max-width: 740px
}

.max-w-\[80\%\] {
    max-width: 80%
}

.max-w-\[820px\] {
    max-width: 820px
}

.max-w-\[86\%\] {
    max-width: 86%
}

.max-w-\[97\%\] {
    max-width: 97%
}

.max-w-\[calc\(100\%-3rem\)\] {
    max-width: calc(100% - 3rem)
}

.max-w-\[unset\] {
    max-width: unset
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.max-w-full {
    max-width: 100%
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[1_1_100\%\] {
    flex: 1 1 100%
}

.flex-\[4_1_0\%\] {
    flex: 4 1 0%
}

.flex-\[unset\] {
    flex: unset
}

.flex-none {
    flex: none
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0
}

.flex-grow,
.grow {
    flex-grow: 1
}

.-translate-x-1\/2,
.-translate-x-\[50\%\] {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-x-\[50\%\],
.-translate-y-1\/2 {
    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%
}

.-translate-y-4 {
    --tw-translate-y: -1rem
}

.-translate-y-4,
.-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-y-\[50\%\] {
    --tw-translate-y: -50%
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-0,
.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-y-\[50\%\] {
    --tw-translate-y: 50%
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-90,
.rotate-0 {
    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-0 {
    --tw-rotate: 0deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
    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
}

.rotate-\[270deg\] {
    --tw-rotate: 270deg
}

.rotate-\[270deg\],
.scale-x-\[-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))
}

.scale-x-\[-1\] {
    --tw-scale-x: -1
}

.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 flash {
    0% {
        background-color: transparent
    }

    50% {
        background-color: rgba(5, 97, 92, .15)
    }

    to {
        background-color: transparent
    }
}

.animate-flash {
    animation: flash 1.5s ease-in-out
}

@keyframes logo-container-spin {
    0%, 33% {
        transform: rotate(0deg)
    }

    66% {
        transform: rotate(3turn)
    }

    to {
        transform: rotate(3turn)
    }
}

.animate-logo-container-spin {
    animation: logo-container-spin 3s ease-in-out infinite
}

@keyframes logo-split-bottom {
    0% {
        transform: translateY(0)
    }

    33% {
        transform: translateY(200%)
    }

    66% {
        transform: translateY(200%)
    }

    to {
        transform: translateY(0)
    }
}

.animate-logo-split-bottom {
    animation: logo-split-bottom 3s linear infinite
}

@keyframes logo-split-top {
    0% {
        transform: translateY(0)
    }

    33% {
        transform: translateY(-200%)
    }

    66% {
        transform: translateY(-200%)
    }

    to {
        transform: translateY(0)
    }
}

.animate-logo-split-top {
    animation: logo-split-top 3s linear infinite
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-default {
    cursor: default
}

.cursor-grab {
    cursor: grab
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.touch-none {
    touch-action: none
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize-none {
    resize: none
}

.resize {
    resize: both
}

.scroll-mt-20 {
    scroll-margin-top: 5rem
}

.scroll-mt-\[500px\] {
    scroll-margin-top: 500px
}

.list-none {
    list-style-type: none
}

.auto-rows-min {
    grid-auto-rows: min-content
}

.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-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
}

.grid-cols-\[180px_190px_140px_315px_1fr\] {
    grid-template-columns: 180px 190px 140px 315px 1fr
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-end {
    align-content: flex-end
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.\ !justify-start {
    justify-content: flex-start !important
}

.justify-start {
    justify-content: flex-start
}

.\ !justify-end {
    justify-content: flex-end !important
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.\ !justify-between {
    justify-content: space-between !important
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-0 {
    gap: 0
}

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-24 {
    gap: 6rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-\[0\.25rem\] {
    gap: .25rem
}

.gap-\[0\.5rem\] {
    gap: .5rem
}

.gap-\[0\.625rem\] {
    gap: .625rem
}

.gap-\[0\.75rem\] {
    gap: .75rem
}

.gap-\[1\.25rem\] {
    gap: 1.25rem
}

.gap-\[1\.5rem\] {
    gap: 1.5rem
}

.gap-\[1rem\] {
    gap: 1rem
}

.gap-\[2px\] {
    gap: 2px
}

.gap-\[2rem\] {
    gap: 2rem
}

.gap-\[3\.5rem\] {
    gap: 3.5rem
}

.gap-\[3rem\] {
    gap: 3rem
}

.gap-\[6rem\] {
    gap: 6rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-7 {
    row-gap: 1.75rem
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.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))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.overscroll-none {
    overscroll-behavior: none
}

.truncate {
    overflow: hidden;
    white-space: nowrap
}

.text-ellipsis,
.truncate {
    text-overflow: ellipsis
}

.whitespace-nowrap {
    white-space: nowrap
}

.text-nowrap {
    text-wrap: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.\ !rounded-\[unset\] {
    border-radius: unset !important
}

.rounded {
    border-radius: .25rem
}

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded-t-\[2rem\] {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem
}

.\ !border {
    border-width: 1px !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[0\.5rem\] {
    border-bottom-width: .5rem
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-r-2 {
    border-right-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-t-0 {
    border-top-width: 0
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-8 {
    border-top-width: 8px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-none {
    border-style: none
}

.\ !border-border-action-secondary-default {
    border-color: var(--border-action-secondary-default) !important
}

.border-\[\#00000008\] {
    border-color: #00000008
}

.border-\[\#00000033\] {
    border-color: #00000033
}

.border-\[\#47C0BB\] {
    --tw-border-opacity: 1;
    border-color: rgb(71 192 187/var(--tw-border-opacity))
}

.border-\[\#F4FAF9\] {
    --tw-border-opacity: 1;
    border-color: rgb(244 250 249/var(--tw-border-opacity))
}

.border-\[\#FFFFFF50\] {
    border-color: #ffffff50
}

.border-\[\#ddd\] {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221/var(--tw-border-opacity))
}

.border-border-action-disabled {
    border-color: var(--border-action-disabled)
}

.border-border-action-invert-default {
    border-color: var(--border-action-invert-default)
}

.border-border-action-primary-default {
    border-color: var(--border-action-primary-default)
}

.border-border-action-secondary-default {
    border-color: var(--border-action-secondary-default)
}

.border-border-action-secondary-hover {
    border-color: var(--border-action-secondary-hover)
}

.border-border-action-secondary-press {
    border-color: var(--border-action-secondary-press)
}

.border-border-action-tertiary-default {
    border-color: var(--border-action-tertiary-default)
}

.border-border-action-tertiary-filled {
    border-color: var(--border-action-tertiary-filled)
}

.border-border-action-tertiary-press {
    border-color: var(--border-action-tertiary-press)
}

.border-border-error {
    border-color: var(--border-error)
}

.border-border-primary {
    border-color: var(--border-primary)
}

.border-border-secondary {
    border-color: var(--border-secondary)
}

.border-border-tertiary {
    border-color: var(--border-tertiary)
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity))
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128/var(--tw-border-opacity))
}

.border-icon-action-secondary-default {
    border-color: var(--icon-action-secondary-default)
}

.border-icon-action-secondary-press {
    border-color: var(--icon-action-secondary-press)
}

.border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgb(238 242 255/var(--tw-border-opacity))
}

.border-info-400 {
    border-color: var(--info-400)
}

.border-park-international-primary {
    border-color: var(--park-international-primary)
}

.border-park-long-primary {
    border-color: var(--park-long-primary)
}

.border-park-short-primary {
    border-color: var(--park-short-primary)
}

.border-park-valet-primary {
    border-color: var(--park-valet-primary)
}

.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgb(252 165 165/var(--tw-border-opacity))
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68/var(--tw-border-opacity))
}

.border-surface-action-tertiary-default {
    border-color: var(--surface-action-tertiary-default)
}

.border-surface-secondary {
    border-color: var(--surface-secondary)
}

.border-text-action-disabled {
    border-color: var(--text-action-disabled)
}

.border-transparent {
    border-color: transparent
}

.\ !bg-surface-primary {
    background-color: var(--surface-primary) !important
}

.\ !bg-transparent {
    background-color: transparent !important
}

.bg-\[\#005A54\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 90 84/var(--tw-bg-opacity))
}

.bg-\[\#084948\] {
    --tw-bg-opacity: 1;
    background-color: rgb(8 73 72/var(--tw-bg-opacity))
}

.bg-\[\#1C7530\] {
    --tw-bg-opacity: 1;
    background-color: rgb(28 117 48/var(--tw-bg-opacity))
}

.bg-\[\#3CBFB9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(60 191 185/var(--tw-bg-opacity))
}

.bg-\[\#502C84\] {
    --tw-bg-opacity: 1;
    background-color: rgb(80 44 132/var(--tw-bg-opacity))
}

.bg-\[\#6a8ba3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(106 139 163/var(--tw-bg-opacity))
}

.bg-\[\#922819\] {
    --tw-bg-opacity: 1;
    background-color: rgb(146 40 25/var(--tw-bg-opacity))
}

.bg-\[\#A3A3A3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163/var(--tw-bg-opacity))
}

.bg-\[\#C53C02\] {
    --tw-bg-opacity: 1;
    background-color: rgb(197 60 2/var(--tw-bg-opacity))
}

.bg-\[\#F4FAF980\] {
    background-color: #f4faf980
}

.bg-\[\#F4FAF9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 250 249/var(--tw-bg-opacity))
}

.bg-\[\#FFFFFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-\[\#a7dbb3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(167 219 179/var(--tw-bg-opacity))
}

.bg-\[\#ddd\] {
    --tw-bg-opacity: 1;
    background-color: rgb(221 221 221/var(--tw-bg-opacity))
}

.bg-\[\#f69183\] {
    --tw-bg-opacity: 1;
    background-color: rgb(246 145 131/var(--tw-bg-opacity))
}

.bg-\[rgb\(var\(--surface-primary\)\/0\.3\)\] {
    background-color: rgb(var(--surface-primary)/.3)
}

.bg-\[white\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity))
}

.bg-border-action-primary-default {
    background-color: var(--border-action-primary-default)
}

.bg-border-action-tertiary-default {
    background-color: var(--border-action-tertiary-default)
}

.bg-border-primary {
    background-color: var(--border-primary)
}

.bg-border-secondary {
    background-color: var(--border-secondary)
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--tw-bg-opacity))
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39/var(--tw-bg-opacity))
}

.bg-icon-action-secondary-default {
    background-color: var(--icon-action-secondary-default)
}

.bg-icon-action-secondary-press {
    background-color: var(--icon-action-secondary-press)
}

.bg-info-50 {
    background-color: var(--info-50)
}

.bg-info-500 {
    background-color: var(--info-500)
}

.bg-park-international-primary {
    background-color: var(--park-international-primary)
}

.bg-park-international-secondary {
    background-color: var(--park-international-secondary)
}

.bg-park-long-primary {
    background-color: var(--park-long-primary)
}

.bg-park-long-secondary {
    background-color: var(--park-long-secondary)
}

.bg-park-short-primary {
    background-color: var(--park-short-primary)
}

.bg-park-short-secondary {
    background-color: var(--park-short-secondary)
}

.bg-park-valet-primary {
    background-color: var(--park-valet-primary)
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity))
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 213 225/var(--tw-bg-opacity))
}

.bg-surface-action-primary-default {
    background-color: var(--surface-action-primary-default)
}

.bg-surface-action-secondary-default {
    background-color: var(--surface-action-secondary-default)
}

.bg-surface-action-secondary-press {
    background-color: var(--surface-action-secondary-press)
}

.bg-surface-action-tertiary-default {
    background-color: var(--surface-action-tertiary-default)
}

.bg-surface-action-tertiary-filled {
    background-color: var(--surface-action-tertiary-filled)
}

.bg-surface-action-tertiary-press {
    background-color: var(--surface-action-tertiary-press)
}

.bg-surface-breadcrumbs-primary {
    background-color: var(--surface-breadcrumbs-primary)
}

.bg-surface-error {
    background-color: var(--surface-error)
}

.bg-surface-footer-primary {
    background-color: var(--surface-footer-primary)
}

.bg-surface-footer-secondary {
    background-color: var(--surface-footer-secondary)
}

.bg-surface-header-primary {
    background-color: var(--surface-header-primary)
}

.bg-surface-header-secondary {
    background-color: var(--surface-header-secondary)
}

.bg-surface-info {
    background-color: var(--surface-info)
}

.bg-surface-primary {
    background-color: var(--surface-primary)
}

.bg-surface-quaternary {
    background-color: var(--surface-quaternary)
}

.bg-surface-secondary {
    background-color: var(--surface-secondary)
}

.bg-surface-secondary-invert {
    background-color: var(--surface-secondary-invert)
}

.bg-surface-success {
    background-color: var(--surface-success)
}

.bg-surface-tertiary {
    background-color: var(--surface-tertiary)
}

.bg-surface-warning {
    background-color: var(--surface-warning)
}

.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166/var(--tw-bg-opacity))
}

.bg-text-action-secondary-default {
    background-color: var(--text-action-secondary-default)
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3
}

.bg-\[linear-gradient\(0deg\2c rgba\(29\2c 29\2c 29\2c 0\.24\)\2c rgba\(29\2c 29\2c 29\2c 0\.24\)\)\2c linear-gradient\(11\.17deg\2c \#1E514F_11\.96\%\2c rgba\(5\2c 97\2c 92\2c 0\)_92\.98\%\)\] {
    background-image: linear-gradient(0deg, rgba(29, 29, 29, .24), rgba(29, 29, 29, .24)), linear-gradient(11.17deg, #1e514f 11.96%, rgba(5, 97, 92, 0) 92.98%)
}

.bg-\[linear-gradient\(180\.78deg\2c _transparent_0\.62\%\2c _\#0D1B1A_49\.96\%\)\] {
    background-image: linear-gradient(180.78deg, transparent .62%, #0d1b1a 49.96%)
}

.bg-\[linear-gradient\(281\.19deg\2c _rgba\(0\2c 52\2c 58\2c 0\)_0\%\2c _rgba\(0\2c 52\2c 58\2c 0\.7\)_99\.23\%\)\] {
    background-image: linear-gradient(281.19deg, rgba(0, 52, 58, 0), rgba(0, 52, 58, .7) 99.23%)
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-green-overlay {
    background-image: linear-gradient(0deg, rgba(29, 29, 29, .25), rgba(29, 29, 29, .25)), linear-gradient(13.74deg, #1e514f 8.13%, rgba(22, 86, 83, .675) 46.83%, rgba(5, 97, 92, 0) 90.96%)
}

.bg-hero-overlay {
    background-image: linear-gradient(0deg, rgba(29, 29, 29, .25), rgba(29, 29, 29, .25)), linear-gradient(3.32deg, #1e514f -3.98%, rgba(25, 84, 81, .81) 45.03%, rgba(5, 97, 92, 0) 97.39%)
}

.bg-hero-overlay-black {
    background-image: linear-gradient(270deg, transparent -8.62%, rgba(13, 27, 26, .4))
}

.bg-monitor-and-mobile {
    background-image: linear-gradient(90deg, #91dad7 -12.68%, #dbf2f0 47.23%)
}

.from-surface-primary {
    --tw-gradient-from: var(--surface-primary) var(--tw-gradient-from-position);
    --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.bg-cover {
    background-size: cover
}

.bg-\[120\%\] {
    background-position: 120%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.fill-icon-invert {
    fill: var(--icon-invert)
}

.fill-icon-primary {
    fill: var(--icon-primary)
}

.fill-icon-secondary {
    fill: var(--icon-secondary)
}

.fill-text-error {
    fill: var(--text-error)
}

.stroke-border-action-primary-default {
    stroke: var(--border-action-primary-default)
}

.stroke-transparent {
    stroke: transparent
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.\ !p-0 {
    padding: 0 !important
}

.\ !p-4 {
    padding: 1rem !important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-10 {
    padding: 2.5rem
}

.p-14 {
    padding: 3.5rem
}

.p-16 {
    padding: 4rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.p-\[1\.25em\] {
    padding: 1.25em
}

.p-\[1\.5rem\] {
    padding: 1.5rem
}

.p-\[10px\] {
    padding: 10px
}

.p-\[14px\] {
    padding: 14px
}

.p-\[1rem\] {
    padding: 1rem
}

.p-\[24px\] {
    padding: 24px
}

.\ !px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.\ !px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.\ !px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
}

.\ !py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.\ !py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.\ !py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-\[0\.75rem\] {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.py-\[0\.25rem\] {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-\[0\.625rem\] {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-\[1rem\] {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.\ !pb-0 {
    padding-bottom: 0 !important
}

.\ !pb-\[1\.5rem\] {
    padding-bottom: 1.5rem !important
}

.\ !pt-1 {
    padding-top: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-\[0\.5rem\] {
    padding-bottom: .5rem
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-12 {
    padding-left: 3rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-20 {
    padding-left: 5rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pl-7 {
    padding-left: 1.75rem
}

.pl-8 {
    padding-left: 2rem
}

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 2.5rem
}

.pr-12 {
    padding-right: 3rem
}

.pr-14 {
    padding-right: 3.5rem
}

.pr-2 {
    padding-right: .5rem
}

.pr-3 {
    padding-right: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-\[170px\] {
    padding-right: 170px
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-14 {
    padding-top: 3.5rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-7 {
    padding-top: 1.75rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[3\.5rem\] {
    padding-top: 3.5rem
}

.pt-\[68px\] {
    padding-top: 68px
}

.text-left {
    text-align: left
}

.\ !text-center {
    text-align: center !important
}

.text-center {
    text-align: center
}

.\ !text-justify {
    text-align: justify !important
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.align-super {
    vertical-align: super
}

.font-frutiger {
    font-family: var(--font-frutiger)
}

.\ !text-\[14px\] {
    font-size: 14px !important
}

.\ !text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[0\.67rem\] {
    font-size: .67rem
}

.text-\[0\.75rem\] {
    font-size: .75rem
}

.text-\[0\.875rem\] {
    font-size: .875rem
}

.text-\[0\.8rem\] {
    font-size: .8rem
}

.text-\[1\.125rem\] {
    font-size: 1.125rem
}

.text-\[1\.25rem\] {
    font-size: 1.25rem
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[1em\] {
    font-size: 1em
}

.text-\[1rem\] {
    font-size: 1rem
}

.text-\[2rem\] {
    font-size: 2rem
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[4rem\] {
    font-size: 4rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.\ !font-bold {
    font-weight: 700 !important
}

.\ !font-normal {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.\ !leading-\[24px\] {
    line-height: 24px !important
}

.leading-5 {
    line-height: 1.25rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-7 {
    line-height: 1.75rem
}

.leading-8 {
    line-height: 2rem
}

.leading-\[100\%\] {
    line-height: 100%
}

.leading-\[115\%\] {
    line-height: 115%
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[2rem\] {
    line-height: 2rem
}

.leading-\[32px\] {
    line-height: 32px
}

.leading-\[3rem\] {
    line-height: 3rem
}

.leading-\[4\.5rem\] {
    line-height: 4.5rem
}

.leading-\[40px\] {
    line-height: 40px
}

.leading-\[56px\] {
    line-height: 56px
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.tracking-\[10\%\] {
    letter-spacing: 10%
}

.tracking-widest {
    letter-spacing: .1em
}

.\ !text-surface-primary {
    color: var(--surface-primary) !important
}

.\ !text-text-action-secondary-default {
    color: var(--text-action-secondary-default) !important
}

.\ !text-text-primary {
    color: var(--text-primary) !important
}

.text-\[\#2F3030\] {
    --tw-text-opacity: 1;
    color: rgb(47 48 48/var(--tw-text-opacity))
}

.text-\[\#606060\] {
    --tw-text-opacity: 1;
    color: rgb(96 96 96/var(--tw-text-opacity))
}

.text-\[\#747474\] {
    --tw-text-opacity: 1;
    color: rgb(116 116 116/var(--tw-text-opacity))
}

.text-\[\#F4FAF9\] {
    --tw-text-opacity: 1;
    color: rgb(244 250 249/var(--tw-text-opacity))
}

.text-\[var\(--text-primary\)\] {
    color: var(--text-primary)
}

.text-\[var\(--text-secondary\)\] {
    color: var(--text-secondary)
}

.text-\[var\(--text-success\)\] {
    color: var(--text-success)
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

.text-border-action-primary-default {
    color: var(--border-action-primary-default)
}

.text-border-secondary {
    color: var(--border-secondary)
}

.text-current {
    color: currentColor
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.text-icon-action-invert-default {
    color: var(--icon-action-invert-default)
}

.text-icon-action-secondary-default {
    color: var(--icon-action-secondary-default)
}

.text-icon-error {
    color: var(--icon-error)
}

.text-icon-info {
    color: var(--icon-info)
}

.text-icon-invert {
    color: var(--icon-invert)
}

.text-icon-primary {
    color: var(--icon-primary)
}

.text-icon-secondary {
    color: var(--icon-secondary)
}

.text-icon-success {
    color: var(--icon-success)
}

.text-icon-warning {
    color: var(--icon-warning)
}

.text-info-400 {
    color: var(--info-400)
}

.text-info-500 {
    color: var(--info-500)
}

.text-inherit {
    color: inherit
}

.text-park-international-primary {
    color: var(--park-international-primary)
}

.text-park-long-primary {
    color: var(--park-long-primary)
}

.text-park-short-primary {
    color: var(--park-short-primary)
}

.text-park-valet-primary {
    color: var(--park-valet-primary)
}

.text-rating-star-default {
    color: var(--rating-star-default)
}

.text-rating-star-hover {
    color: var(--rating-star-hover)
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

.text-surface-action-primary-default {
    color: var(--surface-action-primary-default)
}

.text-surface-on-action-disabled {
    color: var(--surface-on-action-disabled)
}

.text-surface-primary {
    color: var(--surface-primary)
}

.text-surface-secondary {
    color: var(--surface-secondary)
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110/var(--tw-text-opacity))
}

.text-text-action-disabled {
    color: var(--text-action-disabled)
}

.text-text-action-invert-default {
    color: var(--text-action-invert-default)
}

.text-text-action-primary {
    color: var(--text-action-primary)
}

.text-text-action-secondary-default {
    color: var(--text-action-secondary-default)
}

.text-text-action-secondary-hover {
    color: var(--text-action-secondary-hover)
}

.text-text-action-tertiary-default {
    color: var(--text-action-tertiary-default)
}

.text-text-error {
    color: var(--text-error)
}

.text-text-info {
    color: var(--text-info)
}

.text-text-invert {
    color: var(--text-invert)
}

.text-text-primary {
    color: var(--text-primary)
}

.text-text-secondary {
    color: var(--text-secondary)
}

.text-text-success {
    color: var(--text-success)
}

.text-text-warning {
    color: var(--text-warning)
}

.text-transparent {
    color: transparent
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-opacity-75 {
    --tw-text-opacity: 0.75
}

.underline {
    text-decoration-line: underline
}

.line-through {
    text-decoration-line: line-through
}

.\ !no-underline {
    text-decoration-line: none !important
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.shadow-\[0_2px_10px_grey\] {
    --tw-shadow: 0 2px 10px grey;
    --tw-shadow-colored: 0 2px 10px var(--tw-shadow-color)
}

.shadow-\[0_2px_10px_grey\],
.shadow-\[0_4px_10px_0px_\#55575929\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_10px_0px_\#55575929\] {
    --tw-shadow: 0 4px 10px 0px #55575929;
    --tw-shadow-colored: 0 4px 10px 0px var(--tw-shadow-color)
}

.shadow-\[0_4px_8px_0_\#3C3C3B29\],
.shadow-\[0_4px_8px_0_\#3c3c3b29\] {
    --tw-shadow: 0 4px 8px 0 #3c3c3b29;
    --tw-shadow-colored: 0 4px 8px 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)
}

.shadow-\[0px_2px_4px_0px_\#3C3C3B0F\] {
    --tw-shadow: 0px 2px 4px 0px #3c3c3b0f;
    --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color)
}

.shadow-\[0px_2px_4px_0px_\#3C3C3B0F\],
.shadow-\[2px_2px_4px_\#CFCFCF\] {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[2px_2px_4px_\#CFCFCF\] {
    --tw-shadow: 2px 2px 4px #cfcfcf;
    --tw-shadow-colored: 2px 2px 4px var(--tw-shadow-color)
}

.shadow-blur-soft,
.shadow-default {
    --tw-shadow: 0px 2px 4px 0px rgba(60, 60, 59, .06);
    --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color)
}

.shadow-blur-soft,
.shadow-default,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-md,
.shadow-pressed {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-pressed {
    --tw-shadow: 0px 4px 8px 0px rgba(60, 60, 59, .16);
    --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 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)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.drop-shadow-blur-arrow {
    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)
}

.drop-shadow-blur-arrow {
    --tw-drop-shadow: drop-shadow(0px 2px 3px #04615c)
}

.invert {
    --tw-invert: invert(100%);
    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)
}

.\ !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) !important
}

.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)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[height\] {
    transition-property: height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-0 {
    transition-duration: 0s
}

.duration-100 {
    transition-duration: .1s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.content-\[\'\'\] {
    --tw-content: "";
    content: var(--tw-content)
}

@keyframes enter {
    0% {
        opacity: var(--tw-enter-opacity,1);
        transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))
    }
}

@keyframes exit {
    to {
        opacity: var(--tw-exit-opacity,1);
        transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))
    }
}

.duration-0 {
    animation-duration: 0s
}

.duration-100 {
    animation-duration: .1s
}

.duration-200 {
    animation-duration: .2s
}

.duration-300 {
    animation-duration: .3s
}

.duration-500 {
    animation-duration: .5s
}

.ease-in-out {
    animation-timing-function: cubic-bezier(.4,0,.2,1)
}

.ease-out {
    animation-timing-function: cubic-bezier(0,0,.2,1)
}

.running {
    animation-play-state: running
}

.ms-4 {
    margin-inline-start: 1rem
}

[dir=rtl] .text-start {
    text-align: right
}

[dir=ltr] .text-start {
    text-align: left
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

h1 {
    font-size: 3.5rem
}

h2 {
    font-size: 2.125rem
}

h3 {
    font-size: 2rem
}

h4 {
    font-size: 1.625rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

span {
    font-size: .75rem
}

p {
    font-size: 1.125rem
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 140%;
    color: var(--text-primary)
}

html[dir=rtl] a, html[dir=rtl] h1, html[dir=rtl] h2, html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6, html[dir=rtl] input, html[dir=rtl] li, html[dir=rtl] p, html[dir=rtl] span, html[dir=rtl] ul {
    direction: rtl;
    text-align: right
}

html[dir=rtl] .unicode-bind {
    unicode-bidi: bidi-override
}

html[dir=rtl] {
    direction: ltr
}

    html[dir=rtl] .dir-rtl {
        direction: rtl
    }

    html[dir=rtl] .dir-rtl-force {
        direction: rtl !important
    }

    html[dir=rtl] .dir-ltr {
        direction: ltr
    }

.dir-rtl-default, html[dir=ltr] .dir-rtl-reversed {
    direction: rtl
}

.text-body-extra-small-light {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 300
}

.text-body-extra-small-regular {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400
}

.text-body-extra-small-bold {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700
}

.text-body-small-light {
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5rem
}

.text-body-small-regular {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5rem
}

.text-body-small-bold {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.5rem
}

.text-body-normal-light {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300
}

.text-body-normal-regular {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

.text-body-normal-bold {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

.text-body-medium-light {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300
}

.text-body-medium-regular {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400
}

.text-body-medium-bold {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.text-body-large-light {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300
}

.text-body-large-regular {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400
}

.text-body-large-bold {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700
}

.text-body-extra-large-bold {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem
}

@media (min-width:768px) {
    .text-body-extra-large-bold {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

.text-headline-h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 3.5rem
}

@media (min-width:768px) {
    .text-headline-h1 {
        font-size: 4rem;
        line-height: 4.5rem
    }
}

.text-headline-h1-2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem
}

.text-headline-mobile-h1-2 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem
}

.text-headline-h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem
}

@media (min-width:768px) {
    .text-headline-h2 {
        font-size: 2rem;
        line-height: 2.875rem
    }
}

.text-headline-h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem
}

@media (min-width:768px) {
    .text-headline-h3 {
        font-size: 1.5rem;
        line-height: 2.5rem
    }
}

.text-label-bold, .text-label-regular {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    letter-spacing: 10%
}

.logo-trapezoid-top {
    clip-path: polygon(92% 0,100% 0,100% 100%,0 100%)
}

.logo-trapezoid-bottom {
    clip-path: polygon(0 0,100% 0,8% 100%,0 100%)
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

    .hide-scrollbar::-webkit-scrollbar {
        display: none
    }

#onetrust-banner-sdk {
    font-family: FrutigerLTArabic,sans-serif !important
}

    #onetrust-banner-sdk .ot-chkbox input:checked ~ label:before, #onetrust-banner-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
        background-color: var(--primary-addon) !important
    }

#onetrust-pc-sdk {
    font-family: FrutigerLTArabic,sans-serif !important
}

.ot-always-active {
    color: var(--primary-addon) !important
}

.ot-bnr-logo {
    width: auto !important
}

.placeholder\:text-text-error::-moz-placeholder {
    color: var(--text-error)
}

.placeholder\:text-text-error::placeholder {
    color: var(--text-error)
}

.placeholder\:text-text-secondary::-moz-placeholder {
    color: var(--text-secondary)
}

.placeholder\:text-text-secondary::placeholder {
    color: var(--text-secondary)
}

.before\:absolute:before {
    content: var(--tw-content);
    position: absolute
}

.before\:right-2:before {
    content: var(--tw-content);
    right: .5rem
}

.before\:top-2\/4:before {
    content: var(--tw-content);
    top: 50%
}

.before\:h-0:before {
    content: var(--tw-content);
    height: 0
}

.before\:h-0\.5:before {
    content: var(--tw-content);
    height: .125rem
}

.before\:w-2:before {
    content: var(--tw-content);
    width: .5rem
}

.before\:w-2\.5:before {
    content: var(--tw-content);
    width: .625rem
}

.before\:-rotate-45:before {
    content: var(--tw-content);
    --tw-rotate: -45deg;
    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))
}

.before\:bg-surface-primary:before {
    content: var(--tw-content);
    background-color: var(--surface-primary)
}

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content)
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:right-2:after {
    content: var(--tw-content);
    right: .5rem
}

.after\:top-2\/4:after {
    content: var(--tw-content);
    top: 50%
}

.after\:h-0:after {
    content: var(--tw-content);
    height: 0
}

.after\:h-0\.5:after {
    content: var(--tw-content);
    height: .125rem
}

.after\:w-2:after {
    content: var(--tw-content);
    width: .5rem
}

.after\:w-2\.5:after {
    content: var(--tw-content);
    width: .625rem
}

.after\:rotate-45:after {
    content: var(--tw-content);
    --tw-rotate: 45deg;
    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))
}

.after\:bg-surface-primary:after {
    content: var(--tw-content);
    background-color: var(--surface-primary)
}

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content)
}

.last\:border-b-0:last-child {
    border-bottom-width: 0
}

.last\:border-none:last-child {
    border-style: none
}

.focus-within\:scale-105:focus-within {
    --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))
}

.focus-within\:border-border-action-secondary-default:focus-within {
    border-color: var(--border-action-secondary-default)
}

.focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus-within\:transition-all:focus-within {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.focus-within\:duration-300:focus-within {
    transition-duration: .3s
}

.focus-within\:ease-linear:focus-within {
    transition-timing-function: linear
}

.focus-within\:duration-300:focus-within {
    animation-duration: .3s
}

.focus-within\:ease-linear:focus-within {
    animation-timing-function: linear
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.hover\:scale-105:hover, .hover\:scale-110:hover {
    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\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:border-border-action-invert-hover:hover {
    border-color: var(--border-action-invert-hover)
}

.hover\:border-border-action-primary-hover:hover {
    border-color: var(--border-action-primary-hover)
}

.hover\:border-border-action-secondary-hover:hover {
    border-color: var(--border-action-secondary-hover)
}

.hover\:border-border-action-tertiary-hover:hover {
    border-color: var(--border-action-tertiary-hover)
}

.hover\:border-icon-action-secondary-hover:hover {
    border-color: var(--icon-action-secondary-hover)
}

.hover\:border-surface-primary:hover {
    border-color: var(--surface-primary)
}

.hover\:border-text-action-secondary-hover:hover {
    border-color: var(--text-action-secondary-hover)
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.hover\:\!bg-surface-tertiary:hover {
    background-color: var(--surface-tertiary) !important
}

.hover\:bg-border-action-tertiary-hover:hover {
    background-color: var(--border-action-tertiary-hover)
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.hover\:bg-icon-action-secondary-hover:hover {
    background-color: var(--icon-action-secondary-hover)
}

.hover\:bg-surface-action-primary-hover:hover {
    background-color: var(--surface-action-primary-hover)
}

.hover\:bg-surface-action-secondary-hover:hover {
    background-color: var(--surface-action-secondary-hover)
}

.hover\:bg-surface-action-tertiary-default:hover {
    background-color: var(--surface-action-tertiary-default)
}

.hover\:bg-surface-action-tertiary-hover:hover {
    background-color: var(--surface-action-tertiary-hover)
}

.hover\:bg-surface-secondary:hover {
    background-color: var(--surface-secondary)
}

.hover\:bg-surface-tertiary:hover {
    background-color: var(--surface-tertiary)
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.hover\:font-normal:hover {
    font-weight: 400
}

.hover\:\!text-text-action-secondary-default:hover {
    color: var(--text-action-secondary-default) !important
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity))
}

.hover\:text-icon-action-secondary-hover:hover {
    color: var(--icon-action-secondary-hover)
}

.hover\:text-surface-primary:hover {
    color: var(--surface-primary)
}

.hover\:text-text-action-secondary-default:hover {
    color: var(--text-action-secondary-default)
}

.hover\:text-text-action-secondary-hover:hover {
    color: var(--text-action-secondary-hover)
}

.hover\:text-text-action-tertiary-hover:hover {
    color: var(--text-action-tertiary-hover)
}

.hover\:text-text-secondary:hover {
    color: var(--text-secondary)
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:opacity-10:hover {
    opacity: .1
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:opacity-30:hover {
    opacity: .3
}

.hover\:opacity-50:hover {
    opacity: .5
}

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:opacity-80:hover {
    opacity: .8
}

.hover\:opacity-90:hover {
    opacity: .9
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.hover\:shadow-\[inset_0_0_0_2px_\#132e2d\]:hover, .hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:shadow-\[inset_0_0_0_2px_\#132e2d\]:hover {
    --tw-shadow: inset 0 0 0 2px #132e2d;
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color)
}

.hover\:shadow-arrows:hover {
    --tw-shadow: 0 6px 16px 0 #3c3c3b29;
    --tw-shadow-colored: 0 6px 16px 0 var(--tw-shadow-color)
}

.hover\:shadow-arrows:hover, .hover\:shadow-hover:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:shadow-hover:hover {
    --tw-shadow: 0px 4px 24px 0px rgba(60,60,59,.08);
    --tw-shadow-colored: 0px 4px 24px 0px var(--tw-shadow-color)
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.hover\:shadow-lg:hover, .hover\:shadow-md:hover {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.hover\:transition-all:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.hover\:duration-300:hover {
    transition-duration: .3s
}

.hover\:ease-linear:hover {
    transition-timing-function: linear
}

.hover\:duration-300:hover {
    animation-duration: .3s
}

.hover\:ease-linear:hover {
    animation-timing-function: linear
}

.focus-within\:hover\:shadow-lg:hover:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.focus\:border-border-action-secondary-default:focus {
    border-color: var(--border-action-secondary-default)
}

.focus\:bg-surface-primary:focus {
    background-color: var(--surface-primary)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:outline-indigo-500:focus {
    outline-color: #6366f1
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(20 184 166/var(--tw-ring-opacity))
}

.active\:scale-95:active {
    --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))
}

.active\:cursor-grabbing:active {
    cursor: grabbing
}

.active\:border-0:active {
    border-width: 0
}

.active\:border-border-action-invert-press:active {
    border-color: var(--border-action-invert-press)
}

.active\:border-border-action-primary-press:active {
    border-color: var(--border-action-primary-press)
}

.active\:border-border-action-secondary-press:active {
    border-color: var(--border-action-secondary-press)
}

.active\:border-border-action-tertiary-press:active {
    border-color: var(--border-action-tertiary-press)
}

.active\:border-icon-action-secondary-press:active {
    border-color: var(--icon-action-secondary-press)
}

.active\:border-text-action-secondary-press:active {
    border-color: var(--text-action-secondary-press)
}

.active\:bg-border-action-tertiary-press:active {
    background-color: var(--border-action-tertiary-press)
}

.active\:bg-icon-action-secondary-press:active {
    background-color: var(--icon-action-secondary-press)
}

.active\:bg-surface-action-primary-press:active {
    background-color: var(--surface-action-primary-press)
}

.active\:bg-surface-action-secondary-press:active {
    background-color: var(--surface-action-secondary-press)
}

.active\:bg-surface-action-tertiary-press:active {
    background-color: var(--surface-action-tertiary-press)
}

.active\:text-icon-action-secondary-press:active {
    color: var(--icon-action-secondary-press)
}

.active\:text-text-action-secondary-press:active {
    color: var(--text-action-secondary-press)
}

.active\:text-text-action-tertiary-press:active {
    color: var(--text-action-tertiary-press)
}

.active\:text-text-secondary:active {
    color: var(--text-secondary)
}

.active\:opacity-50:active {
    opacity: .5
}

.active\:shadow-pressed:active {
    --tw-shadow: 0px 4px 8px 0px rgba(60,60,59,.16);
    --tw-shadow-colored: 0px 4px 8px 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)
}

.active\:outline:active {
    outline-style: solid
}

.active\:outline-1:active {
    outline-width: 1px
}

.active\:outline-border-action-primary-press:active {
    outline-color: var(--border-action-primary-press)
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.group:hover .group-hover\:bottom-6 {
    bottom: 1.5rem
}

.group:hover .group-hover\:mb-\[128px\] {
    margin-bottom: 128px
}

.group:hover .group-hover\:block {
    display: block
}

.group:hover .group-hover\:h-\[112px\] {
    height: 112px
}

.group:hover .group-hover\:scale-110 {
    --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))
}

.group:hover .group-hover\:text-icon-action-secondary-hover {
    color: var(--icon-action-secondary-hover)
}

.group:hover .group-hover\:text-text-action-secondary-hover {
    color: var(--text-action-secondary-hover)
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:duration-300 {
    transition-duration: .3s;
    animation-duration: .3s
}

.group:active .group-active\:text-icon-action-secondary-press {
    color: var(--icon-action-secondary-press)
}

.aria-checked\:bg-gray-700[aria-checked=true] {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

.data-\[state\=checked\]\:bg-surface-primary[data-state=checked] {
    background-color: var(--surface-primary)
}

@media not all and (min-width:1536px) {
    .max-2xl\:gap-\[0\.725rem\] {
        gap: .725rem
    }
}

@media not all and (min-width:1280px) {
    .max-xl\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .max-xl\:mb-4 {
        margin-bottom: 1rem
    }

    .max-xl\:mt-\[72px\] {
        margin-top: 72px
    }

    .max-xl\:hidden {
        display: none
    }

    .max-xl\:max-h-\[186px\] {
        max-height: 186px
    }

    .max-xl\:w-full {
        width: 100%
    }

    .max-xl\:max-w-\[100\%\], .max-xl\:max-w-full {
        max-width: 100%
    }

    .max-xl\:flex-\[1_1_100\%\] {
        flex: 1 1 100%
    }

    .max-xl\:flex-col {
        flex-direction: column
    }

    .max-xl\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .max-xl\:flex-wrap {
        flex-wrap: wrap
    }

    .max-xl\:items-start {
        align-items: flex-start
    }

    .max-xl\:items-baseline {
        align-items: baseline
    }

    .max-xl\:gap-10 {
        gap: 2.5rem
    }

    .max-xl\:gap-12 {
        gap: 3rem
    }

    .max-xl\:gap-3 {
        gap: .75rem
    }

    .max-xl\:gap-4 {
        gap: 1rem
    }

    .max-xl\:gap-5 {
        gap: 1.25rem
    }

    .max-xl\:gap-6 {
        gap: 1.5rem
    }

    .max-xl\:gap-8 {
        gap: 2rem
    }

    .max-xl\:gap-\[1\.5rem\] {
        gap: 1.5rem
    }

    .max-xl\:bg-surface-secondary {
        background-color: var(--surface-secondary)
    }

    .max-xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .max-xl\:p-0 {
        padding: 0
    }

    .max-xl\:p-4 {
        padding: 1rem
    }

    .max-xl\:p-\[1\.875rem\] {
        padding: 1.875rem
    }

    .max-xl\:p-\[1rem\] {
        padding: 1rem
    }

    .max-xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .max-xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .max-xl\:pb-0 {
        padding-bottom: 0
    }

    .max-xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .max-xl\:pb-5 {
        padding-bottom: 1.25rem
    }

    .max-xl\:pr-0 {
        padding-right: 0
    }

    .max-xl\:pt-10 {
        padding-top: 2.5rem
    }

    .max-xl\:pt-2 {
        padding-top: .5rem
    }

    .max-xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .max-xl\:text-\[3rem\] {
        font-size: 3rem
    }

    .max-xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .max-xl\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media not all and (min-width:1024px) {
    .max-lg\:absolute {
        position: absolute
    }

    .max-lg\:right-\[1rem\] {
        right: 1rem
    }

    .max-lg\:top-0 {
        top: 0
    }

    .max-lg\:top-\[-2\.5rem\] {
        top: -2.5rem
    }

    .max-lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-lg\:flex {
        display: flex
    }

    .max-lg\:hidden {
        display: none
    }

    .max-lg\:h-\[258px\] {
        height: 258px
    }

    .max-lg\:h-\[524px\] {
        height: 524px
    }

    .max-lg\:w-\[90\%\] {
        width: 90%
    }

    .max-lg\:w-full {
        width: 100%
    }

    .max-lg\:flex-col {
        flex-direction: column
    }

    .max-lg\:items-center {
        align-items: center
    }

    .max-lg\:gap-10 {
        gap: 2.5rem
    }

    .max-lg\:gap-4 {
        gap: 1rem
    }

    .max-lg\:gap-6 {
        gap: 1.5rem
    }

    .max-lg\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .max-lg\:bg-green-overlay {
        background-image: linear-gradient(0deg,rgba(29,29,29,.25),rgba(29,29,29,.25)),linear-gradient(13.74deg,#1e514f 8.13%,rgba(22,86,83,.675) 46.83%,rgba(5,97,92,0) 90.96%)
    }

    .max-lg\:p-0 {
        padding: 0
    }

    .max-lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .max-lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .max-lg\:pr-4 {
        padding-right: 1rem
    }

    .max-lg\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 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))
    }

    .max-lg\:hover\:bg-surface-primary:hover {
        background-color: var(--surface-primary)
    }
}

@media not all and (min-width:768px) {
    .max-md\:absolute {
        position: absolute
    }

    .max-md\:relative {
        position: relative
    }

    .max-md\:bottom-4 {
        bottom: 1rem
    }

    .max-md\:bottom-6 {
        bottom: 1.5rem
    }

    .max-md\:left-0 {
        left: 0
    }

    .max-md\:top-0 {
        top: 0
    }

    .max-md\:top-\[-17rem\] {
        top: -17rem
    }

    .max-md\:z-\[1\] {
        z-index: 1
    }

    .max-md\:m-0 {
        margin: 0
    }

    .max-md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .max-md\:mb-0 {
        margin-bottom: 0
    }

    .max-md\:mb-1 {
        margin-bottom: .25rem
    }

    .max-md\:mb-2 {
        margin-bottom: .5rem
    }

    .max-md\:mb-3 {
        margin-bottom: .75rem
    }

    .max-md\:mb-4 {
        margin-bottom: 1rem
    }

    .max-md\:mb-\[128px\] {
        margin-bottom: 128px
    }

    .max-md\:ml-12 {
        margin-left: 3rem
    }

    .max-md\:mt-0 {
        margin-top: 0
    }

    .max-md\:mt-2 {
        margin-top: .5rem
    }

    .max-md\:mt-4 {
        margin-top: 1rem
    }

    .max-md\:mt-5 {
        margin-top: 1.25rem
    }

    .max-md\:mt-6 {
        margin-top: 1.5rem
    }

    .max-md\:line-clamp-3 {
        -webkit-line-clamp: 3
    }

    .max-md\:line-clamp-3, .max-md\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    .max-md\:line-clamp-4 {
        -webkit-line-clamp: 4
    }

    .max-md\:block {
        display: block
    }

    .max-md\:flex {
        display: flex
    }

    .max-md\:hidden {
        display: none
    }

    .max-md\:size-4 {
        width: 1rem;
        height: 1rem
    }

    .max-md\:size-8 {
        width: 2rem;
        height: 2rem
    }

    .max-md\:h-6 {
        height: 1.5rem
    }

    .max-md\:h-\[248px\] {
        height: 248px
    }

    .max-md\:h-\[372px\] {
        height: 372px
    }

    .max-md\:h-\[40px\] {
        height: 40px
    }

    .max-md\:h-\[524px\] {
        height: 524px
    }

    .max-md\:max-h-\[180px\] {
        max-height: 180px
    }

    .max-md\:max-h-\[228px\] {
        max-height: 228px
    }

    .max-md\:\!w-full {
        width: 100% !important
    }

    .max-md\:w-6 {
        width: 1.5rem
    }

    .max-md\:w-\[90\%\] {
        width: 90%
    }

    .max-md\:w-full {
        width: 100%
    }

    .max-md\:w-max {
        width: -moz-max-content;
        width: max-content
    }

    .max-md\:min-w-\[50\%\] {
        min-width: 50%
    }

    .max-md\:max-w-\[unset\] {
        max-width: unset
    }

    .max-md\:flex-shrink-0 {
        flex-shrink: 0
    }

    .max-md\:snap-x {
        scroll-snap-type: x var(--tw-scroll-snap-strictness)
    }

    .max-md\:snap-mandatory {
        --tw-scroll-snap-strictness: mandatory
    }

    .max-md\:snap-center {
        scroll-snap-align: center
    }

    .max-md\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .max-md\:flex-col {
        flex-direction: column
    }

    .max-md\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .max-md\:items-start {
        align-items: flex-start
    }

    .max-md\:items-end {
        align-items: flex-end
    }

    .max-md\:items-center {
        align-items: center
    }

    .max-md\:justify-start {
        justify-content: flex-start
    }

    .max-md\:justify-center {
        justify-content: center
    }

    .max-md\:justify-between {
        justify-content: space-between
    }

    .max-md\:justify-around {
        justify-content: space-around
    }

    .max-md\:\!gap-2 {
        gap: .5rem !important
    }

    .max-md\:gap-1 {
        gap: .25rem
    }

    .max-md\:gap-2 {
        gap: .5rem
    }

    .max-md\:gap-3 {
        gap: .75rem
    }

    .max-md\:gap-4 {
        gap: 1rem
    }

    .max-md\:gap-5 {
        gap: 1.25rem
    }

    .max-md\:gap-8 {
        gap: 2rem
    }

    .max-md\:overflow-hidden {
        overflow: hidden
    }

    .max-md\:overflow-x-auto {
        overflow-x: auto
    }

    .max-md\:scroll-smooth {
        scroll-behavior: smooth
    }

    .max-md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .max-md\:border-b {
        border-bottom-width: 1px
    }

    .max-md\:border-border-tertiary {
        border-color: var(--border-tertiary)
    }

    .max-md\:bg-surface-header-primary {
        background-color: var(--surface-header-primary)
    }

    .max-md\:bg-surface-primary {
        background-color: var(--surface-primary)
    }

    .max-md\:bg-surface-quaternary {
        background-color: var(--surface-quaternary)
    }

    .max-md\:bg-surface-secondary {
        background-color: var(--surface-secondary)
    }

    .max-md\:stroke-surface-primary {
        stroke: var(--surface-primary)
    }

    .max-md\:p-3 {
        padding: .75rem
    }

    .max-md\:p-4 {
        padding: 1rem
    }

    .max-md\:p-5 {
        padding: 1.25rem
    }

    .max-md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .max-md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .max-md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .max-md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .max-md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .max-md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .max-md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .max-md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .max-md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .max-md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .max-md\:pb-0 {
        padding-bottom: 0
    }

    .max-md\:pl-0 {
        padding-left: 0
    }

    .max-md\:pl-4 {
        padding-left: 1rem
    }

    .max-md\:pr-0 {
        padding-right: 0
    }

    .max-md\:pt-14 {
        padding-top: 3.5rem
    }

    .max-md\:pt-6 {
        padding-top: 1.5rem
    }

    .max-md\:text-center {
        text-align: center
    }

    .max-md\:\!text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important
    }

    .max-md\:\!text-\[1\.125rem\] {
        font-size: 1.125rem !important
    }

    .max-md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .max-md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .max-md\:text-\[0\.875rem\] {
        font-size: .875rem
    }

    .max-md\:text-\[1rem\] {
        font-size: 1rem
    }

    .max-md\:text-\[2\.25rem\] {
        font-size: 2.25rem
    }

    .max-md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .max-md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .max-md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .max-md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .max-md\:font-bold {
        font-weight: 700
    }

    .max-md\:font-light {
        font-weight: 300
    }

    .max-md\:font-normal {
        font-weight: 400
    }

    .max-md\:uppercase {
        text-transform: uppercase
    }

    .max-md\:leading-8 {
        line-height: 2rem
    }

    .max-md\:tracking-\[10\%\] {
        letter-spacing: 10%
    }

    .max-md\:text-surface-primary {
        color: var(--surface-primary)
    }

    .max-md\:text-text-action-secondary-default {
        color: var(--text-action-secondary-default)
    }

    .max-md\:opacity-100 {
        opacity: 1
    }

    .max-md\:shadow-\[0_2px_4px_0_\#3C3C3B0F\] {
        --tw-shadow: 0 2px 4px 0 #3c3c3b0f;
        --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color)
    }

    .max-md\:shadow-\[0_2px_4px_0_\#3C3C3B0F\], .max-md\:shadow-\[0px_2px_4px_0px_\#3C3C3B0F\] {
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }

    .max-md\:shadow-\[0px_2px_4px_0px_\#3C3C3B0F\] {
        --tw-shadow: 0px 2px 4px 0px #3c3c3b0f;
        --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color)
    }
}

@media not all and (min-width:640px) {
    .max-sm\:\!block {
        display: block !important
    }
}

@media (min-width:640px) {
    .sm\:mr-\[60px\] {
        margin-right: 60px
    }

    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:h-\[46px\] {
        height: 46px
    }

    .sm\:h-\[72px\] {
        height: 72px
    }

    .sm\:w-\[168px\] {
        width: 168px
    }

    .sm\:w-\[530px\] {
        width: 530px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (min-width:768px) {
    .md\:absolute {
        position: absolute
    }

    .md\:sticky {
        position: sticky
    }

    .md\:bottom-0 {
        bottom: 0
    }

    .md\:bottom-\[3\.5rem\] {
        bottom: 3.5rem
    }

    .md\:bottom-\[unset\] {
        bottom: unset
    }

    .md\:left-0 {
        left: 0
    }

    .md\:left-1\/2 {
        left: 50%
    }

    .md\:right-0 {
        right: 0
    }

    .md\:right-32 {
        right: 8rem
    }

    .md\:top-1\/2 {
        top: 50%
    }

    .md\:top-\[2rem\] {
        top: 2rem
    }

    .md\:top-full {
        top: 100%
    }

    .md\:z-30 {
        z-index: 30
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:m-0 {
        margin: 0
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mb-\[1rem\] {
        margin-bottom: 1rem
    }

    .md\:mb-\[3rem\] {
        margin-bottom: 3rem
    }

    .md\:mr-20 {
        margin-right: 5rem
    }

    .md\:mt-14 {
        margin-top: 3.5rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mt-3 {
        margin-top: .75rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:size-14 {
        width: 3.5rem;
        height: 3.5rem
    }

    .md\:size-7 {
        width: 1.75rem;
        height: 1.75rem
    }

    .md\:h-12 {
        height: 3rem
    }

    .md\:h-\[104px\] {
        height: 104px
    }

    .md\:h-\[212px\] {
        height: 212px
    }

    .md\:h-\[256px\] {
        height: 256px
    }

    .md\:h-\[300px\] {
        height: 300px
    }

    .md\:h-\[340px\] {
        height: 340px
    }

    .md\:h-\[376px\] {
        height: 376px
    }

    .md\:h-\[38px\] {
        height: 38px
    }

    .md\:h-\[400px\] {
        height: 400px
    }

    .md\:h-\[420px\] {
        height: 420px
    }

    .md\:h-\[448px\] {
        height: 448px
    }

    .md\:h-\[463px\] {
        height: 463px
    }

    .md\:h-\[670px\] {
        height: 670px
    }

    .md\:h-\[76px\] {
        height: 76px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-full {
        height: 100%
    }

    .md\:max-h-\[296px\] {
        max-height: 296px
    }

    .md\:max-h-\[30\%\] {
        max-height: 30%
    }

    .md\:max-h-\[308px\] {
        max-height: 308px
    }

    .md\:max-h-\[50\%\] {
        max-height: 50%
    }

    .md\:min-h-\[0px\] {
        min-height: 0
    }

    .md\:min-h-\[460px\] {
        min-height: 460px
    }

    .md\:min-h-\[488px\] {
        min-height: 488px
    }

    .md\:min-h-\[553px\] {
        min-height: 553px
    }

    .md\:min-h-\[5rem\] {
        min-height: 5rem
    }

    .md\:min-h-\[624px\] {
        min-height: 624px
    }

    .md\:min-h-\[670px\] {
        min-height: 670px
    }

    .md\:min-h-\[690px\] {
        min-height: 690px
    }

    .md\:min-h-\[764px\] {
        min-height: 764px
    }

    .md\:\!w-auto {
        width: auto !important
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-12 {
        width: 3rem
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-\[100vw\] {
        width: 100vw
    }

    .md\:w-\[18\%\] {
        width: 18%
    }

    .md\:w-\[264px\] {
        width: 264px
    }

    .md\:w-\[280px\] {
        width: 280px
    }

    .md\:w-\[343px\] {
        width: 343px
    }

    .md\:w-\[38px\] {
        width: 38px
    }

    .md\:w-\[49\%\] {
        width: 49%
    }

    .md\:w-\[740px\] {
        width: 740px
    }

    .md\:w-\[90\%\] {
        width: 90%
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-fit {
        width: -moz-fit-content;
        /* width: fit-content; */
    }

    .md\:w-full {
        width: 100%
    }

    .md\:min-w-\[160px\] {
        min-width: 160px
    }

    .md\:min-w-\[170px\] {
        min-width: 170px
    }

    .md\:min-w-\[240px\] {
        min-width: 240px
    }

    .md\:min-w-\[90px\] {
        min-width: 90px
    }

    .md\:max-w-\[1240px\] {
        max-width: 1240px
    }

    .md\:max-w-\[150px\] {
        max-width: 150px
    }

    .md\:max-w-\[180px\] {
        max-width: 180px
    }

    .md\:max-w-\[208px\] {
        max-width: 208px
    }

    .md\:max-w-\[240px\] {
        max-width: 240px
    }

    .md\:max-w-\[247px\] {
        max-width: 247px
    }

    .md\:max-w-\[252px\] {
        max-width: 252px
    }

    .md\:max-w-\[321px\] {
        max-width: 321px
    }

    .md\:max-w-\[380px\] {
        max-width: 380px
    }

    .md\:max-w-\[397px\] {
        max-width: 397px
    }

    .md\:max-w-\[400px\] {
        max-width: 400px
    }

    .md\:max-w-\[419px\] {
        max-width: 419px
    }

    .md\:max-w-\[426px\] {
        max-width: 426px
    }

    .md\:max-w-\[467px\] {
        max-width: 467px
    }

    .md\:max-w-\[816px\] {
        max-width: 816px
    }

    .md\:max-w-\[820px\] {
        max-width: 820px
    }

    .md\:max-w-\[90px\] {
        max-width: 90px
    }

    .md\:max-w-\[95\%\] {
        max-width: 95%
    }

    .md\:max-w-none {
        max-width: none
    }

    .md\:-translate-x-1\/2 {
        --tw-translate-x: -50%
    }

    .md\:-translate-x-1\/2, .md\:-translate-y-1\/2 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%
    }

    .md\: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))
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr))
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr))
    }

    .md\:grid-rows-2 {
        grid-template-rows: repeat(2,minmax(0,1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-end {
        align-items: flex-end
    }

    .md\:items-center {
        align-items: center
    }

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-end {
        justify-content: flex-end
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-0 {
        gap: 0
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-12 {
        gap: 3rem
    }

    .md\:gap-14 {
        gap: 3.5rem
    }

    .md\:gap-2 {
        gap: .5rem
    }

    .md\:gap-24 {
        gap: 6rem
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-5 {
        gap: 1.25rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-\[1\.5rem\] {
        gap: 1.5rem
    }

    .md\:gap-\[1\.875rem\] {
        gap: 1.875rem
    }

    .md\:gap-\[124px\] {
        gap: 124px
    }

    .md\:gap-\[1rem\] {
        gap: 1rem
    }

    .md\:gap-\[2rem\] {
        gap: 2rem
    }

    .md\:gap-\[3\.5rem\] {
        gap: 3.5rem
    }

    .md\:gap-\[3rem\] {
        gap: 3rem
    }

    .md\:gap-\[53px\] {
        gap: 53px
    }

    .md\:gap-\[63px\] {
        gap: 63px
    }

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .md\:gap-y-24 {
        row-gap: 6rem
    }

    .md\:gap-y-\[calc\(6rem-1\.75rem-1\.75rem\)\] {
        row-gap: calc(6rem - 1.75rem - 1.75rem)
    }

    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse))
    }

    .md\:self-start {
        align-self: flex-start
    }

    .md\:overflow-hidden {
        overflow: hidden
    }

    .md\:text-ellipsis {
        text-overflow: ellipsis
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-0 {
        border-width: 0
    }

    .md\:border-b {
        border-bottom-width: 1px
    }

    .md\:border-b-\[1rem\] {
        border-bottom-width: 1rem
    }

    .md\:border-border-action-primary-default {
        border-color: var(--border-action-primary-default)
    }

    .md\:border-border-primary {
        border-color: var(--border-primary)
    }

    .md\:bg-\[unset\] {
        background-color: unset
    }

    .md\:bg-surface-primary {
        background-color: var(--surface-primary)
    }

    .md\:bg-surface-secondary {
        background-color: var(--surface-secondary)
    }

    .md\:bg-gradient-to-l {
        background-image: linear-gradient(to left,var(--tw-gradient-stops))
    }

    .md\:from-transparent {
        --tw-gradient-from: transparent var(--tw-gradient-from-position);
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
    }

    .md\:via-\[\#0D1B1A\]\/70 {
        --tw-gradient-to: rgba(13,27,26,0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from),rgba(13,27,26,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)
    }

    .md\:to-\[\#0D1B1A\]\/70 {
        --tw-gradient-to: rgba(13,27,26,.7) var(--tw-gradient-to-position)
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-14 {
        padding: 3.5rem
    }

    .md\:p-16 {
        padding: 4rem
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-\[19px\] {
        padding: 19px
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:px-\[0\.7rem\] {
        padding-left: .7rem;
        padding-right: .7rem
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pr-10 {
        padding-right: 2.5rem
    }

    .md\:pr-\[170px\] {
        padding-right: 170px
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-\[0\.875rem\] {
        font-size: .875rem
    }

    .md\:text-\[1\.25rem\] {
        font-size: 1.25rem
    }

    .md\:text-\[1\.5rem\] {
        font-size: 1.5rem
    }

    .md\:text-\[14px\] {
        font-size: 14px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-\[2\.25rem\] {
        font-size: 2.25rem
    }

    .md\:text-\[2\.5rem\] {
        font-size: 2.5rem
    }

    .md\:text-\[20px\] {
        font-size: 20px
    }

    .md\:text-\[2rem\] {
        font-size: 2rem
    }

    .md\:text-\[4rem\] {
        font-size: 4rem
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:font-bold {
        font-weight: 700
    }

    .md\:font-light {
        font-weight: 300
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:leading-\[28px\] {
        line-height: 28px
    }

    .md\:leading-\[3rem\] {
        line-height: 3rem
    }

    .md\:leading-\[4\.5rem\] {
        line-height: 4.5rem
    }

    .md\:leading-\[48px\] {
        line-height: 48px
    }

    .md\:leading-\[64px\] {
        line-height: 64px
    }

    .md\:text-text-invert {
        color: var(--text-invert)
    }

    .md\:text-text-secondary {
        color: var(--text-secondary)
    }

    .md\:opacity-0 {
        opacity: 0
    }

    .md\:shadow-drop {
        --tw-shadow: 0px 1px 10px 0px #55575929;
        --tw-shadow-colored: 0px 1px 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)
    }

    .hover\:md\:opacity-90:hover {
        opacity: .9
    }
}

@media (min-width:1024px) {
    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:bottom-\[-190px\] {
        bottom: -190px
    }

    .lg\:left-\[35\%\] {
        left: 35%
    }

    .lg\:right-24 {
        right: 6rem
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:z-\[52\] {
        z-index: 52
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:mb-44 {
        margin-bottom: 11rem
    }

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

    .lg\:mr-24 {
        margin-right: 6rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mt-14 {
        margin-top: 3.5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:size-6 {
        width: 1.5rem;
        height: 1.5rem
    }

    .lg\:h-\[105px\] {
        height: 105px
    }

    .lg\:h-\[137px\] {
        height: 137px
    }

    .lg\:h-\[180px\] {
        height: 180px
    }

    .lg\:h-\[300px\] {
        height: 300px
    }

    .lg\:h-\[487px\] {
        height: 487px
    }

    .lg\:h-\[516px\] {
        height: 516px
    }

    .lg\:h-\[82px\] {
        height: 82px
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-fit {
        height: -moz-fit-content;
        height: fit-content
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:min-h-32 {
        min-height: 8rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-\[181px\] {
        width: 181px
    }

    .lg\:w-\[193px\] {
        width: 193px
    }

    .lg\:w-\[30\%\] {
        width: 30%
    }

    .lg\:w-\[396px\] {
        width: 396px
    }

    .lg\:w-\[40vw\] {
        width: 40vw
    }

    .lg\:w-\[516px\] {
        width: 516px
    }

    .lg\:w-\[528px\] {
        width: 528px
    }

    .lg\:w-\[60\%\] {
        width: 60%
    }

    .lg\:w-fit {
        width: -moz-fit-content;
        width: fit-content
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:min-w-\[600px\] {
        min-width: 600px
    }

    .lg\:max-w-\[450px\] {
        max-width: 450px
    }

    .lg\:max-w-\[490px\] {
        max-width: 490px
    }

    .lg\:max-w-\[530px\] {
        max-width: 530px
    }

    .lg\:max-w-\[680px\] {
        max-width: 680px
    }

    .lg\:translate-y-\[54px\] {
        --tw-translate-y: 54px;
        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))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .lg\:grid-cols-\[2fr_1fr\] {
        grid-template-columns: 2fr 1fr
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-0 {
        gap: 0
    }

    .lg\:gap-10 {
        gap: 2.5rem
    }

    .lg\:gap-14 {
        gap: 3.5rem
    }

    .lg\:gap-24 {
        gap: 6rem
    }

    .lg\:gap-3 {
        gap: .75rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-x-\[2rem\] {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:rounded-\[unset\] {
        border-radius: unset
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:border-t-0 {
        border-top-width: 0
    }

    .lg\:bg-surface-header-secondary {
        background-color: var(--surface-header-secondary)
    }

    .lg\:bg-transparent {
        background-color: transparent
    }

    .lg\:bg-gradient-to-l {
        background-image: linear-gradient(to left,var(--tw-gradient-stops))
    }

    .lg\:bg-green-overlay {
        background-image: linear-gradient(0deg,rgba(29,29,29,.25),rgba(29,29,29,.25)),linear-gradient(13.74deg,#1e514f 8.13%,rgba(22,86,83,.675) 46.83%,rgba(5,97,92,0) 90.96%)
    }

    .lg\:from-transparent {
        --tw-gradient-from: transparent var(--tw-gradient-from-position);
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
    }

    .lg\:p-14 {
        padding: 3.5rem
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:p-8 {
        padding: 2rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .lg\:py-\[1\.5rem\] {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lg\:pb-14 {
        padding-bottom: 3.5rem
    }

    .lg\:pb-\[3rem\] {
        padding-bottom: 3rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:text-\[3rem\] {
        font-size: 3rem
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:text-text-secondary {
        color: var(--text-secondary)
    }
}

@media (min-width:1280px) {
    .xl\:absolute {
        position: absolute
    }

    .xl\:right-6 {
        right: 1.5rem
    }

    .xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .xl\:ml-custom {
        margin-left: max(0px,(100vw - 1320px)/2)
    }

    .xl\:ml-custom2 {
        margin-left: max(0px,(90% - 1320px)/2)
    }

    .xl\:mt-0 {
        margin-top: 0
    }

    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-\[376px\] {
        height: 376px
    }

    .xl\:h-\[524px\] {
        height: 524px
    }

    .xl\:h-\[71\%\] {
        height: 71%
    }

    .xl\:max-h-\[367px\] {
        max-height: 367px
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-\[100vw\] {
        width: 100vw
    }

    .xl\:w-\[1500px\] {
        width: 1500px
    }

    .xl\:w-\[418px\] {
        width: 418px
    }

    .xl\:w-\[516px\] {
        width: 516px
    }

    .xl\:w-\[864px\] {
        width: 864px
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:w-full {
        width: 100%
    }

    .xl\:min-w-\[120px\] {
        min-width: 120px
    }

    .xl\:min-w-\[200px\] {
        min-width: 200px
    }

    .xl\:max-w-\[335px\] {
        max-width: 335px
    }

    .xl\:max-w-\[50\%\] {
        max-width: 50%
    }

    .xl\:max-w-full {
        max-width: 100%
    }

    .xl\:flex-\[0_0_100\%\] {
        flex: 0 0 100%
    }

    .xl\:flex-\[0_0_50\%\] {
        flex: 0 0 50%
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:object-\[center_-320px\] {
        -o-object-position: center -320px;
        object-position: center -320px
    }

    .xl\:object-\[center_-524px\] {
        -o-object-position: center -524px;
        object-position: center -524px
    }

    .xl\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:py-24 {
        padding-bottom: 6rem
    }

    .xl\:pt-24, .xl\:py-24 {
        padding-top: 6rem
    }
}

@media (min-width:1536px) {
    .\32xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
}

.ltr\:left-\[max\(0px\2c calc\(50\%-757px\)\)\]:where([dir=ltr],[dir=ltr] *) {
    left: max(0px,calc(50% - 757px))
}

.ltr\:ml-auto:where([dir=ltr],[dir=ltr] *) {
    margin-left: auto
}

.ltr\:mr-0:where([dir=ltr],[dir=ltr] *) {
    margin-right: 0
}

.ltr\:rotate-0:where([dir=ltr],[dir=ltr] *) {
    --tw-rotate: 0deg;
    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))
}

@media (min-width:768px) {
    .md\:ltr\:pr-24:where([dir=ltr],[dir=ltr] *) {
        padding-right: 6rem
    }
}

.rtl\:-left-8:where([dir=rtl],[dir=rtl] *) {
    left: -2rem
}

.rtl\:left-0:where([dir=rtl],[dir=rtl] *) {
    left: 0
}

.rtl\:left-2:where([dir=rtl],[dir=rtl] *) {
    left: .5rem
}

.rtl\:left-24:where([dir=rtl],[dir=rtl] *) {
    left: 6rem
}

.rtl\:left-3:where([dir=rtl],[dir=rtl] *) {
    left: .75rem
}

.rtl\:left-32:where([dir=rtl],[dir=rtl] *) {
    left: 8rem
}

.rtl\:left-4:where([dir=rtl],[dir=rtl] *) {
    left: 1rem
}

.rtl\:left-6:where([dir=rtl],[dir=rtl] *) {
    left: 1.5rem
}

.rtl\:left-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    left: unset
}

.rtl\:left-auto:where([dir=rtl],[dir=rtl] *) {
    left: auto
}

.rtl\:right-0:where([dir=rtl],[dir=rtl] *) {
    right: 0
}

.rtl\:right-4:where([dir=rtl],[dir=rtl] *) {
    right: 1rem
}

.rtl\:right-6:where([dir=rtl],[dir=rtl] *) {
    right: 1.5rem
}

.rtl\:right-\[35\%\]:where([dir=rtl],[dir=rtl] *) {
    right: 35%
}

.rtl\:right-\[max\(0px\2c calc\(50\%-757px\)\)\]:where([dir=rtl],[dir=rtl] *) {
    right: max(0px,calc(50% - 757px))
}

.rtl\:right-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    right: unset
}

.rtl\:right-auto:where([dir=rtl],[dir=rtl] *) {
    right: auto
}

.rtl\:float-right:where([dir=rtl],[dir=rtl] *) {
    float: right
}

.rtl\:ml-0:where([dir=rtl],[dir=rtl] *) {
    margin-left: 0
}

.rtl\:ml-10:where([dir=rtl],[dir=rtl] *) {
    margin-left: 2.5rem
}

.rtl\:ml-12:where([dir=rtl],[dir=rtl] *) {
    margin-left: 3rem
}

.rtl\:ml-2:where([dir=rtl],[dir=rtl] *) {
    margin-left: .5rem
}

.rtl\:ml-3:where([dir=rtl],[dir=rtl] *) {
    margin-left: .75rem
}

.rtl\:ml-4:where([dir=rtl],[dir=rtl] *) {
    margin-left: 1rem
}

.rtl\:ml-6:where([dir=rtl],[dir=rtl] *) {
    margin-left: 1.5rem
}

.rtl\:ml-\[1\.5rem\]:where([dir=rtl],[dir=rtl] *) {
    margin-left: 1.5rem
}

.rtl\:ml-\[50px\]:where([dir=rtl],[dir=rtl] *) {
    margin-left: 50px
}

.rtl\:ml-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    margin-left: unset
}

.rtl\:ml-auto:where([dir=rtl],[dir=rtl] *) {
    margin-left: auto
}

.rtl\:mr-0:where([dir=rtl],[dir=rtl] *) {
    margin-right: 0
}

.rtl\:mr-1:where([dir=rtl],[dir=rtl] *) {
    margin-right: .25rem
}

.rtl\:mr-2:where([dir=rtl],[dir=rtl] *) {
    margin-right: .5rem
}

.rtl\:mr-4:where([dir=rtl],[dir=rtl] *) {
    margin-right: 1rem
}

.rtl\:mr-7:where([dir=rtl],[dir=rtl] *) {
    margin-right: 1.75rem
}

.rtl\:mr-auto:where([dir=rtl],[dir=rtl] *) {
    margin-right: auto
}

.rtl\:block:where([dir=rtl],[dir=rtl] *) {
    display: block
}

.rtl\:flex:where([dir=rtl],[dir=rtl] *) {
    display: flex
}

.rtl\:w-\[21px\]:where([dir=rtl],[dir=rtl] *) {
    width: 21px
}

.rtl\:w-full:where([dir=rtl],[dir=rtl] *) {
    width: 100%
}

.rtl\:max-w-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    max-width: unset
}

.rtl\:rotate-0:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: 0deg;
    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))
}

.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: 180deg;
    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))
}

.rtl\:rotate-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    --tw-rotate: unset;
    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))
}

.rtl\:scale-x-\[-1\]:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-x: -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))
}

.rtl\:scale-y-\[-1\]:where([dir=rtl],[dir=rtl] *) {
    --tw-scale-y: -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))
}

.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *) {
    flex-direction: row-reverse
}

.rtl\:flex-col:where([dir=rtl],[dir=rtl] *) {
    flex-direction: column
}

.rtl\:flex-col-reverse:where([dir=rtl],[dir=rtl] *) {
    flex-direction: column-reverse
}

.rtl\:items-start:where([dir=rtl],[dir=rtl] *) {
    align-items: flex-start
}

.rtl\:items-end:where([dir=rtl],[dir=rtl] *) {
    align-items: flex-end
}

.rtl\:justify-start:where([dir=rtl],[dir=rtl] *) {
    justify-content: flex-start
}

.rtl\:justify-end:where([dir=rtl],[dir=rtl] *) {
    justify-content: flex-end
}

.rtl\:justify-between:where([dir=rtl],[dir=rtl] *) {
    justify-content: space-between
}

.rtl\:space-x-\[unset\]:where([dir=rtl],[dir=rtl] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(unset * var(--tw-space-x-reverse));
    margin-left: calc(unset * calc(1 - var(--tw-space-x-reverse)))
}

.rtl\:border-l:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 1px
}

.rtl\:border-l-0:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 0
}

.rtl\:border-l-2:where([dir=rtl],[dir=rtl] *) {
    border-left-width: 2px
}

.rtl\:border-r:where([dir=rtl],[dir=rtl] *) {
    border-right-width: 1px
}

.rtl\:border-r-0:where([dir=rtl],[dir=rtl] *) {
    border-right-width: 0
}

.rtl\:pl-0:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0
}

.rtl\:pl-10:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2.5rem
}

.rtl\:pl-14:where([dir=rtl],[dir=rtl] *) {
    padding-left: 3.5rem
}

.rtl\:pl-8:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2rem
}

.rtl\:pl-\[170px\]:where([dir=rtl],[dir=rtl] *) {
    padding-left: 170px
}

.rtl\:pr-0:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0
}

.rtl\:pr-12:where([dir=rtl],[dir=rtl] *) {
    padding-right: 3rem
}

.rtl\:pr-14:where([dir=rtl],[dir=rtl] *) {
    padding-right: 3.5rem
}

.rtl\:pr-20:where([dir=rtl],[dir=rtl] *) {
    padding-right: 5rem
}

.rtl\:pr-6:where([dir=rtl],[dir=rtl] *) {
    padding-right: 1.5rem
}

.rtl\:pr-\[unset\]:where([dir=rtl],[dir=rtl] *) {
    padding-right: unset
}

.rtl\:\!text-left:where([dir=rtl],[dir=rtl] *) {
    text-align: left !important
}

.rtl\:\!text-center:where([dir=rtl],[dir=rtl] *) {
    text-align: center !important
}

.rtl\:text-right:where([dir=rtl],[dir=rtl] *) {
    text-align: right
}

.rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
    text-align: end
}

.rtl\:text-xs:where([dir=rtl],[dir=rtl] *) {
    font-size: .75rem;
    line-height: 1rem
}

[dir=rtl] .rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
    text-align: left
}

[dir=ltr] .rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
    text-align: right
}

@media not all and (min-width:1280px) {
    .rtl\:max-xl\:flex-col:where([dir=rtl],[dir=rtl] *) {
        flex-direction: column
    }

    .rtl\:max-xl\:pl-0:where([dir=rtl],[dir=rtl] *) {
        padding-left: 0
    }
}

@media not all and (min-width:1024px) {
    .rtl\:max-lg\:pl-4:where([dir=rtl],[dir=rtl] *) {
        padding-left: 1rem
    }

    .rtl\:max-lg\:pr-0:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0
    }

    .max-lg\:rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
        text-align: end
    }

    [dir=rtl] .max-lg\:rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
        text-align: left
    }

    [dir=ltr] .max-lg\:rtl\:text-end:where([dir=rtl],[dir=rtl] *) {
        text-align: right
    }
}

@media not all and (min-width:768px) {
    .max-md\:rtl\:w-full:where([dir=rtl],[dir=rtl] *) {
        width: 100%
    }
}

@media (min-width:640px) {
    .rtl\:sm\:ml-\[60px\]:where([dir=rtl],[dir=rtl] *) {
        margin-left: 60px
    }

    .rtl\:sm\:mr-\[unset\]:where([dir=rtl],[dir=rtl] *) {
        margin-right: unset
    }
}

@media (min-width:768px) {
    .md\:rtl\:left-32:where([dir=rtl],[dir=rtl] *) {
        left: 8rem
    }

    .md\:rtl\:pl-24:where([dir=rtl],[dir=rtl] *) {
        padding-left: 6rem
    }

    .md\:rtl\:pl-\[170px\]:where([dir=rtl],[dir=rtl] *) {
        padding-left: 170px
    }

    .rtl\:md\:pl-10:where([dir=rtl],[dir=rtl] *) {
        padding-left: 2.5rem
    }

    .rtl\:md\:pr-0:where([dir=rtl],[dir=rtl] *) {
        padding-right: 0
    }
}

@media (min-width:1024px) {
    .rtl\:lg\:ml-24:where([dir=rtl],[dir=rtl] *) {
        margin-left: 6rem
    }

    .rtl\:lg\:mr-0:where([dir=rtl],[dir=rtl] *) {
        margin-right: 0
    }

    .rtl\:lg\:mr-6:where([dir=rtl],[dir=rtl] *) {
        margin-right: 1.5rem
    }

    .rtl\:lg\:flex-row-reverse:where([dir=rtl],[dir=rtl] *) {
        flex-direction: row-reverse
    }

    .lg\:rtl\:self-end:where([dir=rtl],[dir=rtl] *) {
        align-self: flex-end
    }
}

@media (min-width:1280px) {
    .rtl\:xl\:left-6:where([dir=rtl],[dir=rtl] *) {
        left: 1.5rem
    }

    .rtl\:xl\:ml-0:where([dir=rtl],[dir=rtl] *) {
        margin-left: 0
    }

    .rtl\:xl\:mr-\[max\(0px\2c \(100vw-1320px\)\/2\)\]:where([dir=rtl],[dir=rtl] *) {
        margin-right: max(0px,(100vw - 1320px)/2)
    }

    .rtl\:xl\:mr-\[max\(0px\2c \(90\%-1320px\)\/2\)\]:where([dir=rtl],[dir=rtl] *) {
        margin-right: max(0px,(90% - 1320px)/2)
    }

    .rtl\:xl\:mr-custom:where([dir=rtl],[dir=rtl] *) {
        margin-right: max(0px,(100vw - 1320px)/2)
    }

    .xl\:rtl\:ml-auto:where([dir=rtl],[dir=rtl] *) {
        margin-left: auto
    }

    .rtl\:xl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *) {
        flex-direction: row-reverse
    }
}

@media (prefers-color-scheme:dark) {
    .dark\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgb(75 85 99/var(--tw-border-opacity))
    }

    .dark\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55/var(--tw-bg-opacity))
    }

    .dark\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgb(243 244 246/var(--tw-text-opacity))
    }
}

.\[\&\>\*\]\:fill-text-action-primary > * {
    fill: var(--text-action-primary)
}

.\[\&\>\*\]\:stroke-text-action-primary > * {
    stroke: var(--text-action-primary)
}

.\[\&\[data-disabled\=\'true\'\]\]\:opacity-30[data-disabled=true] {
    opacity: .3
}
