/*FILES & BOXES */
.file_gallery .file {
    position: relative;
	background: #111f58 ;
	color: #fff !important;
    font-weight: 300;
    display: flex;
    padding: 8px 15px 5px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
 transition: all .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    color: white !important;
	text-decoration: none;
	background: #0c1740;
}
.file_gallery .file::after{
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    font-weight: 900;
    margin-top: -3px;
    font-size: 20px;
    color: white;
}

.home-text #content .file_gallery .file {
    background: #111f58;
	color: #fff !important;
}


.standard_box {
    position: relative;
	background: #71aedb ;
	color: #fff;
    display: flex;
    padding: 3px 15px 5px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
 transition: all .3s ease-in-out;
}

.standard_box:hover {
    color: #fff !important;
	text-decoration: none;
    background-color: #4798d1; 
}
.standard_box a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    position: absolute;
    right: 20px;
}
.standard_box.newsflash a {
    color: #fff !important;
}
.standard_box.newsflash a::after {
    display: none;
}

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


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

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

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

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

#class_menu li:hover{
    background: #fdcc16;
    text-decoration: none;
    color: #fff !important;
}
#class_menu li a{
    border: none;
    background: none;
    color: #05478b;
    font-weight: 600;
}
#class_menu li:hover a{
    color: #05478b;
}

#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: #71aedb;
        text-decoration: none;
    }
    .fas{
        margin-right: 10px;
    }


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {
    #menu li a {
        color: #fff;
        font-size: 18px;
        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: #71aedb !important;
    }
    #menu li a.topLink {
        text-transform: uppercase;
    }
    /*#menu li a.topLink:hover {
        font-style: italic;
    }*/
    #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;
        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: -47px !important;
    }
    

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

    ul#menu .topItem::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #71aedb;
        content: '';
        opacity: 0;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        /*transform: translateY(-17px) translate(-50%);*/
        transform: translateY(-17px) translate(0);
    }
    ul#menu .topItem:hover::after,
    ul#menu .topItem:focus::after {
        height: 5px;
        border-radius: 5px;
        opacity: 1;
        transform: translateY(-8px) translate(0);
    }

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

    /*Second & third layers*/
    #menu ul ul{
        background: #182d81;

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

    #menu ul ul li a:hover{
        background: #111f58;
        color: #71aedb !important;
        
    }

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

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


    /* STICKY NAV */
    .sticky-nav{
        border-bottom: 1px solid #71aedb !important;
        background: #032A53 !important;

    }
    /*
    .sticky-nav > div{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sticky-nav #menu {
        padding-top: 0 !important;
    }
*/

    /* STICKY NAV */
    .sticky-nav{
        background: #111f58 !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 #71aedb;
 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;
    }
}
/*.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-combo{
    font-size: 16px !important;
    width: 244px !important;
    padding: 6px;
    color: initial;
}*/
/*#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 .translate-btn.active-btn.active {
	background: #e6e6e6;
}
/*#side_buttons .welcome-btn:hover, */#side_buttons .active-btn.active {
	background: #ccc;
}
/*#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: #f0f;*/
	/*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: #f0f;*/
	/*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: #111f58 !important;
}
.goog-te-gadget a {
	color: #111f58 !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: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-left: 100px;
    justify-content: start;
    align-items: center;
    position: absolute;
    bottom: 50px;
    z-index: 700;
}
.custom-hero-dots li{
    color: rgba(0,0,0,0);
    background-color: #d1d7eb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 3px;
    transition: all .3s ease-in-out;
}
.custom-hero-dots li:hover {
    background-color: #fdcc16;
}
.custom-hero-dots button{
    width: 10px;
    height: 10px;
}
.custom-hero-dots .slick-active{
    background-color: #fdcc16;
    width: 16px;
    height: 16px;
}
.custom-hero-dots .slick-active:hover{
    background-color: #fdcc16 !important;
}

/* EVENTS */
.custom-events-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 30px auto 0;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-events-dots li{
    color: rgba(0,0,0,0);
    background-color: #71aedb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 3px;
    transition: all .3s ease-in-out;
}
.custom-events-dots li:hover {
    background-color: #4798d1;
}
.custom-events-dots button{
    width: 10px;
    height: 10px;
}
.custom-events-dots .slick-active{
    background-color: #111f58;
    width: 16px;
    height: 16px;
}
.custom-events-dots .slick-active:hover{
    background-color: #111f58 !important;
}

#events-component .slick-arrow{
    top: 300px;
    z-index: 400;
}

#events-component .slick-prev{
    left: 40px;
}
#events-component .slick-next{
    right: 40px;
}

#events-component .slick-prev::before, #events-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

#events-component .slick-prev:hover::before, #events-component .slick-next:hover::before{
    color: #fdcc16;
}
#events-component .slick-disabled::before, #events-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #fff;
    cursor: initial;
}
#events-component .slick-prev::before{
    content: '\f060';
}
#events-component .slick-next::before{
    content: '\f061';
}

/* NEWS */
.custom-news-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-news-dots li{
    color: rgba(0,0,0,0);
    background-color: #71aedb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 3px;
    transition: all .3s ease-in-out;
}
.custom-news-dots li:hover {
    background-color: #4798d1;
}
.custom-news-dots button{
    width: 10px;
    height: 10px;
}
.custom-news-dots .slick-active{
    background-color: #111f58;
    width: 16px;
    height: 16px;
}
.custom-news-dots .slick-active:hover{
    background-color: #111f58 !important;
}

#news-component .slick-arrow{
    top: 430px;
    z-index: 400;
}

#news-component .slick-prev{
    left: 40px;
}
#news-component .slick-next{
    right: 40px;
}

#news-component .slick-prev::before, #news-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #05478b;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

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

#news-component .slick-disabled::before, #news-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #05478b;
    cursor: initial;
}

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

#news-component .slick-next::before{
    content: '\f061';
}

/* SOCIAL */
.custom-social-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 30px auto 0;
    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: 10px;
    height: 10px;
    margin: 3px;
    transition: all .3s ease-in-out;
}
.custom-social-dots li:hover {
    background-color: #add1eb;
}
.custom-social-dots button{
    width: 10px;
    height: 10px;
}
.custom-social-dots .slick-active{
    background-color: #71aedb;
    width: 16px;
    height: 16px;
}
.custom-social-dots .slick-active:hover{
    background-color: #71aedb !important;
}

@media (min-width: 1024px) {
    .custom-social-dots{
        display: flex !important;
        justify-content: right;
        align-items: right;
        position: absolute;
        right: 5px;
        margin: 40px auto 0;
    }
 }

 /* GALLERY */
.custom-gallery-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 30px auto 0;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-gallery-dots li{
    color: rgba(0,0,0,0);
    background-color: #71aedb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 3px;
    transition: all .3s ease-in-out;
}
.custom-gallery-dots li:hover {
    background-color: #4798d1;
}
.custom-gallery-dots button{
    width: 10px;
    height: 10px;
}
.custom-gallery-dots .slick-active{
    background-color: #111f58;
    width: 16px;
    height: 16px;
}
.custom-gallery-dots .slick-active:hover{
    background-color: #111f58 !important;
}

#gallery-component .slick-arrow{
    top: 280px;
    z-index: 400;
}

#gallery-component .slick-prev{
    left: 40px;
}
#gallery-component .slick-next{
    right: 40px;
}

#gallery-component .slick-prev::before, #gallery-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #05478b;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

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


#gallery-component .slick-disabled::before, #gallery-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #05478b;
    cursor: initial;
}

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

#gallery-component .slick-next::before{
    content: '\f061';
}
/*
! tailwindcss v3.2.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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    html, body {
      font-family: 'Be Vietnam Pro', 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;
  }
}

@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }
}

.prose {
  color: #808080;
  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: #0575bd;
  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: #111f58;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
  text-underline-offset: 8px;
  -webkit-text-decoration: underline #71aedb 5px;
          text-decoration: underline #71aedb 5px;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: #111f58;
  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;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-12 {
  top: 3rem;
}
.left-\[-302px\] {
  left: -302px;
}
.bottom-\[400px\] {
  bottom: 400px;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[61px\] {
  left: 61px;
}
.top-\[61px\] {
  top: 61px;
}
.top-\[122px\] {
  top: 122px;
}
.top-\[183px\] {
  top: 183px;
}
.top-\[-300px\] {
  top: -300px;
}
.left-\[-200px\] {
  left: -200px;
}
.top-\[-15px\] {
  top: -15px;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.right-\[-77px\] {
  right: -77px;
}
.top-\[0px\] {
  top: 0px;
}
.left-\[0\] {
  left: 0;
}
.right-0 {
  right: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.right-\[0\] {
  right: 0;
}
.bottom-\[-155px\] {
  bottom: -155px;
}
.left-\[-120px\] {
  left: -120px;
}
.right-\[2px\] {
  right: 2px;
}
.top-full {
  top: 100%;
}
.top-\[450px\] {
  top: 450px;
}
.top-\[190px\] {
  top: 190px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.top-\[-100px\] {
  top: -100px;
}
.top-\[-80px\] {
  top: -80px;
}
.right-\[-130px\] {
  right: -130px;
}
.top-\[-2px\] {
  top: -2px;
}
.top-\[calc\(100\%-135px\)\] {
  top: calc(100% - 135px);
}
.left-\[0\%\] {
  left: 0%;
}
.bottom-\[-124px\] {
  bottom: -124px;
}
.bottom-\[65px\] {
  bottom: 65px;
}
.left-\[-65px\] {
  left: -65px;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[calc\(100\%-115px\)\] {
  top: calc(100% - 115px);
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.top-\[80px\] {
  top: 80px;
}
.left-\[49\.8\%\] {
  left: 49.8%;
}
.top-\[15px\] {
  top: 15px;
}
.left-\[10px\] {
  left: 10px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[100\] {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-0 {
  z-index: 0;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-1 {
  grid-column-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-\[15px\] {
  margin: 15px;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-\[-14px\] {
  margin-bottom: -14px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-\[50px\] {
  margin-left: 50px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mt-20 {
  margin-top: 5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[-10px\] {
  margin-top: -10px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[75px\] {
  height: 75px;
}
.h-full {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-screen {
  height: 100vh;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[660px\] {
  height: 660px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[380px\] {
  height: 380px;
}
.h-0 {
  height: 0px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[40px\] {
  height: 40px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[10px\] {
  height: 10px;
}
.min-h-\[612px\] {
  min-height: 612px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.w-full {
  width: 100%;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[550px\] {
  width: 550px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[660px\] {
  width: 660px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[calc\(100\%\+4px\)\] {
  width: calc(100% + 4px);
}
.w-\[250px\] {
  width: 250px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[80px\] {
  width: 80px;
}
.w-0 {
  width: 0px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[180px\] {
  width: 180px;
}
.max-w-none {
  max-width: none;
}
.max-w-\[1536px\] {
  max-width: 1536px;
}
.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-\[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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-\[100px\] {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(17 31 88 / var(--tw-border-opacity));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(113 174 219 / var(--tw-border-opacity));
}
.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(113 174 219 / var(--tw-border-opacity));
}
.border-b-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(17 31 88 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#e6e6e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-\[\#e4e4e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity));
}
.bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(113 174 219 / var(--tw-bg-opacity));
}
.bg-\[\#0476bd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 118 189 / var(--tw-bg-opacity));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-contact-bg {
  background-image: url('../img/contact-bg.jpg');
}
.bg-events-bg {
  background-image: url('../img/events-bg.jpg');
}
.bg-hero-bg {
  background-image: url('../img/school-outline.png');
}
.bg-news-bg {
  background-image: url('../img/news-bg.jpg');
}
.bg-quick-bg {
  background-image: url('../img/quick-bg.jpg');
}
.bg-face-bg {
  background-image: url('../img/facebook-icon.png');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-left {
  background-position: left;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[15\%\] {
  padding-left: 15%;
  padding-right: 15%;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-titleCursive {
  font-family: 'Meddon', cursive;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[65px\] {
  font-size: 65px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-\[53px\] {
  font-size: 53px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[26px\] {
  font-size: 26px;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-\[1\.42857143\] {
  line-height: 1.42857143;
}
.leading-tight {
  line-height: 1.25;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(113 174 219 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(17 31 88 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-transparent {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-\[7px_-6px_2px_4px_rgba\(205\2c 223\2c 183\2c 0\.4\)\] {
  --tw-shadow: 7px -6px 2px 4px rgba(205,223,183,0.4);
  --tw-shadow-colored: 7px -6px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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);
}
.transition-\[left\] {
  transition-property: left;
  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-\[top\] {
  transition-property: top;
  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);
}
.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;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.flip-y{
  transform: rotateY(180deg);
}

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

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

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

.hover\:bg-quinary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 152 209 / var(--tw-bg-opacity));
}

.hover\:bg-quaternary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 23 64 / var(--tw-bg-opacity));
}

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

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(113 174 219 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:decoration-secondary:hover {
  -webkit-text-decoration-color: #71aedb;
          text-decoration-color: #71aedb;
}

.active\:bg-\[\#e6e6e6\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bottom-\[-60px\] {
  bottom: -60px;
}

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

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

.group:hover .group-hover\:left-3 {
  left: 0.75rem;
}

.group:hover .group-hover\:top-\[90px\] {
  top: 90px;
}

.group:hover .group-hover\:bottom-\[-134px\] {
  bottom: -134px;
}

.group:hover .group-hover\:bottom-\[-155px\] {
  bottom: -155px;
}

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

.group\/button:hover .group-hover\/button\:left-3 {
  left: 0.75rem;
}

.group:hover .group-hover\:ml-\[75px\] {
  margin-left: 75px;
}

.group:hover .group-hover\:mt-\[20px\] {
  margin-top: 20px;
}

.group:hover .group-hover\:h-\[140px\] {
  height: 140px;
}

.group:hover .group-hover\:h-\[860px\] {
  height: 860px;
}

.group:hover .group-hover\:h-\[80px\] {
  height: 80px;
}

.group:hover .group-hover\:h-\[25px\] {
  height: 25px;
}

.group:hover .group-hover\:w-\[130px\] {
  width: 130px;
}

.group:hover .group-hover\:w-\[140px\] {
  width: 140px;
}

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

.group:hover .group-hover\:w-\[860px\] {
  width: 860px;
}

.group:hover .group-hover\:w-\[60\%\] {
  width: 60%;
}

.group:hover .group-hover\:w-\[100\%\] {
  width: 100%;
}

.group:hover .group-hover\:w-\[210px\] {
  width: 210px;
}

.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-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-\[4\.8\] {
  --tw-scale-x: 4.8;
  --tw-scale-y: 4.8;
  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\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(113 174 219 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(113 174 219 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

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

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

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

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

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

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(113 174 219 / var(--tw-text-opacity));
}

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

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

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

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.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:hover .group-hover\:brightness-150 {
  --tw-brightness: brightness(1.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);
}

.group:hover .group-hover\:delay-300 {
  transition-delay: 300ms;
}

.group.boldHashtagHighlight .group-\[\.boldHashtagHighlight\]\:font-bold {
  font-weight: 700;
}

.group.blueHashtagHighlight .group-\[\.blueHashtagHighlight\]\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(113 174 219 / var(--tw-text-opacity));
}

@media (min-width: 470px) {

  .vs\:w-\[400px\] {
    width: 400px;
  }
}

@media (min-width: 640px) {

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

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

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

    .md\:max-2xl\:h-\[220px\] {
      height: 220px;
    }

    .md\:max-2xl\:w-\[220px\] {
      width: 220px;
    }
  }

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

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

    .md\:max-lg\:mt-6 {
      margin-top: 1.5rem;
    }

    .md\:max-lg\:inline-block {
      display: inline-block;
    }

    .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\:top-0 {
    top: 0px;
  }

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

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

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

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

  .lg\:ml-\[40px\] {
    margin-left: 40px;
  }

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

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

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

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

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

  .lg\:ml-\[45px\] {
    margin-left: 45px;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

  .lg\:bg-contain {
    background-size: contain;
  }

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

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

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

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

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

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

  .lg\:pl-\[220px\] {
    padding-left: 220px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

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

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

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

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:text-tertiary {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
  }

  .lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(17 31 88 / var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:bottom-\[-139px\] {
    bottom: -139px;
  }

  .group:hover .lg\:group-hover\:mt-\[15px\] {
    margin-top: 15px;
  }

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

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

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

    .lg\:max-xl\:mb-12 {
      margin-bottom: 3rem;
    }
  }
}

@media (min-width: 1280px) {

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

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

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

  .xl\:ml-\[100px\] {
    margin-left: 100px;
  }

  .xl\:ml-\[30px\] {
    margin-left: 30px;
  }

  .xl\:ml-\[40px\] {
    margin-left: 40px;
  }

  .xl\:block {
    display: block;
  }

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

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

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

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

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

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

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

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:pt-\[310px\] {
    padding-top: 310px;
  }

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

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

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

    .xl\:max-2xl\:mb-11 {
      margin-bottom: 2.75rem;
    }
  }
}

@media (min-width: 1536px) {

  .\32xl\:top-\[-360px\] {
    top: -360px;
  }

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

  .\32xl\:left-\[calc\(50\%-768px\)\] {
    left: calc(50% - 768px);
  }

  .\32xl\:left-\[0\] {
    left: 0;
  }

  .\32xl\:top-\[-15px\] {
    top: -15px;
  }

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

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

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

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

  .\32xl\:m-0 {
    margin: 0px;
  }

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

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-\[240px\] {
    margin-left: 240px;
  }

  .\32xl\:ml-\[50px\] {
    margin-left: 50px;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:ml-\[30px\] {
    margin-left: 30px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

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

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

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

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

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

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

  .\32xl\:w-\[26\%\] {
    width: 26%;
  }

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

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

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

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .\32xl\:pt-\[360px\] {
    padding-top: 360px;
  }

  .\32xl\:pt-\[170px\] {
    padding-top: 170px;
  }

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

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .group:hover .\32xl\:group-hover\:bottom-\[-129px\] {
    bottom: -129px;
  }

  .group:hover .\32xl\:group-hover\:mt-\[0px\] {
    margin-top: 0px;
  }
}

@media (min-width: 1800px) {

  .\33xl\:top-\[-25px\] {
    top: -25px;
  }

  .\33xl\:ml-\[360px\] {
    margin-left: 360px;
  }

  .\33xl\:ml-\[70px\] {
    margin-left: 70px;
  }

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

  .\33xl\:bg-top {
    background-position: top;
  }

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

  .\33xl\:pt-\[460px\] {
    padding-top: 460px;
  }

  .\33xl\:pt-\[180px\] {
    padding-top: 180px;
  }
}




