*:focus {
    outline: 0!important;
    box-shadow: none!important;
}
::-moz-selection {
    background: #154734;
    color: white;
}
::selection {
    background: #154734;
    color: white;
}
html {
    scroll-behavior: smooth;
    height: 100%;
}
body {
    background-color: #FFFFFF;
    font-family: 'Poppins', sans-serif !important;
    color: #0A0A0A;
    height: 100%;
}
body::-webkit-scrollbar{
    display: none;

}
hr {
    border-color: #C3C3C3;
}
h2 {
    font-size: 36px;
}
p a {
        text-decoration: underline;
    }
.seo-only.seo-only.seo-only{
    color: transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    opacity: 0;
    width: 0;
}
.sr-only{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
section {
    scroll-margin-top: 50px;
    width: 100%;
}
.sticky-column {
    position: sticky;
    top: 20px;
    padding-bottom: 40px;
}
.lock-scroll {
    overflow: hidden;
}
.filter-white{
    filter: brightness(0) invert(1);
}
.filter-black{
    filter: brightness(0) invert(0);
}
@media (min-width: 1024px) {
.animatedMenu.isHome{
      filter: brightness(100) invert(0)
  }
    }
.animatedMenu svg { 
    width: 35px;
    height: 35px;
    }
@media (min-width: 768px) {
.animatedMenu svg {
      width: 50px;
      height: 50px;
      cursor: pointer
    }
    }
.animatedMenu .path1, .animatedMenu .path2 {
      transition: transform 0.5s ease;
      transform-origin: center;
    }
/* Rotate paths into X shape */
.animatedMenu svg.animate .path1 {
    transform: rotate(45deg) translateX(-0px) translateY(15px);
    transform-origin: center center;
  }
.animatedMenu svg.animate .path2 {
      transform: rotate(-45deg) translateX(-5px) translateY(-10px);
    transform-origin: center center;
  }
#mainNav li a{
    font-size: 30px;
    font-weight: 500;
    color: #154734;
  }
#mainNav >div:first-child{
    transition: margin-top 0.5s ease, margin-bottom 0.5s ease, top 0.5s ease, background-color 1s ease-in-out;
    
    background-color: rgba(255, 255, 255, 0);
    top: 0;
  }
#mainNav >div:first-child >div:first-child{
      transition: margin-top 0.5s ease, margin-bottom 0.5s ease;
    }
#mainNav >div:first-child.changed{
    background-color: rgba(255, 255, 255, 0.8);
    top: -100%;
  }
#mainNav >div:first-child.changed #logoImage{
        filter: brightness(100%) invert(0) !important;
     }
#mainNav >div:first-child.changed .animatedMenu{
        filter: brightness(100%) invert(0) !important;
     }
#mainNav >div:first-child.changed >div:first-child{
        margin-top: 20px;
        margin-bottom: 20px;
     }
.desktopMenu{
  z-index: 30;
  transition: top 0.5s ease;
}
.desktopMenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    z-index: -1;
  }
.desktopMenu .video-container{
    top: -10%;
    transition: top 1s ease; /* Added transition */
  }
.desktopMenu.animate{
    top: 0%;
  }
.desktopMenu.animate .video-container{
      top: 0;
    }
.menu-item.parent.animate .sub-menu{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
.menu-item.parent.animate .sub-menu.open{
      max-height: 200px;
    }
.menu-item.parent.animate .sub-menu li a{
      font-weight: 400 !important;
    }
.menu-mobile{
  z-index: 10;
  transition: top 0.5s ease;
  position: absolute;
  top: -100vh;
  width: 100%;
  height: calc(100vh - 80px);
}
.menu-mobile ul li{
    color: white;
  }
.menu-mobile.animate{
    top: 80px;
  }
.menu-mobile .menu-dropdown{
    max-height: 0;
    transition: max-height 0.5s ease;
    overflow: hidden;
  }
.menu-mobile .menu-dropdown.open{
      max-height: 200px;
    }
#mobileMenu{
  width: 100vw;
  transition: top 0.5s ease;
  position: fixed;
  top: 0;
}
#mobileMenu.scrolled{
    top: -100%;
  }
.mobile{
  z-index: 50;
  position: relative;
  background: white;
}
.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }
.panel {
    display: none;
    overflow: hidden;
}
@media (min-width: 834px) {
.panel {
        display: none
}
    }
@media (min-width: 1280px) {
.panel {
        display: block
}
    }
@media (min-width: 1920px) {
.panel {
        display: block
}
    }
.swiper {
    width: 100%;
}
.swiper .swiper-button-next .icon {
        background-image: url(/dist/images/front/elements/right-arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;

        width: 40px!important;
        height: 100px!important;
        top: calc(49% - 15px)!important;
    }
.swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
        right: -10px!important;
    }
.swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next{
        left: -10px!important; 
    }
.swiper .swiper-button-next::after {
        display: none;
    }
.swiper .swiper-button-next.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
.swiper .swiper-button-prev .icon{
        background-image: url(/dist/images/front/elements/left-arrow.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        width: 40px!important;
        height: 100px!important;
        top: calc(49% - 15px)!important;
    }
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled {
        display: none;
    }
.swiper .swiper-button-prev::after {
        display: none;
    }
.swiper.mySwiperMenu .swiper-horizontal>.swiper-pagination-bullets, .swiper.mySwiperMenu .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper.mySwiperMenu .swiper-pagination-custom, .swiper.mySwiperMenu .swiper-pagination-fraction{
            bottom: 30px;
        }
.swiper .swiper-wrapper .swiper-slide {
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center center !important;
        }
.swiper-pagination-bullet{
    border-radius: 25px!important;
    height: 4px!important;
    width: 50px!important;
}
.swiper-pagination-bullet-active {
        border: 0;
        background: #154734 !important;
    }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
}
.swiper-button-next, .swiper-button-prev {
    width: 60px!important;
    height: 100%!important;
    top: 0%!important;
}
@media (min-width: 834px) {
.swiper-button-next, .swiper-button-prev {
        width: 100px!important
}
    }
.swiper-jobs .swiper-slide-active .card {
            background-color: #154734;
            color: white;
        }
.swiper-jobs .swiper-slide-active .card h3.text-primary {
                color: white;
            }
article.card {
        position: relative;
        border-radius: 0rem;
        height: 100%;
    }
article.card .card-title{
            line-height: 23px;
            width: 100%;
            color: #154734;
        }
article.card .card-title h2 {
                display: -webkit-box;
                -webkit-box-orient: vertical;  
                -webkit-line-clamp: 4;
                overflow: hidden;
                transition: color 0.25s;
            }
article.card .card-title h2.hidden-skeleton.hidden{
                display: none;
            }
article.card .card-title small {
                font-size:0.75rem;
            }
article.card .card-media {
            width: 100%;
            height: auto;
            transition: box-shadow 0.25s;
            overflow: hidden;    
        }
@supports not (aspect-ratio: 1 / 1) {
article.card .card-media {
                width: 100%;
                height: calc(100% * 9 / 16);
                transform: translateY(calc((100% * 9 / 16 - 55%) / -2))    
        }    
            }
article.card .card-media.width-auto {
                width: auto;
            }
article.card .card-media .flex-media {
                position: relative;
                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.main-card .card-title {
                position: absolute;
                left: 0;
                bottom: 0;
                color: white;
                padding: 16px;
            }
article.card.main-card .card-title h2 {
                    font-family: 'blacker-regular';
                    letter-spacing: 0.01rem;
                }
article.card.main-card .card-title span{
                    font-family: 'Poppins', sans-serif;
                }
article.card.main-card .card-media {
                overflow: inherit
            }
article.card.main-card .card-header {
                height: 70%;
            }
article.card.main-card .exclusivo {
                display: none;
            }
article.card.main-card .exclusive-main {
                display: inline;
            }
article.card.secondary-card .card-header {
                position: relative;
            }
article.card.secondary-card .card-header .card-title h2 {
                        letter-spacing: 0.01rem;
                        font-size: 20px;
                        line-height: 27px;
                        font-weight: 500;
                    }
@media (min-width: 834px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px;
                            font-weight: 400
                    }
                        }
@media (min-width: 1280px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 14px;
                            line-height: 22px
                    }
                        }
@media (min-width: 1920px) {
article.card.secondary-card .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
article.card.tertiary-card .card-media {
                border-radius: 0.375rem;
            }
article.card.tertiary-card .card-header {
                position: relative;
                background: none;
                display: flex;
                align-items: center;
            }
article.card.tertiary-card .card-header .card-title h2 {
                        font-family: 'blacker-regular';
                        letter-spacing: 0.01rem;
                        font-size: 30px;
                        line-height: 38px;
                    }
article.card.tertiary-card .card-header .card-title h2 span {
                            font-family: 'Poppins', sans-serif;
                        }
article.card.tertiary-card.extra-small .card-header .card-title h2 {
                            letter-spacing: 0.01rem;
                            font-size: 20px;
                        }
article.card.xl-image .card-media {
                height: 350px;
            }
@media (min-width: 750px) {
article.card.xl-image .card-media {
                    height: 350px
            }
                }
@media (min-width: 834px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1280px) {
article.card.xl-image .card-media {
                    height: 513px
            }
                }
@media (min-width: 1920px) {
article.card.xl-image .card-media {
                    height: 780px
            }
                }
article.card.lg-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 834px) {
article.card.lg-image .card-media {
                    height: 380px
            }
                }
@media (min-width: 1280px) {
article.card.lg-image .card-media {
                    height: 440px
            }
                }
@media (min-width: 1920px) {
article.card.lg-image .card-media {
                    height: 580px
            }
                }
article.card.md-image .card-media {
                aspect-ratio: unset;
            }
article.card.mdd-image .card-media {
                aspect-ratio: unset;
                height: 100%;
                width: 100%;
            }
article.card.sm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.sm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.sm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.sm-image .card-media {
                    height: 200px
            }
                }
@media (min-width: 1920px) {
article.card.sm-image .card-media {
                    height: 270px
            }
                }
article.card.smm-image .card-media {
                height: 280px;
                aspect-ratio: unset;
            }
@media (min-width: 750px) {
article.card.smm-image .card-media {
                    height: 120px
            }
                }
@media (min-width: 834px) {
article.card.smm-image .card-media {
                    height: 175px
            }
                }
@media (min-width: 1280px) {
article.card.smm-image .card-media {
                    height: 240px
            }
                }
@media (min-width: 1920px) {
article.card.smm-image .card-media {
                    height: 270px
            }
                }
article.card.xs-image .card-media {
                height: 240px;
                aspect-ratio: unset;
            }
article.card.xxs-image .card-media {
                height: 220px;
                aspect-ratio: unset;
            }
article.card.xxxs-image .card-media {
                height: 160px;
                aspect-ratio: unset;
            }
article.card.large .card-title {
                font-size: 16px;
                line-height: 22px;
            }
@media (min-width: 834px) {
article.card.large .card-title {
                    font-size: 16px;
                    line-height: 20px
            }
                }
@media (min-width: 1280px) {
article.card.large .card-title {
                    font-size: 30px;
                    line-height: 36px
            }
                }
@media (min-width: 1920px) {
article.card.large .card-title {
                    font-size: 40px;
                    line-height: 48px
            }
                }
article.card.large .card-header {
                font-size: 35px;
            }
article.card.large-medium .card-title {
                font-size: 30px;
                line-height: 34px;
            }
article.card.large-medium .card-header {
                font-size: 35px;
            }
article.card.medium .card-title {
                font-size: 16px;
                line-height: 22px;

                
            }
@media (min-width: 834px) {
article.card.medium .card-title {
                    font-size: 12px;
                    line-height: 14px

                
            }
                }
@media (min-width: 1280px) {
article.card.medium .card-title {
                    font-size: 20px;
                    line-height: 23px

                
            }
                }
@media (min-width: 1920px) {
article.card.medium .card-title {
                    font-size: 24px;
                    line-height: 30px

                
            }
                }
article.card.medium .card-header {
                font-size: 20px;
            }
article.card.small .card-header .card-title h2 {
                        font-size: 20px;
                        line-height: 24px;
                    }
article.card.extra-small .card-header {
                font-size: 20px;
            }
article.card.tiny .card-header {
                font-size: 20px;
            }
article.card.tiny .card-header .card-title h2 {
                        font-size: 18px;
                        line-height: 22px;
                    }
article.card.layout-2-large .card-header .card-title h2 {
                        font-size: 24px;
                        line-height: 35px;
                    }
article.card.layout-2-small .card-header .card-title h2 {
                        font-size: 18px;
                        line-height: 22px;
                    }
@media (min-width: 834px) {
article.card.layout-2-small .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
@media (min-width: 1280px) {
article.card.layout-2-small .card-header .card-title h2 {
                            font-size: 14px;
                            line-height: 22px
                    }
                        }
@media (min-width: 1920px) {
article.card.layout-2-small .card-header .card-title h2 {
                            font-size: 20px;
                            line-height: 30px
                    }
                        }
article.card.circle-image.tiny .card-media {
                    height: auto;
                    box-shadow: none;
                    height: 100px;
                    width: 100px;
                }
@media (min-width: 834px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1280px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
@media (min-width: 1920px) {
article.card.circle-image.tiny .card-media {
                        height: 200px;
                        width: 200px
                }
                    }
article.card.circle-image .card-media {
                height: auto;
                box-shadow: none;
                height: 200px;
                width: 200px;
            }
article.card.circle-image .card-media .flex-media figure {
                        border-radius: 50%;
                        overflow: hidden;
                    }
article.card.circle-image .card-media .flex-media figure img{
                            margin: auto;
                            max-width: none;
                            -o-object-fit: cover;
                            object-fit: cover;
                            font-family: "object-fit: cover";
                            border-radius: 9999px;
                        }
article.card.circle-image .card-media .exclusivo {
                    display: none;
                }
article.card.circle-image .loading-skeleton .cover-img {
                border-radius: 50%;
            }
article.card:hover h2{
                opacity: 0.72;
            }
article.card:hover.main-card .card-title  h2 {
                opacity: 1;
            }
article.card:hover .article-overflow {
                height: 100%;

            }
article.card:hover .card-media .flex-media figure img {
                will-change: transform;
                transform: scale(1.3,1.3);
            }
article.single-card {
        position: relative;   
    }
article.single-card .card-media .flex-media {
                position: relative;
            }
article.single-card .card-media .flex-media figure figcaption{
                        display: block;
                    }
article .content h1 {
            font-size: 2em;
            margin-top: 40px;
            margin-bottom: 20px;
        }
article .content h2{
            font-size: 1.5em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2.5rem;
        }
article .content h3 {
            font-size: 1.17em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 2rem;
        }
article .content h4 {
            font-size: 1em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.5rem;
        }
article .content h5 {
            font-size: .83em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content h6{
            font-size: .75em;
            margin-top: 40px;
            margin-bottom: 20px;
            line-height: 1.25rem;
        }
article .content p{
            margin-bottom: 20px;
            letter-spacing: 0.2px;   
        }
article .content p span{
                font-family: 'blacker-regular'!important;
                font-size: 18px;
                line-height: 26px;
                color: #555555;
            }
article .content p a {
                -webkit-text-decoration-color: #0A0A0A;
                        text-decoration-color: #0A0A0A;
                color: #0A0A0A;
            }
article .content img {
            border-radius: 0.375rem;
            width: 100%;
            height: auto;
            margin: 20px 0px;
        }
article .content iframe {
            border-radius: 0.375rem;
            margin: 20px 0px;
        }
article .content span{
            font-family: 'blacker-regular'!important;
        }
article .content .column img {
            margin-top: 10px!important;
            margin-bottom: 10px!important;
        }
article .content ul {
            list-style: disc!important;
            padding-left: 25px;
        }
article .content ol {
            list-style: decimal!important;
            padding-left: 25px;
        }
article .content 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%;
    }
figcaption {
    font-size: 10px;
}
.swiper.swiper-slide-component .swiper-slide, .swiper.swiper-carousel-component .swiper-slide {
            position: relative;
    
        }
.swiper.swiper-slide-component .swiper-slide .flex-media, .swiper.swiper-carousel-component .swiper-slide .flex-media {
                position: relative;
                height: 100%;
                overflow: hidden;
                background: transparent;
                display: block;
            }
.swiper.swiper-slide-component .swiper-slide .flex-media figure, .swiper.swiper-carousel-component .swiper-slide .flex-media figure {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
.swiper.swiper-slide-component .swiper-slide .flex-media figure img,.swiper.swiper-carousel-component .swiper-slide .flex-media figure img{
                        height: 100%;
                        width: 100%;
                        background-color: hsl(200, 20%, 80%);
                        background-position: center;
                        max-width: none;
                        -o-object-fit: cover;
                        object-fit: cover;
                        font-family: "object-fit: cover";
                        transition: transform 0.3s ease-in;
                    }
.swiper.swiper-slide-component .swiper-slide .flex-media figure figcaption,.swiper.swiper-carousel-component .swiper-slide .flex-media figure figcaption{
                        display: none;
                    }
.swiper.swiper-slide-component .swiper-slide iframe, .swiper.swiper-carousel-component .swiper-slide iframe {
                height: 100%;
                width: 100%;
                background-color: hsl(200, 20%, 80%);
                background-position: center;
                max-width: none;
                -o-object-fit: cover;
                object-fit: cover;
                font-family: "object-fit: cover";
                transition: transform 0.3s ease-in;
            }
.swiper.swiper-slide-component .swiper-slide .slider-text, .swiper.swiper-carousel-component .swiper-slide .slider-text {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;   
            }
.swiper.swiper-slide-component .swiper-slide .overlay, .swiper.swiper-carousel-component .swiper-slide .overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, .75) 100%);
            }
.swiper.swiper-slide-component .swiper-pagination-bullet{
            opacity: 1!important;
            background: #154734!important;
            
        }
.swiper.swiper-slide-component .swiper-pagination-bullet-active{
            background: #fff!important;
        }
.banner-slide .swiper-pagination{
        text-align: left!important;
    }
@keyframes grow {
    0% {
        left:50%;
        width:0%;
    }
    100%{
        left:5%;
        width:90%;
    }
}
.services .card {
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        transition: all 3s forwards;
    }
.services .card a:hover {
            opacity: 1;
        }
.services .card:hover div.line {
                height:2px;
                animation:grow 1s forwards;
            }
.services .card div.line {
            position: absolute;
            bottom: 0;
            left: 0;
            height:0px;
            width:100%;
            border-radius:1px;
            background-color:#154734;
        }
.banner .overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, .75) 100%);
    }
.banner img{
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
.slider-img,

.cover {
    aspect-ratio: 9/16;
    width: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
.slider-img,

.cover {
        aspect-ratio: 16/9;
        height: 300px;
        width: 100%
}
    }
.slider-img img, .cover img {
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        border-radius: 0.375rem;
        box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
    }
button.disabled {
    background-color: #E6E6E6;
    color: black;
}
strong{
    color: #154734;
}
strong.text-white {
        color: white;
    }
.swiper-slide .hover-card {
        opacity: 0; 
        transition: 0.4s;
    }
.swiper-slide .hover-card img{
            height: 45px;
            width: auto;
        }
.swiper-slide:hover .hover-card {
            opacity: .85;  
        }
.imagem{
    max-width: 100%;
  }
.input-file{
    display:none;
  }
table.table-scroll{
        overflow: scroll;
    }
table tr td, table tr th {
            padding: 10px 20px;
        }
table tr:nth-child(odd) {
            background-color: #E6E6E6;
        }
table tr:nth-child(even) {
            background-color: #F1F2F2;
        }
.post-image{
    max-width: 1000px;
    aspect-ratio: 16 / 9;
}
@supports not (aspect-ratio: 16 / 9) {
.post-image{
        width: 100%;
        height: calc(100% * 9 / 16);
        transform: translateY(calc((100% * 9 / 16 - 55%) / -2))
}    
    }
.post-image img {
        height: 100%;
        width: 100%;
        background-color: hsl(200, 20%, 80%);
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        border-radius: 0.375rem;
    }
.card-image {
    width: 100%;
    height: auto;
    max-height: 400px; 
}
.card-image img {
        height: 100%;
        width: 100%;
        max-height: 400px;
        background-color: white;
        background-position: center;
        max-width: none;
        -o-object-fit: contain;
        object-fit: contain;
        font-family: "object-fit: contain";
        border-radius: 0.375rem;
    }
.post-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}
@media (min-width: 767px) {
.post-image {
        height: 400px 
}
    }
.post-image img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        border-radius: 0.375rem;
    }
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    
  }
.arrow {
        transform: rotate(-90deg) ;
        transition: 0.15s;

    }
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active .arrow {
        transform: rotate(0deg) ;
    }
/* Style the accordion panel. Note: hidden by default */
ul.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
ul.panel.block {
        display: block;
    }
.product-category {
    height: 370px; 
  }
.product-category img {
        height: 100%;
        width: 100%;
        background-color: white;
        background-position: center;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        border-radius: 0.375rem;
        margin: auto;
    }
.filter-content {
    display: none;
    overflow: hidden;
    transition: all 1s ease-in;
  }
@media (min-width: 1024px) {
.filter-content {
        display: block
  }
    }
.four-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.jobs-card {
    height: 315px;
}
/* ==========================================================================
   Layout base (revisão Figma 2026-09)
   - .container-site: contentor único para header, secções e footer.
     Até 1599px é igual ao antigo "xl:container"; a partir de 1600px
     alarga para 1500px (conteúdo de 1420px, como no Figma a 1920px).
   ========================================================================== */
.container-site {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
.container-site {
        padding-left: 2.5rem;
        padding-right: 2.5rem
}
    }
@media (min-width: 1280px) {
.container-site {
        max-width: 1280px
}
    }
@media (min-width: 1600px) {
.container-site {
        max-width: 1500px
}
    }
/* Evita scroll horizontal sem transformar o body/main num contentor de scroll */
body {
    overflow-x: clip;
}
main.main {
    overflow-x: clip;
}
/* ---------- Botões (Figma: pill verde, texto branco semibold) ---------- */
:is(a, button).btn-primary {
    display: inline-block;
    border-radius: 9999px;
    background-color: #6BA539;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.625rem 1.75rem;
    transition: background-color .2s ease;
}
:is(a, button).btn-primary:hover {
        opacity: 1;
        background-color: #154734;
    }
/* ---------- Header ---------- */
#mainNav > div:first-child.changed {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 16px rgb(0 0 0 / 6%);
}
.menu-label {
    color: #6BA539;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
#mobileMenu {
    width: 100%;
}
/* ---------- Header + menu desktop (Figma: margens de 100px a 1920px) ----------
   Os valores usam o menor entre largura (vw) e altura (vh) da janela: em janelas
   baixas, o espaçamento entre itens encolhe primeiro e o tamanho de letra depois.
   Referência 1920x1080: 1vh = 10.8px. */
:root {
    --hdr-mt: clamp(20px, min(3.125vw, 5.6vh), 60px);          /* 60px */
    --hdr-logo: clamp(48px, min(5.9vw, 10.5vh), 113px);        /* 113px */
    --menu-gap-top: clamp(16px, min(4.1vw, 7.3vh), 79px);      /* 79px: logo -> 1.º item */
    --menu-item-fs: clamp(18px, min(1.67vw, 3.8vh), 32px);     /* 32px; só encolhe pela altura abaixo de ~840px */
    --menu-item-gap: clamp(6px, min(2.5vw, 4.4vh), 48px);      /* 48px */
    --menu-sub-fs: clamp(15px, min(1.25vw, 2.9vh), 24px);      /* 24px */
    --menu-btn-mt: clamp(14px, min(3.6vw, 6.4vh), 69px);       /* 69px */
}
/* O header nunca é mais estreito do que o conteúdo: a margem lateral é a do Figma
   (5.21% = 100px a 1920px), mas nunca maior do que a margem do .container-site.
   Usa % (largura sem scrollbar), como o conteúdo. */
.header-bar {
    width: 100%;
    /* Header e footer crescem mais do que o conteúdo, mas param nos 1920px (Figma) */
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
.header-bar {
        padding-left: 2.5rem;
        padding-right: 2.5rem
}
    }
@media (min-width: 1280px) {
.header-bar {
        padding-left: max(2.5rem, min(5.21%, calc((100% - 1280px) / 2 + 2.5rem), 100px));
        padding-right: max(2.5rem, min(5.21%, calc((100% - 1280px) / 2 + 2.5rem), 100px))
}
    }
@media (min-width: 1600px) {
.header-bar {
        padding-left: min(5.21%, calc((100% - 1500px) / 2 + 2.5rem), 100px);
        padding-right: min(5.21%, calc((100% - 1500px) / 2 + 2.5rem), 100px)
}
    }
#mainNav > div:first-child > .header-bar {
    margin-top: var(--hdr-mt);
    margin-bottom: var(--hdr-mt);
}
.header-logo {
    height: var(--hdr-logo);
    width: auto;
    max-width: none;
}
#mainNav .menu-label {
    font-size: clamp(18px, 1.46vw, 28px);
}
/* Versão pequena do header (.env HEADER_SIZE=small), como estava antes:
   margem 40px, logo 80px, só o ícone do menu (sem o texto "Menu"), alinhado ao topo. */
.header-small {
    --hdr-mt: clamp(20px, min(2.08vw, 3.7vh), 40px);           /* 40px */
    --hdr-logo: clamp(48px, min(4.17vw, 7.4vh), 80px);
}
/* 80px */
.header-small #mainNav .menu-label {
        display: none;
    }
.header-small #mainNav > div:first-child > .header-bar {
        align-items: flex-start;
    }
.desktopMenu .menu-panel {
    /* os itens começam por baixo do logo (Figma: 1.º item a 252px do topo) */
    padding-top: calc(var(--hdr-mt) + var(--hdr-logo) + var(--menu-gap-top));
    padding-bottom: 24px;
    overflow-y: auto;
}
#mainNav .menu-list > li > a,
#mainNav .menu-list > li > p,
#mainNav .menu-list > li > span > a {
    font-size: var(--menu-item-fs);
    font-weight: 600;
    line-height: 1.35;
}
#mainNav .menu-list > li + li {
    margin-top: var(--menu-item-gap);
}
#mainNav .menu-list .sub-menu {
    padding-left: 1.25rem;
}
#mainNav .menu-list .sub-menu li + li { margin-top: 0.25rem; }
#mainNav .menu-list .sub-menu li:first-child { margin-top: 0.5rem; }
#mainNav .menu-list .sub-menu li a {
        font-size: var(--menu-sub-fs);
    }
#mainNav .menu-list > li.menu-reserved-li {
    margin-top: var(--menu-btn-mt);
}
#mainNav .menu-list > li > a.menu-reserved {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: clamp(0.625rem, 1.5vh, 1rem) 2rem;
}
.desktopMenu .video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
/* ---------- Hero ---------- */
.banner-slide .slider-text h2 {
    line-height: 1.15;
}
/* ---------- Primeira secção a seguir ao hero (About Us) ----------
   Espaço igual em cima e em baixo (Figma: 150px a 1920px).
   O padding-bottom desconta o padding-top da secção seguinte
   (40px mobile / 80px a partir de 640px). */
.banner-slide + * > section > .container-site,
.banner-slide + section > .container-site,
/* páginas interiores (one-column): 1.ª secção a seguir ao banner da página */
.banner ~ .bg-background > section:first-child > .container-site,
.banner ~ .bg-background > div:first-child > section > .container-site {
    padding-top: 48px;
    padding-bottom: 8px;
}
@media (min-width: 640px) {
.banner-slide + * > section > .container-site,
.banner-slide + section > .container-site,
/* páginas interiores (one-column): 1.ª secção a seguir ao banner da página */
.banner ~ .bg-background > section:first-child > .container-site,
.banner ~ .bg-background > div:first-child > section > .container-site {
        padding-top: 80px;
        padding-bottom: 0
}
    }
@media (min-width: 1280px) {
.banner-slide + * > section > .container-site,
.banner-slide + section > .container-site,
/* páginas interiores (one-column): 1.ª secção a seguir ao banner da página */
.banner ~ .bg-background > section:first-child > .container-site,
.banner ~ .bg-background > div:first-child > section > .container-site {
        padding-top: 120px;
        padding-bottom: 40px
}
    }
@media (min-width: 1920px) {
.banner-slide + * > section > .container-site,
.banner-slide + section > .container-site,
/* páginas interiores (one-column): 1.ª secção a seguir ao banner da página */
.banner ~ .bg-background > section:first-child > .container-site,
.banner ~ .bg-background > div:first-child > section > .container-site {
        padding-top: 150px;
        padding-bottom: 70px
}
    }
/* Páginas interiores: última secção antes do footer com o mesmo espaço
   que existe entre secções (80px no mobile, 160px a partir de 640px). */
.banner ~ .bg-background > section:last-child > .container-site,
.banner ~ .bg-background > div:last-child > section > .container-site,
.page-top-spacer ~ .bg-background > section:last-child > .container-site,
.page-top-spacer ~ .bg-background > div:last-child > section > .container-site {
    padding-bottom: 80px;
}
@media (min-width: 640px) {
.banner ~ .bg-background > section:last-child > .container-site,
.banner ~ .bg-background > div:last-child > section > .container-site,
.page-top-spacer ~ .bg-background > section:last-child > .container-site,
.page-top-spacer ~ .bg-background > div:last-child > section > .container-site {
        padding-bottom: 160px
}
    }
/* Páginas interiores no mobile: o banner da página está escondido (< 768px),
   por isso o conteúdo tem de começar por baixo do header fixo (80px). */
@media (max-width: 767px) {
    .banner ~ .bg-background {
        padding-top: 80px;
    }
}
/* Páginas interiores sem banner: o espaçador tem a altura do header fixo
   (80px no mobile; margem + logo + margem no desktop) e a 1.ª secção
   fica com um espaço de topo moderado, como título de página. */
.page-top-spacer {
    height: 80px;
}
@media (min-width: 1024px) {
.page-top-spacer {
        height: calc(2 * var(--hdr-mt) + var(--hdr-logo))
}
    }
.page-top-spacer ~ .bg-background > section:first-child > .container-site,
.page-top-spacer ~ .bg-background > div:first-child > section > .container-site {
    /* Figma (Partners, 1920): título 100px abaixo do logo = 40px abaixo do header */
    padding-top: 32px;
}
@media (min-width: 1024px) {
.page-top-spacer ~ .bg-background > section:first-child > .container-site,
.page-top-spacer ~ .bg-background > div:first-child > section > .container-site {
        padding-top: clamp(24px, 2.1vw, 40px)
}
    }
/* Listagem de notícias precedida por uma secção de título/introdução (página News):
   os textos de topo e a grelha ficam como um bloco só (Figma: ~60px entre intro e grelha),
   em vez de somarem o padding das duas secções. */
.bg-background > *:has(+ .section-post-list) > .container-site,
.bg-background > *:has(+ .section-post-list) > section > .container-site,
.bg-background > *:has(+ .section-four-columns) > .container-site,
.bg-background > *:has(+ .section-four-columns) > section > .container-site {
    padding-bottom: 0;
}
.bg-background > * + .section-post-list > .container-site,
.bg-background > * + .section-four-columns > .container-site {
    padding-top: 0;
}
/* Downloads: o título da página só tem 32px de margem; o Figma pede ~60px até "Flyer" */
@media (min-width: 768px) {
.bg-background > * + .section-four-columns > .container-site {
        padding-top: 28px
}
    }
/* ---------- RIO ---------- */
.swiper .rio-cover,
.rio-cover {
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    width: 100% !important;
}
@media (max-width: 767px) {
.swiper-slide .rioNumber {
        font-size: 140px
}
    }
.carousel-bleed {
    /* O carrossel ocupa a largura toda do ecrã (esquerda e direita): ao avançar,
       os cartões anteriores ficam visíveis à esquerda, como os seguintes à direita. */
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: auto !important;
}
.carousel-bleed .swiper-slide {
    width: var(--rio-slide-w, 80%);
}
.carousel-bleed .swiper-pagination {
    position: static !important;
    margin-top: 1.5rem;
    text-align: left;
    padding-left: var(--rio-offset, 1rem);
}
.carousel-bleed .swiper-pagination-bullet {
    width: 32px !important;
}
/* Setas alinhadas com a margem do conteúdo (Figma), e não encostadas ao ecrã */
.carousel-bleed .swiper-button-next {
    right: var(--rio-offset, 1rem) !important;
    width: 60px !important;
}
.carousel-bleed .swiper-button-prev {
    left: var(--rio-offset, 1rem) !important;
    width: 60px !important;
}
/* Espaço por baixo do texto de cada cartão: ~14% da largura do cartão */
.rio-card-text {
    padding-bottom: 14%;
}
@media (max-width: 767px) {
    .carousel-bleed .swiper-button-next,
    .carousel-bleed .swiper-button-prev {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .carousel-bleed .swiper-pagination {
        display: none;
    }
}
/* ---------- News (homepage e lista /news) ----------
   Figma: imagem 447x280 (16/10) com cantos arredondados; título ~22px semibold
   verde-escuro, entrelinha ~1.6, ~17px abaixo da imagem. */
.news-home .card-media .flex-media figure,
.card.tertiary-card .card-media .flex-media figure {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 0.375rem;
}
.news-home .card-media .flex-media figure img, .card.tertiary-card .card-media .flex-media figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
/* ---------- Proporções ----------
   O plugin aspectRatio do Tailwind está desligado (tailwind-front.config.js),
   por isso as classes usadas nos templates são definidas aqui. */
.aspect-square {
    aspect-ratio: 1 / 1;
}
.aspect-\[16\/10\] {
    aspect-ratio: 16 / 10;
}
/* ---------- CookieYes ----------
   O botão flutuante "revisit" do CookieYes (canto inferior esquerdo) fica escondido:
   as preferências abrem-se pelo link "Editar Cookies" do footer.
   (Alternativa: desligar "Revisit consent button" no painel do CookieYes.) */
.cky-btn-revisit-wrapper {
    display: none !important;
}
/* ---------- Partners (Figma, cartão aberto) ----------
   Nome 24px semibold verde-escuro; link 18px light cinzento sublinhado;
   descrição 18px light cinzento, entrelinha ~1.75 e uma linha de espaço entre parágrafos. */
.partner-item .partner-link {
    color: #3F3F3F;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 1rem;
    word-break: break-all;
}
@media (min-width: 768px) {
.partner-item .partner-link {
        font-size: 1.125rem
}
    }
.partner-item .partner-expand .content {
    overflow: hidden;
}
.partner-item .partner-description {
    padding-top: 2rem;
    color: #3F3F3F;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.75;
}
@media (min-width: 768px) {
.partner-item .partner-description {
        padding-top: 3rem;
        font-size: 1.125rem
}
    }
.partner-item .partner-description p + p {
        margin-top: 1.75em;
    }
.partner-item .partner-description p:empty,
    .partner-item .partner-description p:has(> br:only-child) {
        display: none;
    }
.partner-item .partner-description strong {
        font-weight: 600;
    }
/* ---------- Texto de introdução das páginas (Figma: ~22px light, cinzento, entrelinha ~34px) ---------- */
.intro-text {
    max-width: 1264px;
    color: #3F3F3F;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6;
}
@media (min-width: 768px) {
.intro-text {
        font-size: 1.125rem
}
    }
@media (min-width: 1600px) {
.intro-text {
        font-size: 1.375rem;
        line-height: 1.55
}
    }
.intro-text p + p {
        margin-top: 1em;
    }
/* ---------- Contactos: bloco de morada/telefone/email (texto do CMS) ----------
   Figma: nome da instituição 24px semibold verde; morada 20px cinzento;
   "Phone:"/"Email:" semibold verde com valor cinzento; email sublinhado. */
.contact-info {
    color: #3F3F3F;
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
.contact-info {
        font-size: 1.125rem
}
    }
@media (min-width: 1600px) {
.contact-info {
        font-size: 1.25rem
}
    }
.contact-info strong {
        color: #154734;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.4;
    }
@media (min-width: 768px) {
.contact-info strong {
            font-size: 1.5rem
    }
        }
/* "Phone:" e "Email:" ficam no tamanho do texto */
.contact-info p:has(a) strong {
        font-size: inherit;
        line-height: inherit;
    }
.contact-info a {
        color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
.contact-info a[href^="tel:"] {
        text-decoration: none;
    }
/* ---------- Articles / Newsletters: conteúdo aberto da caixa ---------- */
.article-meta {
    color: #4A4A55;
    font-size: 1rem;
    line-height: 1.6;
}
@media (min-width: 768px) {
.article-meta {
        font-size: 1.125rem
}
    }
.article-meta p + p {
        margin-top: 1em;
    }
@media (min-width: 768px) {
.article-meta p + p {
            margin-top: 1.5em
    }
        }
.article-meta strong {
        color: inherit;
        font-weight: 600;
    }
.article-meta a {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
.card.tertiary-card .card-media {
    border-radius: 10px !important;
    overflow: hidden;
}
.card.tertiary-card .card-header {
    margin-top: 1rem;
}
.card.tertiary-card .card-header .card-title h3 {
    color: #154734;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.55;
}
@media (min-width: 768px) {
.card.tertiary-card .card-header .card-title h3 {
        font-size: 1.25rem
}
    }
@media (min-width: 1600px) {
.card.tertiary-card .card-header .card-title h3 {
        font-size: 1.375rem
}
    }
/* ---------- Research: texto de cada RIO ---------- */
.rio-description {
    color: #0A0A0A;
    font-size: 1rem;
    line-height: 1.65;
}
.rio-description p + p {
        margin-top: 1.65em;
    }
/* ---------- About: textos (Figma) ---------- */
.content-text {
    color: #3F3F3F;
    font-size: 1rem;
    line-height: 1.65;
}
@media (min-width: 768px) {
.content-text {
        font-size: 1.125rem
}
    }
.content-text p + p {
        margin-top: 1em;
    }
.objective-text {
    color: #3F3F3F;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}
@media (min-width: 768px) {
.objective-text {
        font-size: 1.125rem
}
    }
@media (min-width: 1600px) {
.objective-text {
        font-size: 1.25rem
}
    }
.objective-text span {
        font-weight: 600;
    }
/* "Vinny's Main Objectives": título em 3 linhas bem espaçadas, como no Figma */
@media (min-width: 768px) {
.section-objectives h2 {
        line-height: 1.6
}
    }
/* ---------- Newsletter: mensagem depois de submeter ---------- */
.newsletter-feedback {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0.625rem 1.25rem;
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.newsletter-feedback--error {
    background-color: #fff;
    color: #b42318;
}
/* ---------- Texto longo do editor (bloco "Conteúdo", ex.: Privacy Policy) ---------- */
.rich-text {
    max-width: 1264px;
    color: #3F3F3F;
    font-size: 1rem;
    line-height: 1.65;
}
@media (min-width: 768px) {
.rich-text {
        font-size: 1.125rem
}
    }
.rich-text h2 {
        color: #154734;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.3;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
@media (min-width: 768px) {
.rich-text h2 {
            font-size: 1.75rem;
            margin-top: 3.5rem
    }
        }
.rich-text h3 {
        color: #154734;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.4;
        margin-top: 1.75rem;
        margin-bottom: 0.5rem;
    }
@media (min-width: 768px) {
.rich-text h3 {
            font-size: 1.25rem
    }
        }
.rich-text > :first-child {
        margin-top: 0;
    }
.rich-text p + p,
    .rich-text p + ul,
    .rich-text ul + p {
        margin-top: 1em;
    }
.rich-text ul {
        list-style: disc;
        padding-left: 1.5em;
    }
.rich-text ul li + li {
            margin-top: 0.35em;
        }
.rich-text a {
        color: #154734;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
.rich-text a:hover {
            color: #6BA539;
        }
.rich-text strong {
        font-weight: 600;
    }
/* ! 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::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:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 835px) {
    .container {
        max-width: 835px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1124px) {
    .container {
        max-width: 1124px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.left-0 {
    left: 0px;
}
.top-0 {
    top: 0px;
}
.left-10 {
    left: 2.5rem;
}
.right-0 {
    right: 0px;
}
.top-5 {
    top: 1.25rem;
}
.left-5 {
    left: 1.25rem;
}
.top-16 {
    top: 4rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.bottom-0 {
    bottom: 0px;
}
.-top-full {
    top: -100%;
}
.left-1\/2 {
    left: 50%;
}
.bottom-10 {
    bottom: 2.5rem;
}
.top-full {
    top: 100%;
}
.z-50 {
    z-index: 50;
}
.z-40 {
    z-index: 40;
}
.z-20 {
    z-index: 20;
}
.z-10 {
    z-index: 10;
}
.z-30 {
    z-index: 30;
}
.order-2 {
    order: 2;
}
.order-1 {
    order: 1;
}
.order-4 {
    order: 4;
}
.order-3 {
    order: 3;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-auto {
    grid-column: auto;
}
.col-span-8 {
    grid-column: span 8 / span 8;
}
.float-right {
    float: right;
}
.m-2 {
    margin: 0.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-16 {
    margin-top: 4rem;
}
.-mb-px {
    margin-bottom: -1px;
}
.mb-16 {
    margin-bottom: 4rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mt-8 {
    margin-top: 2rem;
}
.ml-12 {
    margin-left: 3rem;
}
.-mt-px {
    margin-top: -1px;
}
.mr-auto {
    margin-right: auto;
}
.ml-3 {
    margin-left: 0.75rem;
}
.-mt-5 {
    margin-top: -1.25rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mb-3 {
    margin-bottom: 0.75rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.mb-11 {
    margin-bottom: 2.75rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mt-14 {
    margin-top: 3.5rem;
}
.ml-5 {
    margin-left: 1.25rem;
}
.mr-10 {
    margin-right: 2.5rem;
}
.mb-24 {
    margin-bottom: 6rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.hidden {
    display: none;
}
.h-400 {
    height: 400px;
}
.h-full {
    height: 100%;
}
.h-5 {
    height: 1.25rem;
}
.h-8 {
    height: 2rem;
}
.h-16 {
    height: 4rem;
}
.h-auto {
    height: auto;
}
.h-12 {
    height: 3rem;
}
.h-80 {
    height: 20rem;
}
.h-40 {
    height: 10rem;
}
.h-14 {
    height: 3.5rem;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-3\/5 {
    height: 60%;
}
.h-10 {
    height: 2.5rem;
}
.h-32 {
    height: 8rem;
}
.h-96 {
    height: 24rem;
}
.h-28 {
    height: 7rem;
}
.h-\[560px\] {
    height: 560px;
}
.h-screen {
    height: 100vh;
}
.h-36 {
    height: 9rem;
}
.h-20 {
    height: 5rem;
}
.h-3 {
    height: 0.75rem;
}
.h-\[220px\] {
    height: 220px;
}
.max-h-550 {
    max-height: 550px;
}
.max-h-450 {
    max-height: 450px;
}
.max-h-10 {
    max-height: 2.5rem;
}
.max-h-16 {
    max-height: 4rem;
}
.max-h-14 {
    max-height: 3.5rem;
}
.min-h-screen {
    min-height: 100vh;
}
.w-full {
    width: 100%;
}
.w-auto {
    width: auto;
}
.w-32 {
    width: 8rem;
}
.w-40 {
    width: 10rem;
}
.w-5 {
    width: 1.25rem;
}
.w-8 {
    width: 2rem;
}
.w-10 {
    width: 2.5rem;
}
.w-1\/2 {
    width: 50%;
}
.w-screen {
    width: 100vw;
}
.w-52 {
    width: 13rem;
}
.w-36 {
    width: 9rem;
}
.w-16 {
    width: 4rem;
}
.w-4\/5 {
    width: 80%;
}
.w-28 {
    width: 7rem;
}
.min-w-\[135px\] {
    min-width: 135px;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-full {
    max-width: 100%;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-5xl {
    max-width: 64rem;
}
.max-w-3xl {
    max-width: 48rem;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-auto {
    flex: 1 1 auto;
}
.flex-none {
    flex: none;
}
.shrink-0 {
    flex-shrink: 0;
}
.grow {
    flex-grow: 1;
}
.table-auto {
    table-layout: auto;
}
.table-fixed {
    table-layout: fixed;
}
.-rotate-180 {
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.scroll-mt-32 {
    scroll-margin-top: 8rem;
}
.grid-flow-col {
    grid-auto-flow: column;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.place-content-center {
    place-content: center;
}
.place-content-between {
    place-content: space-between;
}
.content-center {
    align-content: center;
}
.content-end {
    align-content: flex-end;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-items-center {
    justify-items: center;
}
.gap-4 {
    gap: 1rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-16 {
    gap: 4rem;
}
.gap-14 {
    gap: 3.5rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-1 {
    row-gap: 0.25rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.self-center {
    align-self: center;
}
.justify-self-center {
    justify-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-\[20px\] {
    border-radius: 20px;
}
.rounded-none {
    border-radius: 0px;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-t {
    border-top-width: 1px;
}
.border-r {
    border-right-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-solid {
    border-style: solid;
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(21 71 52 / var(--tw-border-opacity));
}
.border-gray {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.bg-background {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(21 71 52 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-soft-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-primary-second {
    --tw-bg-opacity: 1;
    background-color: rgb(107 165 57 / var(--tw-bg-opacity));
}
.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 105 167 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-emerald-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-white {
    --tw-gradient-to: rgb(255 255 255 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to);
}
.to-transparent {
    --tw-gradient-to: transparent;
}
.bg-cover {
    background-size: cover;
}
.bg-\[length\:50\%_1px\] {
    background-size: 50% 1px;
}
.bg-contain {
    background-size: contain;
}
.bg-center {
    background-position: center;
}
.bg-bottom {
    background-position: bottom;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.stroke-1 {
    stroke-width: 1;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-10 {
    padding: 2.5rem;
}
.p-1 {
    padding: 0.25rem;
}
.p-8 {
    padding: 2rem;
}
.p-2\.5 {
    padding: 0.625rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-4 {
    padding: 1rem;
}
.p-7 {
    padding: 1.75rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pt-5 {
    padding-top: 1.25rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pb-20 {
    padding-bottom: 5rem;
}
.pt-36 {
    padding-top: 9rem;
}
.pt-20 {
    padding-top: 5rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-display {
    font-family: Poppins;
}
.font-body {
    font-family: Poppins;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}
.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.uppercase {
    text-transform: uppercase;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-snug {
    line-height: 1.375;
}
.leading-normal {
    line-height: 1.5;
}
.leading-tight {
    line-height: 1.25;
}
.leading-none {
    line-height: 1;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(21 71 52 / var(--tw-text-opacity));
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(240 240 240 / var(--tw-text-opacity));
}
.text-\[\#0A0A0A\] {
    --tw-text-opacity: 1;
    color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary-second {
    --tw-text-opacity: 1;
    color: rgb(107 165 57 / var(--tw-text-opacity));
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 105 167 / var(--tw-text-opacity));
}
.underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}
.decoration-1 {
    text-decoration-thickness: 1px;
}
.underline-offset-8 {
    text-underline-offset: 8px;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-100 {
    opacity: 1;
}
.opacity-25 {
    opacity: 0.25;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-150 {
    transition-duration: 150ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.ease-linear {
    transition-timing-function: linear;
}
a:hover {
        opacity: 0.5;
    }
a:hover p {
            opacity: 0.5;  
        }
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.partner-expand button img {
            transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        }
.partner-expand .content{
        transition: max-height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        max-height: 0;
        overflow: auto;
    }
.partner-expand.open button img {
                transform: rotate(225deg);
            }
.partner-expand.open .content{
            transition: max-height 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            max-height: 1500px;
        }
.logoEffect{
    filter: brightness(0) invert(1);
    transition: filter 1s ease-in-out;
}
.rioNumber{
    font-size: 200px;
    line-height: 1;
    opacity: 20%;
}
.rio-card{
    background: linear-gradient(-180deg, transparent, hsla(0, 0%, 8%, 0.75));
}
.hover\:border:hover {
    border-width: 1px;
}
.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(21 71 52 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(21 71 52 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(21 71 52 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.active\:bg-emerald-600:active {
    --tw-bg-opacity: 1;
    background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
@media (prefers-contrast: more) {
    .contrast-more\:border-slate-400 {
        --tw-border-opacity: 1;
        border-color: rgb(148 163 184 / var(--tw-border-opacity));
    }
    .contrast-more\:placeholder-slate-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
    .contrast-more\:placeholder-slate-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(100 116 139 / var(--tw-placeholder-opacity));
    }
}
@media (min-width: 640px) {
    .sm\:order-3 {
        order: 3;
    }
    .sm\:order-4 {
        order: 4;
    }
    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .sm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .sm\:mb-12 {
        margin-bottom: 3rem;
    }
    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0px;
    }
    .sm\:mt-10 {
        margin-top: 2.5rem;
    }
    .sm\:mt-20 {
        margin-top: 5rem;
    }
    .sm\:mt-5 {
        margin-top: 1.25rem;
    }
    .sm\:mb-20 {
        margin-bottom: 5rem;
    }
    .sm\:mt-0 {
        margin-top: 0px;
    }
    .sm\:mt-12 {
        margin-top: 3rem;
    }
    .sm\:block {
        display: block;
    }
    .sm\:inline {
        display: inline;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:inline-flex {
        display: inline-flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-\[640px\] {
        height: 640px;
    }
    .sm\:h-6 {
        height: 1.5rem;
    }
    .sm\:h-\[120px\] {
        height: 120px;
    }
    .sm\:w-full {
        width: 100%;
    }
    .sm\:w-2\/3 {
        width: 66.666667%;
    }
    .sm\:w-28 {
        width: 7rem;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:justify-between {
        justify-content: space-between;
    }
    .sm\:gap-10 {
        gap: 2.5rem;
    }
    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sm\:pt-20 {
        padding-top: 5rem;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:pb-20 {
        padding-bottom: 5rem;
    }
    .sm\:text-left {
        text-align: left;
    }
    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .sm\:font-normal {
        font-weight: 400;
    }
}
@media (min-width: 768px) {
    .md\:top-0 {
        top: 0px;
    }
    .md\:order-1 {
        order: 1;
    }
    .md\:order-last {
        order: 9999;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .md\:mb-4 {
        margin-bottom: 1rem;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:mt-14 {
        margin-top: 3.5rem;
    }
    .md\:mb-8 {
        margin-bottom: 2rem;
    }
    .md\:mt-10 {
        margin-top: 2.5rem;
    }
    .md\:mt-7 {
        margin-top: 1.75rem;
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }
    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:mt-16 {
        margin-top: 4rem;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:block {
        display: block;
    }
    .md\:inline-block {
        display: inline-block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-auto {
        height: auto;
    }
    .md\:h-14 {
        height: 3.5rem;
    }
    .md\:h-\[200px\] {
        height: 200px;
    }
    .md\:h-\[70px\] {
        height: 70px;
    }
    .md\:h-\[55px\] {
        height: 55px;
    }
    .md\:h-16 {
        height: 4rem;
    }
    .md\:h-20 {
        height: 5rem;
    }
    .md\:h-800 {
        height: 800px;
    }
    .md\:min-h-\[260px\] {
        min-height: 260px;
    }
    .md\:min-h-\[300px\] {
        min-height: 300px;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-80 {
        width: 20rem;
    }
    .md\:w-\[82\%\] {
        width: 82%;
    }
    .md\:w-\[55px\] {
        width: 55px;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-\[80\%\] {
        width: 80%;
    }
    .md\:max-w-none {
        max-width: none;
    }
    .md\:flex-auto {
        flex: 1 1 auto;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:justify-around {
        justify-content: space-around;
    }
    .md\:gap-5 {
        gap: 1.25rem;
    }
    .md\:gap-24 {
        gap: 6rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .md\:gap-y-12 {
        row-gap: 3rem;
    }
    .md\:justify-self-end {
        justify-self: end;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:pt-\[90px\] {
        padding-top: 90px;
    }
    .md\:text-center {
        text-align: center;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .md\:leading-snug {
        line-height: 1.375;
    }
    .md\:leading-normal {
        line-height: 1.5;
    }
    .md\:leading-tight {
        line-height: 1.25;
    }
    .md\:leading-none {
        line-height: 1;
    }
}
@media (min-width: 1024px) {
    .lg\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .lg\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .lg\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 835px) {
        .lg\:container {
            max-width: 835px;
        }
    }
    @media (min-width: 1024px) {
        .lg\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1124px) {
        .lg\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1280px) {
        .lg\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1600px) {
        .lg\:container {
            max-width: 1600px;
        }
    }
    @media (min-width: 1920px) {
        .lg\:container {
            max-width: 1920px;
        }
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-start-10 {
        grid-column-start: 10;
    }
    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .lg\:mr-5 {
        margin-right: 1.25rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-20 {
        height: 5rem;
    }
    .lg\:w-1\/2 {
        width: 50%;
    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:px-\[72px\] {
        padding-left: 72px;
        padding-right: 72px;
    }
    .lg\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }
    @media (min-width: 640px) {
        .xl\:container {
            max-width: 640px;
        }
    }
    @media (min-width: 768px) {
        .xl\:container {
            max-width: 768px;
        }
    }
    @media (min-width: 835px) {
        .xl\:container {
            max-width: 835px;
        }
    }
    @media (min-width: 1024px) {
        .xl\:container {
            max-width: 1024px;
        }
    }
    @media (min-width: 1124px) {
        .xl\:container {
            max-width: 1124px;
        }
    }
    @media (min-width: 1280px) {
        .xl\:container {
            max-width: 1280px;
        }
    }
    @media (min-width: 1600px) {
        .xl\:container {
            max-width: 1600px;
        }
    }
    @media (min-width: 1920px) {
        .xl\:container {
            max-width: 1920px;
        }
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .xl\:mr-5 {
        margin-right: 1.25rem;
    }
    .xl\:mt-0 {
        margin-top: 0px;
    }
    .xl\:mt-10 {
        margin-top: 2.5rem;
    }
    .xl\:mt-20 {
        margin-top: 5rem;
    }
    .xl\:mt-12 {
        margin-top: 3rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:h-\[220px\] {
        height: 220px;
    }
    .xl\:min-h-\[400px\] {
        min-height: 400px;
    }
    .xl\:w-20 {
        width: 5rem;
    }
    .xl\:w-36 {
        width: 9rem;
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:gap-20 {
        gap: 5rem;
    }
    .xl\:gap-\[120px\] {
        gap: 120px;
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
    .xl\:gap-0 {
        gap: 0px;
    }
    .xl\:rounded-md {
        border-radius: 0.375rem;
    }
    .xl\:p-20 {
        padding: 5rem;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:pt-20 {
        padding-top: 5rem;
    }
    .xl\:pb-0 {
        padding-bottom: 0px;
    }
    .xl\:pb-20 {
        padding-bottom: 5rem;
    }
    .xl\:pt-10 {
        padding-top: 2.5rem;
    }
    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .xl\:text-left {
        text-align: left;
    }
    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1600px) {
    .\32xl\:w-32 {
        width: 8rem;
    }
    .\32xl\:w-28 {
        width: 7rem;
    }
    .\32xl\:w-44 {
        width: 11rem;
    }
    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
}
@media (min-width: 1920px) {
    .\33xl\:min-h-\[361px\] {
        min-height: 361px;
    }
    .\33xl\:max-w-screen-2xl {
        max-width: 1600px;
    }
    .\33xl\:gap-\[150px\] {
        gap: 150px;
    }
    .\33xl\:p-10 {
        padding: 2.5rem;
    }
    .\33xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .\33xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }
    .\33xl\:text-\[40px\] {
        font-size: 40px;
    }
    .\33xl\:text-\[26px\] {
        font-size: 26px;
    }
    .\33xl\:text-\[56px\] {
        font-size: 56px;
    }
    .\33xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .\33xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .\33xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .\33xl\:leading-normal {
        line-height: 1.5;
    }
    .\33xl\:leading-none {
        line-height: 1;
    }
}