*:focus {
    outline: 0!important;
    box-shadow: none!important;
}
::-moz-selection {
    background: #0140AA;
    color: white;
}
::selection {
    background: #0140AA;
    color: white;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif !important;
    color: #263F61;
}
hr {
    border-color: #0140AA;
}
body p {
    font-style: normal;
    font-weight: 400; 
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 768px) {
body p {
        font-size: 14px;
        line-height: 18px
}
    }
@media (max-width: 640px) {
body p {
        font-size: 14px;
        line-height: 18px
}
    }
body h1 {
    font-size: 48px;
    line-height: 58px;
    font-style: normal;
    font-weight: 800;
}
@media (max-width: 1024px) {
body h1 {
        font-size: 40px;
        line-height: 50px
}
    }
@media (max-width: 768px) {
body h1 {
        font-size: 32px;
        line-height: 42px
}
    }
@media (max-width: 640px) {
body h1 {
        font-size: 28px;
        line-height: 38px
}
    }
body h2 {
    font-size: 32px;
    line-height: 40px;
    font-style: normal;
    font-weight: 800;
}
@media (max-width: 1024px) {
body h2 {
        font-size: 30px;
        line-height: 38px
}
    }
@media (max-width: 768px) {
body h2 {
        font-size: 28px;
        line-height: 36px
}
    }
@media (max-width: 640px) {
body h2 {
        font-size: 24px;
        line-height: 34px
}
    }
h2.text-banner {
    font-size: 40px;
    line-height: 50px;
    font-style: normal;
    font-weight: 800;
}
@media (max-width: 1024px) {
h2.text-banner {
        font-size: 32px;
        line-height: 40px
}
    }
@media (max-width: 768px) {
h2.text-banner {
        font-size: 30px;
        line-height: 38px
}
    }
@media (max-width: 640px) {
h2.text-banner {
        font-size: 26px;
        line-height: 36px
}
    }
body h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1024px) {
body h3 {
        font-size: 22px;
        line-height: 28px
}
    }
@media (max-width: 768px) {
body h3 {
        font-size: 20px;
        line-height: 26px
}
    }
@media (max-width: 640px) {
body h3 {
        font-size: 18px;
        line-height: 24px
}
    }
body h4 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 1024px) {
body h4 {
        font-size: 16px;
        line-height: 20px
}
    }
@media (max-width: 768px) {
body h4 {
        font-size: 14px;
        line-height: 18px
}
    }
@media (max-width: 640px) {
body h4 {
        font-size: 12px;
        line-height: 16px
}
    }
body h5 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 1024px) {
body h5 {
        font-size: 12px;
        line-height: 16px
}
    }
@media (max-width: 768px) {
body h5 {
        font-size: 12px;
        line-height: 16px
}
    }
@media (max-width: 640px) {
body h5 {
        font-size: 10px;
        line-height: 14px
}
    }
body h6 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
}
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;
}
section {
    scroll-margin-top: 50px;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #FFFFFF;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #263F61;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #263F61;
    opacity: 0.2;
}
.breadcrumb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.px-25{
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
}
.mt-7{
    margin-top: 1.75rem !important;
}
.color-azul-escuro {
    color: #263F61;
}
.slider-three-highlights  .swiper-buttons-wrapper,
.employees-slide .swiper-buttons-wrapper,
.info-slide .swiper-buttons-wrapper,
.banner-slide .swiper-buttons-wrapper{
    
    width: 100%;
    z-index: 10;
}
.slider-three-highlights  .swiper-button-next, 
.slider-three-highlights  .swiper-button-prev,
.employees-slide  .swiper-button-next, 
.employees-slide  .swiper-button-prev,
.banner-slide  .swiper-button-next, 
.banner-slide  .swiper-button-prev,
.info-slide  .swiper-button-next, 
.info-slide  .swiper-button-prev {

    width: 40px;
    height:40px;
    z-index: 10;
    cursor: pointer;

    background-color: #FFFFFF;
    border-radius: 20px;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-top: 0px;
}
.info-slide  .swiper-button-next, 
.info-slide  .swiper-button-prev {
    background-color: #EAE9ED;
}
.slider-three-highlights  .swiper-button-next:hover, 
.slider-three-highlights  .swiper-button-prev:hover,
.employees-slide .swiper-button-next:hover,
.employees-slide .swiper-button-prev:hover,
.banner-slide .swiper-button-next:hover,
.banner-slide .swiper-button-prev:hover,
.info-slide .swiper-button-next:hover,
.info-slide .swiper-button-prev:hover{
    background-color: #263F61;
}
.slider-three-highlights  .swiper-button-next::after, 
.slider-three-highlights  .swiper-button-prev::after,
.employees-slide .swiper-button-next::after, 
.employees-slide .swiper-button-prev::after,
.banner-slide .swiper-button-next::after, 
.banner-slide .swiper-button-prev::after,
.info-slide .swiper-button-next::after, 
.info-slide .swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  color: #263F61;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/front/slider_arrow_next.svg);  

  content: "";
}
.info-slide .swiper-button-next::after, 
.info-slide .swiper-button-prev::after {
  background-image: url(../images/front/slider_arrow_next_hover.svg);  
}
.slider-three-highlights  .swiper-button-prev::after,
.employees-slide  .swiper-button-prev::after,
.info-slide  .swiper-button-prev::after,
.banner-slide  .swiper-button-prev::after {
  background-image: url(../images/front/slider_arrow_prev.svg);  
}
.info-slide  .swiper-button-prev::after {
  background-image: url(../images/front/slider_arrow_prev_hover.svg);  
}
.slider-three-highlights  .swiper-button-next:hover::after,
.employees-slide  .swiper-button-next:hover::after,
.info-slide  .swiper-button-next:hover::after,
.banner-slide  .swiper-button-next:hover::after {
    color: #0C111D;
    background-image: url(../images/front/slider_arrow_next_hover.svg); 
}
.slider-three-highlights  .swiper-button-prev:hover::after,
.employees-slide  .swiper-button-prev:hover::after,
.info-slide  .swiper-button-prev:hover::after,
.banner-slide  .swiper-button-prev:hover::after {
    color: #0C111D;
    background-image: url(../images/front/slider_arrow_prev_hover.svg); 
}
.content-text h2{
    width: 100%;
    font-weight: 800;          
    font-size: 30px;           
    line-height: 40px;         
    text-align: center;        
    color: #263F61; 
}
.banner-topo-cover.small{
    height: 250px;
}
@media (max-width: 768px) {
.banner-topo-cover.small{
        height: 220px
}
    }
@media (max-width: 640px) {
.banner-topo-cover.small{
        height: 190px
}
    }
.banner-topo-cover.medium{
    height: 300px;

}
@media (max-width: 768px) {
.banner-topo-cover.medium{
        height: 270px

}
    }
@media (max-width: 640px) {
.banner-topo-cover.medium{
        height: 240px

}
    }
.banner-topo-cover.large{
    height: 400px;
}
@media (max-width: 768px) {
.banner-topo-cover.large{
        height: 370px
}
    }
@media (max-width: 640px) {
.banner-topo-cover.large{
        height: 340px
}
    }
.cover_bg_black_15 {
    background-color: rgba(0, 0, 0, 0.15);
}
.overlay-blue-ccva {
    background-color: #263F61;
}
.overlay-blue-darq {
    background-color: #0140AA;
}
.overlay-blue-light {
    background-color: #00A7E1;
}
.overlay-green {
    background-color: #07BEB8;
}
.overlay-blue-ccva-opacity {
    background-color: rgba(38, 63, 97, 0.5);
}
.overlay-blue-darq-opacity {
    background-color: rgba(1, 64, 170, 0.5);
}
.overlay-blue-light-opacity {
    background-color: rgba(0, 167, 225, 0.5);
}
.overlay-green-opacity {
    background-color: rgba(7, 190, 184, 0.5);
}
.color-azul-ccva,
.title-blue-ccva {
    color: rgb(38, 63, 97);
}
.title-blue-darq {
    color: rgb(1, 64, 170);
}
.title-blue-light {
    color: rgb(0, 167, 225);
}
.title-green {
    color: rgb(7, 190, 184);
}
.bg-white{
    background-color: #FFFFFF;
}
.bg-azul-escuro{
    background-color: rgba(0, 167, 225, 0.1);
}
.bg-azul-claro{
    background-color: rgba(0, 167, 225, 0.1);
}
.bg-verde{
    background-color: rgba(7, 190, 184, 0.1);
}
.app-breadcrumbs{
    background-color: #D9D9D9;
    min-height: 40px;
}
p + p {
    margin-top: 20px;
}
h6 + p {
    margin-top: 10px;
}
.contact-item p + p {
    margin-top: 5px;
}
.content-text p,
.content-text ul,
.content-text li {
    text-align: left;
    font-style: normal;
    font-weight: 400; 
    font-size: 16px;
    line-height: 20px;
}
@media (max-width: 768px) {
.content-text p,
.content-text ul,
.content-text li {
        font-size: 14px;
        line-height: 18px
}
    }
@media (max-width: 640px) {
.content-text p,
.content-text ul,
.content-text li {
        font-size: 14px;
        line-height: 18px
}
    }
.content-text h1 {
    text-align: left;
    font-size: 48px;
    line-height: 58px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 1024px) {
.content-text h1 {
        font-size: 40px;
        line-height: 50px
}
    }
@media (max-width: 768px) {
.content-text h1 {
        font-size: 32px;
        line-height: 42px
}
    }
@media (max-width: 640px) {
.content-text h1 {
        font-size: 28px;
        line-height: 38px
}
    }
.content-text h2 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 1024px) {
.content-text h2 {
        font-size: 32px;
        line-height: 40px
}
    }
@media (max-width: 768px) {
.content-text h2 {
        font-size: 30px;
        line-height: 38px
}
    }
@media (max-width: 640px) {
.content-text h2 {
        font-size: 26px;
        line-height: 36px
}
    }
.content-text h3 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1024px) {
.content-text h3 {
        font-size: 22px;
        line-height: 28px
}
    }
@media (max-width: 768px) {
.content-text h3 {
        font-size: 20px;
        line-height: 26px
}
    }
@media (max-width: 640px) {
.content-text h3 {
        font-size: 18px;
        line-height: 24px
}
    }
.content-text h4 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
}
@media (max-width: 1024px) {
.content-text h4 {
        font-size: 16px;
        line-height: 20px
}
    }
@media (max-width: 768px) {
.content-text h4 {
        font-size: 14px;
        line-height: 18px
}
    }
@media (max-width: 640px) {
.content-text h4 {
        font-size: 12px;
        line-height: 16px
}
    }
.content-text h5 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width: 1024px) {
.content-text h5 {
        font-size: 12px;
        line-height: 16px
}
    }
@media (max-width: 768px) {
.content-text h5 {
        font-size: 12px;
        line-height: 16px
}
    }
@media (max-width: 640px) {
.content-text h5 {
        font-size: 10px;
        line-height: 14px
}
    }
.content-text h6 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    line-height: 14px;
}
.content-text ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;

}
.content-text ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 10px;
}
.content-text ul li b{
    font-style: normal;
    font-weight: 700;
}
.content-text ul li::marker {
    color: #00A7E1;
}
.content-text  a{
    color: #00A7E1;
}
.formacao-item-title {
    box-shadow: 0px 0px 7.6px 3px rgba(0, 0, 0, 0.12);
}
.pleft-52{
    padding-left: 0px;
}
@media (max-width: 1124px) {
.pleft-52{
        padding-left: 52px
}
    }
.grecaptcha-badge {
    display: none !important;
    z-index: -1;
}
.text_align_right{
    text-align: right;
}
@media (max-width: 1440px) {
.text_align_right{
        text-align: center
}
    }
b > b {
    font-weight: 700;
}
.content-text li strong,
.content-text li b {
    font-weight: 700 !important;
}
.content-text b b,
.content-text strong b,
.content-text strong strong,
.content-text b strong {
    font-weight: 700 !important;
}
.filter-white{
    filter: brightness(0) invert(1);
}
.filter-black{
    filter: brightness(0) invert(0);
}
.uderline-animated {
    position: relative;
}
.uderline-animated::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #0140AA;
        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;
        }
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;
            aspect-ratio: 1 / 1;    
        }
@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;
                height: 100%;
                overflow: hidden;
                background: transparent;
                display: block;
                border-top-left-radius: 0rem;
                border-top-right-radius: 0rem;
            }
article.card .card-media .flex-media figure {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
article.card .card-media .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;
                        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: 'Montserrat', 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: 1600px) {
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: 1600px) {
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.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: 1600px) {
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: 1600px) {
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.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: 1600px) {
article.card.sm-image .card-media {
                    height: 200px
            }
                }
@media (min-width: 1920px) {
article.card.sm-image .card-media {
                    height: 270px
            }
                }
article.card.xs-image .card-media {
                height: 240px;
                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: 1600px) {
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-header {
                    margin-top: -50px;
                }
article.card:hover.animated .article-overflow {
                    height: 100%;
                    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 80%);
                }
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: #0140AA;
            }
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  #0140AA;
            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;
    }
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: 1600px) {
.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;
        }
/* APP Theme */
body.gray-bg {
        background-color: #EFEFEF;
    }
body.gray-bg header #mainNavbar {
            background-color: #EFEFEF;
        }
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: #0140AA;
                }
body.dark-mode div.fixed-header div.desktop-menu #mainNavbar.is-open .border-primary {
                    border-color: #0140AA;
                }
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: #0140AA;
                }
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: #0140AA;
                    }
body.dark-mode .no-background #mainNavbar.is-open .border-primary {
                        border-color: #0140AA;
                    }
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: #0140AA;
                    }
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: #0140AA;
        }
/* 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: #0140AA;
                        }
body.full-screen header .no-background #mainNavbar.is-open .border-primary {
                            border-color: #0140AA;
                        }
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: #0140AA!important;
                    }
body.full-screen .mobile-desktop-margin {
            margin-top: 6rem;
            
        }
@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: #0140AA;
        }
body.full-screen footer .uderline-animated::after {
                background-color: white;
            }
/* ! 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: 1124px) {
    .container {
        max-width: 1124px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width: 1560px) {
    .container {
        max-width: 1560px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}
.pointer-events-none {
    pointer-events: none !important;
}
.fixed {
    position: fixed !important;
}
.absolute {
    position: absolute !important;
}
.relative {
    position: relative !important;
}
.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
}
.left-0 {
    left: 0px !important;
}
.top-0 {
    top: 0px !important;
}
.left-10 {
    left: 2.5rem !important;
}
.bottom-0 {
    bottom: 0px !important;
}
.right-0 {
    right: 0px !important;
}
.top-5 {
    top: 1.25rem !important;
}
.left-5 {
    left: 1.25rem !important;
}
.top-16 {
    top: 4rem !important;
}
.top-14 {
    top: 3.5rem !important;
}
.bottom-4 {
    bottom: 1rem !important;
}
.right-1 {
    right: 0.25rem !important;
}
.top-10 {
    top: 2.5rem !important;
}
.right-10 {
    right: 2.5rem !important;
}
.bottom-\[60px\] {
    bottom: 60px !important;
}
.top-1\/2 {
    top: 50% !important;
}
.left-1\/2 {
    left: 50% !important;
}
.top-\[0px\] {
    top: 0px !important;
}
.right-\[1px\] {
    right: 1px !important;
}
.left-auto {
    left: auto !important;
}
.top-\[25px\] {
    top: 25px !important;
}
.right-\[25px\] {
    right: 25px !important;
}
.top-\[calc\(50\%\)\] {
    top: calc(50%) !important;
}
.top-\[50\%\] {
    top: 50% !important;
}
.bottom-10 {
    bottom: 2.5rem !important;
}
.top-10 {
    top: 2.5rem !important;
}
.right-10 {
    right: 2.5rem !important;
}
.top-\[25px\] {
    top: 25px !important;
}
.right-\[25px\] {
    right: 25px !important;
}
.z-10 {
    z-index: 10 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-50 {
    z-index: 50 !important;
}
.z-20 {
    z-index: 20 !important;
}
.z-\[2\] {
    z-index: 2 !important;
}
.\!-z-10 {
    z-index: -10 !important;
}
.-z-10 {
    z-index: -10 !important;
}
.z-50 {
    z-index: 50 !important;
}
.z-20 {
    z-index: 20 !important;
}
.z-50 {
    z-index: 50 !important;
}
.z-20 {
    z-index: 20 !important;
}
.order-2 {
    order: 2 !important;
}
.order-1 {
    order: 1 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.col-span-3 {
    grid-column: span 3 / span 3 !important;
}
.col-span-1 {
    grid-column: span 1 / span 1 !important;
}
.col-span-2 {
    grid-column: span 2 / span 2 !important;
}
.col-auto {
    grid-column: auto !important;
}
.col-span-8 {
    grid-column: span 8 / span 8 !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left !important;
}
.m-0 {
    margin: 0px !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}
.my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
}
.my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}
.mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}
.my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
}
.mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.mt-\[101px\] {
    margin-top: 101px !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mt-16 {
    margin-top: 4rem !important;
}
.-mb-px {
    margin-bottom: -1px !important;
}
.mb-16 {
    margin-bottom: 4rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mb-10 {
    margin-bottom: 2.5rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-12 {
    margin-left: 3rem !important;
}
.-mt-px {
    margin-top: -1px !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.-mt-5 {
    margin-top: -1.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-\[20px\] {
    margin-top: 20px !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.ml-\[20px\] {
    margin-left: 20px !important;
}
.mr-\[20px\] {
    margin-right: 20px !important;
}
.mt-20 {
    margin-top: 5rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-14 {
    margin-bottom: 3.5rem !important;
}
.mt-\[10px\] {
    margin-top: 10px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mb-\[20px\] {
    margin-bottom: 20px !important;
}
.mt-\[40px\] {
    margin-top: 40px !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mr-5 {
    margin-right: 1.25rem !important;
}
.ml-8 {
    margin-left: 2rem !important;
}
.mb-11 {
    margin-bottom: 2.75rem !important;
}
.-mt-\[20px\] {
    margin-top: -20px !important;
}
.mb-44 {
    margin-bottom: 11rem !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mr-10 {
    margin-right: 2.5rem !important;
}
.ml-5 {
    margin-left: 1.25rem !important;
}
.mr-8 {
    margin-right: 2rem !important;
}
.-mb-10 {
    margin-bottom: -2.5rem !important;
}
.-ml-px {
    margin-left: -1px !important;
}
.mb-24 {
    margin-bottom: 6rem !important;
}
.mt-14 {
    margin-top: 3.5rem !important;
}
.ml-10 {
    margin-left: 2.5rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-\[20px\] {
    margin-bottom: 20px !important;
}
.box-border {
    box-sizing: border-box !important;
}
.block {
    display: block !important;
}
.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex !important;
}
.grid {
    display: grid !important;
}
.hidden {
    display: none !important;
}
.h-400 {
    height: 400px !important;
}
.h-full {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.h-250 {
    height: 250px !important;
}
.h-5 {
    height: 1.25rem !important;
}
.h-8 {
    height: 2rem !important;
}
.h-16 {
    height: 4rem !important;
}
.h-11 {
    height: 2.75rem !important;
}
.h-7 {
    height: 1.75rem !important;
}
.h-450 {
    height: 450px !important;
}
.h-width {
    height: 100vw !important;
}
.h-12 {
    height: 3rem !important;
}
.h-\[40px\] {
    height: 40px !important;
}
.h-\[460px\] {
    height: 460px !important;
}
.h-\[340px\] {
    height: 340px !important;
}
.h-\[30px\] {
    height: 30px !important;
}
.h-\[48px\] {
    height: 48px !important;
}
.h-\[80px\] {
    height: 80px !important;
}
.h-\[400px\] {
    height: 400px !important;
}
.h-\[350px\] {
    height: 350px !important;
}
.h-\[70px\] {
    height: 70px !important;
}
.h-\[60px\] {
    height: 60px !important;
}
.h-4 {
    height: 1rem !important;
}
.h-600 {
    height: 600px !important;
}
.h-36 {
    height: 9rem !important;
}
.h-\[calc\(100\%\+1px\)\] {
    height: calc(100% + 1px) !important;
}
.h-\[56\.25vw\] {
    height: 56.25vw !important;
}
.h-\[15px\] {
    height: 15px !important;
}
.h-5\/6 {
    height: 83.333333% !important;
}
.h-96 {
    height: 24rem !important;
}
.h-\[16px\] {
    height: 16px !important;
}
.h-\[19px\] {
    height: 19px !important;
}
.h-\[180px\] {
    height: 180px !important;
}
.h-10 {
    height: 2.5rem !important;
}
.h-\[120px\] {
    height: 120px !important;
}
.h-60 {
    height: 15rem !important;
}
.h-3 {
    height: 0.75rem !important;
}
.h-20 {
    height: 5rem !important;
}
.h-\[220px\] {
    height: 220px !important;
}
.h-\[48px\] {
    height: 48px !important;
}
.h-full {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.h-full {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.h-\[24px\] {
    height: 24px !important;
}
.h-\[40px\] {
    height: 40px !important;
}
.max-h-600 {
    max-height: 600px !important;
}
.max-h-32 {
    max-height: 8rem !important;
}
.max-h-\[290px\] {
    max-height: 290px !important;
}
.max-h-\[390px\] {
    max-height: 390px !important;
}
.max-h-\[300px\] {
    max-height: 300px !important;
}
.max-h-\[770px\] {
    max-height: 770px !important;
}
.max-h-\[500px\] {
    max-height: 500px !important;
}
.max-h-\[260px\] {
    max-height: 260px !important;
}
.max-h-500 {
    max-height: 500px !important;
}
.min-h-600 {
    min-height: 600px !important;
}
.min-h-screen {
    min-height: 100vh !important;
}
.min-h-\[200px\] {
    min-height: 200px !important;
}
.min-h-\[70px\] {
    min-height: 70px !important;
}
.min-h-\[260px\] {
    min-height: 260px !important;
}
.min-h-\[320px\] {
    min-height: 320px !important;
}
.min-h-full {
    min-height: 100% !important;
}
.min-h-80 {
    min-height: 320px !important;
}
.min-h-\[300px\] {
    min-height: 300px !important;
}
.min-h-\[270px\] {
    min-height: 270px !important;
}
.min-h-\[440px\] {
    min-height: 440px !important;
}
.min-h-\[200px\] {
    min-height: 200px !important;
}
.min-h-\[440px\] {
    min-height: 440px !important;
}
.w-full {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.w-32 {
    width: 8rem !important;
}
.w-40 {
    width: 10rem !important;
}
.w-\[275px\] {
    width: 275px !important;
}
.w-5 {
    width: 1.25rem !important;
}
.w-8 {
    width: 2rem !important;
}
.w-\[40px\] {
    width: 40px !important;
}
.w-\[30px\] {
    width: 30px !important;
}
.w-1\/6 {
    width: 16.666667% !important;
}
.w-4\/6 {
    width: 66.666667% !important;
}
.w-1\/2 {
    width: 50% !important;
}
.w-\[70px\] {
    width: 70px !important;
}
.w-4 {
    width: 1rem !important;
}
.w-60 {
    width: 15rem !important;
}
.w-\[177\.77vh\] {
    width: 177.77vh !important;
}
.w-\[15px\] {
    width: 15px !important;
}
.w-3\/12 {
    width: 25% !important;
}
.w-5\/12 {
    width: 41.666667% !important;
}
.w-\[55\%\] {
    width: 55% !important;
}
.w-\[16px\] {
    width: 16px !important;
}
.w-screen {
    width: 100vw !important;
}
.w-24 {
    width: 6rem !important;
}
.w-52 {
    width: 13rem !important;
}
.w-\[200px\] {
    width: 200px !important;
}
.w-12 {
    width: 3rem !important;
}
.w-7\/12 {
    width: 58.333333% !important;
}
.w-16 {
    width: 4rem !important;
}
.w-4\/5 {
    width: 80% !important;
}
.w-28 {
    width: 7rem !important;
}
.w-full {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.w-full {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.w-\[40px\] {
    width: 40px !important;
}
.min-w-\[70px\] {
    min-width: 70px !important;
}
.min-w-full {
    min-width: 100% !important;
}
.max-w-\[1440px\] {
    max-width: 1440px !important;
}
.max-w-xl {
    max-width: 36rem !important;
}
.max-w-6xl {
    max-width: 72rem !important;
}
.max-w-3xl {
    max-width: 48rem !important;
}
.max-w-\[440px\] {
    max-width: 440px !important;
}
.max-w-\[1460px\] {
    max-width: 1460px !important;
}
.max-w-5xl {
    max-width: 64rem !important;
}
.max-w-800 {
    max-width: 800px !important;
}
.max-w-4xl {
    max-width: 56rem !important;
}
.max-w-\[250px\] {
    max-width: 250px !important;
}
.max-w-\[900px\] {
    max-width: 900px !important;
}
.max-w-\[1000px\] {
    max-width: 1000px !important;
}
.max-w-\[800px\] {
    max-width: 800px !important;
}
.max-w-\[440px\] {
    max-width: 440px !important;
}
.max-w-\[1520px\] {
    max-width: 1520px !important;
}
.max-w-\[1440px\] {
    max-width: 1440px !important;
}
.max-w-\[800px\] {
    max-width: 800px !important;
}
.flex-1 {
    flex: 1 1 0% !important;
}
.flex-\[3\] {
    flex: 3 !important;
}
.flex-\[1\] {
    flex: 1 !important;
}
.flex-none {
    flex: none !important;
}
.shrink-0 {
    flex-shrink: 0 !important;
}
.grow {
    flex-grow: 1 !important;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    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)) !important;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
    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)) !important;
}
.rotate-180 {
    --tw-rotate: 180deg !important;
    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)) !important;
}
.scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
    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)) !important;
}
.scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
}
.scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
    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)) !important;
}
.scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
}
.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)) !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.cursor-default {
    cursor: default !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
}
.resize {
    resize: both !important;
}
.grid-flow-col {
    grid-auto-flow: column !important;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-col {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.place-content-center {
    place-content: center !important;
}
.place-content-end {
    place-content: end !important;
}
.place-content-between {
    place-content: space-between !important;
}
.content-center {
    align-content: center !important;
}
.content-end {
    align-content: flex-end !important;
}
.content-between {
    align-content: space-between !important;
}
.items-start {
    align-items: flex-start !important;
}
.items-end {
    align-items: flex-end !important;
}
.items-center {
    align-items: center !important;
}
.justify-end {
    justify-content: flex-end !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.justify-around {
    justify-content: space-around !important;
}
.justify-items-start {
    justify-items: start !important;
}
.justify-items-end {
    justify-items: end !important;
}
.justify-items-center {
    justify-items: center !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-10 {
    gap: 2.5rem !important;
}
.gap-6 {
    gap: 1.5rem !important;
}
.gap-2\.5 {
    gap: 0.625rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-5 {
    gap: 1.25rem !important;
}
.gap-0 {
    gap: 0px !important;
}
.gap-3 {
    gap: 0.75rem !important;
}
.gap-\[60px\] {
    gap: 60px !important;
}
.gap-\[25px\] {
    gap: 25px !important;
}
.gap-8 {
    gap: 2rem !important;
}
.gap-\[10px\] {
    gap: 10px !important;
}
.gap-\[15px\] {
    gap: 15px !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-20 {
    gap: 5rem !important;
}
.gap-\[25px\] {
    gap: 25px !important;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
}
.gap-y-5 {
    row-gap: 1.25rem !important;
}
.gap-y-10 {
    row-gap: 2.5rem !important;
}
.gap-y-2 {
    row-gap: 0.5rem !important;
}
.gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
}
.gap-y-4 {
    row-gap: 1rem !important;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}
.self-center {
    align-self: center !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.whitespace-pre-line {
    white-space: pre-line !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-md {
    border-radius: 0.375rem !important;
}
.rounded-\[10px\] {
    border-radius: 10px !important;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.rounded-xl {
    border-radius: 0.75rem !important;
}
.rounded-\[5px\] {
    border-radius: 5px !important;
}
.rounded-\[0px_0px_5px_0px\] {
    border-radius: 0px 0px 5px 0px !important;
}
.rounded-\[0px_0px_0px_5px\] {
    border-radius: 0px 0px 0px 5px !important;
}
.rounded-none {
    border-radius: 0px !important;
}
.rounded-\[10px\] {
    border-radius: 10px !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-b-\[10px\] {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
}
.rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}
.border {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-t {
    border-top-width: 1px !important;
}
.border-r {
    border-right-width: 1px !important;
}
.border-b {
    border-bottom-width: 1px !important;
}
.border-b-2 {
    border-bottom-width: 2px !important;
}
.border-l {
    border-left-width: 1px !important;
}
.border-slate-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important;
}
.border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(1 64 170 / var(--tw-border-opacity)) !important;
}
.border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-gray {
    --tw-border-opacity: 1 !important;
    border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}
.border-b-primary {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(1 64 170 / var(--tw-border-opacity)) !important;
}
.border-t-\[\#263F61\] {
    --tw-border-opacity: 1 !important;
    border-top-color: rgb(38 63 97 / var(--tw-border-opacity)) !important;
}
.bg-background {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(1 64 170 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00A7E1\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#EAE9ED\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 233 237 / var(--tw-bg-opacity)) !important;
}
.bg-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity)) !important;
}
.bg-soft-gray {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-\[\#263F61\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 63 97 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#07BEB8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(7 190 184 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0140AA\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(1 64 170 / var(--tw-bg-opacity)) !important;
}
.bg-menu {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 63 97 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#263F61\]\/50 {
    background-color: rgb(38 63 97 / 0.5) !important;
}
.bg-softprimary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 243 236 / var(--tw-bg-opacity)) !important;
}
.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 105 167 / var(--tw-bg-opacity)) !important;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00A7E1\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}
.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00A7E1\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-to: rgb(0 0 0 / 0) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-\[\#263F61\] {
    --tw-gradient-to: #263F61 !important;
}
.bg-cover {
    background-size: cover !important;
}
.bg-auto {
    background-size: auto !important;
}
.bg-contain {
    background-size: contain !important;
}
.bg-auto {
    background-size: auto !important;
}
.bg-cover {
    background-size: cover !important;
}
.bg-center {
    background-position: center !important;
}
.bg-\[center_left\] {
    background-position: center left !important;
}
.bg-top {
    background-position: top !important;
}
.bg-\[center_right\] {
    background-position: center right !important;
}
.bg-top {
    background-position: top !important;
}
.bg-\[center_left\] {
    background-position: center left !important;
}
.bg-center {
    background-position: center !important;
}
.bg-no-repeat {
    background-repeat: no-repeat !important;
}
.stroke-1 {
    stroke-width: 1 !important;
}
.object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.object-center {
    -o-object-position: center !important;
       object-position: center !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}
.p-14 {
    padding: 3.5rem !important;
}
.p-\[40px\] {
    padding: 40px !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-\[30px\] {
    padding: 30px !important;
}
.p-8 {
    padding: 2rem !important;
}
.p-\[8px\] {
    padding: 8px !important;
}
.p-7 {
    padding: 1.75rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.px-\[60px\] {
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.pt-10 {
    padding-top: 2.5rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-3 {
    padding-bottom: 0.75rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.pb-5 {
    padding-bottom: 1.25rem !important;
}
.pt-8 {
    padding-top: 2rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pt-\[40px\] {
    padding-top: 40px !important;
}
.pt-6 {
    padding-top: 1.5rem !important;
}
.pt-\[10px\] {
    padding-top: 10px !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pr-10 {
    padding-right: 2.5rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pt-\[0px\] {
    padding-top: 0px !important;
}
.pt-\[30px\] {
    padding-top: 30px !important;
}
.pb-\[20px\] {
    padding-bottom: 20px !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pt-4 {
    padding-top: 1rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.pl-6 {
    padding-left: 1.5rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pl-\[0px\] {
    padding-left: 0px !important;
}
.pr-\[0px\] {
    padding-right: 0px !important;
}
.pb-12 {
    padding-bottom: 3rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pb-\[60px\] {
    padding-bottom: 60px !important;
}
.pt-\[20px\] {
    padding-top: 20px !important;
}
.pb-14 {
    padding-bottom: 3.5rem !important;
}
.pb-\[40px\] {
    padding-bottom: 40px !important;
}
.pb-\[80px\] {
    padding-bottom: 80px !important;
}
.pt-\[25px\] {
    padding-top: 25px !important;
}
.pt-12 {
    padding-top: 3rem !important;
}
.pl-5 {
    padding-left: 1.25rem !important;
}
.pt-20 {
    padding-top: 5rem !important;
}
.pb-\[10px\] {
    padding-bottom: 10px !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pt-6 {
    padding-top: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1rem !important;
}
.pb-8 {
    padding-bottom: 2rem !important;
}
.pl-8 {
    padding-left: 2rem !important;
}
.pt-3 {
    padding-top: 0.75rem !important;
}
.pb-10 {
    padding-bottom: 2.5rem !important;
}
.pt-10 {
    padding-top: 2.5rem !important;
}
.pt-\[40px\] {
    padding-top: 40px !important;
}
.pb-\[60px\] {
    padding-bottom: 60px !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-\[30px\] {
    padding-top: 30px !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.font-display {
    font-family: Montserrat, sans-serif !important;
}
.font-body {
    font-family: Montserrat, sans-serif !important;
}
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 100 !important;
}
.text-\[20px\] {
    font-size: 20px !important;
}
.text-\[14px\] {
    font-size: 14px !important;
}
.text-lg {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}
.text-base {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.text-\[12px\] {
    font-size: 12px !important;
}
.text-\[22px\] {
    font-size: 22px !important;
}
.text-\[16px\] {
    font-size: 16px !important;
}
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.text-\[18px\] {
    font-size: 18px !important;
}
.text-\[24px\] {
    font-size: 24px !important;
}
.text-\[9px\] {
    font-size: 9px !important;
}
.text-\[32px\] {
    font-size: 32px !important;
}
.text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
}
.text-\[16px\] {
    font-size: 16px !important;
}
.text-\[14px\] {
    font-size: 14px !important;
}
.text-\[12px\] {
    font-size: 12px !important;
}
.text-\[22px\] {
    font-size: 22px !important;
}
.text-\[16px\] {
    font-size: 16px !important;
}
.text-\[32px\] {
    font-size: 32px !important;
}
.text-\[14px\] {
    font-size: 14px !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-light {
    font-weight: 300 !important;
}
.font-extrabold {
    font-weight: 800 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.not-italic {
    font-style: normal !important;
}
.leading-\[17px\] {
    line-height: 17px !important;
}
.leading-7 {
    line-height: 1.75rem !important;
}
.leading-\[26px\] {
    line-height: 26px !important;
}
.leading-\[16px\] {
    line-height: 16px !important;
}
.leading-\[39px\] {
    line-height: 39px !important;
}
.leading-\[20px\] {
    line-height: 20px !important;
}
.leading-5 {
    line-height: 1.25rem !important;
}
.leading-\[30px\] {
    line-height: 30px !important;
}
.leading-\[40px\] {
    line-height: 40px !important;
}
.leading-\[22px\] {
    line-height: 22px !important;
}
.leading-\[32px\] {
    line-height: 32px !important;
}
.leading-\[14px\] {
    line-height: 14px !important;
}
.leading-\[18px\] {
    line-height: 18px !important;
}
.leading-\[12px\] {
    line-height: 12px !important;
}
.leading-\[15px\] {
    line-height: 15px !important;
}
.leading-\[34px\] {
    line-height: 34px !important;
}
.leading-\[20px\] {
    line-height: 20px !important;
}
.leading-\[17px\] {
    line-height: 17px !important;
}
.leading-\[40px\] {
    line-height: 40px !important;
}
.leading-\[20px\] {
    line-height: 20px !important;
}
.leading-\[39px\] {
    line-height: 39px !important;
}
.leading-\[17px\] {
    line-height: 17px !important;
}
.tracking-wider {
    letter-spacing: 0.05em !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(1 64 170 / var(--tw-text-opacity)) !important;
}
.text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgb(0 167 225 / var(--tw-text-opacity)) !important;
}
.text-background {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-\[\#263F61\] {
    --tw-text-opacity: 1 !important;
    color: rgb(38 63 97 / var(--tw-text-opacity)) !important;
}
.text-\[\#0C111D\] {
    --tw-text-opacity: 1 !important;
    color: rgb(12 17 29 / var(--tw-text-opacity)) !important;
}
.text-\[\#00A7E1\] {
    --tw-text-opacity: 1 !important;
    color: rgb(0 167 225 / var(--tw-text-opacity)) !important;
}
.text-gray {
    --tw-text-opacity: 1 !important;
    color: rgb(230 230 230 / var(--tw-text-opacity)) !important;
}
.text-text {
    --tw-text-opacity: 1 !important;
    color: rgb(12 17 29 / var(--tw-text-opacity)) !important;
}
.text-smoth-gray {
    --tw-text-opacity: 1 !important;
    color: rgb(132 132 132 / var(--tw-text-opacity)) !important;
}
.text-\[\#00A8E1\] {
    --tw-text-opacity: 1 !important;
    color: rgb(0 168 225 / var(--tw-text-opacity)) !important;
}
.text-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(0 105 167 / var(--tw-text-opacity)) !important;
}
.text-\[\#0C111D\] {
    --tw-text-opacity: 1 !important;
    color: rgb(12 17 29 / var(--tw-text-opacity)) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#263F61\] {
    --tw-text-opacity: 1 !important;
    color: rgb(38 63 97 / var(--tw-text-opacity)) !important;
}
.text-\[\#00A7E1\] {
    --tw-text-opacity: 1 !important;
    color: rgb(0 167 225 / var(--tw-text-opacity)) !important;
}
.text-\[\#263F61\] {
    --tw-text-opacity: 1 !important;
    color: rgb(38 63 97 / var(--tw-text-opacity)) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
    -webkit-text-decoration-line: underline !important;
            text-decoration-line: underline !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-slate-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity)) !important;
}
.opacity-30 {
    opacity: 0.3 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-20 {
    opacity: 0.2 !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-10 {
    opacity: 0.1 !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.brightness-0 {
    --tw-brightness: brightness(0) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.invert {
    --tw-invert: invert(100%) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    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 !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.duration-700 {
    transition-duration: 700ms !important;
}
.duration-150 {
    transition-duration: 150ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.duration-700 {
    transition-duration: 700ms !important;
}
.duration-300 {
    transition-duration: 300ms !important;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.\[writing-mode\:vertical-lr\] {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
}
.placeholder\:text-sm::-moz-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 100 !important;
}
.placeholder\:text-sm:-ms-input-placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 100 !important;
}
.placeholder\:text-sm::placeholder {
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 100 !important;
}
.placeholder\:text-xl::-moz-placeholder {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.placeholder\:text-xl:-ms-input-placeholder {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.placeholder\:text-xl::placeholder {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.placeholder\:text-white::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-white:-ms-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-white::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-primary::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(1 64 170 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-primary:-ms-input-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(1 64 170 / var(--tw-text-opacity)) !important;
}
.placeholder\:text-primary::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(1 64 170 / var(--tw-text-opacity)) !important;
}
.hover\:border:hover {
    border-width: 1px !important;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(1 64 170 / var(--tw-border-opacity)) !important;
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(1 64 170 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#00A7E1\]\/50:hover {
    background-color: rgb(0 167 225 / 0.5) !important;
}
.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 167 225 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#00A7E1\]\/50:hover {
    background-color: rgb(0 167 225 / 0.5) !important;
}
.hover\:font-bold:hover {
    font-weight: 700 !important;
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(1 64 170 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:opacity-100:hover {
    opacity: 1 !important;
}
.focus\:z-10:focus {
    z-index: 10 !important;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.group:hover .group-hover\:block {
    display: block !important;
}
.group:hover .group-hover\:\!flex {
    display: flex !important;
}
.group:hover .group-hover\:h-full {
    height: 100% !important;
}
.group:hover .group-hover\:text-\[20px\] {
    font-size: 20px !important;
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1 !important;
}
.group:hover .group-hover\:opacity-20 {
    opacity: 0.2 !important;
}
@media (prefers-contrast: more) {
    .contrast-more\:border-slate-400 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
    }
    .contrast-more\:placeholder-slate-500::-moz-placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity)) !important;
    }
    .contrast-more\:placeholder-slate-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity)) !important;
    }
    .contrast-more\:placeholder-slate-500::placeholder {
        --tw-placeholder-opacity: 1 !important;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity)) !important;
    }
}
@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute !important;
    }
    .sm\:right-4 {
        right: 1rem !important;
    }
    .sm\:top-\[calc\(50\%\)\] {
        top: calc(50%) !important;
    }
    .sm\:left-auto {
        left: auto !important;
    }
    .sm\:order-1 {
        order: 1 !important;
    }
    .sm\:order-2 {
        order: 2 !important;
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }
    .sm\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .sm\:my-14 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .sm\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .sm\:mb-0 {
        margin-bottom: 0px !important;
    }
    .sm\:mb-10 {
        margin-bottom: 2.5rem !important;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem !important;
    }
    .sm\:-mt-\[20px\] {
        margin-top: -20px !important;
    }
    .sm\:-mr-\[40px\] {
        margin-right: -40px !important;
    }
    .sm\:mt-0 {
        margin-top: 0px !important;
    }
    .sm\:mt-12 {
        margin-top: 3rem !important;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem !important;
    }
    .sm\:block {
        display: block !important;
    }
    .sm\:flex {
        display: flex !important;
    }
    .sm\:inline-flex {
        display: inline-flex !important;
    }
    .sm\:h-\[120px\] {
        height: 120px !important;
    }
    .sm\:min-h-\[440px\] {
        min-height: 440px !important;
    }
    .sm\:w-5\/12 {
        width: 41.666667% !important;
    }
    .sm\:w-7\/12 {
        width: 58.333333% !important;
    }
    .sm\:w-\[45\%\] {
        width: 45% !important;
    }
    .sm\:w-2\/5 {
        width: 40% !important;
    }
    .sm\:w-3\/5 {
        width: 60% !important;
    }
    .sm\:w-1\/2 {
        width: 50% !important;
    }
    .sm\:w-2\/3 {
        width: 66.666667% !important;
    }
    .sm\:w-28 {
        width: 7rem !important;
    }
    .sm\:max-w-\[1440px\] {
        max-width: 1440px !important;
    }
    .sm\:max-w-800 {
        max-width: 800px !important;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .sm\:flex-row {
        flex-direction: row !important;
    }
    .sm\:items-center {
        align-items: center !important;
    }
    .sm\:justify-start {
        justify-content: flex-start !important;
    }
    .sm\:justify-end {
        justify-content: flex-end !important;
    }
    .sm\:justify-between {
        justify-content: space-between !important;
    }
    .sm\:gap-4 {
        gap: 1rem !important;
    }
    .sm\:gap-5 {
        gap: 1.25rem !important;
    }
    .sm\:gap-2 {
        gap: 0.5rem !important;
    }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }
    .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }
    .sm\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .sm\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .sm\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .sm\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .sm\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .sm\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .sm\:pt-20 {
        padding-top: 5rem !important;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem !important;
    }
    .sm\:pt-0 {
        padding-top: 0px !important;
    }
    .sm\:pt-\[10px\] {
        padding-top: 10px !important;
    }
    .sm\:pl-\[30px\] {
        padding-left: 30px !important;
    }
    .sm\:pr-0 {
        padding-right: 0px !important;
    }
    .sm\:pt-2 {
        padding-top: 0.5rem !important;
    }
    .sm\:pb-0 {
        padding-bottom: 0px !important;
    }
    .sm\:pt-\[40px\] {
        padding-top: 40px !important;
    }
    .sm\:pb-\[60px\] {
        padding-bottom: 60px !important;
    }
    .sm\:pt-\[60px\] {
        padding-top: 60px !important;
    }
    .sm\:pb-\[100px\] {
        padding-bottom: 100px !important;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem !important;
    }
    .sm\:pt-\[80px\] {
        padding-top: 80px !important;
    }
    .sm\:pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .sm\:text-left {
        text-align: left !important;
    }
    .sm\:text-sm {
        font-size: 12px !important;
        line-height: 16px !important;
        font-weight: 100 !important;
    }
    .sm\:text-\[24px\] {
        font-size: 24px !important;
    }
    .sm\:text-\[14px\] {
        font-size: 14px !important;
    }
    .sm\:text-\[20px\] {
        font-size: 20px !important;
    }
    .sm\:text-\[18px\] {
        font-size: 18px !important;
    }
    .sm\:text-\[16px\] {
        font-size: 16px !important;
    }
    .sm\:text-\[32px\] {
        font-size: 32px !important;
    }
    .sm\:font-normal {
        font-weight: 400 !important;
    }
    .sm\:leading-\[31px\] {
        line-height: 31px !important;
    }
    .sm\:leading-\[18px\] {
        line-height: 18px !important;
    }
    .sm\:leading-\[20px\] {
        line-height: 20px !important;
    }
    .sm\:leading-\[39px\] {
        line-height: 39px !important;
    }
    .sm\:leading-\[22px\] {
        line-height: 22px !important;
    }
}
@media (min-width: 768px) {
    .md\:top-\[calc\(50\%-60px\)\] {
        top: calc(50% - 60px) !important;
    }
    .md\:top-0 {
        top: 0px !important;
    }
    .md\:order-2 {
        order: 2 !important;
    }
    .md\:order-1 {
        order: 1 !important;
    }
    .md\:order-3 {
        order: 3 !important;
    }
    .md\:order-4 {
        order: 4 !important;
    }
    .md\:order-5 {
        order: 5 !important;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
    .md\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .md\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .md\:mt-\[141px\] {
        margin-top: 141px !important;
    }
    .md\:mt-10 {
        margin-top: 2.5rem !important;
    }
    .md\:mb-20 {
        margin-bottom: 5rem !important;
    }
    .md\:ml-5 {
        margin-left: 1.25rem !important;
    }
    .md\:mb-0 {
        margin-bottom: 0px !important;
    }
    .md\:-ml-\[100px\] {
        margin-left: -100px !important;
    }
    .md\:-mr-\[100px\] {
        margin-right: -100px !important;
    }
    .md\:-mt-\[115px\] {
        margin-top: -115px !important;
    }
    .md\:mb-4 {
        margin-bottom: 1rem !important;
    }
    .md\:mr-auto {
        margin-right: auto !important;
    }
    .md\:ml-0 {
        margin-left: 0px !important;
    }
    .md\:mr-0 {
        margin-right: 0px !important;
    }
    .md\:ml-auto {
        margin-left: auto !important;
    }
    .md\:mt-\[60px\] {
        margin-top: 60px !important;
    }
    .md\:mt-0 {
        margin-top: 0px !important;
    }
    .md\:mt-5 {
        margin-top: 1.25rem !important;
    }
    .md\:block {
        display: block !important;
    }
    .md\:flex {
        display: flex !important;
    }
    .md\:hidden {
        display: none !important;
    }
    .md\:h-auto {
        height: auto !important;
    }
    .md\:h-\[40px\] {
        height: 40px !important;
    }
    .md\:\!h-\[calc\(100\%-115px\)\] {
        height: calc(100% - 115px) !important;
    }
    .md\:h-\[100px\] {
        height: 100px !important;
    }
    .md\:h-400 {
        height: 400px !important;
    }
    .md\:max-h-\[400px\] {
        max-height: 400px !important;
    }
    .md\:max-h-\[770px\] {
        max-height: 770px !important;
    }
    .md\:min-h-\[360px\] {
        min-height: 360px !important;
    }
    .md\:min-h-\[480px\] {
        min-height: 480px !important;
    }
    .md\:w-full {
        width: 100% !important;
    }
    .md\:w-auto {
        width: auto !important;
    }
    .md\:w-\[40px\] {
        width: 40px !important;
    }
    .md\:w-1\/2 {
        width: 50% !important;
    }
    .md\:w-1\/3 {
        width: 33.333333% !important;
    }
    .md\:w-4\/5 {
        width: 80% !important;
    }
    .md\:w-\[90\%\] {
        width: 90% !important;
    }
    .md\:w-\[calc\(100\%-210px\)\] {
        width: calc(100% - 210px) !important;
    }
    .md\:w-7\/12 {
        width: 58.333333% !important;
    }
    .md\:w-4\/12 {
        width: 33.333333% !important;
    }
    .md\:w-\[100px\] {
        width: 100px !important;
    }
    .md\:w-\[130px\] {
        width: 130px !important;
    }
    .md\:w-1\/2 {
        width: 50% !important;
    }
    .md\:max-w-\[80\%\] {
        max-width: 80% !important;
    }
    .md\:max-w-\[300px\] {
        max-width: 300px !important;
    }
    .md\:max-w-800 {
        max-width: 800px !important;
    }
    .md\:flex-1 {
        flex: 1 1 0% !important;
    }
    .md\:flex-auto {
        flex: 1 1 auto !important;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .md\:flex-wrap {
        flex-wrap: wrap !important;
    }
    .md\:items-start {
        align-items: flex-start !important;
    }
    .md\:items-end {
        align-items: flex-end !important;
    }
    .md\:items-center {
        align-items: center !important;
    }
    .md\:justify-center {
        justify-content: center !important;
    }
    .md\:justify-between {
        justify-content: space-between !important;
    }
    .md\:justify-around {
        justify-content: space-around !important;
    }
    .md\:gap-5 {
        gap: 1.25rem !important;
    }
    .md\:gap-6 {
        gap: 1.5rem !important;
    }
    .md\:gap-10 {
        gap: 2.5rem !important;
    }
    .md\:gap-20 {
        gap: 5rem !important;
    }
    .md\:gap-7 {
        gap: 1.75rem !important;
    }
    .md\:gap-4 {
        gap: 1rem !important;
    }
    .md\:gap-\[25px\] {
        gap: 25px !important;
    }
    .md\:gap-6 {
        gap: 1.5rem !important;
    }
    .md\:gap-x-2 {
        -moz-column-gap: 0.5rem !important;
             column-gap: 0.5rem !important;
    }
    .md\:gap-y-5 {
        row-gap: 1.25rem !important;
    }
    .md\:bg-left {
        background-position: left !important;
    }
    .md\:bg-right {
        background-position: right !important;
    }
    .md\:p-\[40px\] {
        padding: 40px !important;
    }
    .md\:p-10 {
        padding: 2.5rem !important;
    }
    .md\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .md\:px-\[0px\] {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .md\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .md\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .md\:px-\[40px\] {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .md\:px-\[20px\] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .md\:px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .md\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .md\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .md\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .md\:py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .md\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .md\:pl-4 {
        padding-left: 1rem !important;
    }
    .md\:pt-0 {
        padding-top: 0px !important;
    }
    .md\:pt-12 {
        padding-top: 3rem !important;
    }
    .md\:pb-12 {
        padding-bottom: 3rem !important;
    }
    .md\:pb-14 {
        padding-bottom: 3.5rem !important;
    }
    .md\:pb-\[40px\] {
        padding-bottom: 40px !important;
    }
    .md\:pl-20 {
        padding-left: 5rem !important;
    }
    .md\:pl-\[40px\] {
        padding-left: 40px !important;
    }
    .md\:pt-8 {
        padding-top: 2rem !important;
    }
    .md\:pt-\[60px\] {
        padding-top: 60px !important;
    }
    .md\:pt-10 {
        padding-top: 2.5rem !important;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .md\:pr-\[10\%\] {
        padding-right: 10% !important;
    }
    .md\:pl-\[5\%\] {
        padding-left: 5% !important;
    }
    .md\:pr-\[5\%\] {
        padding-right: 5% !important;
    }
    .md\:pt-\[70px\] {
        padding-top: 70px !important;
    }
    .md\:pb-\[140px\] {
        padding-bottom: 140px !important;
    }
    .md\:pt-20 {
        padding-top: 5rem !important;
    }
    .md\:pb-0 {
        padding-bottom: 0px !important;
    }
    .md\:pr-10 {
        padding-right: 2.5rem !important;
    }
    .md\:pb-14 {
        padding-bottom: 3.5rem !important;
    }
    .md\:text-left {
        text-align: left !important;
    }
    .md\:text-center {
        text-align: center !important;
    }
    .md\:text-right {
        text-align: right !important;
    }
    .md\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
    .md\:text-lg {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 400 !important;
    }
    .md\:text-\[28px\] {
        font-size: 28px !important;
    }
    .md\:text-\[14px\] {
        font-size: 14px !important;
    }
    .md\:text-\[24px\] {
        font-size: 24px !important;
    }
    .md\:text-\[16px\] {
        font-size: 16px !important;
    }
    .md\:text-\[15px\] {
        font-size: 15px !important;
    }
    .md\:text-\[22px\] {
        font-size: 22px !important;
    }
    .md\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .md\:text-base {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
    }
    .md\:text-\[28px\] {
        font-size: 28px !important;
    }
    .md\:leading-\[35px\] {
        line-height: 35px !important;
    }
    .md\:leading-\[38px\] {
        line-height: 38px !important;
    }
    .md\:leading-\[30px\] {
        line-height: 30px !important;
    }
    .md\:leading-\[40px\] {
        line-height: 40px !important;
    }
}
@media (min-width: 1124px) {
    .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: 1124px) {
        .lg\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1440px) {
        .lg\:container {
            max-width: 1440px;
        }
    }
    @media (min-width: 1560px) {
        .lg\:container {
            max-width: 1560px;
        }
    }
    @media (min-width: 1920px) {
        .lg\:container {
            max-width: 1920px;
        }
    }
    .lg\:order-2 {
        order: 2 !important;
    }
    .lg\:order-1 {
        order: 1 !important;
    }
    .lg\:order-3 {
        order: 3 !important;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1 !important;
    }
    .lg\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lg\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lg\:my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .lg\:mt-0 {
        margin-top: 0px !important;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem !important;
    }
    .lg\:mb-150 {
        margin-bottom: 150px !important;
    }
    .lg\:mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .lg\:mt-7 {
        margin-top: 1.75rem !important;
    }
    .lg\:mr-\[20\%\] {
        margin-right: 20% !important;
    }
    .lg\:ml-\[20\%\] {
        margin-left: 20% !important;
    }
    .lg\:mr-20 {
        margin-right: 5rem !important;
    }
    .lg\:mb-0 {
        margin-bottom: 0px !important;
    }
    .lg\:mt-4 {
        margin-top: 1rem !important;
    }
    .lg\:mt-5 {
        margin-top: 1.25rem !important;
    }
    .lg\:block {
        display: block !important;
    }
    .lg\:flex {
        display: flex !important;
    }
    .lg\:grid {
        display: grid !important;
    }
    .lg\:hidden {
        display: none !important;
    }
    .lg\:h-\[128px\] {
        height: 128px !important;
    }
    .lg\:h-\[75\%\] {
        height: 75% !important;
    }
    .lg\:h-500 {
        height: 500px !important;
    }
    .lg\:h-\[40px\] {
        height: 40px !important;
    }
    .lg\:max-h-\[390px\] {
        max-height: 390px !important;
    }
    .lg\:max-h-\[770px\] {
        max-height: 770px !important;
    }
    .lg\:min-h-\[460px\] {
        min-height: 460px !important;
    }
    .lg\:min-h-\[400px\] {
        min-height: 400px !important;
    }
    .lg\:w-3\/12 {
        width: 25% !important;
    }
    .lg\:w-9\/12 {
        width: 75% !important;
    }
    .lg\:w-1\/4 {
        width: 25% !important;
    }
    .lg\:w-\[80\%\] {
        width: 80% !important;
    }
    .lg\:w-3\/5 {
        width: 60% !important;
    }
    .lg\:w-auto {
        width: auto !important;
    }
    .lg\:w-\[180px\] {
        width: 180px !important;
    }
    .lg\:w-\[40px\] {
        width: 40px !important;
    }
    .lg\:w-1\/2 {
        width: 50% !important;
    }
    .lg\:min-w-\[135px\] {
        min-width: 135px !important;
    }
    .lg\:max-w-\[360px\] {
        max-width: 360px !important;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
    }
    .lg\:justify-start {
        justify-content: flex-start !important;
    }
    .lg\:gap-10 {
        gap: 2.5rem !important;
    }
    .lg\:gap-20 {
        gap: 5rem !important;
    }
    .lg\:gap-\[80px\] {
        gap: 80px !important;
    }
    .lg\:gap-\[20px\] {
        gap: 20px !important;
    }
    .lg\:gap-0 {
        gap: 0px !important;
    }
    .lg\:gap-y-5 {
        row-gap: 1.25rem !important;
    }
    .lg\:gap-y-0 {
        row-gap: 0px !important;
    }
    .lg\:gap-x-4 {
        -moz-column-gap: 1rem !important;
             column-gap: 1rem !important;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem !important;
             column-gap: 2.5rem !important;
    }
    .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }
    .lg\:object-left-top {
        -o-object-position: left top !important;
           object-position: left top !important;
    }
    .lg\:p-\[30px\] {
        padding: 30px !important;
    }
    .lg\:p-\[10px\] {
        padding: 10px !important;
    }
    .lg\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .lg\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .lg\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .lg\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .lg\:px-\[100px\] {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .lg\:px-\[20px\] {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .lg\:py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .lg\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .lg\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
    .lg\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lg\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .lg\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .lg\:px-20 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .lg\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .lg\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .lg\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .lg\:pb-\[80px\] {
        padding-bottom: 80px !important;
    }
    .lg\:pl-\[100px\] {
        padding-left: 100px !important;
    }
    .lg\:pt-20 {
        padding-top: 5rem !important;
    }
    .lg\:pb-20 {
        padding-bottom: 5rem !important;
    }
    .lg\:pr-\[15\%\] {
        padding-right: 15% !important;
    }
    .lg\:pt-138 {
        padding-top: 138px !important;
    }
    .lg\:pt-24 {
        padding-top: 6rem !important;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem !important;
    }
    .lg\:pt-\[40px\] {
        padding-top: 40px !important;
    }
    .lg\:pt-\[80px\] {
        padding-top: 80px !important;
    }
    .lg\:pb-\[140px\] {
        padding-bottom: 140px !important;
    }
    .lg\:pt-0 {
        padding-top: 0px !important;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .lg\:text-left {
        text-align: left !important;
    }
    .lg\:text-center {
        text-align: center !important;
    }
    .lg\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
    .lg\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
    .lg\:text-\[32px\] {
        font-size: 32px !important;
    }
    .lg\:text-\[16px\] {
        font-size: 16px !important;
    }
    .lg\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }
    .lg\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .lg\:text-base {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
    }
    .lg\:text-\[26px\] {
        font-size: 26px !important;
    }
    .lg\:text-\[20px\] {
        font-size: 20px !important;
    }
    .lg\:text-lg {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 400 !important;
    }
    .lg\:text-\[32px\] {
        font-size: 32px !important;
    }
    .lg\:font-semibold {
        font-weight: 600 !important;
    }
    .lg\:leading-\[39px\] {
        line-height: 39px !important;
    }
    .lg\:leading-\[20px\] {
        line-height: 20px !important;
    }
    .lg\:leading-\[40px\] {
        line-height: 40px !important;
    }
    .lg\:leading-\[16px\] {
        line-height: 16px !important;
    }
}
@media (min-width: 1440px) {
    .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: 1124px) {
        .xl\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1440px) {
        .xl\:container {
            max-width: 1440px;
        }
    }
    @media (min-width: 1560px) {
        .xl\:container {
            max-width: 1560px;
        }
    }
    @media (min-width: 1920px) {
        .xl\:container {
            max-width: 1920px;
        }
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
    .xl\:col-span-3 {
        grid-column: span 3 / span 3 !important;
    }
    .xl\:my-5 {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
    .xl\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    .xl\:mr-\[30\%\] {
        margin-right: 30% !important;
    }
    .xl\:ml-\[30\%\] {
        margin-left: 30% !important;
    }
    .xl\:mt-0 {
        margin-top: 0px !important;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem !important;
    }
    .xl\:mt-20 {
        margin-top: 5rem !important;
    }
    .xl\:mt-12 {
        margin-top: 3rem !important;
    }
    .xl\:block {
        display: block !important;
    }
    .xl\:inline {
        display: inline !important;
    }
    .xl\:grid {
        display: grid !important;
    }
    .xl\:hidden {
        display: none !important;
    }
    .xl\:h-auto {
        height: auto !important;
    }
    .xl\:h-600 {
        height: 600px !important;
    }
    .xl\:h-\[140px\] {
        height: 140px !important;
    }
    .xl\:h-\[220px\] {
        height: 220px !important;
    }
    .xl\:min-h-\[400px\] {
        min-height: 400px !important;
    }
    .xl\:w-full {
        width: 100% !important;
    }
    .xl\:w-auto {
        width: auto !important;
    }
    .xl\:w-\[70\%\] {
        width: 70% !important;
    }
    .xl\:w-\[250px\] {
        width: 250px !important;
    }
    .xl\:w-20 {
        width: 5rem !important;
    }
    .xl\:w-36 {
        width: 9rem !important;
    }
    .xl\:max-w-\[1440px\] {
        max-width: 1440px !important;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .xl\:gap-20 {
        gap: 5rem !important;
    }
    .xl\:gap-10 {
        gap: 2.5rem !important;
    }
    .xl\:gap-\[30px\] {
        gap: 30px !important;
    }
    .xl\:gap-\[20px\] {
        gap: 20px !important;
    }
    .xl\:gap-6 {
        gap: 1.5rem !important;
    }
    .xl\:gap-0 {
        gap: 0px !important;
    }
    .xl\:rounded-md {
        border-radius: 0.375rem !important;
    }
    .xl\:border-0 {
        border-width: 0px !important;
    }
    .xl\:p-20 {
        padding: 5rem !important;
    }
    .xl\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .xl\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .xl\:px-\[40px\] {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .xl\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .xl\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem !important;
    }
    .xl\:pt-8 {
        padding-top: 2rem !important;
    }
    .xl\:pr-\[20\%\] {
        padding-right: 20% !important;
    }
    .xl\:pt-20 {
        padding-top: 5rem !important;
    }
    .xl\:pb-0 {
        padding-bottom: 0px !important;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem !important;
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem !important;
    }
    .xl\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
    .xl\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }
    .xl\:text-lg {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 400 !important;
    }
    .xl\:text-\[16px\] {
        font-size: 16px !important;
    }
    .xl\:text-\[32px\] {
        font-size: 32px !important;
    }
    .xl\:text-\[10px\] {
        font-size: 10px !important;
    }
    .xl\:text-base {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
    }
    .xl\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
    .xl\:leading-\[40px\] {
        line-height: 40px !important;
    }
}
@media (min-width: 1560px) {
    .\32xl\:h-600 {
        height: 600px !important;
    }
    .\32xl\:h-800 {
        height: 800px !important;
    }
    .\32xl\:w-\[calc\(50\%\+550px\)\] {
        width: calc(50% + 550px) !important;
    }
    .\32xl\:w-\[calc\(50\%-740px\)\] {
        width: calc(50% - 740px) !important;
    }
    .\32xl\:w-32 {
        width: 8rem !important;
    }
    .\32xl\:w-28 {
        width: 7rem !important;
    }
    .\32xl\:w-44 {
        width: 11rem !important;
    }
    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    }
    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
    .\32xl\:p-16 {
        padding: 4rem !important;
    }
    .\32xl\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .\32xl\:py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
}
@media (min-width: 1920px) {
    .\33xl\:max-w-screen-2xl {
        max-width: 1560px !important;
    }
    .\33xl\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
    .\33xl\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }
}
.\[\&\.active\]\:left-4.active {
    left: 1rem !important;
}
.\[\&\.active\]\:block.active {
    display: block !important;
}
.\[\&\.active\]\:hidden.active {
    display: none !important;
}
.\[\&\.active\]\:bg-\[\#263F61\].active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 63 97 / var(--tw-bg-opacity)) !important;
}
.\[\&\.active\]\:text-\[22px\].active {
    font-size: 22px !important;
}
.\[\&\.active\]\:leading-\[32px\].active {
    line-height: 32px !important;
}
.\[\&\.active\]\:text-white.active {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px) {
    .sm\:\[\&\.active\]\:text-\[24px\].active {
        font-size: 24px !important;
    }
    .sm\:\[\&\.active\]\:leading-\[40px\].active {
        line-height: 40px !important;
    }
}
@media (min-width: 768px) {
    .md\:\[\&\.active\]\:flex.active {
        display: flex !important;
    }
}
@media (min-width: 1124px) {
    .lg\:\[\&\.active\]\:rotate-0.active {
        --tw-rotate: 0deg !important;
        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)) !important;
    }
    .lg\:\[\&\.active\]\:text-\[32px\].active {
        font-size: 32px !important;
    }
    .lg\:\[\&\.active\]\:\[writing-mode\:horizontal-tb\].active {
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    }
}

