*:focus {
    outline: 0!important;
    box-shadow: none!important;
}
::-moz-selection {
    background: #1B1D35;
    color: white;
}
::selection {
    background: #1B1D35;
    color: white;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/front/GeneralSans-Variable.ttf') format('truetype');
}
@font-face {
    font-family: 'GeneralSansItalic';
    src: url('../fonts/front/GeneralSans-VariableItalic.ttf') format('truetype');
}
@font-face{
    font-family: 'NHG';
    src: url('../fonts/front/NeueHaasGrotesk-Medium.ttf') format('truetype');
}
/* font-family: 'GeneralSans', sans-serif !important;*/
body {
    background-color: #FFFFFF;
    font-family: 'GeneralSans', sans-serif !important;
    color: #0A0A0A;
}
hr {
    border-color: #1B1D35;
}
h2 {
    font-size: 36px;
}
p a {
        text-decoration: underline;
    }
ul {
    min-width: 0px;
}
.seo-only.seo-only.seo-only{
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    width: 0;
}
.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
section {
    scroll-margin-top: 50px;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #1B1D35;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #1B1D35;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1B1D35;
    opacity: 0.2;
}
.image-full {
    max-height: 600px;
}
.image-full img {
        height: 100%;
        width: 100%;
        margin: auto;
        max-width: none;
        max-height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        background-position: center;
    }
@media (max-width: 750px) {
.image-full img {
            height: 100vh
    }
        }
.circle-image {
    height: 30px;
    width: 30px;
    margin: auto;   

}
.circle-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        background-position: center;
        border-radius: 50%;
    }
@media (max-width: 1279px) {
    .local-image {
        height: 250px;
        width: 250px;
        margin: auto;   
    }
        .local-image img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: "object-fit: cover";
            background-position: center;
            border-radius: 50%;
        }
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('/dist/images/front/elements/arrow-down-primary.svg') no-repeat;
    background-position: right 5px top 50%, 0 0; 
    background-size: 15px auto, 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/dist/images/front/elements/arrow-down-primary.svg') no-repeat;
    background-position: right 5px top 50%, 0 0; 
    background-size: 15px auto, 100%;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* for aspect ratio 16/9 */
    overflow: hidden;
}
.image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
#floating-donation{
    transform: translateX(100px);
}
#myInput:before{ content:"Date of birth"; width:100%; color:#AAA; }
#myInput:focus:before,
#myInput.not_empty:before{ content:none }
.single-pages a {
    text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 10em;
}
@media (min-width: 768px) {
body.full-screen #homepage-slider {
                height: 600px
        }
            }
@media (min-width: 1024px) {
body.full-screen #homepage-slider {
                height: 500px
        }
            }
@media (min-width: 1280px) {
body.full-screen #homepage-slider {
                height: 750px
        }
            }
@media (min-width: 1600px){
body.full-screen #homepage-slider {
                height: 900px!important
        }
            }
body.full-screen .remove-padding-full {
            padding: 0px !important;
        }
@media (min-width: 1024px) {
            body.full-screen .remove-padding-full-search {
                padding-left: 2rem !important;
                padding-right: 2rem !important;
                margin-bottom: 5rem !important;
            }
body.full-screen .adjust-text-padding-full {
                margin-bottom: 180px !important
        }
        }
.product-image {
    height: 100px;
    width: auto;
    margin: auto;   
}
.product-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        background-position: center;
    }
.project-content h1 {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 20px;
    }
.project-content h2{
        font-size: 1.5em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }
.project-content h3 {
        font-size: 1.17em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2rem;
    }
.project-content h4 {
        font-size: 1em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.5rem;
    }
.project-content h5 {
        font-size: .83em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.project-content h6{
        font-size: .75em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.project-content p{
        margin-bottom: 20px;
        letter-spacing: 0.2px;   
    }
.project-content p span{
            font-family: 'blacker-regular'!important;
            font-size: 18px;
            line-height: 26px;
            color: #555555;
        }
.project-content p a {
            -webkit-text-decoration-color: #0A0A0A;
                    text-decoration-color: #0A0A0A;
            color: #0A0A0A;
        }
.project-content img {
        border-radius: 0.375rem;
        width: 100%;
        height: auto;
        max-height: 400px;
    }
.project-content iframe {
        border-radius: 0.375rem;
        margin: 20px 0px;
    }
.project-content span{
        font-family: 'blacker-regular'!important;
    }
.project-content .column img {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
.project-content ul {
        list-style: disc!important;
        padding-left: 25px;
    }
.project-content ol {
        list-style: decimal!important;
        padding-left: 25px;
    }
.project-content blockquote {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 40px;
        margin-right: 40px;
        border-left: 5px solid  #1B1D35;
        padding-left: 10px;
    }
.project-content blockquote.twitter-tweet {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 16px;
            border-color: #eee #ddd #bbb;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            margin: 10px 5px;
            padding: 0 16px 16px 16px;
            max-width: 468px;
        }
.project-content blockquote.twitter-tweet p {
                font-size: 16px;
                font-weight: normal;
                line-height: 20px;
            }
.project-content blockquote.twitter-tweet a {
                color: inherit;
                font-weight: normal;
                text-decoration: none;
                outline: 0 none;
            }
.project-content blockquote.twitter-tweet a:hover,
            .project-content blockquote.twitter-tweet a:focus {
                text-decoration: underline;
            }
.project-content sub {
        vertical-align: sub;
        font-size: smaller;
    }
.project-content sup{
        vertical-align: super;
        font-size: smaller;
    }
.project-content code {
        background-color: #E6E6E6;
        border-radius: 4px;
        color: white;
        padding: 0 10px;
    }
.project-content strong {
        font-family: 'GeneralSans';
        font-weight: bold;
    }
.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding-bottom: 40px;
}
.lock-scroll {
    overflow: hidden;
}
.filter-white{
    filter: brightness(0) invert(1);
}
.filter-black{
    filter: brightness(0) invert(0);
}
.search-btn:hover > img {        
            content: url(../../../dist/images/front/elements/search-interface-symbol.svg);
        }
.calendar-animation:hover > img {        
            content: url(../../../dist/images/front/elements/calendar-gold.svg);
        }
.google-animation:hover > img {        
            content: url(../../../dist/images/front/elements/google-gold.svg);
        }
.mac-animation:hover > img {        
            content: url(../../../dist/images/front/elements/mac-gold.svg);
        }
.outlook-animation:hover > img {        
            content: url(../../../dist/images/front/elements/outlook-gold.svg);
        }
.close-btn-animation:hover > img {        
            content: url(../../../dist/images/front/elements/close-btn-gold.svg);
        }
.app-arrow-right-animation:hover img {        
            content: url(../../../dist/images/front/elements/app-arrow-right-gold.svg);
        }
#tooltip {
    background-color: #1B1D35;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    opacity: 0;    
}
body .sticky-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
    }
body .sticky-menu .desktop-menu {
            background-color: #fff;
        }
body .sticky-menu .desktop-menu.no-background {
                background-color: #fff;
            }
body .sticky-menu .desktop-menu #mainNavbar {
                height: 80px;
            }
@media (min-width: 1280px) {
body .sticky-menu .desktop-menu #mainNavbar {
                    height: 100px
            }
                }
body .sticky-menu .desktop-menu #mainNavbar .logo-area img {
                    height: 30px;

                }
@media (min-width: 1280px) {
body .sticky-menu .desktop-menu #mainNavbar .logo-area img {
                        height: 40px;

                }
                    }
body .sticky-menu .desktop-menu #mainNavbar .logo-area img {
                    filter: none;
}
body .sticky-menu .desktop-menu #mainNavbar li a img {
                        filter: none;
                    }
body .sticky-menu .desktop-menu #mainNavbar li a img:hover {
                            filter: invert(84%) sepia(46%) saturate(4047%) hue-rotate(174deg) brightness(91%) contrast(95%);
                        }
body .sticky-menu .desktop-menu #mainNavbar .overlay-menu{
                    position: absolute;
                    width: -webkit-fit-content;
                    width: -moz-fit-content;
                    width: fit-content;
                    height: 0px;
                    transition: all 0.3s;
                    overflow: hidden;
                    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
                }
body .sticky-menu .desktop-menu #mainNavbar .overlay-menu.show {
                        height: auto;
                    }
body .sticky-menu .desktop-menu #mainNavbar .overlay-menu.showFixed{
                        height: 400px;

                    }
body .sticky-menu .desktop-menu #mainNavbar .sub-menu .child.active a {
                        color: #5DB0E2;
                    }
body .sticky-menu .desktop-menu #mainNavbar .sub-menu .child.active .active {
                        color: #1B1D35;
                    }
/* Preview Mode */
.ribbon-preview {
    position: fixed;
    background: #ffda00;
    box-shadow: 0 0 0 999px #ffda00;
    -webkit-clip-path: inset(0 -100%);
            clip-path: inset(0 -100%);
    z-index:999999;
    padding:5px;
    margin:8px;
    border:5px solid #ffda00;
    border:1em #cbb524;
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
}
.mobile-menu{
    background-color: #1B1D35;
    position: fixed;
    left: 0;
    height: 0;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 10;
    font-family: 'Poppins', sans-serif;
}
.mobile-menu.open{
        height: 100%;
    }
.mobile-menu.open.sub-menu-open{
            width: 0px;
        }
.mobile-menu .sub-menu{
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 0;
        background-color: #1B1D35;
        transition: all 0.3s;
        overflow: auto;
        z-index: 20;
    }
.mobile-menu .sub-menu.open{
            width: 100%;
            left: 0;
        }
.menuHeight{
    height: 80px;
}
@media (min-width: 1280px) {
.menuHeight{
        height: 100px
}
    }
.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }
.panel {
    display: block;
    overflow: hidden;
}
@media (min-width: 834px) {
.panel {
        display: block
}
    }
@media (min-width: 1280px) {
.panel {
        display: block
}
    }
@media (min-width: 1920px) {
.panel {
        display: block
}
    }
.swiper {
    width: 100%;
}
.swiper.mySwiperMenu .swiper-horizontal>.swiper-pagination-bullets, .swiper.mySwiperMenu .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper.mySwiperMenu .swiper-pagination-custom, .swiper.mySwiperMenu .swiper-pagination-fraction{
            bottom: 30px;
        }
.swiper .swiper-wrapper .swiper-slide {
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
        }
.swiper-pagination-bullet{
    border-radius: 16px!important;
    height: 12px!important;
    width: 12px!important;
}
.swiper-pagination-bullet-active {
        border: 0;
        background: #1B1D35 !important;
    }
.swiper-pagination-special{
    bottom: 0;
}
@media (min-width: 834px) {
.swiper-pagination-special{
        bottom: 5%
}
    }
@media (min-width: 1280px) {
.swiper-pagination-special{
        width: 200px!important
}
    }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
}
article.card {
        position: relative;
        border-radius: 0rem;
        height: 100%;
    }
article.card .card-title{
            line-height: 23px;
            width: 100%;
        }
article.card .card-title h3 {
                font-size: 12px;
            }
article.card .card-title h2 {
                display: -webkit-box;
                -webkit-box-orient: vertical;  
                -webkit-line-clamp: 4;
                overflow: hidden;
                transition: color 0.25s;
            }
article.card .card-title h2.hidden-skeleton.hidden{
                display: none;
            }
article.card .card-title small {
                font-size:0.75rem;
            }
article.card .card-media {
            width: 100%;
            height: auto;
            transition: box-shadow 0.25s;
            overflow: hidden;    
        }
@supports not (aspect-ratio: 1 / 1) {
article.card .card-media {
                width: 100%;
                height: calc(100% * 9 / 16);
                transform: translateY(calc((100% * 9 / 16 - 55%) / -2))    
        }    
            }
article.card .card-media.width-auto {
                width: auto;
            }
article.card .card-media .flex-media {
                position: relative;

                overflow: hidden;
                background: transparent;
                display: block;
                border-radius: 20px;
            }
article.card .card-media .flex-media figure {
                    position: relative;

                    width: 100%;
                }
article.card .card-media .flex-media figure img{
                        width: 100%;
                        background-color: hsl(200, 20%, 80%);
                        background-position: center;
                        max-width: none;
                        -o-object-fit: cover;
                        object-fit: cover;
                        font-family: "object-fit: cover";
                        transition: transform 0.3s ease-in;
                    }
article.card .card-media .flex-media figure figcaption{
                        display: none;
                    }
article.card .article-overflow{
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0%;
            transition: all 0.15s ease-in;

        }
article.card .card-header {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            transition: all 0.3s ease-in;

            height: auto;
        }
article.card.primary-card .card-title {
                position: absolute;
                left: 0;
                bottom: 0;
                color: white;
                padding: 16px;
            }
article.card.primary-card .card-title h2 {
                    font-family: 'blacker-regular';
                    letter-spacing: 0.01rem;
                }
article.card.primary-card .card-title span{
                    font-family: 'Poppins', sans-serif;
                }
article.card.primary-card .card-media {
                overflow: inherit
            }
article.card.primary-card .card-header {
                height: 70%;
            }
article.card.primary-card .exclusivo {
                display: none;
            }
article.card.primary-card .exclusive-main {
                display: inline;
            }
article.card.secondary-card .card-header {
                position: relative;
            }
article.card.secondary-card .card-header .card-title h3 {
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 22px;
                    }
@media (min-width: 1024px) {
article.card.secondary-card .card-header .card-title h3 {
                            font-size: 14px;
                            font-weight: 600;
                            line-height: 18px
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card .card-header .card-title h3 {
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 22px
                    }
                        }
article.card.secondary-card .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: 20px;
                        line-height: 27px;
                        font-weight: 500;
                    }
@media (min-width: 834px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px;
                            font-weight: 400
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 14px;
                            line-height: 22px
                    }
                        }
@media (min-width: 1920px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
article.card.secondary-card-new .card-header {
                position: relative;
                margin-top: 0px;
            }
article.card.secondary-card-new .card-header .card-title h3 {
                        font-size: 12px;
                        font-weight: 600;
                    }
article.card.secondary-card-new .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: 20px;
                        line-height: 27px;
                        font-weight: 500;
                    }
@media (min-width: 834px) {
article.card.secondary-card-new .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px;
                            font-weight: 400
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card-new .card-header .card-title h2 {
                            font-size: 14px;
                            line-height: 22px
                    }
                        }
@media (min-width: 1920px) {
article.card.secondary-card-new .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
article.card.tertiary-card .card-media {
                border-radius: 0.375rem;
            }
article.card.tertiary-card .card-header {
                position: relative;
                background: none;
                display: flex;
                align-items: center;
            }
article.card.tertiary-card .card-header .card-title h2 {
                        font-family: 'blacker-regular';
                        letter-spacing: 0.01rem;
                        font-size: 30px;
                        line-height: 38px;
                    }
article.card.tertiary-card .card-header .card-title h2 span {
                            font-family: 'Poppins', sans-serif;
                        }
article.card.tertiary-card.extra-small .card-header .card-title h2 {
                            letter-spacing: 0.01rem;
                            font-size: 20px;
                        }
article.card.xl-image .card-media {
                height: 350px;
            }
@media (min-width: 750px) {
article.card.xl-image .card-media {
                    height: 350px
            }
                }
@media (min-width: 834px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1280px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1920px) {
article.card.xl-image .card-media {
                    height: 780px
            }
                }
article.card.lg-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 834px) {
article.card.lg-image .card-media {
                    height: 380px
            }
                }
@media (min-width: 1280px) {
article.card.lg-image .card-media {
                    height: 440px
            }
                }
@media (min-width: 1920px) {
article.card.lg-image .card-media {
                    height: 580px
            }
                }
article.card.md-image .card-media {
                aspect-ratio: unset;
                height: 300px;
            }
article.card.mdd-image .card-media {
                aspect-ratio: unset;
                height: 320px;
            }
article.card.sm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.sm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.sm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.sm-image .card-media {
                    height: 200px
            }
                }
@media (min-width: 1920px) {
article.card.sm-image .card-media {
                    height: 270px
            }
                }
article.card.smm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.smm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.smm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.smm-image .card-media {
                    height: 240px
            }
                }
@media (min-width: 1920px) {
article.card.smm-image .card-media {
                    height: 270px
            }
                }
article.card.xs-image .card-media {
                height: 240px;
                aspect-ratio: unset;
            }
article.card.xxs-image .card-media {
                height: 220px;
                aspect-ratio: unset;
            }
article.card.xxxs-image .card-media {
                width: 250px;
                height: 140px;
                aspect-ratio: unset;
            }
article.card.circle-image.tiny .card-media {
                    height: auto;
                    box-shadow: none;
                    height: 100px;
                    width: 100px;
                }
@media (min-width: 834px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1280px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1920px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
article.card.circle-image .card-media {
                height: auto;
                box-shadow: none;
                height: 200px;
                width: 200px;
            }
article.card.circle-image .card-media .flex-media figure {
                        border-radius: 50%;
                        overflow: hidden;
                    }
article.card.circle-image .card-media .flex-media figure img{
                            margin: auto;
                            max-width: none;
                            -o-object-fit: cover;
                            object-fit: cover;
                            font-family: "object-fit: cover";
                            border-radius: 9999px;
                        }
article.card.circle-image .card-media .exclusivo {
                    display: none;
                }
article.card.circle-image .loading-skeleton .cover-img {
                border-radius: 50%;
            }
article.card:hover{
            /*
            .card-media .flex-media figure img {
                will-change: transform;
                transform: scale(1.3,1.3);
            }
            */
        }
article.card:hover h2{
                opacity: 0.72;
            }
article.card:hover.animated.main-card .card-title  h2 {
                    opacity: 1;
                }
article.card:hover.animated .card-media .flex-media figure img {
                    will-change: transform;
                    transform: scale(1.3,1.3);
                }
article.card:hover .card-title  h3 {
                color: #1B1D35;
            }
article.single-card {
        position: relative;   
    }
article.single-card .card-media .flex-media {
                position: relative;
            }
article.single-card .card-media .flex-media figure figcaption{
                        display: block;
                    }
article .content h1 {
            font-size: 2em;
            margin-top: 40px;
            margin-bottom: 20px;
        }
article .content h2{
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2.5rem;
        }
article .content h3 {
            font-size: 1.17em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2rem;
        }
article .content h4 {
            font-size: 1em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.5rem;
        }
article .content h5 {
            font-size: .83em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content h6{
            font-size: .75em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content p{
            margin-bottom: 20px;
            letter-spacing: 0.2px;   
        }
article .content p span{
                font-family: 'blacker-regular'!important;
                font-size: 18px;
                line-height: 26px;
                color: #555555;
            }
article .content p a {
                -webkit-text-decoration-color: #0A0A0A;
                        text-decoration-color: #0A0A0A;
                color: #0A0A0A;
            }
article .content img {
            border-radius: 0.375rem;
            width: 100%;
            height: auto;
            margin: 20px 0px;
        }
article .content iframe {
            border-radius: 0.375rem;
            margin: 20px 0px;
        }
article .content span{
            font-family: 'blacker-regular'!important;
        }
article .content .column img {
            margin-top: 10px!important;
            margin-bottom: 10px!important;
        }
article .content ul {
            list-style: disc!important;
            padding-left: 25px;
        }
article .content ol {
            list-style: decimal!important;
            padding-left: 25px;
        }
article .content blockquote {
            display: block;
            margin-top: 1em;
            margin-bottom: 1em;
            margin-left: 40px;
            margin-right: 40px;
            border-left: 5px solid  #1B1D35;
            padding-left: 10px;
        }
article .content blockquote.twitter-tweet {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                line-height: 16px;
                border-color: #eee #ddd #bbb;
                border-radius: 5px;
                border-style: solid;
                border-width: 1px;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
                margin: 10px 5px;
                padding: 0 16px 16px 16px;
                max-width: 468px;
            }
article .content blockquote.twitter-tweet p {
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 20px;
                }
article .content blockquote.twitter-tweet a {
                    color: inherit;
                    font-weight: normal;
                    text-decoration: none;
                    outline: 0 none;
                }
article .content blockquote.twitter-tweet a:hover,
                article .content blockquote.twitter-tweet a:focus {
                    text-decoration: underline;
                }
article .content sub {
            vertical-align: sub;
            font-size: smaller;
        }
article .content sup{
            vertical-align: super;
            font-size: smaller;
        }
article .content code {
            background-color: #E6E6E6;
            border-radius: 4px;
            color: white;
            padding: 0 10px;
        }
article .content tr {
            border-bottom: 1px solid black;
            border-top: 1px solid black;
            border-collapse: collapse;
        }
article .content strong {
            font-family: 'blacker-bold';
        }
article .card-link {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
article .article-date {
        color: rgb(100 116 139);
        margin-top: 0.75rem;
        font-size: 14px;
    }
.content h1 {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 20px;
    }
.content h2{
        font-size: 1.5em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2.5rem;
    }
.content h3 {
        font-size: 1.17em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 2rem;
    }
.content h4 {
        font-size: 1em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.5rem;
    }
.content h5 {
        font-size: .83em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content h6{
        font-size: .75em;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.25rem;
    }
.content p{
        margin-bottom: 20px;
        letter-spacing: 0.2px;   
    }
.content p span{
            font-family: 'blacker-regular'!important;
            font-size: 18px;
            line-height: 26px;
            color: #555555;
        }
.content p a {
            -webkit-text-decoration-color: #0A0A0A;
                    text-decoration-color: #0A0A0A;
            color: #0A0A0A;
        }
.content img {
        border-radius: 0.375rem;
        width: 100%;
        height: auto;
        margin: 20px 0px;
    }
.content iframe {
        border-radius: 0.375rem;
        margin: 20px 0px;
    }
.content span{
        font-family: 'blacker-regular'!important;
    }
.content .column img {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
.content ul {
        list-style: disc!important;
        padding-left: 25px;
    }
.content ol {
        list-style: decimal!important;
        padding-left: 25px;
    }
.content blockquote {
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 40px;
        margin-right: 40px;
        border-left: 5px solid  #1B1D35;
        padding-left: 10px;
    }
.content blockquote.twitter-tweet {
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            line-height: 16px;
            border-color: #eee #ddd #bbb;
            border-radius: 5px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            margin: 10px 5px;
            padding: 0 16px 16px 16px;
            max-width: 468px;
        }
.content blockquote.twitter-tweet p {
                font-size: 16px;
                font-weight: normal;
                line-height: 20px;
            }
.content blockquote.twitter-tweet a {
                color: inherit;
                font-weight: normal;
                text-decoration: none;
                outline: 0 none;
            }
.content blockquote.twitter-tweet a:hover,
            .content blockquote.twitter-tweet a:focus {
                text-decoration: underline;
            }
.content sub {
        vertical-align: sub;
        font-size: smaller;
    }
.content sup{
        vertical-align: super;
        font-size: smaller;
    }
.content code {
        background-color: #E6E6E6;
        border-radius: 4px;
        color: white;
        padding: 0 10px;
    }
.content tr {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        border-collapse: collapse;
    }
.content strong {
        font-family: 'blacker-bold';
    }
figcaption {
    font-size: 10px;
}
.autor-photo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: hsl(200, 20%, 80%);
    background-size: cover;
    background-position: center;
}
@media (min-width: 834px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1280px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
@media (min-width: 1920px) {
.autor-photo {
        height: 80px;
        width: 80px
}
    }
.autor-photo-large {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-color: hsl(200, 20%, 80%);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }
.autor-photo-large img{
            height: 100%;
            width: 100%;
            background-color: hsl(200, 20%, 80%);
            background-position: center;
            max-width: none;
            -o-object-fit: cover;
            object-fit: cover;
            font-family: "object-fit: cover";
            transition: transform 0.3s ease-in;
        }
.igreja-viva-card div>a{
        opacity: 0;
        transition: opacity 0.25s, margin 0.5s;
        margin-top: 10%;
        
    }
.igreja-viva-card:hover div>.absolute{
            background-color: rgba(128, 128, 128, 0.7);
            color: white;
        }
.igreja-viva-card:hover div>.absolute >a{
                margin-top: 0px;
                opacity: 1;
            }
.swiper.swiper-slide-component .swiper-slide, .swiper.swiper-carousel-component .swiper-slide {
            position: relative;
    
        }
.swiper.swiper-slide-component .swiper-slide .flex-media, .swiper.swiper-carousel-component .swiper-slide .flex-media {
                position: relative;
                height: 100%;
                overflow: hidden;
                background: transparent;
                display: block;
            }
.swiper.swiper-slide-component .swiper-slide .flex-media figure, .swiper.swiper-carousel-component .swiper-slide .flex-media figure {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
.swiper.swiper-slide-component .swiper-slide .flex-media figure img,.swiper.swiper-carousel-component .swiper-slide .flex-media figure img{
                        height: 100%;
                        width: 100%;
                        background-color: hsl(200, 20%, 80%);
                        background-position: center;
                        max-width: none;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: top;
                           object-position: top;
                        font-family: "object-fit: cover";
                        transition: transform 0.3s ease-in;
                    }
.swiper.swiper-slide-component .swiper-slide .flex-media figure figcaption,.swiper.swiper-carousel-component .swiper-slide .flex-media figure figcaption{
                        display: none;
                    }
.swiper.swiper-slide-component .swiper-slide iframe, .swiper.swiper-carousel-component .swiper-slide iframe {
                height: 100%;
                width: 100%;
                background-color: hsl(200, 20%, 80%);
                background-position: center;
                max-width: none;
                -o-object-fit: cover;
                object-fit: cover;
                font-family: "object-fit: cover";
                transition: transform 0.3s ease-in;
            }
.swiper.swiper-slide-component .swiper-slide .slider-text, .swiper.swiper-carousel-component .swiper-slide .slider-text {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;   
            }
.swiper.swiper-slide-component .swiper-slide .slider-bottom-text, .swiper.swiper-carousel-component .swiper-slide .slider-bottom-text {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
            }
.swiper.swiper-slide-component .swiper-slide .overlay, .swiper.swiper-carousel-component .swiper-slide .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, .5) 100%);
            }
.swiper.swiper-news-carousel-component .swiper-button-next, .swiper.swiper-news-carousel-component .swiper-button-prev {
            position: relative;
        }
.swiper.swiper-news-carousel-component {

        padding: 1rem;
}
@media (min-width: 768px) {
.swiper.swiper-news-carousel-component {
            padding: 0px
    }
        }
.swiper.swiper-news-carousel-component .swiper-button-next .icon {
            background-image: url(/dist/images/front/elements/right-arrow.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
    
            width: 30px!important;
            height: 100px!important;
            top: calc(49% - 15px)!important;
        }
.swiper.swiper-news-carousel-component .swiper-button-next::after {
            display: none;
        }
.swiper.swiper-news-carousel-component .swiper-button-next.swiper-button-disabled, .swiper.swiper-news-carousel-component .swiper-button-prev.swiper-button-disabled {
            display: none;
        }
.swiper.swiper-news-carousel-component .swiper-button-prev .icon{
            background-image: url(/dist/images/front/elements/left-arrow.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
            width: 30px!important;
            height: 100px!important;
            top: calc(49% - 15px)!important;
        }
.swiper.swiper-news-carousel-component .swiper-button-prev.swiper-button-disabled, .swiper.swiper-news-carousel-component .swiper-button-prev.swiper-button-disabled {
            display: none;
        }
.swiper.swiper-news-carousel-component .swiper-button-prev::after {
            display: none;
        }
.swiper.swiper-news-carousel-component .swiper-button-next, .swiper.swiper-news-carousel-component .swiper-button-prev {
            width: 60px!important;
            height: 100%!important;
            top: 0%!important;
    
        }
.swiper.swiper-gallery-component .swiper-button-next::after {
            background-image: url(/dist/images/front/elements/arrowRightSmall.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
    
            width: 30px!important;
            height: 100px!important;
            top: calc(49% - 15px)!important;
            content: '';
        }
.swiper.swiper-gallery-component .swiper-button-prev::after{
            background-image: url(/dist/images/front/elements/arrowLeftSmall.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
            width: 30px!important;
            height: 100px!important;
            top: calc(49% - 15px)!important;
            content: '';

        }
.swiper.swiper-slide-component .swiper-pagination-bullet{
            opacity: 1!important;
            
            background: #1B1D35!important;
        }
.swiper.swiper-slide-component .swiper-pagination-bullet-active{
            background: #fff!important;
            border: #1B1D35;
            border-style: solid;
            border-width: 1px;
        }
.swiper.banner-slide .swiper-pagination{
            text-align: center!important;
            

            
        }
.swiper.event-slide .swiper-pagination{
            text-align: center!important;
            
            
        }
.swiper.event-slide .swiper-button-prev,.swiper.event-slide .swiper-button-next{
            color: #1B1D35;
        }
.swiper.swiper-carousel-labels .swiper-slide-active button{
                color: #1B1D35;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide button{
                border: 1px solid #1B1D35;
                padding: 5px 16px;
                border-radius: 20px;
                color: #1B1D35;
                background-color: white;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide:after {
                background-color: #1B1D35;
                bottom: 13px;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                right: 0;
                width: 50%;
                z-index: -1;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide:after, 
            .swiper.swiper-timeline-carousel-labels .swiper-slide:before {
                background-color: #1B1D35;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide:not(:first-child):before {
                bottom: 13px;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                left: 0;
                width: 50%;
                z-index: -1;
                background-color: #1B1D35;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide:last-child:after {
                bottom: 13px;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                left: 0;
                width: 50%;
                z-index: -1;
                background-color: #1B1D35;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide-active button{
                background-color: #1B1D35;
                color: white;
            }
.swiper.swiper-timeline-carousel-labels .swiper-slide-active:after, 
            .swiper.swiper-timeline-carousel-labels .swiper-slide-active:before {
                background-color: #1B1D35;
            }
.special-arrow .swiper-button-next::after {
        background-image: url(/dist/images/front/elements/arrowRightSmall.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;

        width: 30px!important;
        height: 100px!important;
        top: calc(49% - 15px)!important;
        content: '';
    }
.special-arrow .swiper-button-prev::after{
        background-image: url(/dist/images/front/elements/arrowLeftSmall.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 30px!important;
        height: 100px!important;
        top: calc(49% - 15px)!important;
        content: '';
    }
.event-list ::-webkit-scrollbar {
        width: 6px;
    }
.event-list .event-list-card.active {
            background-color: #1B1D35;
            color: white;
        }
.event-list .event-list-card:not(:last-child) {
            border-bottom: 2px solid #1B1D35;
        }
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, .5) 100%);
}
.overlay-white{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(200, 200, 200, .5) 100%);
}
.banner img{
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
.slider-img,
.product-featured {
    max-height: 488px;
    height: auto;
    width: auto;
    max-width: 100%;
}
.slider-img-gallery,.product-featured-gallery{
        height: 420px;
        width: 300px;
    }
.slider-img-gallery img, .product-featured-gallery img {
            height: 100%;
            width: 100%;
            background-color: transparent;
            background-position: center;
            max-width: none;
            -o-object-fit: contain;
            object-fit: contain;
            font-family: "object-fit: contain";
        }
.slider-img img,.product-featured img{
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
    }
.cover {
    height: 320px;
    width: auto;
    max-width: 100%;
}
.cover > div > img,
    .cover > div > div > img,
    .cover > img {
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";

    }
.cover-small {
    min-height: 240px;
    width: auto;
    max-width: 100%;
}
.cover-small .cover-image{
        height: 100%;
        min-height: 240px;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        background-repeat: no-repeat;
        background-size: cover;
    }
.cover-small > div > img,
    .cover-small > div > div > img,
    .cover-small > img {
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
#event-map, #local-map, #local-map-,
#local-map-1, #local-map-2, #local-map-3 {
    background-color:white;
    width: 100%;
    height: 400px;
    border-radius: 0.375rem;
    box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    z-index: 1;
}
@media (min-width: 834px) {
#event-map, #local-map, #local-map-,
#local-map-1, #local-map-2, #local-map-3 {
        height: 400px
}
    }
@media (min-width: 1280px) {
#event-map, #local-map, #local-map-,
#local-map-1, #local-map-2, #local-map-3 {
        height: 500px
}
    }
@media (min-width: 1920px) {
#event-map, #local-map, #local-map-,
#local-map-1, #local-map-2, #local-map-3 {
        height: 600px
}
    }
button.disabled {
    background-color: #E6E6E6;
    color: black;
}
strong{
    color: #1B1D35;
}
strong.text-white {
        color: white;
    }
.swiper-slide .hover-card {
        opacity: 0; 
        transition: 0.4s;
    }
.swiper-slide .hover-card img{
            height: 45px;
            width: auto;
        }
.swiper-slide:hover .hover-card {
            opacity: .85;  
        }
.slider-brands{
    height: 160px;
}
.slider-brands img{
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
    }
.product-brand {
    height: 80px;
    width: auto;
}
.product-brand img{
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
    }
.form-upload{
    background:#333;
    display: block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 350px;
  }
.input-personalizado{
    cursor: pointer;
    padding: 7px 21px;
    background-color: #E6E6E6;
    border-radius: 40px;
    display: inherit;
    width: 100%;
  }
.imagem{
    max-width: 100%;
  }
.input-file{
    display:none;
  }
.post-image{
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}
@supports not (aspect-ratio: 16 / 9) {
.post-image{
        width: 100%;
        height: calc(100% * 9 / 16);
        transform: translateY(calc((100% * 9 / 16 - 55%) / -2))
}    
    }
.post-image img {
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
.card-image {
    width: 100%;
    height: auto;
    max-height: 400px; 
}
.card-image img {
        height: 100%;
        width: 100%;
        max-height: 400px;
        background-color: white;
        background-position: center;
        max-width: none;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
        border-radius: 0.375rem;
    }
.product-list-card .image-card {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #E6E6E6; 
    }
.product-list-card .image-card img {
            height: 100%;
            width: 100%;
            background-color: white;
            background-position: center;
            max-width: none;
            -o-object-fit: contain;
            object-fit: contain;
            font-family: "object-fit: contain";
            border-top-left-radius: 0.3rem;
            border-top-right-radius: 0.3rem;
        }
.product-list-card .info-card {
        width: 100%;
        height: 0px;
        display: none;
        border-top-left-radius: 0.3rem;
        border-top-right-radius: 0.3rem;
    }
.product-list-card .show-button {
        display: none;
        height: 36px;
    }
.product-list-card:hover img {
            -moz-filter: blur(1px);
            -o-filter: blur(1px);
            -ms-filter: blur(1px);
            filter: blur(1px);
        }
.product-list-card:hover .info-card {
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgba(51, 51, 51, .75);
        }
.product-list-card:hover .show-button {
            display: block;
        }
.product-list-card:hover .show-title {
            display: none;
        }
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    
  }
.arrow {
        transform: rotate(-90deg) ;
        transition: 0.15s;

    }
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active .arrow {
        transform: rotate(0deg) ;
    }
/* Style the accordion panel. Note: hidden by default */
ul.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
ul.panel.block {
        display: block;
    }
.product-category {
    height: 370px; 
  }
.product-category img {
        height: 100%;
        width: 100%;
        background-color: white;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        border-radius: 0.375rem;
        margin: auto;
    }
.filter-content {
    display: none;
    overflow: hidden;
    transition: all 1s ease-in;
  }
@media (min-width: 1024px) {
.filter-content {
        display: block
  }
    }
.four-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.jobs-card {
    height: 315px;
}
.secondary-heading.large img{
        height: 460px;
    }
.secondary-heading.small img{
        height: 240px;
    }
.secondary-heading.medium img{
        height: 300px;
    }
.secondary-heading.newsletter {
        height: 315px;
    }
.text-title-image .card-media {
        aspect-ratio: unset;
        height: 370px;
    }
.file-upload {
  border: dashed;
  border-width: 2px;
  border-radius: 12px;
  color: grey;
}
.file-upload.is-active{
    background-color: #e5e5e5;
}
.file-multiple::-webkit-file-upload-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  height:200px;
}
.file-multiple::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
  opacity: 0;
  height:200px;
}
.file-multiple::-webkit-file-upload-button:hover {
  background-color: black;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
.file-multiple::file-selector-button:hover {
  background-color: black;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}
svg.arciprestado-map > g a path {
            transition: all 0.15s ease-in-out;
        }
svg.arciprestado-map > g a.area-active path {
                fill: #c6b393;
            }
svg.arciprestado-map > g a:hover {
            opacity: 1;
        }
svg.arciprestado-map > g a:hover path {
                fill: #c6b393;
            }
.lkcom-filter {
    border-radius: 9999px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.lkcom-filter select, .lkcom-filter input {
        background-color: #fff;
        color: #1B1D35;
    }
.lkcom-filter div:not(:first-child){
            border-left: 1px solid #1B1D35;
        }
.lkcom-filter-mobile .inputAreaMobile {
        border-radius: 20px;
        padding: 20px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background-color: #fff;
        color: #1B1D35;
    }
.closed .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
    }
.closed .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(-90deg);
        opacity: 1;
    }
.opened {
    opacity: 1;
}
.opened .vertical {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
    }
.opened .horizontal {
        transition: all 0.5s ease-in-out;
        transform: rotate(90deg);
        opacity: 0;
    }
.circle-plus .circle {
        position: relative;
        width: 40px;
        height: 25px;
        border-radius: 16px;
        border: solid .1em #1B1D35;
    }
.circle-plus .circle .horizontal {
            position: absolute;
            background-color: #A98445;
            width: 11px;
            height: 1px;
            left: 50%;
            margin-left: -5px;
            top: 50%;
            margin-top: -1.5px;
        }
.circle-plus .circle .vertical {
            position: absolute;
            background-color: #A98445;
            width: 1px;
            height: 11px;
            left: 50%;
            margin-left: 0px;
            top: 50%;
            margin-top: -6px;
        }
/* Style the buttons that are used to open and close the accordion panel */
.accordion-list {
    cursor: pointer;
    transition: all 0.3s ease-in;
}
/* Style the accordion-list panel. Note: hidden by default */
.accordion-list .panel {
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease-in;
    }
.one-column .title-block {
    color: #1B1D35;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    border: 2px solid #1B1D35;
    border-radius: 0px!important;
}
.leaflet-container a.leaflet-popup-close-button{
    color: #1B1D35!important;
}
.leaflet-container a{
    color: #1B1D35!important;
}
.content-text p {
        padding-bottom: 12px;
    }
#map {
    min-height: 400px;
    height: 100%;
    border-radius: 0.5rem;
    z-index: 1;
}
/* APP Theme */
body.gray-bg {
        background-color: #EFEFEF;
    }
body.gray-bg header #mainNavbar {
            background-color: #EFEFEF;
        }
body.easter-bg #mainNavbar {
            background-color: #7E7BF2;
        }
body.easter-bg #mainNavbar >div {
                background-color: #7E7BF2;
            }
body.easter-bg #secondaryNavbar {
            color: #7E7BF2;
        }
body.easter-bg .mobile-menu-icon, body.easter-bg .bg-red, body.easter-bg .bg-primary {
            background-color: #7E7BF2;
        }
body.easter-bg .hover\:bg-black:hover {
            background-color: #fff;
            color: #7E7BF2;
        }
body.easter-bg .hover\:bg-primary:hover {
            background-color: #fff;
            color: #7E7BF2;
        }
body.easter-bg .text-primary,
        body.easter-bg #secondaryNavbar,
        body.easter-bg .text-red  {
            color: #7E7BF2;
        }
body.easter-bg .text-primary .hoveredimg, body.easter-bg #secondaryNavbar .hoveredimg, body.easter-bg .text-red .hoveredimg {
                filter: brightness(0) invert(0);
            }
body.easter-bg .border-primary,
        body.easter-bg .border-red {
            border-color: #7E7BF2;
        }
body.easter-bg .hover\:text-primary:hover {
            color: #7E7BF2; 
        }
body.easter-bg .hover\:bg-white:hover {
            background-color: #fff;
        }
body.easter-bg .bg-red\/75 {
            background-color: #7E7BF2;
        }
body.easter-bg .icon-person,
        body.easter-bg .weather-icon,
        body.easter-bg .search-icon,
        body.easter-bg .seta-poll img {
            filter: invert(.5) sepia(1) saturate(5) hue-rotate(205deg);
        }
body.easter-bg .poll input[type='radio'] {
            color: #7E7BF2;
        }
body.easter-bg .poll input[type='radio']:checked {
            background: #7E7BF2;
        }
body.easter-bg #mySidenav {
            border-color: #7E7BF2;
        }
body.easter-bg .swiper-pagination-bullet-active{
            background-color: #7E7BF2!important;
        }
body.easter-bg .swiper.swiperImportantNews .swiper-pagination-bullet-active{
            background-color: #7E7BF2!important;
        }
body.easter-bg .swiper.swiperImportantNews .swiper-pagination-bullet{
            border-color: 1px solid #7E7BF2!important;
        }
body.yellow-bg {
        background-color: #F4F3EE;
    }
body.yellow-bg header #mainNavbar {
            background-color: #F4F3EE;
        }
body.dark-mode .uderline-animated::after {
            background-color: #0A0A0A;
        }
body.dark-mode.normal #mainNavbar #full-screen-menu-icon img,
                body.dark-mode.normal #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0);
                }
body.dark-mode.normal #mainNavbar a {
                    color: #0A0A0A;
                }
body.dark-mode.normal #mainNavbar .microsite-name{
                    color: #0A0A0A;
                }
body.dark-mode.normal #secondaryNavbar {
                color: #0A0A0A;
            }
body.dark-mode.normal .mobile-menu-icon, body.dark-mode.normal .bg-red, body.dark-mode.normal .bg-primary, body.dark-mode.normal .mobile {
                background-color: #0A0A0A;
            }
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important;
                        
                    }
@media (min-width: 1920px) {
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                            max-width: 100%!important
                        
                    }
                        }
@media (min-width: 1600px) {
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                            max-width: 100%!important
                        
                    }
                        }
@media (min-width: 1280px) {
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                            max-width: 100%!important
                        
                    }
                        }
@media (min-width: 1124px) {
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                            max-width: 100%!important
                        
                    }
                        }
@media (min-width: 1024px) {
body.dark-mode.normal .full.swiper .container,
                    body.dark-mode.normal .full.swiper .max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                    body.dark-mode.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                            max-width: 100%!important
                        
                    }
                        }
body.dark-mode.normal .full.swiper .sm\:px-10 {
                        padding-left: 0!important;
                        padding-right: 0!important;
                    }
body.dark-mode.superCompact #mainNavbar a {
                    color: #0A0A0A!important;
                }
body.dark-mode.superCompact #mainNavbar a.uderline-animated::after {
                        background-color: #0A0A0A!important;
                    }
body.dark-mode.superCompact #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0)!important;  
                }
body.dark-mode.superCompact #mainNavbar .microsite-name{
                    color: #0A0A0A;
                }
body.dark-mode.superCompact #mainNavbar .border-primary {
                    border-color: #0A0A0A!important;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar {
            background-color: transparent;
        }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar .border-primary {
                border-color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo {
                filter: brightness(0) invert(0);
            }
@media screen and (min-width: 1024px) {
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(0)
            }
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar .microsite-name{
                color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a {
                color: #0A0A0A;
            }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a.uderline-animated::after {
                    background-color: #0A0A0A;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar a:hover {
                    color: #1B1D35;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open .border-primary {
                    border-color: #1B1D35;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open #full-screen-menu-icon img,
                body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open #lkcom-logo {
                    filter: none;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open a,
                body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open .microsite-name {
                    color: #1B1D35;
                }
body.dark-mode .no-background .swiper.swiper-news-carousel-component .swiper-button-next .icon{
                filter: brightness(0) invert(0);
            }
body.dark-mode .no-background #mainNavbar {
                background-color: transparent;
            }
body.dark-mode .no-background #mainNavbar .border-primary {
                    border-color: white;
                }
body.dark-mode .no-background #mainNavbar #lkcom-logo {
                    filter: brightness(0) invert(1);
                }
body.dark-mode .no-background #mainNavbar .microsite-name{
                    color: white;
                }
body.dark-mode .no-background #mainNavbar a {
                    color: white;
                }
body.dark-mode .no-background #mainNavbar a.uderline-animated::after {
                        background-color: white;
                    }
body.dark-mode .no-background #mainNavbar a:hover {
                        color: #1B1D35;
                    }
body.dark-mode .no-background #mainNavbar.is-open .border-primary {
                        border-color: #1B1D35;
                    }
body.dark-mode .no-background #mainNavbar.is-open #full-screen-menu-icon img,
                    body.dark-mode .no-background #mainNavbar.is-open #lkcom-logo {
                        filter: none;
                    }
body.dark-mode .no-background #mainNavbar.is-open a,
                    body.dark-mode .no-background #mainNavbar.is-open .microsite-name {
                        color: #1B1D35;
                    }
body.dark-mode .no-background footer .uderline-animated::after {
                    background-color: white;
                }
body.dark-mode a,
        body.dark-mode .one-column .title-block{
            color: #0A0A0A;
        }
body.dark-mode hr {
            border-color: #0A0A0A;
        }
body.dark-mode .lkcom-filter select, body.dark-mode .lkcom-filter input {
                color: #0A0A0A!important;
            }
body.dark-mode .lkcom-filter select::-moz-placeholder, body.dark-mode .lkcom-filter input::-moz-placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select:-ms-input-placeholder, body.dark-mode .lkcom-filter input:-ms-input-placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select::placeholder, body.dark-mode .lkcom-filter input::placeholder {
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter select::-ms-input-placeholder, body.dark-mode .lkcom-filter input::-ms-input-placeholder { /* Edge 12 -18 */
                    color: #0A0A0A;
                }
body.dark-mode .lkcom-filter div:not(:first-child){
                    border-left: 1px solid #0A0A0A!important;
                }
body.dark-mode .search-icon-btn img{
            filter: brightness(0) invert(0);
        }
body.dark-mode .swiper.swiper-slide-component .swiper-pagination-bullet {
            background: #0A0A0A!important;
        }
body.dark-mode .hover\:bg-black:hover {
            background-color: #fff;
            color: #0A0A0A;
        }
body.dark-mode .hover\:bg-primary:hover {
            background-color: #fff;
            color: #0A0A0A;
        }
body.dark-mode .text-primary,
        body.dark-mode #secondaryNavbar,
        body.dark-mode .text-red  {
            color: #0A0A0A;
        }
body.dark-mode .text-primary .hoveredimg, body.dark-mode #secondaryNavbar .hoveredimg, body.dark-mode .text-red .hoveredimg {
                filter: brightness(0) invert(0);
            }
body.dark-mode .border-primary,
        body.dark-mode .border-red {
            border-color: #0A0A0A;
        }
body.dark-mode .hover\:text-primary:hover {
            color: #0A0A0A; 
        }
body.dark-mode .hover\:bg-white:hover {
            background-color: #fff;
        }
body.dark-mode .bg-red\/75 {
            background-color: #0A0A0A;
        }
body.dark-mode .icon-person,
        body.dark-mode .weather-icon,
        body.dark-mode .search-icon {
            filter: brightness(0) invert(0);
        }
body.dark-mode .swiper-pagination-bullet-active{
            background-color: #0A0A0A!important;
        }
body.dark-mode .swiper.swiperImportantNews .swiper-pagination-bullet-active{
            background-color: #0A0A0A!important;
        }
body.dark-mode .bg-primary {
            background-color: #0A0A0A!important;
        }
body.dark-mode a.bg-primary {
                background-color: #0A0A0A!important;
                color: white!important;
            }
body.dark-mode nav#fullScreenMenu.full-screen-menu a{
            color: #1B1D35;
        }
/* Handle */
body.dark-mode::-webkit-scrollbar-thumb {
            background: #0A0A0A!important;
        }
body.dark-mode ::-webkit-scrollbar-thumb {
            background: #0A0A0A!important;
        }
/* Handle on hover */
body.dark-mode::-webkit-scrollbar-thumb:hover {
            background: #0A0A0A!important;
        }
body.dark-mode ::-webkit-scrollbar-thumb:hover {
            background: #0A0A0A!important;
        }
body.dark-mode .event-list .event-list-card {
            border-color: #0A0A0A;
        }
body.dark-mode ::-moz-selection { /* Code for Firefox */
            background: #0A0A0A;
          }
body.dark-mode ::selection {
            background: #0A0A0A;
        }
body.dark-mode footer{
            background-color: #0A0A0A!important;
        }
body.dark-mode footer .uderline-animated::after {
                background-color: white;
            }
/* APP Layout */
@media (max-width: 1023px) {
body.normal .mobile-desktop-margin {
                margin-top: 6rem
        }
            }
@media (min-width: 1024px) {
body.normal .swiper h2.lg\:px-8 {
                    padding-left: 0px!important;
                    padding-right: 0px!important
            }
                }
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                    max-width: 100%!important;
                    
                }
@media (min-width: 1920px) {
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important
                    
                }
                    }
@media (min-width: 1600px) {
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important
                    
                }
                    }
@media (min-width: 1280px) {
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important
                    
                }
                    }
@media (min-width: 1124px) {
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important
                    
                }
                    }
@media (min-width: 1024px) {
body.normal .full.swiper .container,
                body.normal .full.swiper .max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl,
                body.normal .full.swiper .swiper-wrapper > .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl{
                        max-width: 100%!important
                    
                }
                    }
body.normal .full.swiper .sm\:px-10 {
                    padding-left: 0!important;
                    padding-right: 0!important;
                }
body.normal .full.swiper .swiper-pagination.px-8 {
                    padding-left: 0px;
                    padding-right: 0px;
                }
body.normal .full .absolute div.lg\:px-8 {
                    padding-left: 0px;
                    padding-right: 0px;
                }
body.normal footer .uderline-animated::after {
                background-color: white;
            }
/* Header */
@media (min-width: 1024px) {
body.full-screen header .fixed-header {
                    height: 0px
            }
                }
body.full-screen header .no-background #mainNavbar {
                    background-color: transparent;
                }
body.full-screen header .no-background #mainNavbar .border-primary {
                        border-color: white;
                    }
body.full-screen header .no-background #mainNavbar #lkcom-logo {
                        filter: brightness(0) invert(1);
                    }
body.full-screen header .no-background #mainNavbar .microsite-name{
                        color: white;
                    }
body.full-screen header .no-background #mainNavbar a {
                        color: white;
                    }
@media (min-width: 1024px) {
body.full-screen header .no-background #mainNavbar a {
                            color: white
                    }
                        }
body.full-screen header .no-background #mainNavbar a.uderline-animated::after {
                            background-color: white;
                        }
body.full-screen header .no-background #mainNavbar a:hover {
                            color: #1B1D35;
                        }
body.full-screen header .no-background #mainNavbar.is-open .border-primary {
                            border-color: #1B1D35;
                        }
body.full-screen header .no-background #mainNavbar.is-open #lkcom-logo {
                            filter: none;
                        }
body.full-screen header .no-background #mainNavbar.is-open .microsite-name,
                        body.full-screen header .no-background #mainNavbar.is-open a {
                            color: white;
                        }
body.full-screen.right .is-open #lkcom-logo {
                    filter: brightness(0) invert(1)!important;
                }
body.full-screen.right .is-open .microsite-name{
                    color: white!important;
                }
body.full-screen.superCompact #mainNavbar a.uderline-animated::after {
                        background-color: #1B1D35!important;
                    }
body.full-screen .mobile-desktop-margin {
            margin-top: 5rem;
            
        }
@media (min-width: 1024px) {
body.full-screen .mobile-desktop-margin {
                margin-top: 168px
            
        }
            }
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important;
            }
@media (min-width: 1920px) {
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important
            }
                }
@media (min-width: 1600px) {
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important
            }
                }
@media (min-width: 1280px) {
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important
            }
                }
@media (min-width: 1124px) {
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important
            }
                }
@media (min-width: 1024px) {
body.full-screen .swiper .container,
            body.full-screen .swiper .max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .slider-text > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .swiper-no-swiping > .\33xl\:max-w-screen-2xl,
            body.full-screen .swiper .swiper-slide > .slider-text > .\33xl\:max-w-screen-2xl {
                    max-width: 100%!important
            }
                }
body.full-screen .swiper .sm\:px-10 {
                padding-left: 0!important;
                padding-right: 0!important;
            }
body.full-screen .static-header,
        body.full-screen .fixed-header   {
            width: 100%;
        }
@media (min-width: 1024px) {
body.full-screen .static-header,
        body.full-screen .fixed-header   {
                position: absolute;
                top: 0
        }
            }
/* Footer */
body.full-screen footer {
            background-color: #1B1D35;
        }
body.full-screen footer .uderline-animated::after {
                background-color: white;
            }
.custom-popup .leaflet-popup-content-wrapper {
        background:#d2dce6;
        color: #1B1D35;
        font-size:10px;
        line-height:12px;
    }
.custom-popup .leaflet-popup-content-wrapper a {
            color: #1B1D35;
        }
.custom-popup .leaflet-popup-tip-container {
        width:30px;
        height:15px;
        display:none;
    }
.custom-popup .leaflet-popup-tip {
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        border-top:15px solid  #1B1D35;
    }
.custom-popup .leaflet-popup-close-button{
        display: none;
    }
.leaflet-control-attribution{
    display: none;
}
.leaflet-zoom-animated path{
    stroke: transparent;
}
.pulseAnimated {
    transition: all 1s
}
.pulseAnimated:hover {
    width: 40px!important;
    height: 40px!important;
    margin-left: -20px!important;
    margin-top: -20px!important;
}
.mapboxgl-ctrl-attrib-inner{
    display: none;
}
.marker-cluster-small {
	background-color: rgba(169, 132, 69, .4);
}
.marker-cluster-small div {
	background-color: rgba(169, 132, 69, .4);
	}
.marker-cluster-medium {
	background-color: rgba(169, 132, 69, .4);
	}
.marker-cluster-medium div {
	background-color: rgba(169, 132, 69, .4);
	}
.marker-cluster-large {
	background-color: rgba(169, 132, 69, .4);
	}
.marker-cluster-large div {
	background-color: rgba(169, 132, 69, .4);
	}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgba(169, 132, 69, .4);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgba(169, 132, 69, .4);
	}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgba(169, 132, 69, .4);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgba(169, 132, 69, .4);
	}
.leaflet-oldie .marker-cluster-large {
	background-color: rgba(169, 132, 69, .4);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgba(169, 132, 69, .4);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
  color: white;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}
.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
@-webkit-keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}
@-webkit-keyframes scroll2 {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(250px * 7))}
}
@keyframes scroll2 {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(250px * 7))}
}
.infinite1 {

	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
}
.infinite1::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}
.infinite1::before {
		left: 0;
		top: 0;
	}
.infinite1 .slide-track {
		-webkit-animation: scroll 40s linear infinite;
		        animation: scroll 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
.infinite1 .slide {
		height: 100px;
		width: 250px;
	}
.infinite2 {

	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
}
.infinite2::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}
.infinite2::before {
		left: 0;
		top: 0;
	}
.infinite2 .slide-track {
		-webkit-animation: scroll2 40s linear infinite;
		        animation: scroll2 40s linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
.infinite2 .slide {
		height: 100px;
		width: 250px;
	}
/* ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::-webkit-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-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::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-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 835px) {
    .container {
        max-width: 835px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1124px) {
    .container {
        max-width: 1124px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
.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;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.left-0 {
    left: 0px;
}
.top-0 {
    top: 0px;
}
.left-10 {
    left: 2.5rem;
}
.bottom-0 {
    bottom: 0px;
}
.right-0 {
    right: 0px;
}
.top-5 {
    top: 1.25rem;
}
.left-5 {
    left: 1.25rem;
}
.top-16 {
    top: 4rem;
}
.top-14 {
    top: 3.5rem;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-0 {
    z-index: 0;
}
.z-50 {
    z-index: 50;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-auto {
    grid-column: auto;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.float-right {
    float: right;
}
.m-4 {
    margin: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.ml-auto {
    margin-left: auto;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-16 {
    margin-top: 4rem;
}
.-mb-px {
    margin-bottom: -1px;
}
.mb-16 {
    margin-bottom: 4rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mb-20 {
    margin-bottom: 5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.mr-auto {
    margin-right: auto;
}
.mr-3 {
    margin-right: 0.75rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.-mt-5 {
    margin-top: -1.25rem;
}
.mr-0 {
    margin-right: 0px;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-28 {
    margin-top: 7rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.ml-6 {
    margin-left: 1.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mt-0 {
    margin-top: 0px;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-44 {
    margin-bottom: 11rem;
}
.mb-120 {
    margin-bottom: 120px;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mr-8 {
    margin-right: 2rem;
}
.-mb-10 {
    margin-bottom: -2.5rem;
}
.ml-0 {
    margin-left: 0px;
}
.mt-auto {
    margin-top: auto;
}
.-ml-px {
    margin-left: -1px;
}
.mb-24 {
    margin-bottom: 6rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.ml-10 {
    margin-left: 2.5rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.h-400 {
    height: 400px;
}
.h-full {
    height: 100%;
}
.h-auto {
    height: auto;
}
.h-250 {
    height: 250px;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.h-450 {
    height: 450px;
}
.h-width {
    height: 100vw;
}
.h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.h-12 {
    height: 3rem;
}
.h-40 {
    height: 10rem;
}
.h-4 {
    height: 1rem;
}
.h-600 {
    height: 600px;
}
.h-36 {
    height: 9rem;
}
.h-5\/6 {
    height: 83.333333%;
}
.h-96 {
    height: 24rem;
}
.h-7 {
    height: 1.75rem;
}
.h-6 {
    height: 1.5rem;
}
.h-10 {
    height: 2.5rem;
}
.h-60 {
    height: 15rem;
}
.h-3 {
    height: 0.75rem;
}
.h-\[calc\(100\%-1rem\)\] {
    height: calc(100% - 1rem);
}
.h-20 {
    height: 5rem;
}
.h-\[220px\] {
    height: 220px;
}
.h-64 {
    height: 16rem;
}
.max-h-500 {
    max-height: 500px;
}
.max-h-32 {
    max-height: 8rem;
}
.max-h-100 {
    max-height: 100px;
}
.max-h-30 {
    max-height: 30px;
}
.max-h-80 {
    max-height: 80px;
}
.max-h-full {
    max-height: 100%;
}
.min-h-600 {
    min-height: 600px;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-80 {
    min-height: 320px;
}
.min-h-full {
    min-height: 100%;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.w-32 {
    width: 8rem;
}
.w-40 {
    width: 10rem;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.w-4 {
    width: 1rem;
}
.w-60 {
    width: 15rem;
}
.w-1\/2 {
    width: 50%;
}
.w-3\/12 {
    width: 25%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-24 {
    width: 6rem;
}
.w-screen {
    width: 100vw;
}
.w-6 {
    width: 1.5rem;
}
.w-10 {
    width: 2.5rem;
}
.w-52 {
    width: 13rem;
}
.w-12 {
    width: 3rem;
}
.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.w-7\/12 {
    width: 58.333333%;
}
.w-3\/4 {
    width: 75%;
}
.w-16 {
    width: 4rem;
}
.w-4\/5 {
    width: 80%;
}
.w-28 {
    width: 7rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-screen-lg {
    max-width: 1024px;
}
.max-w-3xl {
    max-width: 48rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-800 {
    max-width: 800px;
}
.max-w-4xl {
    max-width: 56rem;
}
.max-w-160 {
    max-width: 160px;
}
.max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-none {
    flex: none;
}
.grow {
    flex-grow: 1;
}
.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.resize {
    resize: both;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-center {
    place-content: center;
}
.place-content-end {
    place-content: end;
}
.place-content-between {
    place-content: space-between;
}
.place-items-center {
    place-items: center;
}
.content-center {
    align-content: center;
}
.content-end {
    align-content: flex-end;
}
.content-between {
    align-content: space-between;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-items-start {
    justify-items: start;
}
.justify-items-end {
    justify-items: end;
}
.justify-items-center {
    justify-items: center;
}
.gap-4 {
    gap: 1rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
}
.gap-y-5 {
    row-gap: 1.25rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-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-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 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-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.self-end {
    align-self: flex-end;
}
.self-center {
    align-self: center;
}
.justify-self-end {
    justify-self: end;
}
.justify-self-center {
    justify-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-\[20px\] {
    border-width: 20px;
}
.border-2 {
    border-width: 2px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(27 29 53 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-b-primary {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(27 29 53 / var(--tw-border-opacity));
}
.bg-EA7D4D {
    --tw-bg-opacity: 1;
    background-color: rgb(234 125 77 / var(--tw-bg-opacity));
}
.bg-F7D440 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 212 64 / var(--tw-bg-opacity));
}
.bg-5DB0E2 {
    --tw-bg-opacity: 1;
    background-color: rgb(93 176 226 / var(--tw-bg-opacity));
}
.bg-1B1D35 {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 53 / var(--tw-bg-opacity));
}
.bg-103D21 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 61 33 / var(--tw-bg-opacity));
}
.bg-D6EDF7 {
    --tw-bg-opacity: 1;
    background-color: rgb(214 237 247 / var(--tw-bg-opacity));
}
.bg-FEE9D6 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 233 214 / var(--tw-bg-opacity));
}
.bg-2E4F9D {
    --tw-bg-opacity: 1;
    background-color: rgb(46 79 157 / var(--tw-bg-opacity));
}
.bg-87D1F2 {
    --tw-bg-opacity: 1;
    background-color: rgb(135 209 242 / var(--tw-bg-opacity));
}
.bg-519A33 {
    --tw-bg-opacity: 1;
    background-color: rgb(81 154 51 / var(--tw-bg-opacity));
}
.bg-FCDF67 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 223 103 / var(--tw-bg-opacity));
}
.bg-FFEFA6 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 239 166 / var(--tw-bg-opacity));
}
.bg-FFF3C5 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 243 197 / var(--tw-bg-opacity));
}
.bg-F49F7A {
    --tw-bg-opacity: 1;
    background-color: rgb(244 159 122 / var(--tw-bg-opacity));
}
.bg-F9D1A4 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 209 164 / var(--tw-bg-opacity));
}
.bg-232953 {
    --tw-bg-opacity: 1;
    background-color: rgb(35 41 83 / var(--tw-bg-opacity));
}
.bg-263678 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 54 120 / var(--tw-bg-opacity));
}
.bg-B7E0F2 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 224 242 / var(--tw-bg-opacity));
}
.bg-90C03E {
    --tw-bg-opacity: 1;
    background-color: rgb(144 192 62 / var(--tw-bg-opacity));
}
.bg-BBD790 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 215 144 / var(--tw-bg-opacity));
}
.bg-background {
    --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-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 53 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(93 176 226 / var(--tw-bg-opacity));
}
.bg-soft-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-softprimary {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 53 / var(--tw-bg-opacity));
}
.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 105 167 / var(--tw-bg-opacity));
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.stroke-1 {
    stroke-width: 1;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-left {
    -o-object-position: left;
       object-position: left;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-14 {
    padding: 3.5rem;
}
.p-8 {
    padding: 2rem;
}
.p-4 {
    padding: 1rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-7 {
    padding: 1.75rem;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pr-3 {
    padding-right: 0.75rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pr-5 {
    padding-right: 1.25rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-120 {
    padding-top: 120px;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pl-2 {
    padding-left: 0.5rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-1 {
    padding-right: 0.25rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-display {
    font-family: Poppins;
}
.font-body {
    font-family: GeneralSans;
}
.font-displaytwo {
    font-family: NHG;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.font-semibold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.leading-5 {
    line-height: 1.25rem;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(27 29 53 / var(--tw-text-opacity));
}
.text-smoth-gray {
    --tw-text-opacity: 1;
    color: rgb(132 132 132 / var(--tw-text-opacity));
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(93 176 226 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 105 167 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-100 {
    opacity: 1;
}
.opacity-20 {
    opacity: 0.2;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    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);
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.uderline-animated {
    position: relative;
}
.uderline-animated::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #1B1D35;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
.uderline-animated:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }
.uderline-animated.active::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
  }
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #E5E5E5;
    background-color: white;
    transition: .4s;
    min-width: 50px;
  }
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0px;
    bottom: 0px;
    background-color: #CECECE;
    transition: .4s;
  }
input:checked + .slider:before {
        background-color: #1B1D35;
    }
input:focus + .slider:before {
        background-color: #1B1D35;
    }
input:checked + .slider:before {
    transform: translateX(26px);
  }
.slider.round {
    border-radius: 34px;
  }
.slider.round:before {
    border-radius: 50%;
  }
.slider-bar {
    z-index: 2;
    margin-top: 20px;
}
@media (min-width: 1024px) {
.slider-bar {
        margin-top: -60px
}
    }
.vertical-divider .bar-animation {
        position: relative;
    }
.vertical-divider .bar-animation::before {
            background-color: #1B1D35;
            bottom: 20px;
            content: "";
            position: absolute;
            top: 20px;
            width: 1px;
            transition: background-color 0.25s ease-out;
        }
.vertical-divider .bar-animation:hover::before,
    .vertical-divider .bar-animation:hover + .bar-animation::before {
        background-color: white;
    }
.bar-animation{

    position: relative;
}
.bar-animation .bar-title {
        align-content: center;
        transition: opacity 0.5s ease;
        opacity: 1;
    }
.bar-animation .bar-content {
        transition: opacity 0.5s ease;
        text-align: center;
        align-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
.bar-animation:hover .bar-title {
            opacity: 0;
        }
.bar-animation:hover .bar-content {
            background-color: #1B1D35;
            display: block;
            color: white;
            height: 100%;
            opacity: 1;

        }
.customShadow {
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.1);
  }
.modal-content-text ul li {
        list-style-type: none;
        font-weight: 400;
    }
.modal-content-text ul li:before {
            content: "•";
            margin-right: 5px;
        }
table{
    border-collapse: collapse;
    border-spacing: 0 3rem;
}
table th, table td{
    padding: 1rem;
    text-align: left;
}
@media (max-width: 900px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        display: none;
    }
    td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
}
.tooltip {
    position: relative;
    display: inline-block;
  }
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
.tooltip .tooltiptext p{
        padding: 5px 10px;

    }
.tooltip:hover .tooltiptext {
    visibility: visible;
  }
.animated-rotate .animate{
        transition: transform 1s;
    }
.animated-rotate .animate.rotate{
            transform: rotate(270deg);
        }
.max-height-transition{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.max-height-transition.open{
        max-height: 10000px;
    }
.oportunities input[type=file]::-webkit-file-upload-button {
    border: 2px solid #1B1D35;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #1B1D35;
    -webkit-transition: 1s;
    transition: 1s;
    color: white;
    border-radius: 25px;
  }
.oportunities input[type=file]::file-selector-button {
    border: 2px solid #1B1D35;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #1B1D35;
    transition: 1s;
    color: white;
    border-radius: 25px;
  }
tbody tr td {
    align-content: start;
}
.mustBlue{
    color: white !important;
}
.icon-special{
    background-image: url(/dist/images/front/elements/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 100px !important;
}
.search-special{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 30px !important;
  height: 100px !important;
}
.banner-slide{
    height: 80vh!important;
}
.socials a:hover{
        background-color: #1B1D35;
    }
.socials a:hover img{
            opacity: 50%;
        }
.image-page.animation{
    position: relative;
    transition: opacity 1s;
}
.image-page.animation .show{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
    }
.image-page.animation .hide{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
.animated-search{
    z-index: 999;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    max-height: 100%;
    transition: left 0.5s ease-in-out;
}
@media (min-width: 1024px) and (max-width: 1124px) {
.animated-search .menuHeight >div{
            width: 85%
    }
        }
.animated-search.openSearch{
        left: 0;
        overflow: hidden;
    }
.animated-search:not(.openSearch){
        transition: left 0.5s ease-in-out;

    }
.animatedHeight{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
.animatedHeight.open{
        max-height: 1000px;
    }
.animatedHeight .selectedData{
        display: block;
    }
.animatedHeight .hiddenData{
        display: none;
    }
.content a{
    text-decoration: underline;
  }
.placeholder\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-sm:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-xl::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-xl:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-xl::placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-primary::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(27 29 53 / var(--tw-text-opacity));
}
.placeholder\:text-primary:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(27 29 53 / var(--tw-text-opacity));
}
.placeholder\:text-primary::placeholder {
    --tw-text-opacity: 1;
    color: rgb(27 29 53 / var(--tw-text-opacity));
}
.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
    cursor: pointer;
}
.hover\:border:hover {
    border-width: 1px;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(27 29 53 / var(--tw-border-opacity));
}
.hover\:bg-EA7D4D:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 125 77 / var(--tw-bg-opacity));
}
.hover\:bg-F7D440:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 212 64 / var(--tw-bg-opacity));
}
.hover\:bg-5DB0E2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(93 176 226 / var(--tw-bg-opacity));
}
.hover\:bg-1B1D35:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 53 / var(--tw-bg-opacity));
}
.hover\:bg-103D21:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(16 61 33 / var(--tw-bg-opacity));
}
.hover\:bg-D6EDF7:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(214 237 247 / var(--tw-bg-opacity));
}
.hover\:bg-FEE9D6:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 233 214 / var(--tw-bg-opacity));
}
.hover\:bg-2E4F9D:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(46 79 157 / var(--tw-bg-opacity));
}
.hover\:bg-87D1F2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(135 209 242 / var(--tw-bg-opacity));
}
.hover\:bg-519A33:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(81 154 51 / var(--tw-bg-opacity));
}
.hover\:bg-FCDF67:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(252 223 103 / var(--tw-bg-opacity));
}
.hover\:bg-FFEFA6:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 239 166 / var(--tw-bg-opacity));
}
.hover\:bg-FFF3C5:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 243 197 / var(--tw-bg-opacity));
}
.hover\:bg-F49F7A:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 159 122 / var(--tw-bg-opacity));
}
.hover\:bg-F9D1A4:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 209 164 / var(--tw-bg-opacity));
}
.hover\:bg-232953:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 41 83 / var(--tw-bg-opacity));
}
.hover\:bg-263678:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 54 120 / var(--tw-bg-opacity));
}
.hover\:bg-B7E0F2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(183 224 242 / var(--tw-bg-opacity));
}
.hover\:bg-90C03E:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(144 192 62 / var(--tw-bg-opacity));
}
.hover\:bg-BBD790:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(187 215 144 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 53 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(93 176 226 / var(--tw-bg-opacity));
}
.hover\:font-semibold:hover {
    font-weight: 600;
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(27 29 53 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgb(93 176 226 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
    opacity: 1;
}
.focus\:z-10:focus {
    z-index: 10;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (prefers-contrast: more) {
    .contrast-more\:border-slate-400 {
        --tw-border-opacity: 1;
        border-color: rgb(148 163 184 / var(--tw-border-opacity));
    }
    .contrast-more\:placeholder-slate-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .sm\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
    .sm\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .sm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .sm\:ml-4 {
        margin-left: 1rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:inline-flex {
        display: inline-flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-\[120px\] {
        height: 120px;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:max-w-lg {
        max-width: 32rem;
    }
    .sm\:max-w-800 {
        max-width: 800px;
    }
    .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\:items-start {
        align-items: flex-start;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\: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));
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:p-0 {
        padding: 0px;
    }
    .sm\:p-6 {
        padding: 1.5rem;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem;
    }
    .sm\:pb-20 {
        padding-bottom: 5rem;
    }
    .sm\:pb-4 {
        padding-bottom: 1rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .sm\:font-normal {
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    .md\:absolute {
        position: absolute;
    }
    .md\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }
    .md\:top-1\/2 {
        top: 50%;
    }
    .md\:top-0 {
        top: 0px;
    }
    .md\:order-2 {
        order: 2;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:-order-1 {
        order: -1;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:float-right {
        float: right;
    }
    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .md\:ml-5 {
        margin-left: 1.25rem;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mr-auto {
        margin-right: auto;
    }
    .md\:ml-0 {
        margin-left: 0px;
    }
    .md\:mr-0 {
        margin-right: 0px;
    }
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-400 {
        height: 400px;
    }
    .md\:max-h-100 {
        max-height: 100px;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:max-w-screen-lg {
        max-width: 1024px;
    }
    .md\:max-w-5xl {
        max-width: 64rem;
    }
    .md\:max-w-800 {
        max-width: 800px;
    }
    .md\:flex-auto {
        flex: 1 1 auto;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:justify-around {
        justify-content: space-around;
    }
    .md\:justify-items-start {
        justify-items: start;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-20 {
        gap: 5rem;
    }
    .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\:object-right {
        -o-object-position: right;
           object-position: right;
    }
    .md\:p-10 {
        padding: 2.5rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:pb-28 {
        padding-bottom: 7rem;
    }
    .md\:pr-10 {
        padding-right: 2.5rem;
    }
    .md\:text-left {
        text-align: left;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-right {
        text-align: right;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 835px) {
        .lg\:container {
            max-width: 835px;
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1124px) {
        .lg\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1600px) {
        .lg\:container {
            max-width: 1600px;
        }
    }
    @media (min-width: 1920px) {
        .lg\:container {
            max-width: 1920px;
        }
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mb-150 {
        margin-bottom: 150px;
    }
    .lg\:mr-20 {
        margin-right: 5rem;
    }
    .lg\:mr-auto {
        margin-right: auto;
    }
    .lg\:ml-0 {
        margin-left: 0px;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-600 {
        height: 600px;
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-96 {
        width: 24rem;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:min-w-\[135px\] {
        min-width: 135px;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:justify-start {
        justify-content: flex-start;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-20 {
        gap: 5rem;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .lg\:border-0 {
        border-width: 0px;
    }
    .lg\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(27 29 53 / var(--tw-bg-opacity));
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:pt-0 {
        padding-top: 0px;
    }
    .lg\:pt-138 {
        padding-top: 138px;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:text-left {
        text-align: left;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:font-semibold {
        font-weight: 600;
    }
    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 835px) {
        .xl\:container {
            max-width: 835px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1124px) {
        .xl\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1600px) {
        .xl\:container {
            max-width: 1600px;
        }
    }
    @media (min-width: 1920px) {
        .xl\:container {
            max-width: 1920px;
        }
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-20 {
        margin-top: 5rem;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline {
        display: inline;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-auto {
        height: auto;
    }
    .xl\:h-\[220px\] {
        height: 220px;
    }
    .xl\:w-full {
        width: 100%;
    }
    .xl\:w-auto {
        width: auto;
    }
    .xl\:w-20 {
        width: 5rem;
    }
    .xl\:w-36 {
        width: 9rem;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:gap-20 {
        gap: 5rem;
    }
    .xl\:gap-0 {
        gap: 0px;
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
    .xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .xl\:border-0 {
        border-width: 0px;
    }
    .xl\:p-20 {
        padding: 5rem;
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pt-20 {
        padding-top: 5rem;
    }
    .xl\:pb-0 {
        padding-bottom: 0px;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xl\:pb-16 {
        padding-bottom: 4rem;
    }
    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1600px) {
    .\32xl\:h-800 {
        height: 800px;
    }
    .\32xl\:w-32 {
        width: 8rem;
    }
    .\32xl\:w-28 {
        width: 7rem;
    }
    .\32xl\:w-44 {
        width: 11rem;
    }
    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .\32xl\:p-16 {
        padding: 4rem;
    }
    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .\32xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1920px) {
    .\33xl\:max-w-screen-2xl {
        max-width: 1600px;
    }
    .\33xl\:max-w-screen-xl {
        max-width: 1280px;
    }
    .\33xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .\33xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
}
