.file_gallery .file {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #f6f6f7;
	color: #2d0647!important;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	border-bottom: 2px solid #2d0647;
    font-weight: 400;
	transition-property: color;
	transition-duration: 0.3s;
}
.file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eee;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.file_gallery .file:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
}
 .file_gallery .file:hover {
	background: #f6f6f7;
}
.file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	transform: scaleY(1);
}


.standard_box {
	vertical-align: middle;
	background: #f6f6f7;
	color: #2d0647!important;
	border: 1px solid #ddd;
	border-bottom: 2px solid #9e83c3;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	transition-property: color;
	transition-duration: 0.3s;
}
.standard_box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #eee;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
.work_list .standard_box a {
    color: #2d0647 !important;
	/*padding: 5px;*/
	width: 100%;
}
#content .standard_box p/*, #content .standard_box a*/ {
	color: #2d0647 !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #2d0647 !important;
}
/*.work_list .standard_box a:hover,*/ #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #f6f6f7;
	color: #2d0647;
}
.work_list .standard_box a:hover:before, .work_list .standard_box a:focus:before, .work_list .standard_box a:active:before, .file_gallery .file:focus:before, .file_gallery .file:active:before, 
#sub_page_list.work_list .standard_box:hover:before, #sub_page_list.work_list .standard_box:focus:before, #sub_page_list.work_list .standard_box:active:before, 
.work_list .standard_box:hover:before, .work_list .standard_box:focus:before, .work_list .standard_box:active:before {
	transform: scalex(1);
}

/* CLASS LINKS */
#class_menu li {
	color: #fff !important;
    margin-right: 10px;
    border-radius: 10px;
    padding: 4px 8px;
 transition: all .3s ease-in-out;
}

#class_menu li:nth-child(4n+1){
    background-color: #2d0647;

}
#class_menu li:nth-child(4n+2){
    background-color: #3c085e;

}
#class_menu li:nth-child(4n+3){
    background-color: #4a0a75;

}
#class_menu li:nth-child(4n+4){
    background-color: #590c8d;
    /*color: #02165c !important;*/
}
/*#class_menu li:nth-child(4n+4) a{
    color: #02165c !important;
}*/

#class_menu li:hover {
    filter: brightness(1.3);
}
#class_menu li a{
    border: none;
    background: none;
    font-weight: 600;
}


#class_menu li a:hover{
    text-decoration: none;
}
.table-wrapper {
	overflow: auto;
}
@media(min-width: 576px) {
	.file_gallery .file {
		padding-left: 70px;
		margin: 0 0 10px; 
		box-shadow: -5px 5px 8px 0px #ccc;
	}
	.file_gallery .file::after {
        content: "";
        background: url('../img/dark-small-cross.png') center/40px no-repeat;
        height: 40px;
        width: 40px;
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translatey(-50%);
    }
	.standard_box {
		padding-left: 70px; 
		box-shadow: -5px 5px 8px 0px #ccc;
	}
	.standard_box::after {
		content: "";
		background: url('../img/dark-small-cross.png') center/40px no-repeat;
		height: 40px;
		width: 40px;
		display: block;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translatey(-50%);
	}
}
#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: #9e83c3;
        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: 500;
        padding: 17px 17px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #ffa400 !important;
    }

    #menu li{
        color: #3a2050;
        margin: 0;
        padding: 0;
        border: none;
    }
    #menu li li{
        margin: 0;
        text-transform: none;
    }
    #menu .topItem{
        position: relative;
    }

    #menu .subItem a {
        display: block;
        width: 300px;
        padding: 10px 15px;
        border: 0;
    }


    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #menu ul{
        position: absolute;
        width: 300px;
        margin: 0px;
        padding: 0px;
        font-size: 0;
        z-index: 997;
    }
    ul#menu .topItem {
        position: relative;
    }
    ul#menu .topItem::before {
        content: '';
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translatey(-50%);
        border-right: 3px solid #9e83c3;
        height: 20px;
    }
    ul#menu .topItem:last-child::before {
        display: none;
    }
    #menu ul ul{
        margin-left: 300px;
        margin-top: -47px !important;
        
    }
    

    #menu li:hover > ul{
        display: flex;
        flex-wrap: wrap;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }
    ul#menu .topItem:hover .topLink {
        color: #9e83c3 !important;
    }

    /*first layer*/
    #menu ul{
        background: #2d0647;
    }
    #menu ul li a{
        color: white;
        text-align: left;
        
    }
    #menu ul li a:hover{
        
        color: #9e83c3 !important;
    }

    /*Second & third layers*/
    #menu ul ul{
        background: #3c085e;

    }
    #menu ul ul li a{
        color: white;
    }

    #menu ul ul li a:hover{
        color: #9e83c3 !important;
        
    }

    /*Fourth + layers*/
    #menu ul ul ul ul {
    background: #1e042f;
    }
    #menu ul ul ul ul li a{
        color: white;
    }

    #menu ul ul ul ul li a:hover{
        color: #9e83c3 !important;
    }


    /* STICKY NAV */
    .sticky-nav{
        background: #2d0647 !important;
    }
    .sticky-nav #header-section {
        display: none;
    }
    .sticky-nav .inner-sticky {
        padding-top: 0;
        padding-bottom: 0
    }
    .sticky-nav ul#menu ul {
	border-bottom: 6px solid #9e83c3;
 box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
    }

    .sticky-nav .brand {
        width: 135px;
    }

    .sticky-nav .img-container{
        height: 55px !important;
        min-width: auto !important;
    }


    /* 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;
    }
}
/*#side_buttons {
	position: relative;
	z-index: 998;
	top: 50px;
	right: 10px;
	width: 100%;
	display: none;
}*/
#side_buttons.other-page {
	position: absolute;
	top: 190px;
	/*z-index: 2;
	right: 10px;
	display: none;*/
}
#side_buttons .welcome-btn {
	/*position: absolute;
	right: 0;
	cursor: pointer;
	border-radius: 50%;
	height: 61px;
	width: 61px;
	background: #6e3e98;
	color: #fff;
	border: 3px solid #fff;
	z-index: 9;*/
}
/*#side_buttons .welcome-btn a {
	color: #fff;
	text-decoration: none;
}*/
/*#side_buttons .welcome-btn:hover, */#side_buttons .active-btn.active {
	background: #1e042f;
}
/*#side_buttons .wel {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#side_buttons .translate-btn{
	padding: 11px 12px;
	font-size: 28px;
}*/
/*#side_buttons .login-btn{
	top: 64px;
	padding: 11px 14px;
	font-size: 27px;
}
#side_buttons .login-btn .offset-text {
	font-size: 0;
	text-indent: -9999em;
}
#side_buttons .search-btn{
	top: 128px;
	padding: 11px 12px;
	font-size: 27px;
}*/

#google_translate_element {
	/*position: absolute;
	top: 0px;
	right: 31px;
	background: #1e042f;*/
	/*border: 3px solid #fff;
	line-height: 1.42857143;
	padding: 6px 70px 6px 10px;
	transition: 0.3s;
	display: none;*/
}
#google_translate_element.toggled{
	display: block !important;
 animation: fadeIn .25s;
}
.search-content {
	/*position: absolute;
	top: 128px;
	font-size: 19px;
	border: 3px solid #fff;
	background: #1e042f;*/
	/*right: 31px;
	padding: 13px 42px 13px 12px;
	transition: 0.3s;
	display: none;*/
}
.search-content.toggled{
	display: block !important;
 animation: fadeIn .25s;
}
/*#search_button{
	color: #fff;
}
#search_button:hover{
	color: #b1b1b1;
}*/
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
.goog-te-gadget .goog-te-combo {
	color: #666 !important;
	margin: 4px 0 6px !important;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget a {
	color: #fff !important;
}
.goog-te-gadget img {
	display: inline-block;
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@media(min-width: 1024px){
	/*#side_buttons{
	display: block;
	}*/
	/*#side_buttons.other-page {
		display: block;
	}*/
}
/* HERO */
.custom-hero-dots{
    display: flex !important;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    align-items: left;
    position: absolute;
    bottom: 30px;
    left: 5%;
    z-index: 700;
}
.custom-hero-dots li{
    color: rgba(0,0,0,0);
    background-color: #2d0647;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 2px;
    transition: all .3s ease-in-out;
}
.custom-hero-dots li:hover {
    background-color: #2d0647;
}
.custom-hero-dots button{
    width: 14px;
    height: 14px;
}
.custom-hero-dots .slick-active{
    background-color: #9e83c3;
    width: 14px;
    height: 14px;
}
.custom-hero-dots .slick-active:hover{
    background-color:#9375bd !important;
}

/* VALUES */
.custom-values-dots{
    display: flex !important;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: 700;
}
.custom-values-dots li{
    color: rgba(0,0,0,0);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 1px;
    border: 1px solid white;
    transition: all .3s ease-in-out;
}
.custom-values-dots li:nth-child(6n+1){
    background-color: #cc2c2c;
}
.custom-values-dots li:nth-child(6n+2){
    background-color: #ffa400;
}
.custom-values-dots li:nth-child(6n+3){
    background-color: #f8ef5f;
}
.custom-values-dots li:nth-child(6n+4){
    background-color: #7db956;
}
.custom-values-dots li:nth-child(6n+5){
    background-color: #529acd;
}
.custom-values-dots li:nth-child(6n+6){
    background-color: #02165c;
}
.custom-values-dots li:hover {
    filter: brightness(1.4);
}
.custom-values-dots button{
    width: 18px;
    height: 18px;
}
.custom-values-dots .slick-active{
    width: 24px;
    height: 24px;
}
.custom-values-dots .slick-active:hover{
    filter: brightness(1.4);
}

@media (min-width: 1280px) {
    .custom-values-dots{
        width: -moz-fit-content;
        width: fit-content;
        bottom: 0;
        left: 210px;
    }
 }


 /* SOCIAL */
 .custom-social-dots{
    display: flex !important;
    margin: 38px auto 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-social-dots li{
    color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 2px;
    transition: all .3s ease-in-out;
}
.custom-social-dots li:hover {
    background-color: #cc2c2c;
}
.custom-social-dots button{
    width: 14px;
    height: 14px;
}
.custom-social-dots .slick-active{
    background-color: #ffa400;
    width: 14px;
    height: 14px;
}
.custom-social-dots .slick-active:hover{
    background-color:#ffa400 !important;
}

 /* EVENTS */
 .custom-events-dots{
    display: flex !important;
    margin: 38px auto 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-events-dots li{
    color: rgba(0,0,0,0);
    background-color: #529acd;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 2px;
    transition: all .3s ease-in-out;
}
.custom-events-dots li:hover {
    background-color: #cc2c2c;
}
.custom-events-dots button{
    width: 14px;
    height: 14px;
}
.custom-events-dots .slick-active{
    background-color: #ffa400;
    width: 14px;
    height: 14px;
}
.custom-events-dots .slick-active:hover{
    background-color:#ffa400 !important;
}

/* GALLERY */
.custom-gallery-dots{
    display: flex !important;
    width: 100%;
    margin: 20px auto 32px;
    justify-content: center;
    align-items: center;
    height: 22px;
    
}
.custom-gallery-dots li{
    color: rgba(0,0,0,0);
    background-color: #9e83c3;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 1px;
    transition: all .3s ease-in-out;
}
.custom-gallery-dots li:hover {
    background-color: #7853ac;
}
.custom-gallery-dots button{
    width: 15px;
    height: 15px;
}
.custom-gallery-dots .slick-active{
    background-color: #2d0647;
}

/* Gallery Arrows */
#gallery-component .slick-arrow {
    height: 27px;
    width: 27px;
    top: -69px;
}

#gallery-component .slick-prev {
    left: auto;
    right: 335px;
}

#gallery-component .slick-next {
    right: 290px
}

#gallery-component .slick-next:before,#gallery-component .slick-prev:before {
    display: inline-block;
    background: #2f3a83;
    border-radius: 50%;
    color: #fff;
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: 600;
    height: 38px;
    line-height: 1.4;
    min-width: 38px;
    opacity: 1;
    padding: 5px;
    transition: all .3s ease-in-out
}

#gallery-component .slick-next:hover:before,#gallery-component .slick-prev:hover:before {
    color: #ccc;
}

#gallery-component .slick-disabled:before,#gallery-component .slick-disabled:hover:before {
    color: #fff;
    cursor: auto;
    opacity: .5
}

#gallery-component .slick-prev:before {
    content: "\f060"
}

#gallery-component .slick-next:before {
    content: "\f061"
}
@media (min-width: 1024px) {
    .custom-gallery-dots{
        width: -moz-fit-content;
        width: fit-content;
        top: -76px;
        right: 40px;
        position: absolute;
    }
 }
@media(min-width: 1536px) {
    #gallery-component .slick-prev {
        right: 345px;
    }
    
    #gallery-component .slick-next {
        right: 300px
    }
}

/* News Arrows */
#news-component .slick-arrow {
    height: 27px;
    width: 27px;
    top: -78px;
}

#news-component .slick-prev {
    left: auto;
    right: 270px;
}

#news-component .slick-next {
    right: 225px
}

#news-component .slick-next:before,#news-component .slick-prev:before {
    display: inline-block;
    background: #2f3a83;
    border-radius: 50%;
    color: #fff;
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: 600;
    height: 38px;
    line-height: 1.4;
    min-width: 38px;
    opacity: 1;
    padding: 5px;
    transition: all .3s ease-in-out
}

#news-component .slick-next:hover:before,#news-component .slick-prev:hover:before {
    color: #ccc;
}

#news-component .slick-disabled:before,#news-component .slick-disabled:hover:before {
    color: #fff;
    cursor: auto;
    opacity: .5
}

#news-component .slick-prev:before {
    content: "\f060"
}

#news-component .slick-next:before {
    content: "\f061"
}
@media(min-width: 1536px) {
    #news-component .slick-prev {
        right: 345px;
    }
    
    #news-component .slick-next {
        right: 300px
    }
}
/*
! 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: 'Comfortaa', cursive;
    }
    *{
      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(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 18px;
}

.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: #2d0647;
  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: #2d0647;
  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: #2d0647;
  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(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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[-3px\] {
  bottom: -3px;
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[7px\] {
  bottom: 7px;
}
.left-0 {
  left: 0px;
}
.left-\[-15px\] {
  left: -15px;
}
.left-\[-17px\] {
  left: -17px;
}
.left-\[-302px\] {
  left: -302px;
}
.left-\[-38px\] {
  left: -38px;
}
.left-\[-40px\] {
  left: -40px;
}
.left-\[-50\%\] {
  left: -50%;
}
.left-\[-80px\] {
  left: -80px;
}
.left-\[35px\] {
  left: 35px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[5px\] {
  left: 5px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-\[-130px\] {
  right: -130px;
}
.right-\[-150px\] {
  right: -150px;
}
.right-\[-160px\] {
  right: -160px;
}
.right-\[-90px\] {
  right: -90px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[17px\] {
  right: 17px;
}
.right-\[2px\] {
  right: 2px;
}
.right-\[31px\] {
  right: 31px;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[-40px\] {
  top: -40px;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[-6px\] {
  top: -6px;
}
.top-\[-95px\] {
  top: -95px;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[128px\] {
  top: 128px;
}
.top-\[13px\] {
  top: 13px;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[168px\] {
  top: 168px;
}
.top-\[170px\] {
  top: 170px;
}
.top-\[220px\] {
  top: 220px;
}
.top-\[260px\] {
  top: 260px;
}
.top-\[270px\] {
  top: 270px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[8px\] {
  top: 8px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[102\] {
  z-index: 102;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[801\] {
  z-index: 801;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-\[15px\] {
  margin: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.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-\[-250px\] {
  margin-bottom: -250px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[90px\] {
  margin-left: 90px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-140px\] {
  margin-top: -140px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.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-1\/2 {
  height: 50%;
}
.h-2 {
  height: 0.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[283px\] {
  height: 283px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[430px\] {
  height: 430px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[785px\] {
  height: 785px;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[163px\] {
  width: 163px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[430px\] {
  width: 430px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[785px\] {
  width: 785px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[990px\] {
  width: 990px;
}
.w-\[calc\(100\%\+4px\)\] {
  width: calc(100% + 4px);
}
.w-\[calc\(100\%-34px\)\] {
  width: calc(100% - 34px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-none {
  max-width: none;
}
.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));
}
.translate-y-\[-80\%\] {
  --tw-translate-y: -80%;
  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-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-y-5 {
  row-gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-tl-\[30px\] {
  border-top-left-radius: 30px;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[6px\] {
  border-width: 6px;
}
.border-b-5 {
  border-bottom-width: 5px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(45 6 71 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(158 131 195 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 6 71 / var(--tw-border-opacity));
}
.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 6 71 / var(--tw-bg-opacity));
}
.bg-primaryhover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 4 47 / var(--tw-bg-opacity));
}
.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(179 175 200 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(158 131 195 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(188 169 214 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-contact-logo {
  background-image: url('../img/logo.png');
}
.bg-contact-wrap {
  background-image: url('../img/contact-bg.png');
}
.bg-dark-small-cross {
  background-image: url('../img/dark-small-cross.png');
}
.bg-explore-bg {
  background-image: url('../img/explore.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-large-logo {
  background-image: url('../img/large-logo.png');
}
.bg-small-cross {
  background-image: url('../img/small-cross.png');
}
.bg-values-bg {
  background-image: url('../img/values-bg.jpg');
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-gradient-from: rgba(0,0,0,0.8) 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);
}
.from-primary {
  --tw-gradient-from: #2d0647 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(45 6 71 / 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-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[42px\] {
  padding-right: 42px;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[130px\] {
  font-size: 130px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.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-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[56px\] {
  font-size: 56px;
}
.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;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.42857143\] {
  line-height: 1.42857143;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#1484aa\] {
  --tw-text-opacity: 1;
  color: rgb(20 132 170 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 6 71 / var(--tw-text-opacity));
}
.text-quinary {
  --tw-text-opacity: 1;
  color: rgb(46 7 72 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(158 131 195 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(188 169 214 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}
.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-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


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


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


.hover\:bg-\[\#f2f2f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}


.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 6 71 / var(--tw-bg-opacity));
}


.hover\:bg-primaryhover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 4 47 / var(--tw-bg-opacity));
}


.hover\:bg-tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 169 214 / var(--tw-bg-opacity));
}


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


.hover\:text-\[secondary\]:hover {
  color: secondary;
}


.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(45 6 71 / var(--tw-text-opacity));
}


.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(158 131 195 / var(--tw-text-opacity));
}


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


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


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


.active\:bg-primaryhover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 4 47 / var(--tw-bg-opacity));
}


.group:hover .group-hover\:left-\[15px\] {
  left: 15px;
}


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


.group:hover .group-hover\:top-\[-50\%\] {
  top: -50%;
}


.group:hover .group-hover\:mt-14 {
  margin-top: 3.5rem;
}


.group:hover .group-hover\:h-full {
  height: 100%;
}


.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\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 6 71 / var(--tw-bg-opacity));
}


.group:hover .group-hover\:bg-primaryhover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 4 47 / var(--tw-bg-opacity));
}


.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(158 131 195 / var(--tw-bg-opacity));
}


.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-opacity-60 {
  --tw-bg-opacity: 0.6;
}


.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}


.group:hover .group-hover\:pt-4 {
  padding-top: 1rem;
}


.group:hover .group-hover\:pt-7 {
  padding-top: 1.75rem;
}


.group:hover .group-hover\:pt-8 {
  padding-top: 2rem;
}


.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 6 71 / var(--tw-text-opacity));
}


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


.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}


.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}


.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}


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


.group:hover .group-hover\:blur-sm {
  --tw-blur: blur(4px);
  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:hover .group-hover\: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);
}


.group.highlighted .group-\[\.highlighted\]\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(188 169 214 / var(--tw-bg-opacity));
}


.group.highlighted .group-\[\.highlighted\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 6 71 / var(--tw-text-opacity));
}


.group.highlighted .group-\[\.highlighted\]\:text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(188 169 214 / var(--tw-text-opacity));
}


.group.highlighted .group-\[\.highlighted\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


@media (min-width: 340px) {

  .min-\[340px\]\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}


@media (min-width: 470px) {

  .vs\:text-\[110px\] {
    font-size: 110px;
  }

  .vs\:text-\[16px\] {
    font-size: 16px;
  }

  .vs\:text-\[21px\] {
    font-size: 21px;
  }

  .vs\:text-\[36px\] {
    font-size: 36px;
  }
}


@media (min-width: 640px) {

  .sm\:z-\[998\] {
    z-index: 998;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

  .sm\:w-\[280px\] {
    width: 280px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:border-\[\#e4e4e4\] {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 228 / var(--tw-border-opacity));
  }

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }

  .sm\:text-\[34px\] {
    font-size: 34px;
  }

  .sm\:text-\[\#e4e4e4\] {
    --tw-text-opacity: 1;
    color: rgb(228 228 228 / var(--tw-text-opacity));
  }

  @media not all and (min-width: 1024px) {

    .sm\:max-lg\:top-\[3px\] {
      top: 3px;
    }

    .sm\:max-lg\:ml-\[20px\] {
      margin-left: 20px;
    }

    .sm\:max-lg\:mr-\[20px\] {
      margin-right: 20px;
    }

    .sm\:max-lg\:h-\[130px\] {
      height: 130px;
    }

    .sm\:max-lg\:w-\[130px\] {
      width: 130px;
    }

    .sm\:max-lg\:text-\[16px\] {
      font-size: 16px;
    }

    .group:hover .sm\:max-lg\:group-hover\:ml-\[90px\] {
      margin-left: 90px;
    }
  }
}


@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

  .md\:w-\[310px\] {
    width: 310px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  @media not all and (min-width: 1024px) {

    .md\:max-lg\:top-\[-170px\] {
      top: -170px;
    }

    .md\:max-lg\:mb-5 {
      margin-bottom: 1.25rem;
    }

    .md\:max-lg\:mt-\[120px\] {
      margin-top: 120px;
    }

    .md\:max-lg\:h-\[150px\] {
      height: 150px;
    }

    .md\:max-lg\:w-\[150px\] {
      width: 150px;
    }

    .md\:max-lg\:text-\[19px\] {
      font-size: 19px;
    }

    .md\:max-lg\:text-\[21px\] {
      font-size: 21px;
    }

    .md\:max-lg\:text-\[26px\] {
      font-size: 26px;
    }

    .md\:max-lg\:text-\[28px\] {
      font-size: 28px;
    }

    .md\:max-lg\:text-\[30px\] {
      font-size: 30px;
    }

    .md\:max-lg\:text-\[32px\] {
      font-size: 32px;
    }

    .md\:max-lg\:leading-normal {
      line-height: 1.5;
    }
  }
}


@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[130px\] {
    bottom: 130px;
  }

  .lg\:left-\[-10px\] {
    left: -10px;
  }

  .lg\:left-\[5\%\] {
    left: 5%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[4px\] {
    right: 4px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-\[-300px\] {
    top: -300px;
  }

  .lg\:top-\[-92px\] {
    top: -92px;
  }

  .lg\:top-\[39px\] {
    top: 39px;
  }

  .lg\:top-\[70px\] {
    top: 70px;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[-54px\] {
    margin-bottom: -54px;
  }

  .lg\:mr-\[80px\] {
    margin-right: 80px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-\[-54px\] {
    margin-top: -54px;
  }

  .lg\:mt-\[23px\] {
    margin-top: 23px;
  }

  .lg\:mt-\[56px\] {
    margin-top: 56px;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[150px\] {
    height: 150px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[70px\] {
    height: 70px;
  }

  .lg\:h-\[730px\] {
    height: 730px;
  }

  .lg\:h-\[75px\] {
    height: 75px;
  }

  .lg\:h-min {
    height: -moz-min-content;
    height: min-content;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:w-\[100vh\] {
    width: 100vh;
  }

  .lg\:w-\[1050px\] {
    width: 1050px;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[730px\] {
    width: 730px;
  }

  .lg\:w-\[calc\(100\%\+8px\)\] {
    width: calc(100% + 8px);
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:border-none {
    border-style: none;
  }

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

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-\[4px\] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-\[12px\] {
    font-size: 12px;
  }

  .lg\:text-\[130px\] {
    font-size: 130px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:brightness-90 {
    --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);
  }
}


@media (min-width: 1280px) {

  .xl\:bottom-\[170px\] {
    bottom: 170px;
  }

  .xl\:left-\[-4px\] {
    left: -4px;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:right-\[-80px\] {
    right: -80px;
  }

  .xl\:right-\[67px\] {
    right: 67px;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mb-\[-250px\] {
    margin-bottom: -250px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-\[95px\] {
    height: 95px;
  }

  .xl\:w-\[1180px\] {
    width: 1180px;
  }

  .xl\:w-\[360px\] {
    width: 360px;
  }

  .xl\:w-\[787px\] {
    width: 787px;
  }

  .xl\:w-\[calc\(100\%\+4px\)\] {
    width: calc(100% + 4px);
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:text-\[13px\] {
    font-size: 13px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[23px\] {
    font-size: 23px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[31px\] {
    font-size: 31px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }
}


@media (min-width: 1536px) {

  .\32xl\:right-\[101px\] {
    right: 101px;
  }

  .\32xl\:right-\[125px\] {
    right: 125px;
  }

  .\32xl\:mb-\[-64px\] {
    margin-bottom: -64px;
  }

  .\32xl\:mt-\[-64px\] {
    margin-top: -64px;
  }

  .\32xl\:h-\[80px\] {
    height: 80px;
  }

  .\32xl\:w-\[1280px\] {
    width: 1280px;
  }

  .\32xl\:w-\[380px\] {
    width: 380px;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-\[120px\] {
    padding-left: 120px;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }
}




