 h1, h2, h3, h4, .cs-title {font-family: var(--headerFont);position: relative;margin: 2rem 0 1rem 0;font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);line-height: 1.2em;font-weight: 900;color: #242b49;text-align: inherit;max-width: 43.75rem;}h4, .cs-title--extra-small {font-size: clamp(1em, 1.5vw, 1.3rem);}h3, .cs-title--small {font-size: clamp(1.2rem, 2vw, 2.0625rem);}h2, .cs-title--medium {font-size: clamp(1.5rem, 2.5vw, 2.4rem);}h1 {font-size: clamp(3rem, 6vw, 7rem);}p, li, .cs-text {color: #242b49;font-family: "Barlow";font-weight: 400;} .cs-text--as-header {text-transform: uppercase;font-size: 1rem;font-weight: 700;letter-spacing: 0.125rem;font-family: "Barlow";} .cs-text--italic {font-style: italic;} .cs-text--link {color: #242b49;font-family: "Barlow";font-weight: 400;text-decoration: none;color: #c65445;transition: 0.3s ease-in-out;} .cs-text--link:hover {color: #c65445;filter: brightness(108%);text-decoration: underline;}body.dark-mode .cs-title {color: #fff6f0;}.cs-container {position: relative;margin: auto;z-index: 10;max-width: 34.375em;width: 100%;padding: 0;}@media (min-width: 768px) {.cs-container {max-width: 70em;}}.cs-button-solid {position: relative;padding: 0 1.875rem;background-color: #c65445;display: inline-block;height: 3.75rem;line-height: 3.75rem;cursor: pointer;text-transform: uppercase;text-align: center;text-decoration: none;font-size: 1rem;letter-spacing: 0.125rem;color: #fff6f0;border: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;border-radius: 5px;white-space: nowrap;font-family: "Barlow";font-weight: 700;}.cs-button-solid:hover {box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);filter: brightness(108%);}body.dark-mode .cs-button-solid:before {background-color: #5969ad;}body.dark-mode .cs-button-solid:hover {color: #fff6f0;}body.dark-mode .cs-button-solid:after {background-color: #fff;}@media only screen and (max-width: 64rem) {#cs-navigation {z-index: 10000;position: fixed;background-color: var(--backgroundPrimary);width: 100%;box-sizing: border-box;}#cs-navigation .cs-container {display: flex;justify-content: flex-end;align-items: center;width: 100%;max-width: 100%;padding: 0.75rem 1rem;}#cs-navigation .cs-logo {z-index: 10;display: flex;justify-content: center;align-items: center;margin: 0 auto 0 0;height: 100%;max-width: 9.125rem;width: 40%;box-sizing: border-box;padding: 0;}#cs-navigation .cs-logo img {height: 100%;width: 100%;object-fit: contain;object-position: left;}#cs-navigation .cs-toggle {display: flex;justify-content: center;align-items: center;border: none;border-radius: 0.25rem;margin: 0 0 0 auto;background-color: transparent;height: clamp(2.75rem, 6vw, 3rem);width: clamp(2.75rem, 6vw, 3rem);}#cs-navigation .cs-active .cs-line1 {top: 50%;transform: translate(-50%, -50%) rotate(225deg);}#cs-navigation .cs-active .cs-line2 {top: 50%;transform: translate(-50%, -50%) translateY(0) rotate(-225deg);transform-origin: center;}#cs-navigation .cs-active .cs-line3 {bottom: 100%;opacity: 0;}#cs-navigation .cs-box {position: relative;height: clamp(0.875rem, 1.5vw, 1rem);width: clamp(1.5rem, 2vw, 1.75rem);}#cs-navigation .cs-line {position: absolute;left: 50%;transform: translateX(-50%);border-radius: 2px;background-color: #1a1a1a;height: 2px;width: 100%;}#cs-navigation .cs-line1 {top: 0;transition: transform 0.5s, top 0.3s, left 0.3s;animation-duration: 0.7s;animation-timing-function: ease;animation-direction: normal;animation-fill-mode: forwards;transform-origin: center;}#cs-navigation .cs-line2 {top: 50%;transform: translateX(-50%) translateY(-50%);transition: top 0.3s, left 0.3s, transform 0.5s;animation-duration: 0.7s;animation-timing-function: ease;animation-direction: normal;animation-fill-mode: forwards;}#cs-navigation .cs-line3 {bottom: 0;transition: bottom 0.3s, opacity 0.3s;}#cs-navigation .cs-ul-wrapper {z-index: -1;position: absolute;top: 100%;left: auto;right: 0;opacity: 0;visibility: hidden;transform: scaleX(0);background-color: #f2f0e9;height: 100vh;overflow: hidden;transition: transform 0.4s, opacity 0.3s;box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;transform-origin: top right;}#cs-navigation .cs-ul {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-end;margin: 0;height: 65vh;min-width: 40%;width: auto;padding: 3rem clamp(1.75rem, 3vw, 2.5rem) 2rem 4.375rem;gap: 1.25rem;}#cs-navigation .cs-li {opacity: 0;transform: translateX(-2.5rem);margin-right: 0;width: 100%;list-style: none;transition: transform 0.6s, opacity 0.9s;text-align: right;}#cs-navigation .cs-li:nth-of-type(1) {transition-delay: 0.05s;}#cs-navigation .cs-li:nth-of-type(2) {transition-delay: 0.1s;}#cs-navigation .cs-li:nth-of-type(3) {transition-delay: 0.15s;}#cs-navigation .cs-li:nth-of-type(4) {transition-delay: 0.2s;}#cs-navigation .cs-li:nth-of-type(5) {transition-delay: 0.25s;}#cs-navigation .cs-li:nth-of-type(6) {transition-delay: 0.3s;}#cs-navigation .cs-li:nth-of-type(7) {transition-delay: 0.35s;}#cs-navigation .cs-li:nth-of-type(8) {transition-delay: 0.4s;}#cs-navigation .cs-li:nth-of-type(9) {transition-delay: 0.45s;}#cs-navigation .cs-li-link {display: inline-block;position: relative;display: block;margin: 0;text-decoration: none;text-transform: uppercase;font-family: var(--headerFont);font-size: clamp(1rem, 2.5vw, 1.5rem);line-height: 1.2em;font-weight: 600;color: var(--headerColor);transition: color 0.3s;}#cs-navigation .cs-li-link.cs-active {color: #c65445;}#cs-navigation:before {z-index: -11;position: absolute;top: 100%;right: 0;content: "";opacity: 0;display: block;background: rgba(0, 0, 0, 0.6);height: 100vh;width: 0%;transition: width 0.5s, opacity 0.3s;-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);}#cs-navigation.cs-active .cs-ul-wrapper {opacity: 1;visibility: visible;transform: scaleX(1);transition-delay: 0.2s;}#cs-navigation.cs-active .cs-li {opacity: 1;transform: translateX(0);}#cs-navigation.cs-active:before {opacity: 1;width: 100%;}#cs-navigation .cs-dropdown {position: relative;color: var(--bodyTextColorWhite);}#cs-navigation .cs-dropdown .cs-li-link {position: relative;transition: opacity 0.3s;}#cs-navigation .cs-dropdown-button {border: none;background-color: transparent;font-family: inherit;font-size: clamp(1rem, 2.5vw, 1.5rem);cursor: pointer;appearance: none;}#cs-navigation .cs-drop-li {list-style: none;text-align: inherit;}}@media only screen and (max-width: 64rem) {body.dark-mode #cs-navigation {background-color: var(--medium);}body.dark-mode #cs-navigation .cs-logo {filter: grayscale(1) brightness(1000%);}body.dark-mode #cs-navigation .cs-line {background-color: #fff6f0;}body.dark-mode #cs-navigation .cs-ul-wrapper {background-color: var(--medium);}body.dark-mode #cs-navigation .cs-li-link {color: var(--bodyTextColorWhite);}body.dark-mode #cs-navigation .cs-li-link:hover {color: #c65445;}body.dark-mode #cs-navigation .cs-li-link.cs-active {color: #c65445;}}@media only screen and (min-width: 64rem) {#cs-navigation .cs-dropdown {position: relative;}#cs-navigation .cs-dropdown.cs-active, #cs-navigation .cs-dropdown:hover {cursor: pointer;}#cs-navigation .cs-dropdown.cs-active .cs-drop-li, #cs-navigation .cs-dropdown:hover .cs-drop-li {opacity: 1;transform: translateY(0);}#cs-navigation .cs-dropdown-button {border: none;background-color: transparent;font-family: inherit;font-size: inherit;cursor: pointer;appearance: none;}#cs-navigation .cs-drop-li {opacity: 0;transform: translateY(-0.625rem);display: block;height: auto;width: 100%;list-style: none;text-decoration: none;font-size: 1rem;color: var(--bodyTextColor);transition: opacity 0.6s, transform 0.6s;}#cs-navigation .cs-drop-li:nth-of-type(1) {transition-delay: 0.05s;}#cs-navigation .cs-drop-li:nth-of-type(2) {transition-delay: 0.1s;}#cs-navigation .cs-drop-li:nth-of-type(3) {transition-delay: 0.15s;}#cs-navigation .cs-drop-li:nth-of-type(4) {transition-delay: 0.2s;}#cs-navigation .cs-drop-li:nth-of-type(5) {transition-delay: 0.25s;}#cs-navigation .cs-drop-li:nth-of-type(6) {transition-delay: 0.3s;}#cs-navigation .cs-drop-li:nth-of-type(7) {transition-delay: 0.35s;}#cs-navigation .cs-drop-li:nth-of-type(8) {transition-delay: 0.4s;}#cs-navigation .cs-drop-li:nth-of-type(9) {transition-delay: 0.45s;}#cs-navigation .cs-drop-li:nth-of-type(10) {transition-delay: 0.5s;}#cs-navigation .cs-drop-li:nth-of-type(11) {transition-delay: 0.55s;}#cs-navigation .cs-drop-li:nth-of-type(12) {transition-delay: 0.6s;}#cs-navigation .cs-drop-li:nth-of-type(13) {transition-delay: 0.65s;}}@media only screen and (min-width: 64rem) {#cs-navigation {z-index: 10000;position: fixed;background-color: var(--backgroundPrimary);width: 100%;box-sizing: border-box;padding: 0 1rem;}#cs-navigation .cs-container {display: flex;justify-content: flex-end;align-items: center;margin: auto;width: 100%;gap: 1.5rem;max-width: 80em;}#cs-navigation .cs-toggle {display: none;}#cs-navigation .cs-logo {z-index: 100;display: flex;justify-content: center;align-items: center;margin: 0 auto 0 0;height: 4.0625rem;max-width: 21.875rem;padding: 0;}#cs-navigation .cs-logo img {height: 100%;width: 100%;object-fit: contain;}#cs-navigation .cs-ul {display: flex;justify-content: flex-start;align-items: center;margin: 0;width: 100%;padding: 0;gap: clamp(1.25rem, 2.6vw, 2.25rem);}#cs-navigation .cs-li {padding: 2rem 0;list-style: none;flex: none;margin-bottom: 0;}#cs-navigation .cs-li-link {position: relative;display: block;margin: 0;text-decoration: none;text-transform: uppercase;font-family: var(--headerFont);font-size: clamp(0.875rem, 1vw, 1rem);line-height: 1.5em;font-weight: 600;color: var(--headerColor);transition: color 0.3s;}#cs-navigation .cs-li-link:hover {color: #c65445;}#cs-navigation .cs-li-link:hover:before {width: 100%;}#cs-navigation .cs-li-link.cs-active {color: #c65445;}}@media only screen and (min-width: 64rem) {body.dark-mode #cs-navigation {background-color: var(--medium);}body.dark-mode #cs-navigation .cs-logo {filter: grayscale(1) brightness(1000%);}body.dark-mode #cs-navigation .cs-li-link {color: var(--bodyTextColorWhite);}body.dark-mode #cs-navigation .cs-li-link:hover {color: #c65445;}body.dark-mode #cs-navigation .cs-li-link.cs-active {color: #c65445;}}@media only screen and (min-width: 0rem) {body.dark-mode #dark-mode-toggle .cs-sun {opacity: 1;transform: translate(-50%, -50%);}body.dark-mode #dark-mode-toggle .cs-moon {opacity: 0;transform: translate(-50%, -150%);fill: #fff;}#dark-mode-toggle {z-index: 1000;position: absolute;right: 4.375rem;display: block;border: none;background: transparent;height: 3rem;width: 3rem;overflow: hidden;padding: 0;}#dark-mode-toggle img, #dark-mode-toggle svg {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 1.25rem;width: 1.25rem;pointer-events: none;}#dark-mode-toggle .cs-moon {z-index: 2;transition: transform 0.3s, opacity 0.3s;}#dark-mode-toggle .cs-sun {z-index: 1;opacity: 0;transform: translate(-50%, 100%);transition: transform 0.3s, opacity 0.3s;}}@media only screen and (min-width: 64rem) {#dark-mode-toggle {position: relative;top: auto;right: auto;transform: none;margin: 0;}#dark-mode-toggle:hover {cursor: pointer;}}#footer {z-index: 1;position: relative;box-sizing: border-box;overflow: hidden;padding: 2rem 0;margin: auto;max-width: 45rem;width: 94%;}#footer .cs-container {max-width: inherit;}#footer .acknowledgements {display: flex;flex-direction: column;}@media (min-width: 1024px) {#footer {max-width: 70rem;}#footer .acknowledgements {display: flex;flex-direction: row;column-gap: 0.8rem;align-items: center;}}#sidebar {display: flex;flex-direction: column;justify-content: center;max-width: 45rem;width: 100%;box-sizing: border-box;row-gap: 3.125em;border-top: 1px solid #d0d0d0;padding-top: 3.125rem;}#sidebar h1 {margin-top: 0;}#sidebar .about-group {margin: auto;display: flex;flex-direction: column;row-gap: 1rem;}#sidebar .about-group-content {margin: auto;display: flex;flex-direction: row;column-gap: 1rem;align-items: center;}#sidebar .about-group-content img {border-radius: 0.5rem;height: 4.6875em;width: 4.6875em;object-fit: cover;display: block;}#sidebar .popular-group {margin: auto;display: flex;flex-direction: column;row-gap: 1rem;width: 100%;}#sidebar .blog-post-group {display: flex;flex-direction: column;justify-content: flex-start;row-gap: 0.8rem;width: 100%;}#sidebar .blog-post-group .cs-text--link {color: #353535;}#sidebar .blog-post-group .cs-text--link:hover {text-decoration: underline;}@media (min-width: 1024px) {#sidebar {max-width: 22.5em;border: none;padding: 0;}}body.dark-mode #sidebar .cs-text--link {color: #fff6f0;}body.dark-mode #sidebar .cs-text--link:hover {text-decoration: underline;}body.dark-mode #sidebar .about-group .cs-text--link {color: #c65445;}:root {--primary: #242b49;--primaryLight: #5969ad;--backgroundPrimary: #f2f0e9;--secondary: #c65445;--headerColor: #242b49;--bodyTextColor: #353535;--bodyTextColorWhite: #fff6f0;--topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);--headerFont: Playfair Display;--headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);--bodyFontSize: 1.1rem;--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;--round-lg: 1rem;--round-xl: 25rem;}body, html {margin: 0;overflow-x: hidden;padding: 0;font-weight: 300;font-size: 100%;color: var(--bodyTextColor);background-color: var(--backgroundPrimary);}@media (min-width: 1024px) {body, html {margin: 0;padding: 0;}}@media (min-width: 3000px) {body, html {font-size: 0.55vw;}}body {transition: background-color 0.3s;}@media (max-width: 1024px) {body.cs-open {overflow: hidden;}}input, textarea {border: 1px solid #fff6f0;border-radius: 0.5rem;margin-top: 0.25rem;height: 3rem;width: 100%;box-sizing: border-box;padding-left: 1.25rem;font-size: 1rem;transition: border 0.3s;}input:hover, textarea:hover {border: 1px solid var(--primary);}textarea {min-height: 7.5rem;padding-top: 1.25rem;font-family: inherit;}.cs-hide-on-mobile {display: none;}.flex-group {display: flex;justify-content: flex-start;align-items: center;margin: 0;list-style: none;font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;font-weight: 700;color: var(--bodyTextColorWhite);gap: 0.8rem;width: 100%;}.flex-group .flex-group-text {font-size: 1rem;line-height: 1.5em;text-align: left;margin: 0;}.flex-group .recent-posts-header {margin-bottom: 0;}.flex-group .cs-icon {width: 2rem;height: auto;display: block;margin-left: -0.2rem;}.cs-hidden {display: none;}.blog-container {margin: auto;max-width: 70em;width: 94%;}.blog-article {display: block;max-width: 45rem;width: 100%;}.blog-article .blog-title {margin-top: 0;}.logo-title {z-index: 10;display: flex;justify-content: center;align-items: center;margin: 0 auto 0 0;height: 100%;box-sizing: border-box;padding: 0;}.logo-title a {text-decoration: none;}.logo-title a:hover {text-decoration: none;}.logo-title .cs-title {font-family: var(--headerFont);margin: 0;}.logo-title .logo-title-left {color: var(--primary);}.logo-title .logo-title-right {color: var(--secondary);}@media only screen and (min-width: 0rem) {.blog-container {padding: clamp(8rem, 10vw, 10rem) 0;}.post-list {display: flex;flex-direction: column;row-gap: 2rem;width: 100%;}.post-list a {color: var(--primary);}.post-list a:hover {color: var(--primary);}.post-list .post-list-group {display: flex;flex-direction: column;row-gap: 0.8rem;}.post-list .post-list-group-header {display: flex;justify-content: space-between;align-items: center;margin: 0;list-style: none;width: 100%;}.post-list .post-list-group-header:target {scroll-margin-top: 7rem;}.articles-list-container .article-group {display: flex;flex-direction: row;column-gap: 0.8rem;}.articles-list-container .article-group span.cs-text {color: var(--secondary);font-size: var(--bodyFontSize);line-height: 1.5em;}.articles-list-container a {text-decoration: none;}.articles-list-container a:hover {text-decoration: underline;}.articles-list-container img {border-radius: 0.5rem;height: 4.6875em;width: 4.6875em;object-fit: cover;display: block;}.blog-mainImage {position: relative;display: block;border-radius: 0.5rem;height: clamp(200px, 30vw, 400px);width: 100%;overflow: hidden;margin-bottom: 0.8rem;}.blog-mainImage img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}}#header {z-index: 1;position: relative;}#header .blog-container {padding: clamp(100px, 14vw, 200px) 0 clamp(50px, 11vw, 100px);}@media only screen and (min-width: 64rem) {.cs-hide-on-mobile {display: block;}}@media only screen and (min-width: 0rem) {*, *:before, *:after {margin: 0;box-sizing: border-box;padding: 0;}.container {position: relative;margin: auto;width: 92%;}p, li, a, figcaption {margin: 0;font-size: var(--bodyFontSize);line-height: 1.5em;}a {color: #242b49;font-family: "Barlow";font-weight: 400;text-decoration: none;color: var(--secondary);transition: 0.3s ease-in-out;}a:hover {color: var(--secondary);filter: brightness(108%);text-decoration: underline;}figcaption {color: #242b49;font-family: "Barlow";font-weight: 400;font-style: italic;}#blog-content {border-top: 1px solid #d0d0d0;margin-top: 1.5625em;padding-top: 1.5625em;}#blog-content img {display: block;border-radius: 0.5rem;margin: 1rem 0;height: auto;max-width: 100%;}p, li {color: #353535;margin-bottom: 0.8rem;}ul, ol {margin: 1rem 0;padding-left: 2.5rem;}ul li, ol li {margin-bottom: 0.625rem;list-style: disc;line-height: 1.6em;}a:hover, button:hover {cursor: pointer;}.skip {z-index: -1111111;position: absolute;top: 0;left: 0;opacity: 0;}@font-face {font-display: swap;font-family: "Barlow";font-style: normal;font-weight: regular;src: local(""), url("/assets/fonts/barlow-v12-latin-regular.woff2") format("woff2"), url("/assets/fonts/barlow-v12-latin-regular.woff") format("woff");}@font-face {font-display: swap;font-family: Playfair Display;font-weight: 900;font-style: normal;src: local(""), url("/assets/fonts/playfair-display-v37-latin-900.woff2") format("woff2"), url("/assets/fonts/playfair-display-v37-latin-900.woff") format("woff");}}@media only screen and (min-width: 0rem) {body.dark-mode .logo-title .logo-title-left {color: #fff6f0;}body.dark-mode .logo-title .logo-title-right {color: #c65445;}body.dark-mode .post-list a {color: #fff6f0;}body.dark-mode .post-list a:hover {color: #fff6f0;}body.dark-mode .articles-list-container .article-group span.cs-text {color: #c65445;}body.dark-mode .flex-group .cs-icon {filter: grayscale(1) brightness(1000%);}}