 @media only screen and (min-width: 0em) {.event-container {padding: clamp(60px, 7vw, 100px) 0;}.main-content-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}.main-content {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}}@media only screen and (min-width: 64em) {.main-content-wrapper {flex-direction: row;align-items: flex-start;column-gap: 1.25em;}}@media only screen and (min-width: 0em) {.event-article {width: 100%;max-width: 49.6875em;display: block;}.event-article .event-mainImage {width: 100%;height: clamp(200px, 30vw, 400px);margin-bottom: 3.125em;border-radius: 0.5em;display: block;position: relative;overflow: hidden;}.event-article .event-mainImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.event-article .event-author-img {width: 2em;height: 2em;border-radius: 50%;display: block;position: relative;overflow: hidden;}.event-article .event-author-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.event-article .event-authorGroup {display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}.event-article .event-author, .event-article .event-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);}.event-article .event-dot {width: 3px;height: 3px;background-color: #fe4f70;border-radius: 50%;display: block;}.event-article .event-h1 {font-size: clamp(20px, 5vw, 39px);font-weight: 700;line-height: 1.4em;max-width: 34.375rem;margin: 1rem 0;color: var(--headerColor);}.event-article #event-content {margin-top: 1em;padding-top: 1.5625em;border-top: 1px solid #ebebeb;}.event-article #event-content h1 {font-size: 2.25rem;font-weight: 700;line-height: 1.75em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h2 {font-size: 1.75rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h3 {font-size: 1.5rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h4, .event-article #event-content h5, .event-article #event-content h6 {font-size: 1.25rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content p {font-size: 1rem;line-height: 1.6em;margin: 0;margin-bottom: 1rem;color: var(--bodyTextColor);}.event-article #event-content a {font-size: inherit;text-decoration: underline;color: var(--secondary);}.event-article #event-content ul, .event-article #event-content ol {margin: 0;margin: 1rem 0;padding-left: 2.5rem;}.event-article #event-content ul li, .event-article #event-content ol li {font-size: 1rem;line-height: 1.6em;list-style: circle;margin-bottom: 1rem;color: var(--bodyTextColor);}.event-article #event-content img {width: 100%;height: auto;margin: 1rem 0;border-radius: 0.5rem;display: block;}}@media only screen and (min-width: 0em) {.recent-articles {width: 100%;max-width: 49.6875em;overflow: hidden;flex: none;}.recent-articles .event-mainImage {width: 100%;height: clamp(200px, 30vw, 400px);border-radius: 0.5em 0.5em 0 0;display: block;position: relative;overflow: hidden;}.recent-articles .event-mainImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .article-group {padding: clamp(30px, 5vw, 50px);border: 1px solid #ebebeb;border-radius: 0 0 0.5em 0.5em;}.recent-articles .event-author-img {width: 2em;height: 2em;border-radius: 50%;display: block;position: relative;overflow: hidden;}.recent-articles .event-author-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .event-authorGroup {display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}.recent-articles .event-author, .recent-articles .event-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);}.recent-articles .event-dot {width: 3px;height: 3px;background-color: var(--primary);border-radius: 50%;display: block;}.recent-articles .event-h1 {font-size: clamp(20px, 5vw, 32px);font-weight: 700;line-height: 1.4em;margin: 1rem 0;color: var(--headerColor);}.recent-articles .event-desc {font-size: 1rem;line-height: 1.5em;margin: 1rem 0 2rem;color: var(--bodyTextColor);}.recent-articles .event-link {font-size: 1rem;font-weight: 700;line-height: clamp(2.875em, 5.5vw, 3.5em);text-align: center;text-decoration: none;min-width: 9.375rem;margin: auto;box-sizing: border-box;padding: 0 1.5rem;color: #fff;background-color: var(--headerColor);border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;z-index: 1;transition: color 0.3s;}.recent-articles .event-link:before {content: "";width: 100%;height: 100%;box-sizing: border-box;background: #fff;opacity: 0;border: 1px solid var(--headerColor);border-radius: 0.25rem;position: absolute;top: 0;left: 0;z-index: -1;z-index: -1;transition: opacity 0.3s;}.recent-articles .event-link:hover {color: var(--headerColor);}.recent-articles .event-link:hover:before {opacity: 1;}}@media only screen and (min-width: 64em) {.recent-articles .event-h1 {max-width: 31.25rem;}}@media only screen and (min-width: 0em) {body.dark-mode .recent-articles .event-h1, body.dark-mode .recent-articles .event-desc, body.dark-mode .recent-articles .event-author, body.dark-mode .recent-articles .event-date {color: #f7f7f7;}body.dark-mode .event-sidebar .feature-h3, body.dark-mode .event-sidebar .feature-date, body.dark-mode .event-sidebar .event-header {color: #f7f7f7;}body.dark-mode .event-sidebar .event-header:after {background: var(--primary);}body.dark-mode .event-article .event-h1, body.dark-mode .event-article .event-author, body.dark-mode .event-article .event-date {color: #f7f7f7;}body.dark-mode .event-article #event-content h1, body.dark-mode .event-article #event-content h2, body.dark-mode .event-article #event-content h3, body.dark-mode .event-article #event-content h4, body.dark-mode .event-article #event-content h5, body.dark-mode .event-article #event-content h6 {color: #f7f7f7;}body.dark-mode .event-article #event-content p, body.dark-mode .event-article #event-content li {color: #f7f7f7;opacity: 0.8;}body.dark-mode .event-article #event-content a {color: #9dafe5;}}@media only screen and (min-width: 0em) {.event-container {padding: clamp(60px, 7vw, 100px) 0;}.main-content-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}.main-content {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}}@media only screen and (min-width: 64em) {.main-content-wrapper {flex-direction: row;align-items: flex-start;column-gap: 1.25em;}}@media only screen and (min-width: 0em) {.recent-articles {width: 100%;max-width: 49.6875em;overflow: hidden;flex: none;}.recent-articles .event-mainImage {width: 100%;height: clamp(200px, 30vw, 400px);border-radius: 0.5em 0.5em 0 0;display: block;position: relative;overflow: hidden;}.recent-articles .event-mainImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .article-group {padding: clamp(30px, 5vw, 50px);border: 1px solid #ebebeb;border-radius: 0 0 0.5em 0.5em;}.recent-articles .event-author-img {width: 2em;height: 2em;border-radius: 50%;display: block;position: relative;overflow: hidden;}.recent-articles .event-author-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .event-authorGroup {display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}.recent-articles .event-author, .recent-articles .event-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);}.recent-articles .event-dot {width: 3px;height: 3px;background-color: var(--primary);border-radius: 50%;display: block;}.recent-articles .event-h1 {font-size: clamp(20px, 5vw, 32px);font-weight: 700;line-height: 1.4em;margin: 1rem 0;color: var(--headerColor);}.recent-articles .event-desc {font-size: 1rem;line-height: 1.5em;margin: 1rem 0 2rem;color: var(--bodyTextColor);}.recent-articles .event-link {font-size: 1rem;font-weight: 700;line-height: clamp(2.875em, 5.5vw, 3.5em);text-align: center;text-decoration: none;min-width: 9.375rem;margin: auto;box-sizing: border-box;padding: 0 1.5rem;color: #fff;background-color: var(--headerColor);border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;z-index: 1;transition: color 0.3s;}.recent-articles .event-link:before {content: "";width: 100%;height: 100%;box-sizing: border-box;background: #fff;opacity: 0;border: 1px solid var(--headerColor);border-radius: 0.25rem;position: absolute;top: 0;left: 0;z-index: -1;z-index: -1;transition: opacity 0.3s;}.recent-articles .event-link:hover {color: var(--headerColor);}.recent-articles .event-link:hover:before {opacity: 1;}}@media only screen and (min-width: 64em) {.recent-articles .event-h1 {max-width: 31.25rem;}}@media only screen and (min-width: 0em) {body.dark-mode .recent-articles .event-h1, body.dark-mode .recent-articles .event-desc, body.dark-mode .recent-articles .event-author, body.dark-mode .recent-articles .event-date {color: #f7f7f7;}body.dark-mode .event-sidebar .feature-h3, body.dark-mode .event-sidebar .feature-date, body.dark-mode .event-sidebar .event-header {color: #f7f7f7;}body.dark-mode .event-sidebar .event-header:after {background: var(--primary);}body.dark-mode .event-article .event-h1, body.dark-mode .event-article .event-author, body.dark-mode .event-article .event-date {color: #f7f7f7;}body.dark-mode .event-article #event-content h1, body.dark-mode .event-article #event-content h2, body.dark-mode .event-article #event-content h3, body.dark-mode .event-article #event-content h4, body.dark-mode .event-article #event-content h5, body.dark-mode .event-article #event-content h6 {color: #f7f7f7;}body.dark-mode .event-article #event-content p, body.dark-mode .event-article #event-content li {color: #f7f7f7;opacity: 0.8;}body.dark-mode .event-article #event-content a {color: #9dafe5;}}@media only screen and (min-width: 0rem) {#hero-1620 {padding: clamp(12.5rem, 25.95vw, 18.75em) 1rem clamp(3.75rem, 7.82vw, 6.25rem);position: relative;z-index: 1;overflow: hidden;}#hero-1620 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: clamp(3.75rem, 13vw, 11.25rem);}#hero-1620 .cs-content {--cornerWidth: 8.75rem;--cornerHeight: 8.75rem;width: 100%;max-width: 53.125rem;box-sizing: border-box;padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 5vw, 3rem);display: flex;flex-direction: column;align-items: center;position: relative;z-index: 1;}#hero-1620 .cs-content:before {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);opacity: 1;border: 2px solid #fff;border-right: none;border-bottom: none;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#hero-1620 .cs-content:after {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);opacity: 1;border: 2px solid #fff;border-bottom: none;border-left: none;display: block;position: absolute;top: 0;right: 0;z-index: -1;}#hero-1620 .cs-corners {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -1;}#hero-1620 .cs-corners:before {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);opacity: 1;border: 2px solid #fff;border-top: none;border-right: none;display: block;position: absolute;bottom: 0;left: 0;z-index: -1;}#hero-1620 .cs-corners:after {content: "";width: 35vw;max-width: var(--cornerWidth);height: 35vw;max-height: var(--cornerHeight);opacity: 1;border: 2px solid #fff;border-top: none;border-left: none;display: block;position: absolute;right: 0;bottom: 0;z-index: -1;}#hero-1620 .cs-topper {font-size: clamp(0.8125rem, 1.5vw, 1rem);font-weight: 700;line-height: 1.2em;text-align: center;text-transform: uppercase;letter-spacing: 0.1em;margin-bottom: 0.25rem;color: var(--primary);display: flex;justify-content: center;align-items: center;gap: 0.5rem;position: relative;}#hero-1620 .cs-chevron {--chevronColor: var(--primary);width: 3rem;height: auto;}#hero-1620 .cs-title {font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);font-weight: 700;line-height: 1.2em;text-align: center;max-width: 51.8125rem;margin: 0 0 2.5rem 0;color: #fff;position: relative;}#hero-1620 .cs-text {font-size: clamp(1rem, 1.95vw, 1.25rem);line-height: 1.5em;text-align: center;width: 100%;max-width: clamp(29rem, 60vw, 38.785rem);margin: 0 auto 0;margin-bottom: 2rem;color: #fff;}#hero-1620 .cs-button-solid {font-size: 1rem;font-weight: 700;line-height: clamp(2.875rem, 5.5vw, 3.5rem);text-align: center;text-decoration: none;min-width: 12.5rem;margin: 0;box-sizing: border-box;padding: 0 1.5rem;color: #1a1a1a;background-color: var(--primary);display: inline-block;position: relative;z-index: 1;}#hero-1620 .cs-button-solid:before {content: "";width: 0%;height: 100%;background: #fff;opacity: 1;position: absolute;top: 0;left: 0;z-index: -1;transition: width 0.3s;}#hero-1620 .cs-button-solid:hover:before {width: 100%;}#hero-1620 .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2.3vw, 1.25rem);}#hero-1620 .cs-item {text-align: left;list-style: none;width: 100%;margin: 0;box-sizing: border-box;padding: clamp(1.5rem, 3vw, 2rem);background-color: #fff;box-shadow: 0px 12px 80px 0px rgba(26, 26, 26, 0.08);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;grid-column: span 12;grid-row: span 1;position: relative;z-index: 1;}#hero-1620 .cs-icon {width: 3rem;height: auto;margin: 0 0 1.5rem 0;}#hero-1620 .cs-h3 {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: bold;line-height: 1.2em;text-align: inherit;margin: 0 0 1rem 0;color: var(--headerColor);}#hero-1620 .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;max-width: 28.125rem;margin: 0;padding: 0;color: var(--bodyTextColor);}#hero-1620 .cs-background {width: 100%;height: 55%;display: block;position: absolute;top: 0;left: 0;z-index: -2;}#hero-1620 .cs-background:before {content: "";width: 100%;height: 100%;background: #111926;opacity: 0.8;display: block;position: absolute;top: 0;left: 0;z-index: 1;pointer-events: none;}#hero-1620 .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 48rem) {#hero-1620 .cs-item {grid-column: span 4;}#hero-1620 .cs-background {height: 80%;}}@media only screen and (min-width: 100rem) {#hero-1620 .cs-background {background-position: center;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}}@media only screen and (min-width: 0rem) {body.dark-mode #hero-1620 .cs-item {background-color: var(--medium);}body.dark-mode #hero-1620 .cs-icon {filter: grayscale(1) brightness(1000%);}body.dark-mode #hero-1620 .cs-h3, body.dark-mode #hero-1620 .cs-item-text {color: var(--bodyTextColorWhite);}body.dark-mode #hero-1620 .cs-item-text {opacity: 0.8;}body.dark-mode #hero-1620 .cs-background:before {opacity: 0.9;}}@media only screen and (min-width: 0em) {#banner-1018 {padding: 0 1rem;padding-top: clamp(10rem, 25vw, 15.3125rem);padding-bottom: 7.5rem;background-color: #000;position: relative;z-index: 1;}#banner-1018 .cs-container {text-align: center;width: 100%;max-width: 80rem;margin: auto;display: flex;justify-content: center;align-items: center;flex-direction: column;}#banner-1018 .cs-picture {width: 100%;margin: 0 0 0.75rem;display: flex;justify-content: center;align-items: center;gap: 1rem;position: relative;}#banner-1018 .cs-picture:before {content: "";width: 50%;max-width: 9.375rem;height: 1px;background: #b4b2c7;opacity: 1;position: relative;display: block;}#banner-1018 .cs-picture:after {content: "";width: 50%;max-width: 9.375rem;height: 1px;background: #b4b2c7;opacity: 1;position: relative;display: block;}#banner-1018 .cs-icon {width: 40%;max-width: clamp(6.25rem, 18vw, 11.25rem);height: auto;flex: none;}#banner-1018 .cs-int-title {font-size: clamp(2.4375rem, 6.5vw, 3.8125rem);font-weight: 900;line-height: 1.2em;text-align: center;max-width: 43.75rem;margin: 0 0 1rem 0;color: var(--bodyTextColorWhite);position: relative;}#banner-1018 .cs-text {font-size: clamp(1rem, 2vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: 47.8125rem;margin: 0;color: var(--bodyTextColorWhite);}#banner-1018 .cs-background {width: 100%;height: 100%;opacity: 0.7;position: absolute;top: 0;left: 0;display: block;z-index: -1;}#banner-1018 .cs-background:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.72;position: absolute;display: block;top: 0;left: 0;z-index: 1;}#banner-1018 .cs-background img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 0em) {#banner-1018 {padding: 0 1rem;padding-top: clamp(10rem, 25vw, 15.3125rem);padding-bottom: 7.5rem;background-color: #000;position: relative;z-index: 1;}#banner-1018 .cs-container {text-align: center;width: 100%;max-width: 80rem;margin: auto;display: flex;justify-content: center;align-items: center;flex-direction: column;}#banner-1018 .cs-picture {width: 100%;margin: 0 0 0.75rem;display: flex;justify-content: center;align-items: center;gap: 1rem;position: relative;}#banner-1018 .cs-picture:before {content: "";width: 50%;max-width: 9.375rem;height: 1px;background: #b4b2c7;opacity: 1;position: relative;display: block;}#banner-1018 .cs-picture:after {content: "";width: 50%;max-width: 9.375rem;height: 1px;background: #b4b2c7;opacity: 1;position: relative;display: block;}#banner-1018 .cs-icon {width: 40%;max-width: clamp(6.25rem, 18vw, 11.25rem);height: auto;flex: none;}#banner-1018 .cs-int-title {font-size: clamp(2.4375rem, 6.5vw, 3.8125rem);font-weight: 900;line-height: 1.2em;text-align: center;max-width: 43.75rem;margin: 0 0 1rem 0;color: var(--bodyTextColorWhite);position: relative;}#banner-1018 .cs-text {font-size: clamp(1rem, 2vw, 1.25rem);line-height: 1.5em;text-align: inherit;width: 100%;max-width: 47.8125rem;margin: 0;color: var(--bodyTextColorWhite);}#banner-1018 .cs-background {width: 100%;height: 100%;opacity: 0.7;position: absolute;top: 0;left: 0;display: block;z-index: -1;}#banner-1018 .cs-background:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.72;position: absolute;display: block;top: 0;left: 0;z-index: 1;}#banner-1018 .cs-background img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}@media only screen and (min-width: 0rem) {html, body {scroll-behavior: smooth;overflow: initial;}#cs-menu-group-1018 {text-align: center;height: auto;padding: var(--sectionPadding);padding-left: 0;padding-right: 0;padding-bottom: 0;}#cs-menu-group-1018 .cs-container {width: 100%;max-width: 34.375rem;margin: auto;padding: var(--sectionPadding);padding-top: clamp(3rem, 5vw, 4rem);box-sizing: border-box;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;}#cs-menu-group-1018 .cs-hidden {display: none;}#cs-menu-group-1018 .cs-button-group {width: auto;max-width: 62.5rem;margin: 0 1rem;padding: clamp(1rem, 3vw, 1.75rem) clamp(2rem, 4vw, 3rem);border-radius: 4.375rem;background-color: #f3f3f3;border: 1px solid #b4b2c7;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;display: inline-flex;justify-content: center;flex-wrap: wrap;align-items: center;column-gap: clamp(1.5rem, 2vw, 2.25rem);row-gap: 0.75rem;position: sticky;top: clamp(5.25rem, 8vw, 6.875rem);z-index: 1000;}#cs-menu-group-1018 .cs-button {font-size: 1rem;line-height: 1.5em;font-weight: 400;margin: 0;padding: 0;color: #878787;background: transparent;border: none;display: flex;justify-content: center;align-items: center;position: relative;transition: color 0.3s, font-weight 0.3s, color 0.3s;}#cs-menu-group-1018 .cs-button:hover {color: var(--primary);cursor: pointer;}#cs-menu-group-1018 .cs-button:after {content: "";position: relative;display: block;width: 0;height: clamp(1rem, 3vw, 1.5rem);background: url("/svgs/fleurDeLis.svg");background-size: contain;background-position: center;background-repeat: no-repeat;opacity: 0;transition: width 0.3s, opacity 0.3s, margin-left 0.3s;}#cs-menu-group-1018 .cs-button.cs-active {color: var(--headerColor);font-weight: 700;}#cs-menu-group-1018 .cs-button.cs-active:after {width: clamp(1.5625rem, 3vw, 2.25rem);opacity: 1;margin-left: clamp(0.5rem, 0.5vw, 1rem);}#cs-menu-group-1018 .cs-menu {display: flex;flex-direction: column;align-items: center;gap: clamp(2rem, 6vw, 4rem);}#cs-menu-group-1018 .cs-menu.cs-menu-style2 {position: relative;}#cs-menu-group-1018 .cs-menu.cs-menu-style2:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.7;position: absolute;display: block;top: 0;left: 0;z-index: 1;}#cs-menu-group-1018 .cs-menu.cs-menu-style2 .cs-title, #cs-menu-group-1018 .cs-menu.cs-menu-style2 .cs-text {color: var(--bodyTextColorWhite);}#cs-menu-group-1018 .cs-menu.cs-menu-style2 .cs-name {color: var(--bodyTextColorWhite);}#cs-menu-group-1018 .cs-menu.cs-menu-style2 .cs-menu-p {color: #fff;opacity: 0.8;}#cs-menu-group-1018 .cs-menu.cs-menu-style3 {background-color: rgba(255, 255, 255, 0.7);}#cs-menu-group-1018 .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;position: relative;z-index: 20;}#cs-menu-group-1018 .cs-text {font-size: var(--bodyFontSize);line-height: 1.5em;text-align: inherit;width: 100%;max-width: 40.625rem;margin: 0;color: var(--bodyTextColor);}#cs-menu-group-1018 .cs-menu-list {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;row-gap: clamp(2rem, 6vw, 3.75rem);position: relative;z-index: 20;}#cs-menu-group-1018 .cs-menu-row {display: flex;flex-direction: column;align-items: stretch;row-gap: clamp(2rem, 6vw, 3.75rem);}#cs-menu-group-1018 .cs-menu-item {text-align: left;list-style: none;margin: 0;width: 100%;display: flex;flex-direction: column;gap: 1rem;}#cs-menu-group-1018 .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.5625rem);line-height: 1.2em;font-weight: 700;width: 100%;margin: 0;display: flex;justify-content: space-between;align-items: center;gap: 1rem;position: relative;}#cs-menu-group-1018 .cs-h3:after {content: "";width: 50%;height: 1px;background: #b4b2c7;opacity: 1;position: relative;display: block;order: 1;}#cs-menu-group-1018 .cs-name {font-size: clamp(1rem, 2vw, 1.5625rem);line-height: 1.2em;max-width: 16ch;margin-right: auto;color: var(--headerColor);display: block;flex: none;}#cs-menu-group-1018 .cs-price {font-size: clamp(1.25rem, 2vw, 1.5625rem);line-height: 1.2em;font-weight: bold;width: auto;margin: 0;padding: 0.5rem 0.75rem;border-radius: 5rem;background-color: #fff;border: 1px solid #b4b2c7;color: var(--primary);box-sizing: border-box;display: block;flex: none;order: 3;}#cs-menu-group-1018 .cs-menu-p {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;text-align: inherit;width: 100%;margin: 0;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#cs-menu-group-1018 .cs-container {max-width: 80rem;}#cs-menu-group-1018 .cs-menu.cs-menu-style2 {background-size: cover;background-position: center;background-repeat: no-repeat;}#cs-menu-group-1018 .cs-menu-row {width: 100%;flex-direction: row;justify-content: stretch;gap: clamp(2em, 4vw, 5rem);}#cs-menu-group-1018 .cs-menu-row.cs-3 .cs-h3 {gap: 0.5rem;}#cs-menu-group-1018 .cs-menu-row.cs-3 .cs-h3:after {display: none;}#cs-menu-group-1018 .cs-menu-row.cs-3 .cs-name {font-size: clamp(1rem, 2vw, 1.5625rem);width: 70%;max-width: 20ch;}#cs-menu-group-1018 .cs-menu-item {max-width: 37.5rem;margin: 0 auto;}#cs-menu-group-1018 .cs-name {width: fit-content;max-width: 70%;}}@media only screen and (min-width: 0rem) {body.dark-mode #cs-menu-group-1018 .cs-button-group {background-color: var(--medium);}body.dark-mode #cs-menu-group-1018 .cs-button {color: #fff;}body.dark-mode #cs-menu-group-1018 .cs-button:hover {color: var(--secondary);}body.dark-mode #cs-menu-group-1018 .cs-title, body.dark-mode #cs-menu-group-1018 .cs-text, body.dark-mode #cs-menu-group-1018 .cs-name, body.dark-mode #cs-menu-group-1018 .cs-menu-p {color: var(--bodyTextColorWhite);}body.dark-mode #cs-menu-group-1018 .cs-text, body.dark-mode #cs-menu-group-1018 .cs-menu-p {opacity: 0.8;}body.dark-mode #cs-menu-group-1018 .cs-price {background-color: var(--medium);color: var(--secondary);}body.dark-mode #cs-menu-group-1018 .cs-menu-style2 .cs-price {color: var(--primary);background-color: #fff;}body.dark-mode #cs-menu-group-1018 .cs-menu-style3 {background-color: rgba(255, 255, 255, 0.03);}}@media only screen and (min-width: 0em) {body, html, * {font-size: 100%;margin: 0;box-sizing: border-box;padding: 0;}.event-container {width: 94%;max-width: 70em;margin: auto;}.event-link {font-size: 1rem;font-weight: 700;line-height: clamp(2.875em, 5.5vw, 3.5em);text-align: center;text-decoration: none;min-width: 9.375rem;margin: auto;box-sizing: border-box;padding: 0 1.5rem;color: #fff;background-color: var(--headerColor);border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;z-index: 1;transition: color 0.3s;}.event-link:before {content: "";width: 100%;height: 100%;box-sizing: border-box;background: #fff;opacity: 0;border: 1px solid var(--headerColor);border-radius: 0.25rem;position: absolute;top: 0;left: 0;z-index: -1;z-index: -1;transition: opacity 0.3s;}.event-link:hover {color: var(--headerColor);}.event-link:hover:before {opacity: 1;}}@media only screen and (min-width: 0em) {#header {position: relative;z-index: 1;}#header .event-container {padding: clamp(100px, 14vw, 200px) 0 clamp(50px, 11vw, 100px);}#header .event-header {font-size: clamp(24px, 4vw, 48px);font-weight: 700;line-height: 1.2em;text-align: left;width: 100%;margin: 0;color: #fff;}#header .event-bg {width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#header .event-bg:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.6;display: block;position: absolute;top: 0;left: 0;z-index: 1;}#header .event-bg img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 0em) {#int-hero {min-height: 30vh;padding-top: 3.125rem;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;z-index: 1;}#int-hero:before {content: "";width: 100%;height: 100%;background: #000;opacity: 0.7;display: block;position: absolute;top: 0;left: 0;z-index: -1;}#int-hero picture {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: -2;}#int-hero picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}#int-hero h1 {font-size: 2.1333333333rem;text-align: center;width: 96%;max-width: 31.25rem;margin: 0 auto;margin-top: 4.375rem;margin-bottom: 1.875rem;color: #fff;position: relative;}#int-hero p {text-align: center;width: 96%;max-width: 25rem;margin: auto;margin-bottom: 1.875rem;color: #fff;display: block;}}@media only screen and (min-width: 48em) {#int-hero {font-size: 100%;}#int-hero h1 {font-size: 4rem;}}@media only screen and (min-width: 64em) {#int-hero {font-size: inherit;height: auto;min-height: 18.75rem;padding-top: 11.25rem;background-attachment: fixed;padding-block-end: 6.25rem;}}@media only screen and (min-width: 0em) {.event-container {padding: clamp(60px, 7vw, 100px) 0;}.main-content-wrapper {display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}.main-content {width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}}@media only screen and (min-width: 64em) {.main-content-wrapper {flex-direction: row;align-items: flex-start;column-gap: 1.25em;}}@media only screen and (min-width: 0em) {.recent-articles {width: 100%;max-width: 49.6875em;overflow: hidden;flex: none;}.recent-articles .event-mainImage {width: 100%;height: clamp(200px, 30vw, 400px);border-radius: 0.5em 0.5em 0 0;display: block;position: relative;overflow: hidden;}.recent-articles .event-mainImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .article-group {padding: clamp(30px, 5vw, 50px);border: 1px solid #ebebeb;border-radius: 0 0 0.5em 0.5em;}.recent-articles .event-author-img {width: 2em;height: 2em;border-radius: 50%;display: block;position: relative;overflow: hidden;}.recent-articles .event-author-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.recent-articles .event-authorGroup {display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}.recent-articles .event-author, .recent-articles .event-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);}.recent-articles .event-dot {width: 3px;height: 3px;background-color: var(--primary);border-radius: 50%;display: block;}.recent-articles .event-h1 {font-size: clamp(20px, 5vw, 32px);font-weight: 700;line-height: 1.4em;margin: 1rem 0;color: var(--headerColor);}.recent-articles .event-desc {font-size: 1rem;line-height: 1.5em;margin: 1rem 0 2rem;color: var(--bodyTextColor);}.recent-articles .event-link {font-size: 1rem;font-weight: 700;line-height: clamp(2.875em, 5.5vw, 3.5em);text-align: center;text-decoration: none;min-width: 9.375rem;margin: auto;box-sizing: border-box;padding: 0 1.5rem;color: #fff;background-color: var(--headerColor);border-radius: 0.25rem;display: inline-block;position: relative;z-index: 1;z-index: 1;transition: color 0.3s;}.recent-articles .event-link:before {content: "";width: 100%;height: 100%;box-sizing: border-box;background: #fff;opacity: 0;border: 1px solid var(--headerColor);border-radius: 0.25rem;position: absolute;top: 0;left: 0;z-index: -1;z-index: -1;transition: opacity 0.3s;}.recent-articles .event-link:hover {color: var(--headerColor);}.recent-articles .event-link:hover:before {opacity: 1;}}@media only screen and (min-width: 64em) {.recent-articles .event-h1 {max-width: 31.25rem;}}@media only screen and (min-width: 0em) {body.dark-mode .recent-articles .event-h1, body.dark-mode .recent-articles .event-desc, body.dark-mode .recent-articles .event-author, body.dark-mode .recent-articles .event-date {color: #f7f7f7;}body.dark-mode .event-sidebar .feature-h3, body.dark-mode .event-sidebar .feature-date, body.dark-mode .event-sidebar .event-header {color: #f7f7f7;}body.dark-mode .event-sidebar .event-header:after {background: var(--primary);}body.dark-mode .event-article .event-h1, body.dark-mode .event-article .event-author, body.dark-mode .event-article .event-date {color: #f7f7f7;}body.dark-mode .event-article #event-content h1, body.dark-mode .event-article #event-content h2, body.dark-mode .event-article #event-content h3, body.dark-mode .event-article #event-content h4, body.dark-mode .event-article #event-content h5, body.dark-mode .event-article #event-content h6 {color: #f7f7f7;}body.dark-mode .event-article #event-content p, body.dark-mode .event-article #event-content li {color: #f7f7f7;opacity: 0.8;}body.dark-mode .event-article #event-content a {color: #9dafe5;}}@media only screen and (min-width: 0em) {.event-sidebar {width: 100%;max-width: 49.6875em;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;align-items: center;row-gap: 3.125em;}.event-sidebar .event-featured-group {width: 100%;padding: 2.1875em 1.875em;border: 1px solid #ebebeb;border-radius: 0.5em;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}.event-sidebar .event-header {font-size: 1.25em;font-weight: bold;text-align: center;margin-bottom: 1.875rem;color: var(--headerColor);display: block;position: relative;}.event-sidebar .event-header:after {content: "";width: 3.125rem;height: 3px;margin: 1rem auto;background: var(--headerColor);border-radius: 0.25rem;display: block;position: relative;}.event-sidebar .event-feature {text-decoration: none;width: 100%;padding: 1.25rem 0;border-bottom: 1px solid #ebebeb;display: flex;justify-content: flex-start;align-items: center;column-gap: 1.5em;}.event-sidebar .event-feature:nth-of-type(1) {padding-top: 0;}.event-sidebar .event-feature:last-of-type {padding-bottom: 0;border: none;}.event-sidebar .event-featureImage {width: 3.75em;height: 3.75em;border-radius: 50%;display: block;position: relative;overflow: hidden;flex: none;}.event-sidebar .event-featureImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.event-sidebar .feature-h3 {font-size: 0.9375rem;font-weight: 700;line-height: 1.5em;text-decoration: none;margin: 0;margin-bottom: 0.25rem;color: var(--headerColor);display: block;}.event-sidebar .feature-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);display: block;}}@media only screen and (min-width: 64em) {.event-sidebar {max-width: 22.5em;}}@media only screen and (min-width: 0em) {.event-article {width: 100%;max-width: 49.6875em;display: block;}.event-article .event-mainImage {width: 100%;height: clamp(200px, 30vw, 400px);margin-bottom: 3.125em;border-radius: 0.5em;display: block;position: relative;overflow: hidden;}.event-article .event-mainImage img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.event-article .event-author-img {width: 2em;height: 2em;border-radius: 50%;display: block;position: relative;overflow: hidden;}.event-article .event-author-img img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.event-article .event-authorGroup {display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;}.event-article .event-author, .event-article .event-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);}.event-article .event-dot {width: 3px;height: 3px;background-color: #fe4f70;border-radius: 50%;display: block;}.event-article .event-h1 {font-size: clamp(20px, 5vw, 39px);font-weight: 700;line-height: 1.4em;max-width: 34.375rem;margin: 1rem 0;color: var(--headerColor);}.event-article #event-content {margin-top: 1em;padding-top: 1.5625em;border-top: 1px solid #ebebeb;}.event-article #event-content h1 {font-size: 2.25rem;font-weight: 700;line-height: 1.75em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h2 {font-size: 1.75rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h3 {font-size: 1.5rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content h4, .event-article #event-content h5, .event-article #event-content h6 {font-size: 1.25rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1rem;color: var(--headerColor);}.event-article #event-content p {font-size: 1rem;line-height: 1.6em;margin: 0;margin-bottom: 1rem;color: var(--bodyTextColor);}.event-article #event-content a {font-size: inherit;text-decoration: underline;color: var(--secondary);}.event-article #event-content ul, .event-article #event-content ol {margin: 0;margin: 1rem 0;padding-left: 2.5rem;}.event-article #event-content ul li, .event-article #event-content ol li {font-size: 1rem;line-height: 1.6em;list-style: circle;margin-bottom: 1rem;color: var(--bodyTextColor);}.event-article #event-content img {width: 100%;height: auto;margin: 1rem 0;border-radius: 0.5rem;display: block;}}@media only screen and (min-width: 0em) {#cs-footer {font-family: "Roboto", "Arial", sans-serif;padding: clamp(3.75em, 7.82vw, 6.25em) 1em;background-color: #1a1a1a;}#cs-footer .cs-container {width: 100%;max-width: 80em;margin: auto;}#cs-footer .cs-logo-group {width: 100%;position: relative;}#cs-footer .cs-logo {width: clamp(13.125em, 8vw, 15em);height: auto;margin-bottom: clamp(1.75em, 4.17vw, 2.75em);display: block;}#cs-footer .cs-logo-img {width: 100%;height: auto;}#cs-footer .cs-text {max-width: 21.5rem;margin: 0;margin-bottom: 2.5rem;color: var(--bodyTextColorWhite);}#cs-footer .cs-nav {margin: 0;margin-bottom: clamp(2em, 5.3vw, 2.5em);padding: 0;padding-left: 1em;}#cs-footer .cs-nav-li {line-height: 1.5em;list-style: none;}#cs-footer .cs-nav-li:last-of-type {margin-bottom: 0;}#cs-footer .cs-header {font-size: 1rem;font-weight: 700;line-height: 1.5em;margin-bottom: 1.25rem;color: var(--bodyTextColorWhite);display: block;position: relative;}#cs-footer .cs-nav-link {font-size: 1rem;line-height: 1.5em;text-decoration: none;color: var(--bodyTextColorWhite);position: relative;}#cs-footer .cs-nav-link:before {content: "";width: 0%;height: 0.125rem;background: currentColor;opacity: 1;display: block;position: absolute;bottom: -0.125rem;left: 0;transition: width 0.3s;}#cs-footer .cs-nav-link:hover:before {width: 100%;}#cs-footer .cs-bottom {width: 100%;padding-left: 1em;position: relative;}#cs-footer .cs-copyright {font-size: 1rem;line-height: 1.5em;color: #b4b2c7;display: block;}#cs-footer .cs-social {display: inline-flex;flex-direction: column;justify-content: flex-start;gap: 0.75em;position: absolute;right: 1em;bottom: 0;}#cs-footer .cs-social-link {width: 1.5rem;height: 1.5rem;background-color: #4e4b66;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;transition: transform 0.3s, background-color 0.3s;}#cs-footer .cs-social-link:hover {background-color: var(--primary);transform: translateY(-0.1875rem);}#cs-footer .cs-social-img {width: auto;height: 0.8125rem;display: block;}}@media only screen and (min-width: 37.5em) {#cs-footer .cs-container {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;column-gap: clamp(3em, 5.9vw, 3.75em);}}@media only screen and (min-width: 48em) {#cs-footer .cs-logo-group {margin-bottom: clamp(1.25em, 4vw, 3.75em);display: flex;justify-content: space-between;align-items: flex-start;}#cs-footer .cs-logo {margin: 0;}#cs-footer .cs-text {text-align: right;width: 50%;max-width: 32.5625rem;margin: 0;}#cs-footer .cs-nav {padding: 0;}#cs-footer .cs-bottom {padding: 0;display: flex;justify-content: space-between;align-items: center;}#cs-footer .cs-social {flex-direction: row;position: relative;right: auto;bottom: auto;}}