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

/*FILES & BOXES */
.file_gallery .file {
    position: relative;
	background: #671c2e ;
	color: #fff !important;
    font-weight: 300;
    display: flex;
    padding: 8px 15px 5px;
    border-radius: 20px;
    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: #501623;
}
.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: #671c2e;
	color: #fff !important;
}


.standard_box {
    position: relative;
	background: #d3a441 ;
	color: #fff;
    display: flex;
    padding: 3px 15px 5px;
    border-radius: 20px;
    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: #ba8d2c; 
}
.standard_box a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f178';
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
}

.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: 25px;
    padding: 4px 8px;
 transition: background .3s ease-in-out;
    background: #671c2e;
}

#class_menu li:hover{
    background: #501623;
    text-decoration: none;
    color: #fff !important;
}
#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;
}

.home-school, .discover-more-link, .read-more-welcome, .e-blocks .event-col, .latest-news .news-col {
	opacity: 0;
}
.show-opacity {
	opacity: 1;
}
.animate__animated.animate__ql1{
 animation-delay: 200ms !important;
}
.animate__animated.animate__ql2{
 animation-delay: 300ms !important;
}
.animate__animated.animate__ql3{
 animation-delay: 400ms !important;
}
.animate__animated.animate__ql4{
 animation-delay: 500ms !important;
}

.page-138286 #main-text #content table td {
	width: 100% !important;
    display: block;
}

@media(min-width:1024px) {
    .page-138286 #main-text #content table td {
        width: 49.6575% !important;
        float: left;
    }
}
#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: 16px;

    }
    #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: #d3a441;
        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: 500;
        padding: 0 17px 17px 17px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        text-transform: uppercase;
        width: 100%;
        position: relative;
        z-index: 996;
    }
    #menu li a:hover {
        color: #d3a441 !important;
    }

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

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


    #menu{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        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: #d3a441;
        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: #671c2e;
    }
    #menu ul li a{
        color: white;
        text-align: left;
        text-transform: none !important;
    }
    #menu ul li a:hover{
        
        color: #d3a441 !important;
    }

    /*Second & third layers*/
    #menu ul ul{
        background: #641b2c;

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

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

    /*Fourth + layers*/
    #menu ul ul ul ul {
    background: #8c263e;
    }
    #menu ul ul ul ul li a{
        color: #fff;
    }

    #menu ul ul ul ul li a:hover{
        color: white !important;
        background: #671c2e;
    }


    /* STICKY NAV */
    .sticky-nav{
        border-bottom: 2px solid #501623 !important;
        background: #671c2e !important;

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

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

    .sticky-nav img{
        height: 55px !important;
        min-width: auto !important;
    }
    .sticky-nav h1{
        font-size: 22px !important;
    }
    .sticky-nav h2{
        font-size: 16px !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;
}
.goog-te-gadget img {
	display: inline-block;
	padding-left: 3px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
	color: #fff !important;
}
/* NEWS */
.custom-news-dots{
  display: flex !important;
  width: 100%;
  margin: 12px auto 46px;
  justify-content: center;
  align-items: center;
  height: 22px;
  
}
.custom-news-dots li{
  color: rgba(0,0,0,0);
  background-color: #d3a441;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 1px;
  transition: all .3s ease-in-out;
}
.custom-news-dots button{
  width: 15px;
  height: 15px;
}
.custom-news-dots .slick-active{
  background-color: #671c2e;
}
/* VISION */
@media(min-width: 1024px) {
  #vision-component .slick-list {
    height: 600px !important;
  }
  #vision-component .slick-slide {
    width: 245px !important;
  }
}
@media(min-width: 1280px) {
  #vision-component .slick-slide {
    width: 274px !important;
  }
}
@media(min-width: 1536px) {
  #vision-component .slick-slide {
    width: 313px !important;
  }
}
.custom-vision-dots{
  display: flex !important;
  width: 100%;
  margin: 30px auto 0px;
  justify-content: center;
  align-items: center;
  height: 22px;
  
}
.custom-vision-dots li{
  color: rgba(0,0,0,0);
  background-color: #d3a441;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 1px;
  transition: all .3s ease-in-out;
}
.custom-vision-dots button{
  width: 15px;
  height: 15px;
}
.custom-vision-dots .slick-active{
  background-color: #671c2e;
}

/* TWITTER */
.custom-twitter-dots{
  display: flex !important;
  width: 100%;
  margin: 28px auto 36px;
  justify-content: center;
  align-items: center;
  height: 22px;
  
}
.custom-twitter-dots li{
  color: rgba(0,0,0,0);
  background-color: #d3a441;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 1px;
  transition: all .3s ease-in-out;
}
.custom-twitter-dots button{
  width: 15px;
  height: 15px;
}
.custom-twitter-dots .slick-active{
  background-color: #671c2e;
}
/* EVENTS */
.custom-events-dots{
    display: flex !important;
    width: 100%;
    height: 21px;
    margin: 15px auto 0;
    justify-content: center;
    align-items: center;
    z-index: 700;
  }
  .custom-events-dots li{
    color: rgba(0,0,0,0);
    background-color: #f1e55c;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin: 5px;
    transition: all .3s ease-in-out;
  }
  .custom-events-dots li:hover {
    background-color: #ebd914;
  }
  .custom-events-dots button{
    width: 14px;
    height: 14px;
  }
  .custom-events-dots .slick-active{
    background-color: #2f6e3b;
    width: 14px;
    height: 14px;
  }
  .custom-events-dots .slick-active:hover{
    background-color: #2f6e3b !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: #2f6e3b;
    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: #97c354;
  }
  
  
  #events-component .slick-disabled::before, #events-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #2f6e3b;
    cursor: initial;
  }
  
  #events-component .slick-prev::before{
    content: '\f060';
  }
  
  #events-component .slick-next::before{
    content: '\f061';
  }
  @media(min-width: 640px) {
  .custom-events-dots {
        top: -70px;
        position: absolute;
        display: block !important;
        text-align: right;
    }
    .custom-events-dots li {
        display: inline-block;
    }
  }

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

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

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

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

#social-component .slick-prev:hover::before, #social-component .slick-next:hover::before{
    color: #97c354;
}


#social-component .slick-disabled::before, #social-component .slick-disabled:hover::before{
    opacity: 0.2;
    color: #f1e55c;
    cursor: initial;
}

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

#social-component .slick-next::before{
    content: '\f061';
}
@media(min-width: 640px) {
	.custom-social-dots {
        bottom: -60px;
        position: absolute;
        display: block !important;
        text-align: left;
    }
    .custom-social-dots li {
        display: inline-block;
    }
}
/*
! 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: 'Raleway', 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: 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: #737373;
  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: #671c2e;
  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: #671c2e;
  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: #671c2e;
  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;
  margin: 0 0 10px;
}

.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;
}
.top-\[6px\] {
  top: 6px;
}
.left-\[-14px\] {
  left: -14px;
}
.left-\[-302px\] {
  left: -302px;
}
.right-4 {
  right: 1rem;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[50\%\] {
  left: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-28 {
  bottom: 7rem;
}
.left-\[calc\(50\%-28px\)\] {
  left: calc(50% - 28px);
}
.bottom-\[1px\] {
  bottom: 1px;
}
.left-3 {
  left: 0.75rem;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.bottom-24 {
  bottom: 6rem;
}
.right-\[-69px\] {
  right: -69px;
}
.left-\[-10px\] {
  left: -10px;
}
.top-\[-1px\] {
  top: -1px;
}
.left-\[-1px\] {
  left: -1px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.left-\[5\%\] {
  left: 5%;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-\[-15px\] {
  left: -15px;
}
.bottom-\[-385px\] {
  bottom: -385px;
}
.left-\[-440px\] {
  left: -440px;
}
.bottom-\[-235px\] {
  bottom: -235px;
}
.right-\[-300px\] {
  right: -300px;
}
.top-\[-20px\] {
  top: -20px;
}
.right-\[0px\] {
  right: 0px;
}
.left-\[270px\] {
  left: 270px;
}
.right-\[4px\] {
  right: 4px;
}
.bottom-\[-80px\] {
  bottom: -80px;
}
.top-\[70px\] {
  top: 70px;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.left-\[-30px\] {
  left: -30px;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.left-\[0px\] {
  left: 0px;
}
.top-\[250px\] {
  top: 250px;
}
.right-0 {
  right: 0px;
}
.left-\[-40px\] {
  left: -40px;
}
.top-\[110px\] {
  top: 110px;
}
.right-\[54px\] {
  right: 54px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.left-\[58px\] {
  left: 58px;
}
.top-\[240px\] {
  top: 240px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[calc\(100\%-115px\)\] {
  top: calc(100% - 115px);
}
.left-\[0\%\] {
  left: 0%;
}
.bottom-\[-124px\] {
  bottom: -124px;
}
.bottom-\[65px\] {
  bottom: 65px;
}
.left-\[-65px\] {
  left: -65px;
}
.right-\[3px\] {
  right: 3px;
}
.right-\[100px\] {
  right: 100px;
}
.top-\[-68px\] {
  top: -68px;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.right-\[-60px\] {
  right: -60px;
}
.right-\[15px\] {
  right: 15px;
}
.top-\[calc\(100\%-105px\)\] {
  top: calc(100% - 105px);
}
.z-\[999\] {
  z-index: 999;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-\[800\] {
  z-index: 800;
}
.z-\[801\] {
  z-index: 801;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[100\] {
  z-index: 100;
}
.z-40 {
  z-index: 40;
}
.z-\[-1\] {
  z-index: -1;
}
.z-50 {
  z-index: 50;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.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-2 {
  margin: 0.5rem;
}
.m-0 {
  margin: 0px;
}
.m-2\.5 {
  margin: 0.625rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[-45px\] {
  margin-bottom: -45px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-\[-20px\] {
  margin-left: -20px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-60px\] {
  margin-top: -60px;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[-25px\] {
  margin-left: -25px;
}
.ml-\[130px\] {
  margin-left: 130px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[68px\] {
  height: 68px;
}
.h-screen {
  height: 100vh;
}
.h-\[50px\] {
  height: 50px;
}
.h-1\/2 {
  height: 50%;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[95px\] {
  height: 95px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[90px\] {
  height: 90px;
}
.h-1 {
  height: 0.25rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[35\%\] {
  height: 35%;
}
.h-\[290px\] {
  height: 290px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[335px\] {
  height: 335px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[310px\] {
  height: 310px;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[1000px\] {
  height: 1000px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[190px\] {
  height: 190px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.w-full {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[540px\] {
  width: 540px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[calc\(100\%\+8px\)\] {
  width: calc(100% + 8px);
}
.w-\[330px\] {
  width: 330px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[210px\] {
  width: 210px;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[190px\] {
  width: 190px;
}
.max-w-none {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.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;
}
.cursor-default {
  cursor: default;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.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-1 {
  gap: 0.25rem;
}
.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;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-0 {
  border-width: 0px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(211 164 65 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-\[\#ececec\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(210 163 65 / var(--tw-border-opacity));
}
.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(211 164 65 / var(--tw-border-opacity));
}
.border-b-tertiary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 163 65 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(211 164 65 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(103 28 46 / var(--tw-bg-opacity));
}
.bg-\[\#efefef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(210 163 65 / var(--tw-bg-opacity));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-\[\#f0e7f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 231 241 / var(--tw-bg-opacity));
}
.bg-\[\#e7e7e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-left-speech {
  background-image: url('../img/left-speech.png');
}
.bg-right-speech {
  background-image: url('../img/right-speech.png');
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-\[-9999em\] {
  text-indent: -9999em;
}
.font-serif {
  font-family: Be Vietnam Pro, sans-serif;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[0\] {
  font-size: 0;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[96px\] {
  font-size: 96px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[21px\] {
  font-size: 21px;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.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(211 164 65 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(103 28 46 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#3a2050\] {
  --tw-text-opacity: 1;
  color: rgb(58 32 80 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(210 163 65 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-\[7px_-6px_2px_4px_rgba\(211\2c 164\2c 65\2c 0\.4\)\] {
  --tw-shadow: 7px -6px 2px 4px rgba(211,164,65,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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-125 {
  --tw-brightness: brightness(1.25);
  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;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.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-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.clip-path-orangepolygon {
  clip-path: polygon(0 0, 0% 100%, 60% 0);
}
.clip-path-purplepolygon {
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.clip-path-greypolygon {
  clip-path: polygon(0 40%, 0% 100%, 100% 0);
}
.text-outline {
  -webkit-text-stroke: 1px #00602d !important;
}
.text-outline-white {
  -webkit-text-stroke: 1px #fff !important;
}
.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(211 164 65 / var(--tw-border-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-octonary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 141 44 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#cddfb7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 223 183 / var(--tw-bg-opacity));
}
.hover\:bg-septenary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 22 35 / var(--tw-bg-opacity));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(211 164 65 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(103 28 46 / var(--tw-text-opacity));
}
.hover\:text-septenary:hover {
  --tw-text-opacity: 1;
  color: rgb(80 22 35 / 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\:opacity-100:hover {
  opacity: 1;
}
.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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\:left-8 {
  left: 2rem;
}
.group:hover .group-hover\:bottom-0 {
  bottom: 0px;
}
.group:hover .group-hover\:left-4 {
  left: 1rem;
}
.group:hover .group-hover\:top-0 {
  top: 0px;
}
.group:hover .group-hover\:bottom-2 {
  bottom: 0.5rem;
}
.group:hover .group-hover\:right-2 {
  right: 0.5rem;
}
.group:hover .group-hover\:left-\[60px\] {
  left: 60px;
}
.group:hover .group-hover\:top-\[120px\] {
  top: 120px;
}
.group:hover .group-hover\:right-0 {
  right: 0px;
}
.group:hover .group-hover\:left-0 {
  left: 0px;
}
.group:hover .group-hover\:left-\[50\%\] {
  left: 50%;
}
.group:hover .group-hover\:bottom-\[-184px\] {
  bottom: -184px;
}
.group:hover .group-hover\:bottom-\[-155px\] {
  bottom: -155px;
}
.group:hover .group-hover\:left-\[-120px\] {
  left: -120px;
}
.group:hover .group-hover\:right-\[3px\] {
  right: 3px;
}
.group:hover .group-hover\:mb-4 {
  margin-bottom: 1rem;
}
.group:hover .group-hover\:mt-\[100px\] {
  margin-top: 100px;
}
.group:hover .group-hover\:mt-0 {
  margin-top: 0px;
}
.group:hover .group-hover\:mt-3 {
  margin-top: 0.75rem;
}
.group:hover .group-hover\:mt-1 {
  margin-top: 0.25rem;
}
.group:hover .group-hover\:mt-\[-90px\] {
  margin-top: -90px;
}
.group:hover .group-hover\:mt-\[20px\] {
  margin-top: 20px;
}
.group:hover .group-hover\:mt-\[80px\] {
  margin-top: 80px;
}
.group:hover .group-hover\:h-\[860px\] {
  height: 860px;
}
.group:hover .group-hover\:w-\[50\%\] {
  width: 50%;
}
.group:hover .group-hover\:w-full {
  width: 100%;
}
.group:hover .group-hover\:w-\[210px\] {
  width: 210px;
}
.group:hover .group-hover\:w-\[860px\] {
  width: 860px;
}
.group:hover .group-hover\:w-\[70\%\] {
  width: 70%;
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-4 {
  border-width: 4px;
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-septenary {
  --tw-bg-opacity: 1;
  background-color: rgb(80 22 35 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(211 164 65 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(103 28 46 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.group:hover .group-hover\:pt-\[40px\] {
  padding-top: 40px;
}
.group:hover .group-hover\:pt-12 {
  padding-top: 3rem;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}
.group:hover .group-hover\:brightness-\[0\.4\] {
  --tw-brightness: brightness(0.4);
  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-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);
}
.group:hover .group-hover\:line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 340px) {

  .min-\[340px\]\:left-\[-15px\] {
    left: -15px;
  }

  .min-\[340px\]\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 350px) {

  .min-\[350px\]\:text-\[14px\] {
    font-size: 14px;
  }
}
@media (min-width: 380px) {

  .min-\[380px\]\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (min-width: 640px) {

  .sm\:right-\[100px\] {
    right: 100px;
  }

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

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

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

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .sm\:block {
    display: block;
  }

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

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

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

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

  .sm\:pt-\[20px\] {
    padding-top: 20px;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

    .sm\:max-lg\:\!mx-auto {
      margin-left: auto !important;
      margin-right: auto !important;
    }

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

    .sm\:max-lg\:\!block {
      display: block !important;
    }

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

    .sm\:max-lg\:\!w-\[438px\] {
      width: 438px !important;
    }

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

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

    .sm\:max-lg\:\!w-\[295px\] {
      width: 295px !important;
    }

    .sm\:max-lg\:px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }

    .sm\:max-lg\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    .sm\:max-lg\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
}
@media (min-width: 768px) {

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

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

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

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

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

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

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

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

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

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

    .md\:max-lg\:\!w-\[340px\] {
      width: 340px !important;
    }

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

    .md\:max-lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .md\:max-lg\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

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

    .md\:max-lg\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!w-\[420px\] {
    width: 420px !important;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:\!w-\[239px\] {
    width: 239px !important;
  }

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

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

  .lg\:border-\[\#ececec\] {
    --tw-border-opacity: 1;
    border-color: rgb(236 236 236 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

  .lg\:leading-\[55px\] {
    line-height: 55px;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .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);
  }

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

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

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

    .lg\:max-xl\:mb-12 {
      margin-bottom: 3rem;
    }
  }
}
@media (min-width: 1280px) {

  @media (min-width: 1024px) {

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

  .xl\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:table {
    display: table;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!w-\[550px\] {
    width: 550px !important;
  }

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

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

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

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

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

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

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

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

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

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

    .xl\:max-2xl\:mb-11 {
      margin-bottom: 2.75rem;
    }
  }
}
@media (min-width: 1536px) {

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

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

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

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

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

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mr-\[90px\] {
    margin-right: 90px;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

  .\32xl\:\!w-\[307px\] {
    width: 307px !important;
  }

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

  .\32xl\:px-\[126px\] {
    padding-left: 126px;
    padding-right: 126px;
  }

  .\32xl\:px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px;
  }

  .\32xl\:pr-\[90px\] {
    padding-right: 90px;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
