.file_gallery .file, .standard_box{
    position: relative;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    padding: 3px 15px 5px;
}

.file_gallery .file {
    background: #587042;
    color: #fff !important;
    padding-top: 5px;
}

.file_gallery .file:focus,
.file_gallery .file:hover {
    color: #587042 !important;
    background: #f6c530;
    text-decoration: none;
}

.standard_box {
    padding: 3px 15px 5px;
    background: #587042;
}

.standard_box p {
    width: 100%;
    color: #fff;
}

.standard_box:focus,
.standard_box:hover {
    background: #f6c530;
    text-decoration: none;
}

#content .standard_box:hover a,
#content .standard_box:active a,
#content .standard_box:hover p {
  color: #587042 !important;
}

.staff_details {
  padding-right: 40px !important;
}

.work_list .standard_box a {
    color: #fff !important;
	transition: all .3s ease-in-out;
}
#content .standard_box p {
    padding-bottom: 0;
    display: flex;
	transition: all .3s ease-in-out;
}
#content .standard_box p a{
    flex-grow: 1;
}
#content .standard_box:hover a, #content .standard_box:active a, #content .standard_box:hover p {
	color: #587042 !important;
}

.work_list .standard_box a:hover {
	color: #587042;
}

.work_list .standard_box:hover::after, .work_list .standard_box:active::after {
	height: 100%;
}

#class_menu li {
  color: #fff !important;
  margin-right: 10px;
  border-radius: 10px;
  padding: 4px 8px;
  transition: all 0.3s ease-in-out;
  background-color: #587042;
}

#class_menu li:hover {
  scale: 1.05;
}
#class_menu li a {
  border: none;
  background: none;
  font-weight: 600;
}

#class_menu li a:hover {
  text-decoration: none;
}

#menu ul {
    display: none;
}
#menu, #menu li, #menu ul {
    list-style: none !important;
    list-style-image: none !important;
}

/* SIDE MENU */
    #menu li a{
        color: white;
        font-size: 18px;

    }
    #menu li{
        margin: 20px 0 0 10px;
        padding: 5px 0;
        border-bottom: 2px solid rgba(0,0,0,0);
        transition: all .3s ease-in-out;
    }

    #menu li li{
        margin-left: 20px;
    }
    #menu li:hover{
        border-bottom-color: white;    
    }

    #menu li a:hover {
        color: #f6c530;
        text-decoration: none;
    }
    .fas{
        margin-right: 10px;
    }


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {
    #menu li a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 0 17px 17px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #f6c530;
    }

    #menu li{
        color: #3a2050;
        margin: 0;
        padding: 0;
        border: none;
    }
    #menu li li{
        margin: 0;
        text-transform: none;
    }
    #menu .topItem{
        position: relative;
    }
   
    ul#menu .topItem:hover .topLink {
        font-weight: 600;
        /* color: theme(colors.tertiary); */
        color: #fff;
     }
    #menu .subItem a {
        display: block;
        width: 300px;
        padding: 10px 15px;
        border: 0;
    }

    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 18px;
    }

    #menu ul{
        position: absolute;
        width: 300px;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        z-index: 997;
    }

    #menu ul ul{
        margin-left: 300px;
        margin-top: -44px !important;
    }
    
    #menu li:hover > ul{
        display: flex;
        flex-wrap: wrap;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }

    /*first layer*/
    #menu ul{
        background: #587042;
    }
    #menu ul li a{
        color: white;
        text-align: left;
        text-transform: none !important;
    }
    #menu ul li a:hover{
        color: #f6c530;
    }

    /*Second layer*/
    #menu ul ul{
        background: #087f62;
    }
    #menu ul ul li a{
        color: white;
    }

    #menu ul ul li a:hover{
        color: #f6c530;
    }

     /*Third layer*/
     #menu ul ul ul {
        background: #066049;
    }
    #menu ul ul ul li a{
        color: white;
    }

    #menu ul ul ul li a:hover{
        color: #f6c530;
    }

    /* STICKY NAV */
    nav.sticky-nav {
        opacity: 1;
        background: #587042;
        box-shadow: 0 0 7px rgba(0,0,0,.3) !important;
    }
    /*.sticky-nav {
        border-bottom: 10px solid theme(colors.primary) !important;
    }*/
    .sticky-nav ul#menu ul {
        border-bottom: 6px solid #f6c530;
        box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
    }
    /* .sticky-nav img.right-logo {
        height: 60px !important;
    }
    .sticky-nav .wrap-logo-img {
        height: 70px;
        width: 70px;
    }
    .sticky-nav .logo-img {
        height: 70px;
    } */


    /* LONG DROPDOWN HANDLING*/
    #menu li:hover>ul.long-dropdown{
        width: 600px !important;
        display: flex!important;
        flex-wrap: wrap;
    }
    .long-dropdown-subItem {
        width: 300px !important;
        
    }
    .long-dropdown-subItem ul{
        width: 300px !important;
        margin-left: -300px;
    }
}
/* @media(min-width:1280px) {
    #menu li a {
        font-size: 18px
    }
} */
.goog-logo-link {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
  width: 80px;
}

.goog-te-gadget {
  display: flex;
  flex-wrap: wrap;
  color: white !important;
}
.goog-te-gadget img {
	display: inline-block;
	padding-left: 3px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	color: #fff !important;
}
.goog-te-combo {
  font-size: 16px !important;
  width: 244px !important;
  padding: 6px;
  color: initial;
}

/* HERO */
.custom-hero-dots {
  display: flex !important;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  z-index: 700;
}
.custom-hero-dots li {
  position: relative;
  color: rgba(0, 0, 0, 0);
  /* background-color: theme(colors.primary); */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 8px;
  transition: all 0.3s ease-in-out;
}
.custom-hero-dots li::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yellow-star.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	top: -4px;
	left: -3.5px;
	z-index: -1;
}
.custom-hero-dots li::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
  transition: all 0.3s ease-in-out;
}
.custom-hero-dots li:hover::after {
	opacity: 0;
}
/* .custom-hero-dots li:hover {
  background-color: theme(colors.tertiary);
} */

.custom-hero-dots button {
  width: 14px;
  height: 14px;
}
.custom-hero-dots .slick-active,
.custom-hero-dots .slick-active:hover {
  /* background-color: theme(colors.secondary); */
  width: 14px;
  height: 14px;
}
.custom-hero-dots .slick-active::after,
.custom-hero-dots .slick-active:hover::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/white-star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
}

/* QUICK LINKS */
.custom-ql-dots {
  display: flex !important;
  width: 100%;
  height: 80px;
  margin: 0 auto -80px;
  justify-content: center;
  align-items: center;
  z-index: 700;
}
.custom-ql-dots li {
  position: relative;
  color: rgba(0, 0, 0, 0);
  /* background-color: theme(colors.secondary); */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
}
.custom-ql-dots li::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yellow-star.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	top: -4px;
	left: -3.5px;
	z-index: -1;
}
.custom-ql-dots li::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
  transition: all 0.3s ease-in-out;
}
.custom-ql-dots li:hover::after {
	opacity: 0;
}
/* .custom-ql-dots li:hover {
  background-color: #dc9209;
} */
.custom-ql-dots button {
  width: 14px;
  height: 14px;
}
.custom-ql-dots .slick-active,
.custom-ql-dots .slick-active:hover {
  /* background-color: theme(colors.primary); */
  width: 14px;
  height: 14px;
}
.custom-ql-dots .slick-active::after,
.custom-ql-dots .slick-active:hover::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/green-star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
}

/* NEWS */
.custom-news-dots {
  align-items: center;
  display: flex !important;
  height: 80px;
  justify-content: center;
  margin: 0 auto -80px;
  width: 100%;
}
.custom-news-dots li {
  position: relative;
  color: rgba(0, 0, 0, 0);
  /* background-color: theme(colors.primary); */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
}
.custom-news-dots li::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yellow-star.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	top: -4px;
	left: -3.5px;
	z-index: -1;
}
.custom-news-dots li::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
  transition: all 0.3s ease-in-out;
}
.custom-news-dots li:hover::after {
	opacity: 0;
}
/* .custom-news-dots li:hover {
  background-color: #0b518e;
} */
.custom-news-dots button {
  width: 14px;
  height: 14px;
}
.custom-news-dots .slick-active,
.custom-news-dots .slick-active:hover {
  /* background-color: theme(colors.primary); */
  width: 14px;
  height: 14px;
}
.custom-news-dots .slick-active::after,
.custom-news-dots .slick-active:hover::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/green-star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
}

/* GALLERY */
.custom-gallery-dots {
  align-items: center;
  display: flex !important;
  height: 80px;
  justify-content: center;
  margin: 0 auto -80px;
  width: 100%;
}
.custom-gallery-dots li {
  position: relative;
  color: rgba(0, 0, 0, 0);
  /* background-color: theme(colors.secondary); */
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
}
.custom-gallery-dots li::before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/yellow-star.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	top: -4px;
	left: -3.5px;
	z-index: -1;
}
.custom-gallery-dots li::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
  transition: all 0.3s ease-in-out;
}
.custom-gallery-dots li:hover::after {
	opacity: 0;
}
/* .custom-gallery-dots li:hover {
  background-color: #dc9209;
} */
.custom-gallery-dots button {
  width: 14px;
  height: 14px;
}
.custom-gallery-dots .slick-active,
.custom-gallery-dots .slick-active:hover {
  /* background-color: theme(colors.primary); */
  width: 14px;
  height: 14px;
}
.custom-gallery-dots .slick-active::after,
.custom-gallery-dots .slick-active:hover::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background-image: url("../img/green-star.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: 22px;
	top: -4px;
	left: -3.5px;
  z-index: -1;
  opacity: 100;
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
! tailwindcss v3.3.0 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html,
  body {
    font-family: 'Urbanist', sans-serif;
  }
  * {
    box-sizing: border-box;
  }

*, ::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: 470px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #696969;
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #087f62;
  text-decoration: none;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  text-decoration: underline;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 2.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  font-size: 18px;
  padding: 0 0 0 3em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: #587042;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: #587042;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 18px;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(table:not(.fc table)):not(:where([class~="not-prose"] *)) {
  font-size: 18px;
  border: initial;
}
.prose :where(tr:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(th:not(:where([class^="fc-"]))):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose :where(td:not(.fc-widget-content)):not(:where([class~="not-prose"] *)) {
  border: revert-layer;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[-12px\] {
  bottom: -12px;
}
.bottom-\[-14px\] {
  bottom: -14px;
}
.bottom-\[-15px\] {
  bottom: -15px;
}
.bottom-\[-18px\] {
  bottom: -18px;
}
.bottom-\[-32px\] {
  bottom: -32px;
}
.bottom-\[-40px\] {
  bottom: -40px;
}
.bottom-\[-6px\] {
  bottom: -6px;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.bottom-\[124px\] {
  bottom: 124px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[212px\] {
  bottom: 212px;
}
.bottom-\[57px\] {
  bottom: 57px;
}
.bottom-\[90px\] {
  bottom: 90px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-12 {
  left: 3rem;
}
.left-2 {
  left: 0.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[-100\%\] {
  left: -100%;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[-224px\] {
  left: -224px;
}
.left-\[-54px\] {
  left: -54px;
}
.left-\[-70px\] {
  left: -70px;
}
.left-\[-750px\] {
  left: -750px;
}
.left-\[-784px\] {
  left: -784px;
}
.left-\[-820px\] {
  left: -820px;
}
.left-\[122px\] {
  left: 122px;
}
.left-\[135px\] {
  left: 135px;
}
.left-\[28px\] {
  left: 28px;
}
.left-\[29px\] {
  left: 29px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[64px\] {
  left: 64px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-14 {
  right: 3.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-54px\] {
  right: -54px;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[4px\] {
  right: 4px;
}
.right-\[56px\] {
  right: 56px;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-19px\] {
  top: -19px;
}
.top-\[-200px\] {
  top: -200px;
}
.top-\[-35px\] {
  top: -35px;
}
.top-\[-36px\] {
  top: -36px;
}
.top-\[-44px\] {
  top: -44px;
}
.top-\[-4px\] {
  top: -4px;
}
.top-\[-90px\] {
  top: -90px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[164px\] {
  top: 164px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[17px\] {
  top: 17px;
}
.top-\[180px\] {
  top: 180px;
}
.top-\[19px\] {
  top: 19px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[330px\] {
  top: 330px;
}
.top-\[44px\] {
  top: 44px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(100\%-246px\)\] {
  top: calc(100% - 246px);
}
.top-\[calc\(50\%-30px\)\] {
  top: calc(50% - 30px);
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[800\] {
  z-index: 800;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99\] {
  z-index: 99;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.float-right {
  float: right;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-12px\] {
  margin-bottom: -12px;
}
.mb-\[-27px\] {
  margin-bottom: -27px;
}
.mb-\[-300px\] {
  margin-bottom: -300px;
}
.mb-\[180px\] {
  margin-bottom: 180px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.ml-\[-28px\] {
  margin-left: -28px;
}
.ml-\[-7px\] {
  margin-left: -7px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-48px\] {
  margin-top: -48px;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[255px\] {
  height: 255px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[565px\] {
  height: 565px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[95px\] {
  height: 95px;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[42\.5px\] {
  min-height: 42.5px;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[162\.367px\] {
  min-width: 162.367px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[180deg\] {
  --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));
}
.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  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-default {
  cursor: default;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[0\.5rem\] > :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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[7px\] {
  border-width: 7px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-denary {
  border-color: #;
}
.border-nonary {
  border-color: #;
}
.border-octonary {
  border-color: #;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(88 112 66 / var(--tw-border-opacity));
}
.border-primary\/0 {
  border-color: rgb(88 112 66 / 0);
}
.border-primary\/10 {
  border-color: rgb(88 112 66 / 0.1);
}
.border-primary\/100 {
  border-color: rgb(88 112 66 / 1);
}
.border-primary\/20 {
  border-color: rgb(88 112 66 / 0.2);
}
.border-primary\/25 {
  border-color: rgb(88 112 66 / 0.25);
}
.border-primary\/30 {
  border-color: rgb(88 112 66 / 0.3);
}
.border-primary\/40 {
  border-color: rgb(88 112 66 / 0.4);
}
.border-primary\/5 {
  border-color: rgb(88 112 66 / 0.05);
}
.border-primary\/50 {
  border-color: rgb(88 112 66 / 0.5);
}
.border-primary\/60 {
  border-color: rgb(88 112 66 / 0.6);
}
.border-primary\/70 {
  border-color: rgb(88 112 66 / 0.7);
}
.border-primary\/75 {
  border-color: rgb(88 112 66 / 0.75);
}
.border-primary\/80 {
  border-color: rgb(88 112 66 / 0.8);
}
.border-primary\/90 {
  border-color: rgb(88 112 66 / 0.9);
}
.border-primary\/95 {
  border-color: rgb(88 112 66 / 0.95);
}
.border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(169 180 147 / var(--tw-border-opacity));
}
.border-quaternary\/0 {
  border-color: rgb(169 180 147 / 0);
}
.border-quaternary\/10 {
  border-color: rgb(169 180 147 / 0.1);
}
.border-quaternary\/100 {
  border-color: rgb(169 180 147 / 1);
}
.border-quaternary\/20 {
  border-color: rgb(169 180 147 / 0.2);
}
.border-quaternary\/25 {
  border-color: rgb(169 180 147 / 0.25);
}
.border-quaternary\/30 {
  border-color: rgb(169 180 147 / 0.3);
}
.border-quaternary\/40 {
  border-color: rgb(169 180 147 / 0.4);
}
.border-quaternary\/5 {
  border-color: rgb(169 180 147 / 0.05);
}
.border-quaternary\/50 {
  border-color: rgb(169 180 147 / 0.5);
}
.border-quaternary\/60 {
  border-color: rgb(169 180 147 / 0.6);
}
.border-quaternary\/70 {
  border-color: rgb(169 180 147 / 0.7);
}
.border-quaternary\/75 {
  border-color: rgb(169 180 147 / 0.75);
}
.border-quaternary\/80 {
  border-color: rgb(169 180 147 / 0.8);
}
.border-quaternary\/90 {
  border-color: rgb(169 180 147 / 0.9);
}
.border-quaternary\/95 {
  border-color: rgb(169 180 147 / 0.95);
}
.border-quinary {
  --tw-border-opacity: 1;
  border-color: rgb(249 247 230 / var(--tw-border-opacity));
}
.border-quinary\/0 {
  border-color: rgb(249 247 230 / 0);
}
.border-quinary\/10 {
  border-color: rgb(249 247 230 / 0.1);
}
.border-quinary\/100 {
  border-color: rgb(249 247 230 / 1);
}
.border-quinary\/20 {
  border-color: rgb(249 247 230 / 0.2);
}
.border-quinary\/25 {
  border-color: rgb(249 247 230 / 0.25);
}
.border-quinary\/30 {
  border-color: rgb(249 247 230 / 0.3);
}
.border-quinary\/40 {
  border-color: rgb(249 247 230 / 0.4);
}
.border-quinary\/5 {
  border-color: rgb(249 247 230 / 0.05);
}
.border-quinary\/50 {
  border-color: rgb(249 247 230 / 0.5);
}
.border-quinary\/60 {
  border-color: rgb(249 247 230 / 0.6);
}
.border-quinary\/70 {
  border-color: rgb(249 247 230 / 0.7);
}
.border-quinary\/75 {
  border-color: rgb(249 247 230 / 0.75);
}
.border-quinary\/80 {
  border-color: rgb(249 247 230 / 0.8);
}
.border-quinary\/90 {
  border-color: rgb(249 247 230 / 0.9);
}
.border-quinary\/95 {
  border-color: rgb(249 247 230 / 0.95);
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(248 222 139 / var(--tw-border-opacity));
}
.border-secondary\/0 {
  border-color: rgb(248 222 139 / 0);
}
.border-secondary\/10 {
  border-color: rgb(248 222 139 / 0.1);
}
.border-secondary\/100 {
  border-color: rgb(248 222 139 / 1);
}
.border-secondary\/20 {
  border-color: rgb(248 222 139 / 0.2);
}
.border-secondary\/25 {
  border-color: rgb(248 222 139 / 0.25);
}
.border-secondary\/30 {
  border-color: rgb(248 222 139 / 0.3);
}
.border-secondary\/40 {
  border-color: rgb(248 222 139 / 0.4);
}
.border-secondary\/5 {
  border-color: rgb(248 222 139 / 0.05);
}
.border-secondary\/50 {
  border-color: rgb(248 222 139 / 0.5);
}
.border-secondary\/60 {
  border-color: rgb(248 222 139 / 0.6);
}
.border-secondary\/70 {
  border-color: rgb(248 222 139 / 0.7);
}
.border-secondary\/75 {
  border-color: rgb(248 222 139 / 0.75);
}
.border-secondary\/80 {
  border-color: rgb(248 222 139 / 0.8);
}
.border-secondary\/90 {
  border-color: rgb(248 222 139 / 0.9);
}
.border-secondary\/95 {
  border-color: rgb(248 222 139 / 0.95);
}
.border-senary {
  border-color: #;
}
.border-septenary {
  border-color: #;
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(246 197 48 / var(--tw-border-opacity));
}
.border-tertiary\/0 {
  border-color: rgb(246 197 48 / 0);
}
.border-tertiary\/10 {
  border-color: rgb(246 197 48 / 0.1);
}
.border-tertiary\/100 {
  border-color: rgb(246 197 48 / 1);
}
.border-tertiary\/20 {
  border-color: rgb(246 197 48 / 0.2);
}
.border-tertiary\/25 {
  border-color: rgb(246 197 48 / 0.25);
}
.border-tertiary\/30 {
  border-color: rgb(246 197 48 / 0.3);
}
.border-tertiary\/40 {
  border-color: rgb(246 197 48 / 0.4);
}
.border-tertiary\/5 {
  border-color: rgb(246 197 48 / 0.05);
}
.border-tertiary\/50 {
  border-color: rgb(246 197 48 / 0.5);
}
.border-tertiary\/60 {
  border-color: rgb(246 197 48 / 0.6);
}
.border-tertiary\/70 {
  border-color: rgb(246 197 48 / 0.7);
}
.border-tertiary\/75 {
  border-color: rgb(246 197 48 / 0.75);
}
.border-tertiary\/80 {
  border-color: rgb(246 197 48 / 0.8);
}
.border-tertiary\/90 {
  border-color: rgb(246 197 48 / 0.9);
}
.border-tertiary\/95 {
  border-color: rgb(246 197 48 / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  background-color: rgba(0,0,0,0);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-denary {
  background-color: #;
}
.bg-nonary {
  background-color: #;
}
.bg-octonary {
  background-color: #;
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(88 112 66 / var(--tw-bg-opacity));
}
.bg-primary\/0 {
  background-color: rgb(88 112 66 / 0);
}
.bg-primary\/10 {
  background-color: rgb(88 112 66 / 0.1);
}
.bg-primary\/100 {
  background-color: rgb(88 112 66 / 1);
}
.bg-primary\/20 {
  background-color: rgb(88 112 66 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(88 112 66 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(88 112 66 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(88 112 66 / 0.4);
}
.bg-primary\/5 {
  background-color: rgb(88 112 66 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(88 112 66 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(88 112 66 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(88 112 66 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(88 112 66 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(88 112 66 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(88 112 66 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(88 112 66 / 0.95);
}
.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(169 180 147 / var(--tw-bg-opacity));
}
.bg-quaternary\/0 {
  background-color: rgb(169 180 147 / 0);
}
.bg-quaternary\/10 {
  background-color: rgb(169 180 147 / 0.1);
}
.bg-quaternary\/100 {
  background-color: rgb(169 180 147 / 1);
}
.bg-quaternary\/20 {
  background-color: rgb(169 180 147 / 0.2);
}
.bg-quaternary\/25 {
  background-color: rgb(169 180 147 / 0.25);
}
.bg-quaternary\/30 {
  background-color: rgb(169 180 147 / 0.3);
}
.bg-quaternary\/40 {
  background-color: rgb(169 180 147 / 0.4);
}
.bg-quaternary\/5 {
  background-color: rgb(169 180 147 / 0.05);
}
.bg-quaternary\/50 {
  background-color: rgb(169 180 147 / 0.5);
}
.bg-quaternary\/60 {
  background-color: rgb(169 180 147 / 0.6);
}
.bg-quaternary\/70 {
  background-color: rgb(169 180 147 / 0.7);
}
.bg-quaternary\/75 {
  background-color: rgb(169 180 147 / 0.75);
}
.bg-quaternary\/80 {
  background-color: rgb(169 180 147 / 0.8);
}
.bg-quaternary\/90 {
  background-color: rgb(169 180 147 / 0.9);
}
.bg-quaternary\/95 {
  background-color: rgb(169 180 147 / 0.95);
}
.bg-quinary {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 230 / var(--tw-bg-opacity));
}
.bg-quinary\/0 {
  background-color: rgb(249 247 230 / 0);
}
.bg-quinary\/10 {
  background-color: rgb(249 247 230 / 0.1);
}
.bg-quinary\/100 {
  background-color: rgb(249 247 230 / 1);
}
.bg-quinary\/20 {
  background-color: rgb(249 247 230 / 0.2);
}
.bg-quinary\/25 {
  background-color: rgb(249 247 230 / 0.25);
}
.bg-quinary\/30 {
  background-color: rgb(249 247 230 / 0.3);
}
.bg-quinary\/40 {
  background-color: rgb(249 247 230 / 0.4);
}
.bg-quinary\/5 {
  background-color: rgb(249 247 230 / 0.05);
}
.bg-quinary\/50 {
  background-color: rgb(249 247 230 / 0.5);
}
.bg-quinary\/60 {
  background-color: rgb(249 247 230 / 0.6);
}
.bg-quinary\/70 {
  background-color: rgb(249 247 230 / 0.7);
}
.bg-quinary\/75 {
  background-color: rgb(249 247 230 / 0.75);
}
.bg-quinary\/80 {
  background-color: rgb(249 247 230 / 0.8);
}
.bg-quinary\/90 {
  background-color: rgb(249 247 230 / 0.9);
}
.bg-quinary\/95 {
  background-color: rgb(249 247 230 / 0.95);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 222 139 / var(--tw-bg-opacity));
}
.bg-secondary\/0 {
  background-color: rgb(248 222 139 / 0);
}
.bg-secondary\/10 {
  background-color: rgb(248 222 139 / 0.1);
}
.bg-secondary\/100 {
  background-color: rgb(248 222 139 / 1);
}
.bg-secondary\/20 {
  background-color: rgb(248 222 139 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(248 222 139 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(248 222 139 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(248 222 139 / 0.4);
}
.bg-secondary\/5 {
  background-color: rgb(248 222 139 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(248 222 139 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(248 222 139 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(248 222 139 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(248 222 139 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(248 222 139 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(248 222 139 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(248 222 139 / 0.95);
}
.bg-senary {
  background-color: #;
}
.bg-septenary {
  background-color: #;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 197 48 / var(--tw-bg-opacity));
}
.bg-tertiary\/0 {
  background-color: rgb(246 197 48 / 0);
}
.bg-tertiary\/10 {
  background-color: rgb(246 197 48 / 0.1);
}
.bg-tertiary\/100 {
  background-color: rgb(246 197 48 / 1);
}
.bg-tertiary\/20 {
  background-color: rgb(246 197 48 / 0.2);
}
.bg-tertiary\/25 {
  background-color: rgb(246 197 48 / 0.25);
}
.bg-tertiary\/30 {
  background-color: rgb(246 197 48 / 0.3);
}
.bg-tertiary\/40 {
  background-color: rgb(246 197 48 / 0.4);
}
.bg-tertiary\/5 {
  background-color: rgb(246 197 48 / 0.05);
}
.bg-tertiary\/50 {
  background-color: rgb(246 197 48 / 0.5);
}
.bg-tertiary\/60 {
  background-color: rgb(246 197 48 / 0.6);
}
.bg-tertiary\/70 {
  background-color: rgb(246 197 48 / 0.7);
}
.bg-tertiary\/75 {
  background-color: rgb(246 197 48 / 0.75);
}
.bg-tertiary\/80 {
  background-color: rgb(246 197 48 / 0.8);
}
.bg-tertiary\/90 {
  background-color: rgb(246 197 48 / 0.9);
}
.bg-tertiary\/95 {
  background-color: rgb(246 197 48 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-\[url\(\'\.\.\/\.\.\/img\/contact-bg\.jpg\'\)\] {
  background-image: url('../../img/contact-bg.jpg');
}
.bg-\[url\(\'\.\.\/\.\.\/img\/vision-bg\.jpg\'\)\] {
  background-image: url('../../img/vision-bg.jpg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-gradient-from: rgba(0,0,0,0.7) var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-7 {
  padding: 1.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[43px\] {
  padding-right: 43px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-domine {
  font-family: 'Domine', serif;
}
.text-\[100px\] {
  font-size: 100px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-denary {
  color: #;
}
.text-nonary {
  color: #;
}
.text-octonary {
  color: #;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(88 112 66 / var(--tw-text-opacity));
}
.text-primary\/0 {
  color: rgb(88 112 66 / 0);
}
.text-primary\/10 {
  color: rgb(88 112 66 / 0.1);
}
.text-primary\/100 {
  color: rgb(88 112 66 / 1);
}
.text-primary\/20 {
  color: rgb(88 112 66 / 0.2);
}
.text-primary\/25 {
  color: rgb(88 112 66 / 0.25);
}
.text-primary\/30 {
  color: rgb(88 112 66 / 0.3);
}
.text-primary\/40 {
  color: rgb(88 112 66 / 0.4);
}
.text-primary\/5 {
  color: rgb(88 112 66 / 0.05);
}
.text-primary\/50 {
  color: rgb(88 112 66 / 0.5);
}
.text-primary\/60 {
  color: rgb(88 112 66 / 0.6);
}
.text-primary\/70 {
  color: rgb(88 112 66 / 0.7);
}
.text-primary\/75 {
  color: rgb(88 112 66 / 0.75);
}
.text-primary\/80 {
  color: rgb(88 112 66 / 0.8);
}
.text-primary\/90 {
  color: rgb(88 112 66 / 0.9);
}
.text-primary\/95 {
  color: rgb(88 112 66 / 0.95);
}
.text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(169 180 147 / var(--tw-text-opacity));
}
.text-quaternary\/0 {
  color: rgb(169 180 147 / 0);
}
.text-quaternary\/10 {
  color: rgb(169 180 147 / 0.1);
}
.text-quaternary\/100 {
  color: rgb(169 180 147 / 1);
}
.text-quaternary\/20 {
  color: rgb(169 180 147 / 0.2);
}
.text-quaternary\/25 {
  color: rgb(169 180 147 / 0.25);
}
.text-quaternary\/30 {
  color: rgb(169 180 147 / 0.3);
}
.text-quaternary\/40 {
  color: rgb(169 180 147 / 0.4);
}
.text-quaternary\/5 {
  color: rgb(169 180 147 / 0.05);
}
.text-quaternary\/50 {
  color: rgb(169 180 147 / 0.5);
}
.text-quaternary\/60 {
  color: rgb(169 180 147 / 0.6);
}
.text-quaternary\/70 {
  color: rgb(169 180 147 / 0.7);
}
.text-quaternary\/75 {
  color: rgb(169 180 147 / 0.75);
}
.text-quaternary\/80 {
  color: rgb(169 180 147 / 0.8);
}
.text-quaternary\/90 {
  color: rgb(169 180 147 / 0.9);
}
.text-quaternary\/95 {
  color: rgb(169 180 147 / 0.95);
}
.text-quinary {
  --tw-text-opacity: 1;
  color: rgb(249 247 230 / var(--tw-text-opacity));
}
.text-quinary\/0 {
  color: rgb(249 247 230 / 0);
}
.text-quinary\/10 {
  color: rgb(249 247 230 / 0.1);
}
.text-quinary\/100 {
  color: rgb(249 247 230 / 1);
}
.text-quinary\/20 {
  color: rgb(249 247 230 / 0.2);
}
.text-quinary\/25 {
  color: rgb(249 247 230 / 0.25);
}
.text-quinary\/30 {
  color: rgb(249 247 230 / 0.3);
}
.text-quinary\/40 {
  color: rgb(249 247 230 / 0.4);
}
.text-quinary\/5 {
  color: rgb(249 247 230 / 0.05);
}
.text-quinary\/50 {
  color: rgb(249 247 230 / 0.5);
}
.text-quinary\/60 {
  color: rgb(249 247 230 / 0.6);
}
.text-quinary\/70 {
  color: rgb(249 247 230 / 0.7);
}
.text-quinary\/75 {
  color: rgb(249 247 230 / 0.75);
}
.text-quinary\/80 {
  color: rgb(249 247 230 / 0.8);
}
.text-quinary\/90 {
  color: rgb(249 247 230 / 0.9);
}
.text-quinary\/95 {
  color: rgb(249 247 230 / 0.95);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(248 222 139 / var(--tw-text-opacity));
}
.text-secondary\/0 {
  color: rgb(248 222 139 / 0);
}
.text-secondary\/10 {
  color: rgb(248 222 139 / 0.1);
}
.text-secondary\/100 {
  color: rgb(248 222 139 / 1);
}
.text-secondary\/20 {
  color: rgb(248 222 139 / 0.2);
}
.text-secondary\/25 {
  color: rgb(248 222 139 / 0.25);
}
.text-secondary\/30 {
  color: rgb(248 222 139 / 0.3);
}
.text-secondary\/40 {
  color: rgb(248 222 139 / 0.4);
}
.text-secondary\/5 {
  color: rgb(248 222 139 / 0.05);
}
.text-secondary\/50 {
  color: rgb(248 222 139 / 0.5);
}
.text-secondary\/60 {
  color: rgb(248 222 139 / 0.6);
}
.text-secondary\/70 {
  color: rgb(248 222 139 / 0.7);
}
.text-secondary\/75 {
  color: rgb(248 222 139 / 0.75);
}
.text-secondary\/80 {
  color: rgb(248 222 139 / 0.8);
}
.text-secondary\/90 {
  color: rgb(248 222 139 / 0.9);
}
.text-secondary\/95 {
  color: rgb(248 222 139 / 0.95);
}
.text-senary {
  color: #;
}
.text-septenary {
  color: #;
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(246 197 48 / var(--tw-text-opacity));
}
.text-tertiary\/0 {
  color: rgb(246 197 48 / 0);
}
.text-tertiary\/10 {
  color: rgb(246 197 48 / 0.1);
}
.text-tertiary\/100 {
  color: rgb(246 197 48 / 1);
}
.text-tertiary\/20 {
  color: rgb(246 197 48 / 0.2);
}
.text-tertiary\/25 {
  color: rgb(246 197 48 / 0.25);
}
.text-tertiary\/30 {
  color: rgb(246 197 48 / 0.3);
}
.text-tertiary\/40 {
  color: rgb(246 197 48 / 0.4);
}
.text-tertiary\/5 {
  color: rgb(246 197 48 / 0.05);
}
.text-tertiary\/50 {
  color: rgb(246 197 48 / 0.5);
}
.text-tertiary\/60 {
  color: rgb(246 197 48 / 0.6);
}
.text-tertiary\/70 {
  color: rgb(246 197 48 / 0.7);
}
.text-tertiary\/75 {
  color: rgb(246 197 48 / 0.75);
}
.text-tertiary\/80 {
  color: rgb(246 197 48 / 0.8);
}
.text-tertiary\/90 {
  color: rgb(246 197 48 / 0.9);
}
.text-tertiary\/95 {
  color: rgb(246 197 48 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-transparent {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.brightness-75 {
  --tw-brightness: brightness(.75);
  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-\[top\] {
  transition-property: top;
  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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[writing-mode\:vertical-lr\] {
  writing-mode: vertical-lr;
}

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

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

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

.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-denary:hover {
  border-color: #;
}

.hover\:border-nonary:hover {
  border-color: #;
}

.hover\:border-octonary:hover {
  border-color: #;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 112 66 / var(--tw-border-opacity));
}

.hover\:border-primary\/0:hover {
  border-color: rgb(88 112 66 / 0);
}

.hover\:border-primary\/10:hover {
  border-color: rgb(88 112 66 / 0.1);
}

.hover\:border-primary\/100:hover {
  border-color: rgb(88 112 66 / 1);
}

.hover\:border-primary\/20:hover {
  border-color: rgb(88 112 66 / 0.2);
}

.hover\:border-primary\/25:hover {
  border-color: rgb(88 112 66 / 0.25);
}

.hover\:border-primary\/30:hover {
  border-color: rgb(88 112 66 / 0.3);
}

.hover\:border-primary\/40:hover {
  border-color: rgb(88 112 66 / 0.4);
}

.hover\:border-primary\/5:hover {
  border-color: rgb(88 112 66 / 0.05);
}

.hover\:border-primary\/50:hover {
  border-color: rgb(88 112 66 / 0.5);
}

.hover\:border-primary\/60:hover {
  border-color: rgb(88 112 66 / 0.6);
}

.hover\:border-primary\/70:hover {
  border-color: rgb(88 112 66 / 0.7);
}

.hover\:border-primary\/75:hover {
  border-color: rgb(88 112 66 / 0.75);
}

.hover\:border-primary\/80:hover {
  border-color: rgb(88 112 66 / 0.8);
}

.hover\:border-primary\/90:hover {
  border-color: rgb(88 112 66 / 0.9);
}

.hover\:border-primary\/95:hover {
  border-color: rgb(88 112 66 / 0.95);
}

.hover\:border-quaternary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(169 180 147 / var(--tw-border-opacity));
}

.hover\:border-quaternary\/0:hover {
  border-color: rgb(169 180 147 / 0);
}

.hover\:border-quaternary\/10:hover {
  border-color: rgb(169 180 147 / 0.1);
}

.hover\:border-quaternary\/100:hover {
  border-color: rgb(169 180 147 / 1);
}

.hover\:border-quaternary\/20:hover {
  border-color: rgb(169 180 147 / 0.2);
}

.hover\:border-quaternary\/25:hover {
  border-color: rgb(169 180 147 / 0.25);
}

.hover\:border-quaternary\/30:hover {
  border-color: rgb(169 180 147 / 0.3);
}

.hover\:border-quaternary\/40:hover {
  border-color: rgb(169 180 147 / 0.4);
}

.hover\:border-quaternary\/5:hover {
  border-color: rgb(169 180 147 / 0.05);
}

.hover\:border-quaternary\/50:hover {
  border-color: rgb(169 180 147 / 0.5);
}

.hover\:border-quaternary\/60:hover {
  border-color: rgb(169 180 147 / 0.6);
}

.hover\:border-quaternary\/70:hover {
  border-color: rgb(169 180 147 / 0.7);
}

.hover\:border-quaternary\/75:hover {
  border-color: rgb(169 180 147 / 0.75);
}

.hover\:border-quaternary\/80:hover {
  border-color: rgb(169 180 147 / 0.8);
}

.hover\:border-quaternary\/90:hover {
  border-color: rgb(169 180 147 / 0.9);
}

.hover\:border-quaternary\/95:hover {
  border-color: rgb(169 180 147 / 0.95);
}

.hover\:border-quinary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 247 230 / var(--tw-border-opacity));
}

.hover\:border-quinary\/0:hover {
  border-color: rgb(249 247 230 / 0);
}

.hover\:border-quinary\/10:hover {
  border-color: rgb(249 247 230 / 0.1);
}

.hover\:border-quinary\/100:hover {
  border-color: rgb(249 247 230 / 1);
}

.hover\:border-quinary\/20:hover {
  border-color: rgb(249 247 230 / 0.2);
}

.hover\:border-quinary\/25:hover {
  border-color: rgb(249 247 230 / 0.25);
}

.hover\:border-quinary\/30:hover {
  border-color: rgb(249 247 230 / 0.3);
}

.hover\:border-quinary\/40:hover {
  border-color: rgb(249 247 230 / 0.4);
}

.hover\:border-quinary\/5:hover {
  border-color: rgb(249 247 230 / 0.05);
}

.hover\:border-quinary\/50:hover {
  border-color: rgb(249 247 230 / 0.5);
}

.hover\:border-quinary\/60:hover {
  border-color: rgb(249 247 230 / 0.6);
}

.hover\:border-quinary\/70:hover {
  border-color: rgb(249 247 230 / 0.7);
}

.hover\:border-quinary\/75:hover {
  border-color: rgb(249 247 230 / 0.75);
}

.hover\:border-quinary\/80:hover {
  border-color: rgb(249 247 230 / 0.8);
}

.hover\:border-quinary\/90:hover {
  border-color: rgb(249 247 230 / 0.9);
}

.hover\:border-quinary\/95:hover {
  border-color: rgb(249 247 230 / 0.95);
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 222 139 / var(--tw-border-opacity));
}

.hover\:border-secondary\/0:hover {
  border-color: rgb(248 222 139 / 0);
}

.hover\:border-secondary\/10:hover {
  border-color: rgb(248 222 139 / 0.1);
}

.hover\:border-secondary\/100:hover {
  border-color: rgb(248 222 139 / 1);
}

.hover\:border-secondary\/20:hover {
  border-color: rgb(248 222 139 / 0.2);
}

.hover\:border-secondary\/25:hover {
  border-color: rgb(248 222 139 / 0.25);
}

.hover\:border-secondary\/30:hover {
  border-color: rgb(248 222 139 / 0.3);
}

.hover\:border-secondary\/40:hover {
  border-color: rgb(248 222 139 / 0.4);
}

.hover\:border-secondary\/5:hover {
  border-color: rgb(248 222 139 / 0.05);
}

.hover\:border-secondary\/50:hover {
  border-color: rgb(248 222 139 / 0.5);
}

.hover\:border-secondary\/60:hover {
  border-color: rgb(248 222 139 / 0.6);
}

.hover\:border-secondary\/70:hover {
  border-color: rgb(248 222 139 / 0.7);
}

.hover\:border-secondary\/75:hover {
  border-color: rgb(248 222 139 / 0.75);
}

.hover\:border-secondary\/80:hover {
  border-color: rgb(248 222 139 / 0.8);
}

.hover\:border-secondary\/90:hover {
  border-color: rgb(248 222 139 / 0.9);
}

.hover\:border-secondary\/95:hover {
  border-color: rgb(248 222 139 / 0.95);
}

.hover\:border-senary:hover {
  border-color: #;
}

.hover\:border-septenary:hover {
  border-color: #;
}

.hover\:border-tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 197 48 / var(--tw-border-opacity));
}

.hover\:border-tertiary\/0:hover {
  border-color: rgb(246 197 48 / 0);
}

.hover\:border-tertiary\/10:hover {
  border-color: rgb(246 197 48 / 0.1);
}

.hover\:border-tertiary\/100:hover {
  border-color: rgb(246 197 48 / 1);
}

.hover\:border-tertiary\/20:hover {
  border-color: rgb(246 197 48 / 0.2);
}

.hover\:border-tertiary\/25:hover {
  border-color: rgb(246 197 48 / 0.25);
}

.hover\:border-tertiary\/30:hover {
  border-color: rgb(246 197 48 / 0.3);
}

.hover\:border-tertiary\/40:hover {
  border-color: rgb(246 197 48 / 0.4);
}

.hover\:border-tertiary\/5:hover {
  border-color: rgb(246 197 48 / 0.05);
}

.hover\:border-tertiary\/50:hover {
  border-color: rgb(246 197 48 / 0.5);
}

.hover\:border-tertiary\/60:hover {
  border-color: rgb(246 197 48 / 0.6);
}

.hover\:border-tertiary\/70:hover {
  border-color: rgb(246 197 48 / 0.7);
}

.hover\:border-tertiary\/75:hover {
  border-color: rgb(246 197 48 / 0.75);
}

.hover\:border-tertiary\/80:hover {
  border-color: rgb(246 197 48 / 0.8);
}

.hover\:border-tertiary\/90:hover {
  border-color: rgb(246 197 48 / 0.9);
}

.hover\:border-tertiary\/95:hover {
  border-color: rgb(246 197 48 / 0.95);
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

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

.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}

.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}

.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}

.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}

.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}

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

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

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

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

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-denary:hover {
  background-color: #;
}

.hover\:bg-nonary:hover {
  background-color: #;
}

.hover\:bg-octonary:hover {
  background-color: #;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 112 66 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/0:hover {
  background-color: rgb(88 112 66 / 0);
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(88 112 66 / 0.1);
}

.hover\:bg-primary\/100:hover {
  background-color: rgb(88 112 66 / 1);
}

.hover\:bg-primary\/20:hover {
  background-color: rgb(88 112 66 / 0.2);
}

.hover\:bg-primary\/25:hover {
  background-color: rgb(88 112 66 / 0.25);
}

.hover\:bg-primary\/30:hover {
  background-color: rgb(88 112 66 / 0.3);
}

.hover\:bg-primary\/40:hover {
  background-color: rgb(88 112 66 / 0.4);
}

.hover\:bg-primary\/5:hover {
  background-color: rgb(88 112 66 / 0.05);
}

.hover\:bg-primary\/50:hover {
  background-color: rgb(88 112 66 / 0.5);
}

.hover\:bg-primary\/60:hover {
  background-color: rgb(88 112 66 / 0.6);
}

.hover\:bg-primary\/70:hover {
  background-color: rgb(88 112 66 / 0.7);
}

.hover\:bg-primary\/75:hover {
  background-color: rgb(88 112 66 / 0.75);
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(88 112 66 / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(88 112 66 / 0.9);
}

.hover\:bg-primary\/95:hover {
  background-color: rgb(88 112 66 / 0.95);
}

.hover\:bg-quaternary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(169 180 147 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary\/0:hover {
  background-color: rgb(169 180 147 / 0);
}

.hover\:bg-quaternary\/10:hover {
  background-color: rgb(169 180 147 / 0.1);
}

.hover\:bg-quaternary\/100:hover {
  background-color: rgb(169 180 147 / 1);
}

.hover\:bg-quaternary\/20:hover {
  background-color: rgb(169 180 147 / 0.2);
}

.hover\:bg-quaternary\/25:hover {
  background-color: rgb(169 180 147 / 0.25);
}

.hover\:bg-quaternary\/30:hover {
  background-color: rgb(169 180 147 / 0.3);
}

.hover\:bg-quaternary\/40:hover {
  background-color: rgb(169 180 147 / 0.4);
}

.hover\:bg-quaternary\/5:hover {
  background-color: rgb(169 180 147 / 0.05);
}

.hover\:bg-quaternary\/50:hover {
  background-color: rgb(169 180 147 / 0.5);
}

.hover\:bg-quaternary\/60:hover {
  background-color: rgb(169 180 147 / 0.6);
}

.hover\:bg-quaternary\/70:hover {
  background-color: rgb(169 180 147 / 0.7);
}

.hover\:bg-quaternary\/75:hover {
  background-color: rgb(169 180 147 / 0.75);
}

.hover\:bg-quaternary\/80:hover {
  background-color: rgb(169 180 147 / 0.8);
}

.hover\:bg-quaternary\/90:hover {
  background-color: rgb(169 180 147 / 0.9);
}

.hover\:bg-quaternary\/95:hover {
  background-color: rgb(169 180 147 / 0.95);
}

.hover\:bg-quinary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 230 / var(--tw-bg-opacity));
}

.hover\:bg-quinary\/0:hover {
  background-color: rgb(249 247 230 / 0);
}

.hover\:bg-quinary\/10:hover {
  background-color: rgb(249 247 230 / 0.1);
}

.hover\:bg-quinary\/100:hover {
  background-color: rgb(249 247 230 / 1);
}

.hover\:bg-quinary\/20:hover {
  background-color: rgb(249 247 230 / 0.2);
}

.hover\:bg-quinary\/25:hover {
  background-color: rgb(249 247 230 / 0.25);
}

.hover\:bg-quinary\/30:hover {
  background-color: rgb(249 247 230 / 0.3);
}

.hover\:bg-quinary\/40:hover {
  background-color: rgb(249 247 230 / 0.4);
}

.hover\:bg-quinary\/5:hover {
  background-color: rgb(249 247 230 / 0.05);
}

.hover\:bg-quinary\/50:hover {
  background-color: rgb(249 247 230 / 0.5);
}

.hover\:bg-quinary\/60:hover {
  background-color: rgb(249 247 230 / 0.6);
}

.hover\:bg-quinary\/70:hover {
  background-color: rgb(249 247 230 / 0.7);
}

.hover\:bg-quinary\/75:hover {
  background-color: rgb(249 247 230 / 0.75);
}

.hover\:bg-quinary\/80:hover {
  background-color: rgb(249 247 230 / 0.8);
}

.hover\:bg-quinary\/90:hover {
  background-color: rgb(249 247 230 / 0.9);
}

.hover\:bg-quinary\/95:hover {
  background-color: rgb(249 247 230 / 0.95);
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 222 139 / var(--tw-bg-opacity));
}

.hover\:bg-secondary\/0:hover {
  background-color: rgb(248 222 139 / 0);
}

.hover\:bg-secondary\/10:hover {
  background-color: rgb(248 222 139 / 0.1);
}

.hover\:bg-secondary\/100:hover {
  background-color: rgb(248 222 139 / 1);
}

.hover\:bg-secondary\/20:hover {
  background-color: rgb(248 222 139 / 0.2);
}

.hover\:bg-secondary\/25:hover {
  background-color: rgb(248 222 139 / 0.25);
}

.hover\:bg-secondary\/30:hover {
  background-color: rgb(248 222 139 / 0.3);
}

.hover\:bg-secondary\/40:hover {
  background-color: rgb(248 222 139 / 0.4);
}

.hover\:bg-secondary\/5:hover {
  background-color: rgb(248 222 139 / 0.05);
}

.hover\:bg-secondary\/50:hover {
  background-color: rgb(248 222 139 / 0.5);
}

.hover\:bg-secondary\/60:hover {
  background-color: rgb(248 222 139 / 0.6);
}

.hover\:bg-secondary\/70:hover {
  background-color: rgb(248 222 139 / 0.7);
}

.hover\:bg-secondary\/75:hover {
  background-color: rgb(248 222 139 / 0.75);
}

.hover\:bg-secondary\/80:hover {
  background-color: rgb(248 222 139 / 0.8);
}

.hover\:bg-secondary\/90:hover {
  background-color: rgb(248 222 139 / 0.9);
}

.hover\:bg-secondary\/95:hover {
  background-color: rgb(248 222 139 / 0.95);
}

.hover\:bg-senary:hover {
  background-color: #;
}

.hover\:bg-septenary:hover {
  background-color: #;
}

.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 197 48 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary\/0:hover {
  background-color: rgb(246 197 48 / 0);
}

.hover\:bg-tertiary\/10:hover {
  background-color: rgb(246 197 48 / 0.1);
}

.hover\:bg-tertiary\/100:hover {
  background-color: rgb(246 197 48 / 1);
}

.hover\:bg-tertiary\/20:hover {
  background-color: rgb(246 197 48 / 0.2);
}

.hover\:bg-tertiary\/25:hover {
  background-color: rgb(246 197 48 / 0.25);
}

.hover\:bg-tertiary\/30:hover {
  background-color: rgb(246 197 48 / 0.3);
}

.hover\:bg-tertiary\/40:hover {
  background-color: rgb(246 197 48 / 0.4);
}

.hover\:bg-tertiary\/5:hover {
  background-color: rgb(246 197 48 / 0.05);
}

.hover\:bg-tertiary\/50:hover {
  background-color: rgb(246 197 48 / 0.5);
}

.hover\:bg-tertiary\/60:hover {
  background-color: rgb(246 197 48 / 0.6);
}

.hover\:bg-tertiary\/70:hover {
  background-color: rgb(246 197 48 / 0.7);
}

.hover\:bg-tertiary\/75:hover {
  background-color: rgb(246 197 48 / 0.75);
}

.hover\:bg-tertiary\/80:hover {
  background-color: rgb(246 197 48 / 0.8);
}

.hover\:bg-tertiary\/90:hover {
  background-color: rgb(246 197 48 / 0.9);
}

.hover\:bg-tertiary\/95:hover {
  background-color: rgb(246 197 48 / 0.95);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

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

.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

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

.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

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

.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-denary:hover {
  color: #;
}

.hover\:text-nonary:hover {
  color: #;
}

.hover\:text-octonary:hover {
  color: #;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(88 112 66 / var(--tw-text-opacity));
}

.hover\:text-primary\/0:hover {
  color: rgb(88 112 66 / 0);
}

.hover\:text-primary\/10:hover {
  color: rgb(88 112 66 / 0.1);
}

.hover\:text-primary\/100:hover {
  color: rgb(88 112 66 / 1);
}

.hover\:text-primary\/20:hover {
  color: rgb(88 112 66 / 0.2);
}

.hover\:text-primary\/25:hover {
  color: rgb(88 112 66 / 0.25);
}

.hover\:text-primary\/30:hover {
  color: rgb(88 112 66 / 0.3);
}

.hover\:text-primary\/40:hover {
  color: rgb(88 112 66 / 0.4);
}

.hover\:text-primary\/5:hover {
  color: rgb(88 112 66 / 0.05);
}

.hover\:text-primary\/50:hover {
  color: rgb(88 112 66 / 0.5);
}

.hover\:text-primary\/60:hover {
  color: rgb(88 112 66 / 0.6);
}

.hover\:text-primary\/70:hover {
  color: rgb(88 112 66 / 0.7);
}

.hover\:text-primary\/75:hover {
  color: rgb(88 112 66 / 0.75);
}

.hover\:text-primary\/80:hover {
  color: rgb(88 112 66 / 0.8);
}

.hover\:text-primary\/90:hover {
  color: rgb(88 112 66 / 0.9);
}

.hover\:text-primary\/95:hover {
  color: rgb(88 112 66 / 0.95);
}

.hover\:text-quaternary:hover {
  --tw-text-opacity: 1;
  color: rgb(169 180 147 / var(--tw-text-opacity));
}

.hover\:text-quaternary\/0:hover {
  color: rgb(169 180 147 / 0);
}

.hover\:text-quaternary\/10:hover {
  color: rgb(169 180 147 / 0.1);
}

.hover\:text-quaternary\/100:hover {
  color: rgb(169 180 147 / 1);
}

.hover\:text-quaternary\/20:hover {
  color: rgb(169 180 147 / 0.2);
}

.hover\:text-quaternary\/25:hover {
  color: rgb(169 180 147 / 0.25);
}

.hover\:text-quaternary\/30:hover {
  color: rgb(169 180 147 / 0.3);
}

.hover\:text-quaternary\/40:hover {
  color: rgb(169 180 147 / 0.4);
}

.hover\:text-quaternary\/5:hover {
  color: rgb(169 180 147 / 0.05);
}

.hover\:text-quaternary\/50:hover {
  color: rgb(169 180 147 / 0.5);
}

.hover\:text-quaternary\/60:hover {
  color: rgb(169 180 147 / 0.6);
}

.hover\:text-quaternary\/70:hover {
  color: rgb(169 180 147 / 0.7);
}

.hover\:text-quaternary\/75:hover {
  color: rgb(169 180 147 / 0.75);
}

.hover\:text-quaternary\/80:hover {
  color: rgb(169 180 147 / 0.8);
}

.hover\:text-quaternary\/90:hover {
  color: rgb(169 180 147 / 0.9);
}

.hover\:text-quaternary\/95:hover {
  color: rgb(169 180 147 / 0.95);
}

.hover\:text-quinary:hover {
  --tw-text-opacity: 1;
  color: rgb(249 247 230 / var(--tw-text-opacity));
}

.hover\:text-quinary\/0:hover {
  color: rgb(249 247 230 / 0);
}

.hover\:text-quinary\/10:hover {
  color: rgb(249 247 230 / 0.1);
}

.hover\:text-quinary\/100:hover {
  color: rgb(249 247 230 / 1);
}

.hover\:text-quinary\/20:hover {
  color: rgb(249 247 230 / 0.2);
}

.hover\:text-quinary\/25:hover {
  color: rgb(249 247 230 / 0.25);
}

.hover\:text-quinary\/30:hover {
  color: rgb(249 247 230 / 0.3);
}

.hover\:text-quinary\/40:hover {
  color: rgb(249 247 230 / 0.4);
}

.hover\:text-quinary\/5:hover {
  color: rgb(249 247 230 / 0.05);
}

.hover\:text-quinary\/50:hover {
  color: rgb(249 247 230 / 0.5);
}

.hover\:text-quinary\/60:hover {
  color: rgb(249 247 230 / 0.6);
}

.hover\:text-quinary\/70:hover {
  color: rgb(249 247 230 / 0.7);
}

.hover\:text-quinary\/75:hover {
  color: rgb(249 247 230 / 0.75);
}

.hover\:text-quinary\/80:hover {
  color: rgb(249 247 230 / 0.8);
}

.hover\:text-quinary\/90:hover {
  color: rgb(249 247 230 / 0.9);
}

.hover\:text-quinary\/95:hover {
  color: rgb(249 247 230 / 0.95);
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(248 222 139 / var(--tw-text-opacity));
}

.hover\:text-secondary\/0:hover {
  color: rgb(248 222 139 / 0);
}

.hover\:text-secondary\/10:hover {
  color: rgb(248 222 139 / 0.1);
}

.hover\:text-secondary\/100:hover {
  color: rgb(248 222 139 / 1);
}

.hover\:text-secondary\/20:hover {
  color: rgb(248 222 139 / 0.2);
}

.hover\:text-secondary\/25:hover {
  color: rgb(248 222 139 / 0.25);
}

.hover\:text-secondary\/30:hover {
  color: rgb(248 222 139 / 0.3);
}

.hover\:text-secondary\/40:hover {
  color: rgb(248 222 139 / 0.4);
}

.hover\:text-secondary\/5:hover {
  color: rgb(248 222 139 / 0.05);
}

.hover\:text-secondary\/50:hover {
  color: rgb(248 222 139 / 0.5);
}

.hover\:text-secondary\/60:hover {
  color: rgb(248 222 139 / 0.6);
}

.hover\:text-secondary\/70:hover {
  color: rgb(248 222 139 / 0.7);
}

.hover\:text-secondary\/75:hover {
  color: rgb(248 222 139 / 0.75);
}

.hover\:text-secondary\/80:hover {
  color: rgb(248 222 139 / 0.8);
}

.hover\:text-secondary\/90:hover {
  color: rgb(248 222 139 / 0.9);
}

.hover\:text-secondary\/95:hover {
  color: rgb(248 222 139 / 0.95);
}

.hover\:text-senary:hover {
  color: #;
}

.hover\:text-septenary:hover {
  color: #;
}

.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(246 197 48 / var(--tw-text-opacity));
}

.hover\:text-tertiary\/0:hover {
  color: rgb(246 197 48 / 0);
}

.hover\:text-tertiary\/10:hover {
  color: rgb(246 197 48 / 0.1);
}

.hover\:text-tertiary\/100:hover {
  color: rgb(246 197 48 / 1);
}

.hover\:text-tertiary\/20:hover {
  color: rgb(246 197 48 / 0.2);
}

.hover\:text-tertiary\/25:hover {
  color: rgb(246 197 48 / 0.25);
}

.hover\:text-tertiary\/30:hover {
  color: rgb(246 197 48 / 0.3);
}

.hover\:text-tertiary\/40:hover {
  color: rgb(246 197 48 / 0.4);
}

.hover\:text-tertiary\/5:hover {
  color: rgb(246 197 48 / 0.05);
}

.hover\:text-tertiary\/50:hover {
  color: rgb(246 197 48 / 0.5);
}

.hover\:text-tertiary\/60:hover {
  color: rgb(246 197 48 / 0.6);
}

.hover\:text-tertiary\/70:hover {
  color: rgb(246 197 48 / 0.7);
}

.hover\:text-tertiary\/75:hover {
  color: rgb(246 197 48 / 0.75);
}

.hover\:text-tertiary\/80:hover {
  color: rgb(246 197 48 / 0.8);
}

.hover\:text-tertiary\/90:hover {
  color: rgb(246 197 48 / 0.9);
}

.hover\:text-tertiary\/95:hover {
  color: rgb(246 197 48 / 0.95);
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

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

.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:decoration-tertiary:hover {
  -webkit-text-decoration-color: #f6c530;
          text-decoration-color: #f6c530;
}

.hover\:decoration-white:hover {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.hover\:brightness-90:hover {
  --tw-brightness: brightness(.9);
  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);
}

.active\:bg-opacity-100:active {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:left-20 {
  left: 5rem;
}

.group:hover .group-hover\:right-\[3px\] {
  right: 3px;
}

.group:hover .group-hover\:top-0 {
  top: 0px;
}

.group:hover .group-hover\:w-0 {
  width: 0px;
}

.group\/arrow:hover .group-hover\/arrow\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.group:hover .group-hover\:border-denary {
  border-color: #;
}

.group:hover .group-hover\:border-nonary {
  border-color: #;
}

.group:hover .group-hover\:border-octonary {
  border-color: #;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(88 112 66 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary\/0 {
  border-color: rgb(88 112 66 / 0);
}

.group:hover .group-hover\:border-primary\/10 {
  border-color: rgb(88 112 66 / 0.1);
}

.group:hover .group-hover\:border-primary\/100 {
  border-color: rgb(88 112 66 / 1);
}

.group:hover .group-hover\:border-primary\/20 {
  border-color: rgb(88 112 66 / 0.2);
}

.group:hover .group-hover\:border-primary\/25 {
  border-color: rgb(88 112 66 / 0.25);
}

.group:hover .group-hover\:border-primary\/30 {
  border-color: rgb(88 112 66 / 0.3);
}

.group:hover .group-hover\:border-primary\/40 {
  border-color: rgb(88 112 66 / 0.4);
}

.group:hover .group-hover\:border-primary\/5 {
  border-color: rgb(88 112 66 / 0.05);
}

.group:hover .group-hover\:border-primary\/50 {
  border-color: rgb(88 112 66 / 0.5);
}

.group:hover .group-hover\:border-primary\/60 {
  border-color: rgb(88 112 66 / 0.6);
}

.group:hover .group-hover\:border-primary\/70 {
  border-color: rgb(88 112 66 / 0.7);
}

.group:hover .group-hover\:border-primary\/75 {
  border-color: rgb(88 112 66 / 0.75);
}

.group:hover .group-hover\:border-primary\/80 {
  border-color: rgb(88 112 66 / 0.8);
}

.group:hover .group-hover\:border-primary\/90 {
  border-color: rgb(88 112 66 / 0.9);
}

.group:hover .group-hover\:border-primary\/95 {
  border-color: rgb(88 112 66 / 0.95);
}

.group:hover .group-hover\:border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(169 180 147 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-quaternary\/0 {
  border-color: rgb(169 180 147 / 0);
}

.group:hover .group-hover\:border-quaternary\/10 {
  border-color: rgb(169 180 147 / 0.1);
}

.group:hover .group-hover\:border-quaternary\/100 {
  border-color: rgb(169 180 147 / 1);
}

.group:hover .group-hover\:border-quaternary\/20 {
  border-color: rgb(169 180 147 / 0.2);
}

.group:hover .group-hover\:border-quaternary\/25 {
  border-color: rgb(169 180 147 / 0.25);
}

.group:hover .group-hover\:border-quaternary\/30 {
  border-color: rgb(169 180 147 / 0.3);
}

.group:hover .group-hover\:border-quaternary\/40 {
  border-color: rgb(169 180 147 / 0.4);
}

.group:hover .group-hover\:border-quaternary\/5 {
  border-color: rgb(169 180 147 / 0.05);
}

.group:hover .group-hover\:border-quaternary\/50 {
  border-color: rgb(169 180 147 / 0.5);
}

.group:hover .group-hover\:border-quaternary\/60 {
  border-color: rgb(169 180 147 / 0.6);
}

.group:hover .group-hover\:border-quaternary\/70 {
  border-color: rgb(169 180 147 / 0.7);
}

.group:hover .group-hover\:border-quaternary\/75 {
  border-color: rgb(169 180 147 / 0.75);
}

.group:hover .group-hover\:border-quaternary\/80 {
  border-color: rgb(169 180 147 / 0.8);
}

.group:hover .group-hover\:border-quaternary\/90 {
  border-color: rgb(169 180 147 / 0.9);
}

.group:hover .group-hover\:border-quaternary\/95 {
  border-color: rgb(169 180 147 / 0.95);
}

.group:hover .group-hover\:border-quinary {
  --tw-border-opacity: 1;
  border-color: rgb(249 247 230 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-quinary\/0 {
  border-color: rgb(249 247 230 / 0);
}

.group:hover .group-hover\:border-quinary\/10 {
  border-color: rgb(249 247 230 / 0.1);
}

.group:hover .group-hover\:border-quinary\/100 {
  border-color: rgb(249 247 230 / 1);
}

.group:hover .group-hover\:border-quinary\/20 {
  border-color: rgb(249 247 230 / 0.2);
}

.group:hover .group-hover\:border-quinary\/25 {
  border-color: rgb(249 247 230 / 0.25);
}

.group:hover .group-hover\:border-quinary\/30 {
  border-color: rgb(249 247 230 / 0.3);
}

.group:hover .group-hover\:border-quinary\/40 {
  border-color: rgb(249 247 230 / 0.4);
}

.group:hover .group-hover\:border-quinary\/5 {
  border-color: rgb(249 247 230 / 0.05);
}

.group:hover .group-hover\:border-quinary\/50 {
  border-color: rgb(249 247 230 / 0.5);
}

.group:hover .group-hover\:border-quinary\/60 {
  border-color: rgb(249 247 230 / 0.6);
}

.group:hover .group-hover\:border-quinary\/70 {
  border-color: rgb(249 247 230 / 0.7);
}

.group:hover .group-hover\:border-quinary\/75 {
  border-color: rgb(249 247 230 / 0.75);
}

.group:hover .group-hover\:border-quinary\/80 {
  border-color: rgb(249 247 230 / 0.8);
}

.group:hover .group-hover\:border-quinary\/90 {
  border-color: rgb(249 247 230 / 0.9);
}

.group:hover .group-hover\:border-quinary\/95 {
  border-color: rgb(249 247 230 / 0.95);
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(248 222 139 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary\/0 {
  border-color: rgb(248 222 139 / 0);
}

.group:hover .group-hover\:border-secondary\/10 {
  border-color: rgb(248 222 139 / 0.1);
}

.group:hover .group-hover\:border-secondary\/100 {
  border-color: rgb(248 222 139 / 1);
}

.group:hover .group-hover\:border-secondary\/20 {
  border-color: rgb(248 222 139 / 0.2);
}

.group:hover .group-hover\:border-secondary\/25 {
  border-color: rgb(248 222 139 / 0.25);
}

.group:hover .group-hover\:border-secondary\/30 {
  border-color: rgb(248 222 139 / 0.3);
}

.group:hover .group-hover\:border-secondary\/40 {
  border-color: rgb(248 222 139 / 0.4);
}

.group:hover .group-hover\:border-secondary\/5 {
  border-color: rgb(248 222 139 / 0.05);
}

.group:hover .group-hover\:border-secondary\/50 {
  border-color: rgb(248 222 139 / 0.5);
}

.group:hover .group-hover\:border-secondary\/60 {
  border-color: rgb(248 222 139 / 0.6);
}

.group:hover .group-hover\:border-secondary\/70 {
  border-color: rgb(248 222 139 / 0.7);
}

.group:hover .group-hover\:border-secondary\/75 {
  border-color: rgb(248 222 139 / 0.75);
}

.group:hover .group-hover\:border-secondary\/80 {
  border-color: rgb(248 222 139 / 0.8);
}

.group:hover .group-hover\:border-secondary\/90 {
  border-color: rgb(248 222 139 / 0.9);
}

.group:hover .group-hover\:border-secondary\/95 {
  border-color: rgb(248 222 139 / 0.95);
}

.group:hover .group-hover\:border-senary {
  border-color: #;
}

.group:hover .group-hover\:border-septenary {
  border-color: #;
}

.group:hover .group-hover\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(246 197 48 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tertiary\/0 {
  border-color: rgb(246 197 48 / 0);
}

.group:hover .group-hover\:border-tertiary\/10 {
  border-color: rgb(246 197 48 / 0.1);
}

.group:hover .group-hover\:border-tertiary\/100 {
  border-color: rgb(246 197 48 / 1);
}

.group:hover .group-hover\:border-tertiary\/20 {
  border-color: rgb(246 197 48 / 0.2);
}

.group:hover .group-hover\:border-tertiary\/25 {
  border-color: rgb(246 197 48 / 0.25);
}

.group:hover .group-hover\:border-tertiary\/30 {
  border-color: rgb(246 197 48 / 0.3);
}

.group:hover .group-hover\:border-tertiary\/40 {
  border-color: rgb(246 197 48 / 0.4);
}

.group:hover .group-hover\:border-tertiary\/5 {
  border-color: rgb(246 197 48 / 0.05);
}

.group:hover .group-hover\:border-tertiary\/50 {
  border-color: rgb(246 197 48 / 0.5);
}

.group:hover .group-hover\:border-tertiary\/60 {
  border-color: rgb(246 197 48 / 0.6);
}

.group:hover .group-hover\:border-tertiary\/70 {
  border-color: rgb(246 197 48 / 0.7);
}

.group:hover .group-hover\:border-tertiary\/75 {
  border-color: rgb(246 197 48 / 0.75);
}

.group:hover .group-hover\:border-tertiary\/80 {
  border-color: rgb(246 197 48 / 0.8);
}

.group:hover .group-hover\:border-tertiary\/90 {
  border-color: rgb(246 197 48 / 0.9);
}

.group:hover .group-hover\:border-tertiary\/95 {
  border-color: rgb(246 197 48 / 0.95);
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

.group:hover .group-hover\:border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.group:hover .group-hover\:border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.group:hover .group-hover\:border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.group:hover .group-hover\:border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.group:hover .group-hover\:border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.group:hover .group-hover\:border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.group:hover .group-hover\:border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.group:hover .group-hover\:border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.group:hover .group-hover\:border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.group:hover .group-hover\:border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.group:hover .group-hover\:border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

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

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

.group:hover .group-hover\:bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

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

.group:hover .group-hover\:bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.group:hover .group-hover\:bg-denary {
  background-color: #;
}

.group:hover .group-hover\:bg-nonary {
  background-color: #;
}

.group:hover .group-hover\:bg-octonary {
  background-color: #;
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(88 112 66 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary\/0 {
  background-color: rgb(88 112 66 / 0);
}

.group:hover .group-hover\:bg-primary\/10 {
  background-color: rgb(88 112 66 / 0.1);
}

.group:hover .group-hover\:bg-primary\/100 {
  background-color: rgb(88 112 66 / 1);
}

.group:hover .group-hover\:bg-primary\/20 {
  background-color: rgb(88 112 66 / 0.2);
}

.group:hover .group-hover\:bg-primary\/25 {
  background-color: rgb(88 112 66 / 0.25);
}

.group:hover .group-hover\:bg-primary\/30 {
  background-color: rgb(88 112 66 / 0.3);
}

.group:hover .group-hover\:bg-primary\/40 {
  background-color: rgb(88 112 66 / 0.4);
}

.group:hover .group-hover\:bg-primary\/5 {
  background-color: rgb(88 112 66 / 0.05);
}

.group:hover .group-hover\:bg-primary\/50 {
  background-color: rgb(88 112 66 / 0.5);
}

.group:hover .group-hover\:bg-primary\/60 {
  background-color: rgb(88 112 66 / 0.6);
}

.group:hover .group-hover\:bg-primary\/70 {
  background-color: rgb(88 112 66 / 0.7);
}

.group:hover .group-hover\:bg-primary\/75 {
  background-color: rgb(88 112 66 / 0.75);
}

.group:hover .group-hover\:bg-primary\/80 {
  background-color: rgb(88 112 66 / 0.8);
}

.group:hover .group-hover\:bg-primary\/90 {
  background-color: rgb(88 112 66 / 0.9);
}

.group:hover .group-hover\:bg-primary\/95 {
  background-color: rgb(88 112 66 / 0.95);
}

.group:hover .group-hover\:bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(169 180 147 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-quaternary\/0 {
  background-color: rgb(169 180 147 / 0);
}

.group:hover .group-hover\:bg-quaternary\/10 {
  background-color: rgb(169 180 147 / 0.1);
}

.group:hover .group-hover\:bg-quaternary\/100 {
  background-color: rgb(169 180 147 / 1);
}

.group:hover .group-hover\:bg-quaternary\/20 {
  background-color: rgb(169 180 147 / 0.2);
}

.group:hover .group-hover\:bg-quaternary\/25 {
  background-color: rgb(169 180 147 / 0.25);
}

.group:hover .group-hover\:bg-quaternary\/30 {
  background-color: rgb(169 180 147 / 0.3);
}

.group:hover .group-hover\:bg-quaternary\/40 {
  background-color: rgb(169 180 147 / 0.4);
}

.group:hover .group-hover\:bg-quaternary\/5 {
  background-color: rgb(169 180 147 / 0.05);
}

.group:hover .group-hover\:bg-quaternary\/50 {
  background-color: rgb(169 180 147 / 0.5);
}

.group:hover .group-hover\:bg-quaternary\/60 {
  background-color: rgb(169 180 147 / 0.6);
}

.group:hover .group-hover\:bg-quaternary\/70 {
  background-color: rgb(169 180 147 / 0.7);
}

.group:hover .group-hover\:bg-quaternary\/75 {
  background-color: rgb(169 180 147 / 0.75);
}

.group:hover .group-hover\:bg-quaternary\/80 {
  background-color: rgb(169 180 147 / 0.8);
}

.group:hover .group-hover\:bg-quaternary\/90 {
  background-color: rgb(169 180 147 / 0.9);
}

.group:hover .group-hover\:bg-quaternary\/95 {
  background-color: rgb(169 180 147 / 0.95);
}

.group:hover .group-hover\:bg-quinary {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 230 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-quinary\/0 {
  background-color: rgb(249 247 230 / 0);
}

.group:hover .group-hover\:bg-quinary\/10 {
  background-color: rgb(249 247 230 / 0.1);
}

.group:hover .group-hover\:bg-quinary\/100 {
  background-color: rgb(249 247 230 / 1);
}

.group:hover .group-hover\:bg-quinary\/20 {
  background-color: rgb(249 247 230 / 0.2);
}

.group:hover .group-hover\:bg-quinary\/25 {
  background-color: rgb(249 247 230 / 0.25);
}

.group:hover .group-hover\:bg-quinary\/30 {
  background-color: rgb(249 247 230 / 0.3);
}

.group:hover .group-hover\:bg-quinary\/40 {
  background-color: rgb(249 247 230 / 0.4);
}

.group:hover .group-hover\:bg-quinary\/5 {
  background-color: rgb(249 247 230 / 0.05);
}

.group:hover .group-hover\:bg-quinary\/50 {
  background-color: rgb(249 247 230 / 0.5);
}

.group:hover .group-hover\:bg-quinary\/60 {
  background-color: rgb(249 247 230 / 0.6);
}

.group:hover .group-hover\:bg-quinary\/70 {
  background-color: rgb(249 247 230 / 0.7);
}

.group:hover .group-hover\:bg-quinary\/75 {
  background-color: rgb(249 247 230 / 0.75);
}

.group:hover .group-hover\:bg-quinary\/80 {
  background-color: rgb(249 247 230 / 0.8);
}

.group:hover .group-hover\:bg-quinary\/90 {
  background-color: rgb(249 247 230 / 0.9);
}

.group:hover .group-hover\:bg-quinary\/95 {
  background-color: rgb(249 247 230 / 0.95);
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(248 222 139 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary\/0 {
  background-color: rgb(248 222 139 / 0);
}

.group:hover .group-hover\:bg-secondary\/10 {
  background-color: rgb(248 222 139 / 0.1);
}

.group:hover .group-hover\:bg-secondary\/100 {
  background-color: rgb(248 222 139 / 1);
}

.group:hover .group-hover\:bg-secondary\/20 {
  background-color: rgb(248 222 139 / 0.2);
}

.group:hover .group-hover\:bg-secondary\/25 {
  background-color: rgb(248 222 139 / 0.25);
}

.group:hover .group-hover\:bg-secondary\/30 {
  background-color: rgb(248 222 139 / 0.3);
}

.group:hover .group-hover\:bg-secondary\/40 {
  background-color: rgb(248 222 139 / 0.4);
}

.group:hover .group-hover\:bg-secondary\/5 {
  background-color: rgb(248 222 139 / 0.05);
}

.group:hover .group-hover\:bg-secondary\/50 {
  background-color: rgb(248 222 139 / 0.5);
}

.group:hover .group-hover\:bg-secondary\/60 {
  background-color: rgb(248 222 139 / 0.6);
}

.group:hover .group-hover\:bg-secondary\/70 {
  background-color: rgb(248 222 139 / 0.7);
}

.group:hover .group-hover\:bg-secondary\/75 {
  background-color: rgb(248 222 139 / 0.75);
}

.group:hover .group-hover\:bg-secondary\/80 {
  background-color: rgb(248 222 139 / 0.8);
}

.group:hover .group-hover\:bg-secondary\/90 {
  background-color: rgb(248 222 139 / 0.9);
}

.group:hover .group-hover\:bg-secondary\/95 {
  background-color: rgb(248 222 139 / 0.95);
}

.group:hover .group-hover\:bg-senary {
  background-color: #;
}

.group:hover .group-hover\:bg-septenary {
  background-color: #;
}

.group:hover .group-hover\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 197 48 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tertiary\/0 {
  background-color: rgb(246 197 48 / 0);
}

.group:hover .group-hover\:bg-tertiary\/10 {
  background-color: rgb(246 197 48 / 0.1);
}

.group:hover .group-hover\:bg-tertiary\/100 {
  background-color: rgb(246 197 48 / 1);
}

.group:hover .group-hover\:bg-tertiary\/20 {
  background-color: rgb(246 197 48 / 0.2);
}

.group:hover .group-hover\:bg-tertiary\/25 {
  background-color: rgb(246 197 48 / 0.25);
}

.group:hover .group-hover\:bg-tertiary\/30 {
  background-color: rgb(246 197 48 / 0.3);
}

.group:hover .group-hover\:bg-tertiary\/40 {
  background-color: rgb(246 197 48 / 0.4);
}

.group:hover .group-hover\:bg-tertiary\/5 {
  background-color: rgb(246 197 48 / 0.05);
}

.group:hover .group-hover\:bg-tertiary\/50 {
  background-color: rgb(246 197 48 / 0.5);
}

.group:hover .group-hover\:bg-tertiary\/60 {
  background-color: rgb(246 197 48 / 0.6);
}

.group:hover .group-hover\:bg-tertiary\/70 {
  background-color: rgb(246 197 48 / 0.7);
}

.group:hover .group-hover\:bg-tertiary\/75 {
  background-color: rgb(246 197 48 / 0.75);
}

.group:hover .group-hover\:bg-tertiary\/80 {
  background-color: rgb(246 197 48 / 0.8);
}

.group:hover .group-hover\:bg-tertiary\/90 {
  background-color: rgb(246 197 48 / 0.9);
}

.group:hover .group-hover\:bg-tertiary\/95 {
  background-color: rgb(246 197 48 / 0.95);
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

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

.group:hover .group-hover\:bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.group:hover .group-hover\:bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.group:hover .group-hover\:bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.group:hover .group-hover\:bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.group:hover .group-hover\:bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.group:hover .group-hover\:bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.group:hover .group-hover\:bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.group:hover .group-hover\:bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.group:hover .group-hover\:bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.group:hover .group-hover\:bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.group:hover .group-hover\:text-denary {
  color: #;
}

.group:hover .group-hover\:text-nonary {
  color: #;
}

.group:hover .group-hover\:text-octonary {
  color: #;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(88 112 66 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary\/0 {
  color: rgb(88 112 66 / 0);
}

.group:hover .group-hover\:text-primary\/10 {
  color: rgb(88 112 66 / 0.1);
}

.group:hover .group-hover\:text-primary\/100 {
  color: rgb(88 112 66 / 1);
}

.group:hover .group-hover\:text-primary\/20 {
  color: rgb(88 112 66 / 0.2);
}

.group:hover .group-hover\:text-primary\/25 {
  color: rgb(88 112 66 / 0.25);
}

.group:hover .group-hover\:text-primary\/30 {
  color: rgb(88 112 66 / 0.3);
}

.group:hover .group-hover\:text-primary\/40 {
  color: rgb(88 112 66 / 0.4);
}

.group:hover .group-hover\:text-primary\/5 {
  color: rgb(88 112 66 / 0.05);
}

.group:hover .group-hover\:text-primary\/50 {
  color: rgb(88 112 66 / 0.5);
}

.group:hover .group-hover\:text-primary\/60 {
  color: rgb(88 112 66 / 0.6);
}

.group:hover .group-hover\:text-primary\/70 {
  color: rgb(88 112 66 / 0.7);
}

.group:hover .group-hover\:text-primary\/75 {
  color: rgb(88 112 66 / 0.75);
}

.group:hover .group-hover\:text-primary\/80 {
  color: rgb(88 112 66 / 0.8);
}

.group:hover .group-hover\:text-primary\/90 {
  color: rgb(88 112 66 / 0.9);
}

.group:hover .group-hover\:text-primary\/95 {
  color: rgb(88 112 66 / 0.95);
}

.group:hover .group-hover\:text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(169 180 147 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-quaternary\/0 {
  color: rgb(169 180 147 / 0);
}

.group:hover .group-hover\:text-quaternary\/10 {
  color: rgb(169 180 147 / 0.1);
}

.group:hover .group-hover\:text-quaternary\/100 {
  color: rgb(169 180 147 / 1);
}

.group:hover .group-hover\:text-quaternary\/20 {
  color: rgb(169 180 147 / 0.2);
}

.group:hover .group-hover\:text-quaternary\/25 {
  color: rgb(169 180 147 / 0.25);
}

.group:hover .group-hover\:text-quaternary\/30 {
  color: rgb(169 180 147 / 0.3);
}

.group:hover .group-hover\:text-quaternary\/40 {
  color: rgb(169 180 147 / 0.4);
}

.group:hover .group-hover\:text-quaternary\/5 {
  color: rgb(169 180 147 / 0.05);
}

.group:hover .group-hover\:text-quaternary\/50 {
  color: rgb(169 180 147 / 0.5);
}

.group:hover .group-hover\:text-quaternary\/60 {
  color: rgb(169 180 147 / 0.6);
}

.group:hover .group-hover\:text-quaternary\/70 {
  color: rgb(169 180 147 / 0.7);
}

.group:hover .group-hover\:text-quaternary\/75 {
  color: rgb(169 180 147 / 0.75);
}

.group:hover .group-hover\:text-quaternary\/80 {
  color: rgb(169 180 147 / 0.8);
}

.group:hover .group-hover\:text-quaternary\/90 {
  color: rgb(169 180 147 / 0.9);
}

.group:hover .group-hover\:text-quaternary\/95 {
  color: rgb(169 180 147 / 0.95);
}

.group:hover .group-hover\:text-quinary {
  --tw-text-opacity: 1;
  color: rgb(249 247 230 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-quinary\/0 {
  color: rgb(249 247 230 / 0);
}

.group:hover .group-hover\:text-quinary\/10 {
  color: rgb(249 247 230 / 0.1);
}

.group:hover .group-hover\:text-quinary\/100 {
  color: rgb(249 247 230 / 1);
}

.group:hover .group-hover\:text-quinary\/20 {
  color: rgb(249 247 230 / 0.2);
}

.group:hover .group-hover\:text-quinary\/25 {
  color: rgb(249 247 230 / 0.25);
}

.group:hover .group-hover\:text-quinary\/30 {
  color: rgb(249 247 230 / 0.3);
}

.group:hover .group-hover\:text-quinary\/40 {
  color: rgb(249 247 230 / 0.4);
}

.group:hover .group-hover\:text-quinary\/5 {
  color: rgb(249 247 230 / 0.05);
}

.group:hover .group-hover\:text-quinary\/50 {
  color: rgb(249 247 230 / 0.5);
}

.group:hover .group-hover\:text-quinary\/60 {
  color: rgb(249 247 230 / 0.6);
}

.group:hover .group-hover\:text-quinary\/70 {
  color: rgb(249 247 230 / 0.7);
}

.group:hover .group-hover\:text-quinary\/75 {
  color: rgb(249 247 230 / 0.75);
}

.group:hover .group-hover\:text-quinary\/80 {
  color: rgb(249 247 230 / 0.8);
}

.group:hover .group-hover\:text-quinary\/90 {
  color: rgb(249 247 230 / 0.9);
}

.group:hover .group-hover\:text-quinary\/95 {
  color: rgb(249 247 230 / 0.95);
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(248 222 139 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary\/0 {
  color: rgb(248 222 139 / 0);
}

.group:hover .group-hover\:text-secondary\/10 {
  color: rgb(248 222 139 / 0.1);
}

.group:hover .group-hover\:text-secondary\/100 {
  color: rgb(248 222 139 / 1);
}

.group:hover .group-hover\:text-secondary\/20 {
  color: rgb(248 222 139 / 0.2);
}

.group:hover .group-hover\:text-secondary\/25 {
  color: rgb(248 222 139 / 0.25);
}

.group:hover .group-hover\:text-secondary\/30 {
  color: rgb(248 222 139 / 0.3);
}

.group:hover .group-hover\:text-secondary\/40 {
  color: rgb(248 222 139 / 0.4);
}

.group:hover .group-hover\:text-secondary\/5 {
  color: rgb(248 222 139 / 0.05);
}

.group:hover .group-hover\:text-secondary\/50 {
  color: rgb(248 222 139 / 0.5);
}

.group:hover .group-hover\:text-secondary\/60 {
  color: rgb(248 222 139 / 0.6);
}

.group:hover .group-hover\:text-secondary\/70 {
  color: rgb(248 222 139 / 0.7);
}

.group:hover .group-hover\:text-secondary\/75 {
  color: rgb(248 222 139 / 0.75);
}

.group:hover .group-hover\:text-secondary\/80 {
  color: rgb(248 222 139 / 0.8);
}

.group:hover .group-hover\:text-secondary\/90 {
  color: rgb(248 222 139 / 0.9);
}

.group:hover .group-hover\:text-secondary\/95 {
  color: rgb(248 222 139 / 0.95);
}

.group:hover .group-hover\:text-senary {
  color: #;
}

.group:hover .group-hover\:text-septenary {
  color: #;
}

.group:hover .group-hover\:text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(246 197 48 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tertiary\/0 {
  color: rgb(246 197 48 / 0);
}

.group:hover .group-hover\:text-tertiary\/10 {
  color: rgb(246 197 48 / 0.1);
}

.group:hover .group-hover\:text-tertiary\/100 {
  color: rgb(246 197 48 / 1);
}

.group:hover .group-hover\:text-tertiary\/20 {
  color: rgb(246 197 48 / 0.2);
}

.group:hover .group-hover\:text-tertiary\/25 {
  color: rgb(246 197 48 / 0.25);
}

.group:hover .group-hover\:text-tertiary\/30 {
  color: rgb(246 197 48 / 0.3);
}

.group:hover .group-hover\:text-tertiary\/40 {
  color: rgb(246 197 48 / 0.4);
}

.group:hover .group-hover\:text-tertiary\/5 {
  color: rgb(246 197 48 / 0.05);
}

.group:hover .group-hover\:text-tertiary\/50 {
  color: rgb(246 197 48 / 0.5);
}

.group:hover .group-hover\:text-tertiary\/60 {
  color: rgb(246 197 48 / 0.6);
}

.group:hover .group-hover\:text-tertiary\/70 {
  color: rgb(246 197 48 / 0.7);
}

.group:hover .group-hover\:text-tertiary\/75 {
  color: rgb(246 197 48 / 0.75);
}

.group:hover .group-hover\:text-tertiary\/80 {
  color: rgb(246 197 48 / 0.8);
}

.group:hover .group-hover\:text-tertiary\/90 {
  color: rgb(246 197 48 / 0.9);
}

.group:hover .group-hover\:text-tertiary\/95 {
  color: rgb(246 197 48 / 0.95);
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.group:hover .group-hover\:text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.group:hover .group-hover\:text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.group:hover .group-hover\:text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.group:hover .group-hover\:text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.group:hover .group-hover\:text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.group:hover .group-hover\:text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.group:hover .group-hover\:text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.group:hover .group-hover\:text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.group:hover .group-hover\:text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.group:hover .group-hover\:text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.group:hover .group-hover\:text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

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

.group:hover .group-hover\:text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.group:hover .group-hover\:text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.group:hover .group-hover\:text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.group:hover .group-hover\:text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.group:hover .group-hover\:text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.group:hover .group-hover\:text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.group:hover .group-hover\:text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.group:hover .group-hover\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.group:hover .group-hover\:text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.group:hover .group-hover\:text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.group:hover .group-hover\:text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.group:hover .group-hover\:text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.group:hover .group-hover\:text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.group\/arrow:hover .group-hover\/arrow\:opacity-0 {
  opacity: 0;
}

.group\/arrow:hover .group-hover\/arrow\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:delay-200 {
  transition-delay: 200ms;
}

.group:hover .group-hover\:delay-300 {
  transition-delay: 300ms;
}

.group:hover .group-hover\:delay-\[600ms\] {
  transition-delay: 600ms;
}

.group.subpage .group-\[\.subpage\]\:h-\[90px\] {
  height: 90px;
}

.group.subpage .group-\[\.subpage\]\:w-\[52px\] {
  width: 52px;
}

.group.subpage .group-\[\.subpage\]\:w-\[90px\] {
  width: 90px;
}

.group.subpage .group-\[\.subpage\]\:text-\[21px\] {
  font-size: 21px;
}

@media (min-width: 340px) {

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

@media (min-width: 470px) {

  @media not all and (min-width: 640px) {

    .vs\:max-sm\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}

@media (min-width: 640px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:left-\[-70px\] {
    left: -70px;
  }

  .sm\:top-\[-90px\] {
    top: -90px;
  }

  .sm\:top-\[190px\] {
    top: 190px;
  }

  .sm\:top-\[calc\(100\%-110px\)\] {
    top: calc(100% - 110px);
  }

  .sm\:top-\[calc\(100\%-140px\)\] {
    top: calc(100% - 140px);
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:ml-\[20\%\] {
    margin-left: 20%;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-\[-5px\] {
    margin-right: -5px;
  }

  .sm\:mr-\[20\%\] {
    margin-right: 20%;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-0 {
    width: 0px;
  }

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:bg-\[\#343233\] {
    --tw-bg-opacity: 1;
    background-color: rgb(52 50 51 / var(--tw-bg-opacity));
  }

  .sm\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(88 112 66 / var(--tw-bg-opacity));
  }

  .sm\:bg-quaternary {
    --tw-bg-opacity: 1;
    background-color: rgb(169 180 147 / var(--tw-bg-opacity));
  }

  .sm\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(248 222 139 / var(--tw-bg-opacity));
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

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

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

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .sm\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(88 112 66 / var(--tw-text-opacity));
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

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

  .group:hover .sm\:group-hover\:bottom-\[10px\] {
    bottom: 10px;
  }

  .group:hover .sm\:group-hover\:left-\[-170px\] {
    left: -170px;
  }

  .group:hover .sm\:group-hover\:top-0 {
    top: 0px;
  }

  .group:hover .sm\:group-hover\:top-\[-280px\] {
    top: -280px;
  }

  .group:hover .sm\:group-hover\:top-\[30px\] {
    top: 30px;
  }

  .group:hover .sm\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .sm\:group-hover\:h-\[800px\] {
    height: 800px;
  }

  .group:hover .sm\:group-hover\:h-\[calc\(100\%-48px\)\] {
    height: calc(100% - 48px);
  }

  .group:hover .sm\:group-hover\:w-\[40\%\] {
    width: 40%;
  }

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

  .group:hover .sm\:group-hover\:w-\[80\%\] {
    width: 80%;
  }

  .group:hover .sm\:group-hover\:w-\[800px\] {
    width: 800px;
  }

  .group:hover .sm\:group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(88 112 66 / var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(248 222 139 / var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .sm\:group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgb(248 222 139 / var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:delay-300 {
    transition-delay: 300ms;
  }

  @media not all and (min-width: 768px) {

    .sm\:max-md\:inline-block {
      display: inline-block;
    }
  }
}

@media (min-width: 768px) {

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .md\:ml-\[26\%\] {
    margin-left: 26%;
  }

  .md\:mr-\[26\%\] {
    margin-right: 26%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

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

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

  .group.subpage .group-\[\.subpage\]\:md\:mb-0 {
    margin-bottom: 0px;
  }

  .group.subpage .group-\[\.subpage\]\:md\:mt-\[-17px\] {
    margin-top: -17px;
  }

  .group.subpage .group-\[\.subpage\]\:md\:h-\[100px\] {
    height: 100px;
  }

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

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

  .group.subpage .group-\[\.subpage\]\:md\:text-\[27px\] {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-\[-65px\] {
    left: -65px;
  }

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

  .lg\:right-\[-65px\] {
    right: -65px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[-300px\] {
    top: -300px;
  }

  .lg\:top-\[14px\] {
    top: 14px;
  }

  .lg\:top-\[18px\] {
    top: 18px;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-\[31\%\] {
    margin-left: 31%;
  }

  .lg\:mr-\[31\%\] {
    margin-right: 31%;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-screen {
    height: 100vh;
  }

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

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

  .lg\:w-\[43x\] {
    width: 43x;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

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

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

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
    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);
  }

  .group.sticky-nav .lg\:group-\[\.sticky-nav\]\:\!mt-\[-14px\] {
    margin-top: -14px !important;
  }

  .group.sticky-nav .group-\[\.sticky-nav\]\:lg\:\!h-\[60px\] {
    height: 60px !important;
  }

  .group.subpage .group-\[\.subpage\]\:lg\:h-\[70px\] {
    height: 70px;
  }

  .group.sticky-nav .group-\[\.sticky-nav\]\:lg\:\!w-\[38px\] {
    width: 38px !important;
  }

  .group.subpage .group-\[\.subpage\]\:lg\:w-\[43px\] {
    width: 43px;
  }

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

  .group.sticky-nav .lg\:group-\[\.sticky-nav\]\:w-\[60px\] {
    width: 60px;
  }

  .group.subpage .group-\[\.subpage\]\:lg\:text-\[17px\] {
    font-size: 17px;
  }

  .group.sticky-nav .lg\:group-\[\.sticky-nav\]\:\!text-\[15px\] {
    font-size: 15px !important;
  }

  @media not all and (min-width: 1280px) {

    .lg\:max-xl\:ml-4 {
      margin-left: 1rem;
    }
  }
}

@media (min-width: 1280px) {

  .xl\:bottom-\[100px\] {
    bottom: 100px;
  }

  .xl\:left-\[105px\] {
    left: 105px;
  }

  .xl\:left-\[202px\] {
    left: 202px;
  }

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

  .xl\:right-\[92px\] {
    right: 92px;
  }

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

  .xl\:top-\[-46px\] {
    top: -46px;
  }

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-\[100px\] {
    margin-left: 100px;
  }

  .xl\:ml-\[40px\] {
    margin-left: 40px;
  }

  .xl\:mr-\[100px\] {
    margin-right: 100px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

  .xl\:text-right {
    text-align: right;
  }

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

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

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

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

  .hover\:xl\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  @media not all and (min-width: 1536px) {

    .xl\:max-2xl\:mb-3 {
      margin-bottom: 0.75rem;
    }

    .xl\:max-2xl\:hidden {
      display: none;
    }
  }
}

@media (min-width: 1536px) {

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:left-\[-1039px\] {
    left: -1039px;
  }

  .\32xl\:left-\[-1075px\] {
    left: -1075px;
  }

  .\32xl\:left-\[-998px\] {
    left: -998px;
  }

  .\32xl\:left-\[140px\] {
    left: 140px;
  }

  .\32xl\:left-\[280px\] {
    left: 280px;
  }

  .\32xl\:left-\[70px\] {
    left: 70px;
  }

  .\32xl\:top-\[43px\] {
    top: 43px;
  }

  .\32xl\:top-\[80px\] {
    top: 80px;
  }

  .\32xl\:top-\[calc\(50\%-40px\)\] {
    top: calc(50% - 40px);
  }

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

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:ml-\[125px\] {
    margin-left: 125px;
  }

  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\32xl\:mr-\[125px\] {
    margin-right: 125px;
  }

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

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

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

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

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

  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pr-\[120px\] {
    padding-right: 120px;
  }

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

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