.home-text{
    color: #396fb8 !important;
}

/*FILES & BOXES */
.file_gallery .file {
    position: relative;
	background: #396fb8 ;
	color: #fff !important;
    font-weight: 300;
    display: flex;
    padding: 8px 15px 5px 60px;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
 transition: all .3s ease-in-out;
    border-radius: 20px;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    color: white !important;
	text-decoration: none;
	background: #99ccff;
}
.file_gallery .file::before{
    content: '';
    height: 60px;
    width: 60px;
    margin-top: -3px;
    font-size: 25px;
    background: url('../../img/bee2.jpg');
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -6.75px;
    border-radius: 30px;
}



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

.standard_box:hover {
    color: #fff !important;
	text-decoration: none;
    background-color: #1e90ff;
}

.standard_box::before {
    content: '';
    height: 60px;
    width: 60px;
    margin-top: -3px;
    font-size: 25px;
    background: url('../../img/bee2.jpg');
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -6.75px;
    border-radius: 30px;
}

.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: #fff !important;
    margin-right: 10px;
    border-radius: 10px;
    padding: 4px 8px;
 transition: background .3s ease-in-out;
    background-color: #396fb8;
}

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

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


/* FULL SCREEN NAV BAR */
@media(min-width:1023px) {

    .separator-colour{
        background: #7aaedf;
    }
    #menu li:last-child .separator-colour{
        background-color: rgba(0,0,0,0);
     }

    #menu li a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 0 15px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #fff !important;
    }

    #menu li{
        color: #fff;
        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;
        -webkit-animation: fadeIn .25s;
        animation: fadeIn .25s;
    }
    .menu_expand{
        display: none !important;
    }

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

    /*Second & third layers*/
    #menu ul ul{
        background: #99ccff;

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

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

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

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


    /* STICKY NAV */
    .sticky-nav .logo-container {
        height: 80px !important;
        width: 180px !important;
        margin: 0 !important;
    }
    .sticky-nav > div {
        align-items: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sticky-nav {
        background-color: #396fb8 !important;
        border-bottom: 2px solid #1e90ff !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;
}

/* HERO */
.custom-hero-dots{
    display: flex !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    right: 100px;
    justify-content: end;
    align-items: center;
    position: absolute;
    bottom: 50px;
    z-index: 700;
}
.custom-hero-dots li{
    color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 1px;
    transition: all .3s ease-in-out;
}
.custom-hero-dots li:hover {
    background-color: #1e90ff;
}
.custom-hero-dots button{
    width: 12px;
    height: 12px;
}
.custom-hero-dots .slick-active{
    background-color: #99ccff;
    width: 12px;
    height: 12px;
}
.custom-hero-dots .slick-active:hover{
    background-color: #99ccff !important;
}


/* VALUES */
.custom-values-dots{
    display: flex !important;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    justify-content: end;
    align-items: center;
    z-index: 700;
    position: relative;
    bottom: 400px;
}
.custom-values-dots li{
    color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 2px;
    transition: all .3s ease-in-out;
}
.custom-values-dots li:hover {
    background-color: #1e90ff;
}
.custom-values-dots button{
    width: 18px;
    height: 18px;
}
.custom-values-dots .slick-active{
    background-color: #396fb8;
    width: 18px;
    height: 18px;
}
.custom-values-dots .slick-active:hover{
    background-color: #396fb8 !important;
}

#values-component .slick-arrow{
    top: 355px;
    z-index: 400;
}



#values-component .slick-prev::before, #values-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #396fb8;
    opacity: 1;
    font-size: 35px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

#values-component .slick-prev:hover::before, #values-component .slick-next:hover::before{
    color: #1e90ff;
}


#values-component .slick-disabled::before, #values-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #396fb8;
    cursor: initial;
}

#values-component .slick-prev::before{
    content: '\f177';
    left: 80px;
    position: relative;
    
}

#values-component .slick-next::before{
    content: '\f178';
    right: 80px;
    position: relative;
} 

@media (min-width: 1024px) { 
    #values-component .slick-arrow{
        top: 150px;
    }
    #values-component .slick-prev::before{
        left: 0;    
    }    
    #values-component .slick-next::before{
        right: 0;
    } 
}
 
 /* NEWS */
 .custom-news-dots{
    display: flex !important;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-news-dots li{
    color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 1px;
    transition: all .3s ease-in-out;
}
.custom-news-dots li:hover {
    background-color: #1e90ff;
}
.custom-news-dots button{
    width: 12px;
    height: 12px;
}
.custom-news-dots .slick-active{
    background-color: #99ccff;
    width: 12px;
    height: 12px;
}
.custom-news-dots .slick-active:hover{
    background-color: #99ccff !important;
}

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

@media (min-width: 1024px) { 
    #news-component .slick-arrow{
        top: 100px;
    }
}

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

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


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

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

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

 /* TWITTER */
 .custom-twitter-dots{
    display: flex !important;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-twitter-dots li{
    color: rgba(0,0,0,0);
    background-color: #99ccff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 1px;
    transition: all .3s ease-in-out;
}
.custom-twitter-dots li:hover {
    background-color: #1e90ff;
}
.custom-twitter-dots button{
    width: 12px;
    height: 12px;
}
.custom-twitter-dots .slick-active{
    background-color: #396fb8;
    width: 12px;
    height: 12px;
}
.custom-twitter-dots .slick-active:hover{
    background-color: #396fb8 !important;
}


 #twitter-component .slick-arrow{
    top: 240px;
    z-index: 400;
}

@media (min-width: 1024px) { 
    #twitter-component .slick-arrow{
        top: 200px;
    }
}

#twitter-component .slick-prev::before, #twitter-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #396fb8;
    opacity: 1;
    font-size: 35px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

#twitter-component .slick-prev:hover::before, #twitter-component .slick-next:hover::before{
    color: #1e90ff;
}


#twitter-component .slick-disabled::before, #twitter-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #396fb8;
    cursor: initial;
}

#twitter-component .slick-prev::before{
    content: '\f177';
}

#twitter-component .slick-next::before{
    content: '\f178';
}


 /* GALLERY */
 #gallery-component .slick-arrow{
    top: 320px;
    z-index: 400;
}

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

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


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

#gallery-component .slick-prev::before{
    content: '\f177';
    left: 80px;
    position: relative;
    
}

#gallery-component .slick-next::before{
    content: '\f178';
    right: 80px;
    position: relative;
} 

@media (min-width: 1024px) { 
    #gallery-component .slick-arrow{
        top: 160px;
    }
    #gallery-component .slick-prev::before{
        left: 0;    
    }    
    #gallery-component .slick-next::before{
        right: 0;
    } 
}



/* EVENTS */
/*.custom-events-dots{
    display: flex !important;
    width: 100%;
    margin: 22px auto;
    justify-content: center;
    position: absolute;
}
.custom-events-dots li{
    color: rgba(0,0,0,0);
    background-color: #ffffff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 3px;
}
.custom-events-dots .slick-active{
    background-color: #ed2224;
}*/


 /* FACEBOOK */
 .custom-face-dots{
    display: flex !important;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 700;
}
.custom-face-dots li{
    color: rgba(0,0,0,0);
    background-color: #99ccff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 1px;
    transition: all .3s ease-in-out;
}
.custom-face-dots li:hover {
    background-color: #1e90ff;
}
.custom-face-dots button{
    width: 12px;
    height: 12px;
}
.custom-face-dots .slick-active{
    background-color: #396fb8;
    width: 12px;
    height: 12px;
}
.custom-face-dots .slick-active:hover{
    background-color: #396fb8 !important;
}


#facebook-component .slick-arrow{
    top: 240px;
    z-index: 400;
}

@media (min-width: 1024px) { 
    #facebook-component .slick-arrow{
        top: 200px;
    }
}

#facebook-component .slick-prev::before, #facebook-component .slick-next::before{
    font-family: 'Font Awesome 5 Pro';
    color: #396fb8;
    opacity: 1;
    font-size: 35px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

#facebook-component .slick-prev:hover::before, #facebook-component .slick-next:hover::before{
    color: #1e90ff;
}

#facebook-component .slick-disabled::before, #facebook-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #396fb8;
    cursor: initial;
}

#facebook-component .slick-prev::before{
    content: '\f177';
}

#facebook-component .slick-next::before{
    content: '\f178';
}
/*
! 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: '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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

@media (min-width: 1280px) {

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

@media (min-width: 1536px) {

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

.prose {
  color: #484848;
  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: #99ccff;
  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: #396fb8;
  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: #1e90ff;
  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;
}
.left-\[-302px\] {
  left: -302px;
}
.top-\[250px\] {
  top: 250px;
}
.right-0 {
  right: 0px;
}
.top-\[280px\] {
  top: 280px;
}
.bottom-0 {
  bottom: 0px;
}
.right-4 {
  right: 1rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.top-\[100px\] {
  top: 100px;
}
.left-2 {
  left: 0.5rem;
}
.left-\[-15px\] {
  left: -15px;
}
.left-\[-200px\] {
  left: -200px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[382px\] {
  top: 382px;
}
.top-\[198px\] {
  top: 198px;
}
.right-60 {
  right: 15rem;
}
.right-\[40px\] {
  right: 40px;
}
.top-\[40px\] {
  top: 40px;
}
.top-36 {
  top: 9rem;
}
.left-\[58\.25px\] {
  left: 58.25px;
}
.bottom-\[52px\] {
  bottom: 52px;
}
.bottom-\[280px\] {
  bottom: 280px;
}
.top-28 {
  top: 7rem;
}
.top-24 {
  top: 6rem;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[100px\] {
  right: 100px;
}
.top-\[-80px\] {
  top: -80px;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.right-3 {
  right: 0.75rem;
}
.left-\[-150px\] {
  left: -150px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.z-\[999\] {
  z-index: 999;
}
.z-20 {
  z-index: 20;
}
.z-\[800\] {
  z-index: 800;
}
.z-\[-1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[900\] {
  z-index: 900;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-1 {
  grid-column-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-\[15px\] {
  margin: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mt-\[-15px\] {
  margin-top: -15px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-\[-40px\] {
  margin-bottom: -40px;
}
.mt-\[-100px\] {
  margin-top: -100px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-\[150px\] {
  height: 150px;
}
.h-screen {
  height: 100vh;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[450px\] {
  height: 450px;
}
.h-0 {
  height: 0px;
}
.h-2 {
  height: 0.5rem;
}
.h-\[149px\] {
  height: 149px;
}
.h-\[386px\] {
  height: 386px;
}
.h-4 {
  height: 1rem;
}
.h-\[147px\] {
  height: 147px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[180px\] {
  height: 180px;
}
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[268px\] {
  height: 268px;
}
.h-\[156px\] {
  height: 156px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[320px\] {
  height: 320px;
}
.w-full {
  width: 100%;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[200px\] {
  width: 200px;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[255px\] {
  width: 255px;
}
.w-2 {
  width: 0.5rem;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[260px\] {
  width: 260px;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[calc\(100\%-34px\)\] {
  width: calc(100% - 34px);
}
.w-\[2px\] {
  width: 2px;
}
.max-w-none {
  max-width: none;
}
.max-w-\[1661px\] {
  max-width: 1661px;
}
.max-w-full {
  max-width: 100%;
}
.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));
}
@-webkit-keyframes pulse {

  50% {
    opacity: .5;
  }
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-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;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-l-\[50vw\] {
  border-left-width: 50vw;
}
.border-r-\[50vw\] {
  border-right-width: 50vw;
}
.border-b-\[50px\] {
  border-bottom-width: 50px;
}
.border-b-\[80px\] {
  border-bottom-width: 80px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r-8 {
  border-right-width: 8px;
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(153 204 255 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(57 111 184 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(30 144 255 / var(--tw-border-opacity));
}
.border-b-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(153 204 255 / var(--tw-border-opacity));
}
.border-b-\[\#4c82c6\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(76 130 198 / var(--tw-border-opacity));
}
.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(57 111 184 / var(--tw-border-opacity));
}
.border-l-tertiary {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 204 255 / var(--tw-border-opacity));
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 111 184 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 144 255 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(153 204 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#4c82c6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 130 198 / var(--tw-bg-opacity));
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-\[url\(\'\.\.\/\.\.\/img\/curriculum-bg\.jpg\'\)\] {
  background-image: url('../../img/curriculum-bg.jpg');
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-gradient-from: rgba(0,0,0,0.5);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.9\)\] {
  --tw-gradient-from: rgba(0,0,0,0.9);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-gradient-from: rgba(0,0,0,0.6);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-\[12\%\] {
  padding-left: 12%;
  padding-right: 12%;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-\[165px\] {
  padding-left: 165px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-\[170px\] {
  padding-left: 170px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[65px\] {
  font-size: 65px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[600px\] {
  font-size: 600px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(30 144 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(57 111 184 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(153 204 255 / var(--tw-text-opacity));
}
.text-\[\#edf1f8\] {
  --tw-text-opacity: 1;
  color: rgb(237 241 248 / var(--tw-text-opacity));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#4d5052\] {
  --tw-text-opacity: 1;
  color: rgb(77 80 82 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-\[\#2e3335\] {
  --tw-text-opacity: 1;
  color: rgb(46 51 53 / 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-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-\[0\.65\] {
  --tw-brightness: brightness(0.65);
  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-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;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

@media (min-width: 1661px) {
  .bg-fair-centered{
    left: calc(50vw - 830.5px);
  }
}


.hover\:bottom-6:hover {
  bottom: 1.5rem;
}


.hover\:bottom-1:hover {
  bottom: 0.25rem;
}


.hover\:scale-105:hover {
  --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));
}


.hover\:scale-\[1\.2\]:hover {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


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


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


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


.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(57 111 184 / var(--tw-bg-opacity));
}


.hover\:bg-\[\#305f9c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 95 156 / var(--tw-bg-opacity));
}


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


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


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


.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(57 111 184 / var(--tw-text-opacity));
}


.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-tertiary:hover {
  -webkit-text-decoration-color: #99ccff;
          text-decoration-color: #99ccff;
}


.hover\:delay-\[250ms\]:hover {
  transition-delay: 250ms;
}


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


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


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


.group:hover .group-hover\:top-10 {
  top: 2.5rem;
}


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


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


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


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


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


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


.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\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 144 255 / var(--tw-bg-opacity));
}


.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}


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


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


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


.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}


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


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


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


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


.group:hover .group-hover\:delay-\[0\] {
  transition-delay: 0;
}


.group:hover .group-hover\:duration-200 {
  transition-duration: 200ms;
}


.group.first-theme .group-\[\.first-theme\]\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(153 204 255 / var(--tw-border-opacity));
}


.group.second-theme .group-\[\.second-theme\]\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(153 204 255 / var(--tw-border-opacity));
}


.group.third-theme .group-\[\.third-theme\]\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(57 111 184 / var(--tw-border-opacity));
}


.group.first-theme .group-\[\.first-theme\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 111 184 / var(--tw-bg-opacity));
}


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


.group.third-theme .group-\[\.third-theme\]\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 144 255 / var(--tw-bg-opacity));
}


.group.first-theme .group-\[\.first-theme\]\:bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(153 204 255 / var(--tw-bg-opacity));
}


.group.second-theme .group-\[\.second-theme\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 111 184 / var(--tw-bg-opacity));
}


.group.third-theme .group-\[\.third-theme\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 111 184 / var(--tw-bg-opacity));
}


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


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


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


.group.second-theme .group-\[\.second-theme\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(57 111 184 / var(--tw-text-opacity));
}


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


.group.first-theme .group-\[\.first-theme\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(57 111 184 / var(--tw-text-opacity));
}


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


.group.third-theme .group-\[\.third-theme\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(57 111 184 / var(--tw-text-opacity));
}


@media (min-width: 640px) {

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-\[-130px\] {
    left: -130px;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-\[200px\] {
    padding-left: 200px;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pl-\[190px\] {
    padding-left: 190px;
  }

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

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

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

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

  .sm\:font-normal {
    font-weight: 400;
  }
}


@media (min-width: 768px) {

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

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

  .md\:h-\[250px\] {
    height: 250px;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:pl-\[180px\] {
    padding-left: 180px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-\[78px\] {
    font-size: 78px;
  }
}


@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .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\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

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

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

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

  .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-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

  .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\:right-16 {
    right: 4rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

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

  .xl\:float-left {
    float: left;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .xl\:px-\[12\%\] {
    padding-left: 12%;
    padding-right: 12%;
  }

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

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

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

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

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

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

  .xl\:drop-shadow-\[2\.5px_2\.5px_2\.6px_rgba\(30\2c 144\2c 255\2c 1\)\] {
    --tw-drop-shadow: drop-shadow(2.5px 2.5px 2.6px rgba(30,144,255,1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}


@media (min-width: 1536px) {

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

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

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

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

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

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

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

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

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




