/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/main.scss ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
/** 
 *  File: _theme.scss
 *  Main SASS file for pulling in theme partials
**/
/** 
*  File: prism-colours.scss
*
*  Colour classes and mixins for Prism. These detect available config colour 
*  variables and create classes and mixins for applying those colours to the 
*  theme via variable, @extend or @include. For example:
*  
**/
/* ========================================================================== */
/* Colour Palette ---- USE CMD+D                                              */
/* ========================================================================== */
/* ========================================================================== */
/* Gradient Colours                                                           */
/* ========================================================================== */
/** 
 *  File: _theme.scss
 *  Main SASS file for pulling in theme partials
**/
/**
*  File: prism-config.scss
*  Config defaults for Prism. These can be overidden and/or extended in the site theme config file.
**/
:root {
  --header-height: 72px; /* Adjust based on your design */
}

body,
html {
  height: 100%; /* Ensure full height */
  margin: 0;
  display: flex;
  flex-direction: column;
}

.inner-content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--header-height));
  transition: min-height 0.3s ease-in-out; /* Smooth transition */
}

.main-footer {
  flex-grow: 1; /* Pushes the footer down */
}

/* ========================================================================== */
/* LAYOUT VARIABLES                                                           */
/* ========================================================================== */
.container {
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }
}
@media (min-width: 1240px) {
  .container {
    padding: 0 64px;
  }
}

/* ========================================================================== */
/* LAYOUT VARIABLES                                                           */
/* ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

body {
  margin: 0;
}

img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding-left: 20px;
}

p {
  line-height: 1.5;
}

.article__content > p,
.article__content > a,
.article__content > img,
.article__content > h1,
.article__content > h2,
.article__content > h3,
.article__content > h4,
.article__content > h5,
.article__content > h6,
.article__content > embed,
.article__content > form,
.article__content > iframe,
.article__content > table,
.article__content > textarea,
.article__content > ul,
.article__content > .wp-block-image,
.article__content > .wp-block-quote,
.article__content > header,
.article__content > .wp-block-buttons,
.article__content > .wp-block-file,
.article__content > .wp-block-gallery,
.article__content > .wp-block-embed {
  max-width: 1384px;
  margin: 0 auto 20px;
  margin-top: 0;
}
@media (max-width: 1384px) {
  .article__content > p,
  .article__content > a,
  .article__content > img,
  .article__content > h1,
  .article__content > h2,
  .article__content > h3,
  .article__content > h4,
  .article__content > h5,
  .article__content > h6,
  .article__content > embed,
  .article__content > form,
  .article__content > iframe,
  .article__content > table,
  .article__content > textarea,
  .article__content > ul,
  .article__content > .wp-block-image,
  .article__content > .wp-block-quote,
  .article__content > header,
  .article__content > .wp-block-buttons,
  .article__content > .wp-block-file,
  .article__content > .wp-block-gallery,
  .article__content > .wp-block-embed {
    padding: 0 15px;
  }
}
.article__content > p img {
  height: unset;
  width: unset;
}

.wp-block-group p {
  word-break: break-word;
}

.wp-block-image {
  overflow: hidden;
  border-radius: 32px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .wp-block-image {
    padding: 40px 0;
  }
}
.wp-block-image img {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 5px solid #000000;
  max-height: 700px;
}

.wp-block-image .alignleft {
  float: none;
  margin: 0;
  margin-right: auto;
}

.wp-block-image .aligncenter {
  float: none;
  margin: 0 auto;
}

.wp-block-image .alignright {
  float: none;
  margin: 0;
  margin-left: auto;
}

.wp-block-image.size-medium img {
  width: 50%;
}

.wp-block-image.size-medium img {
  width: 50%;
}

.wp-block-image.size-thumbnail img {
  width: 150px;
}

.wp-block-video.alignleft,
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignleft {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.wp-block-video.alignleft video,
.wp-block-embed.alignleft .wp-block-embed__wrapper video,
.wp-block-embed.alignleft video {
  width: auto;
}

.wp-block-video.aligncenter,
.wp-block-embed.aligncenter,
.wp-block-embed.aligncenter .wp-block-embed__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wp-block-video.aligncenter video,
.wp-block-embed.aligncenter video,
.wp-block-embed.aligncenter .wp-block-embed__wrapper video {
  width: auto;
}

.wp-block-video.alignright,
.wp-block-embed.alignright,
.wp-block-embed.alignright .wp-block-embed__wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.wp-block-video.alignright video,
.wp-block-embed.alignright video,
.wp-block-embed.alignright .wp-block-embed__wrapper video {
  width: auto;
}

.wp-block-embed {
  max-width: 1352px !important;
  margin: 0 auto 0;
}
@media (max-width: 1352px) {
  .wp-block-embed {
    padding: 0 15px;
  }
}
.wp-block-embed iframe {
  aspect-ratio: 16/9 !important;
  border-radius: 24px;
}

.wp-block-embed:not(.alignleft, .aligncenter, .alignright) iframe {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

/** 
 *  File: _theme.scss
 *  Main SASS file for pulling in theme partials
**/
/** 
*  File: prism-typography.scss
*
*  Typography classes and mixins for Prism. These detect available config options 
*  and variables and create classes and mixins for applying to the theme via 
*  variable, @extend or @include. For example:
*  
*  p { @extend .text-size--size-01; }
*  p { @include text-size--size-01; }
*  p { font-size: text-size--size-01; }
*
*  Many different typographic elements can be applied from font face, weight, 
*  alignment and sizing (both fixed and reponsive).  
*
**/
/* ========================================================================== */
/* BASE FONT STYLES                                                           */
/* ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin: 0 0 24px;
  font-family: "Magistral", sans-serif;
  color: #26215e;
  text-align: center;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 68px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%; /* 68px */
  text-transform: uppercase;
}

* {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  word-break: break-word;
}
* p,
* li,
* a,
* span,
* strong {
  color: inherit;
}

.display-name {
  color: #ffffff;
}

li {
  margin-bottom: 10px;
}

/* ========================================================================== */
/* FONT WEIGHTS                                                               */
/* ========================================================================== */
/* ========================================================================== */
/* BASE FONT SETTING                                                          */
/* ========================================================================== */
/* ========================================================================== */
/* FONT SIZES (RESPONSIVE)                                                    */
/* ========================================================================== */
h1,
.large-title {
  font-size: clamp(2.25rem, 2.0244rem + 1.1278vw, 3rem);
}

h2,
.medium-title {
  font-size: clamp(2rem, 1.8496rem + 0.7519vw, 2.5rem);
}

h3,
.small-title {
  font-size: clamp(1.25rem, 1.1748rem + 0.3759vw, 1.5rem);
}

p,
a,
li,
span,
h4,
h5,
h6,
.xsmall-title {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  p,
  a,
  li,
  span,
  h4,
  h5,
  h6,
  .xsmall-title {
    font-size: 18px;
  }
}

.small-text {
  font-size: clamp(0.875rem, 0.8374rem + 0.188vw, 1rem);
}

.xsmall-text,
.header-menu a {
  font-size: clamp(0.75rem, 0.7124rem + 0.188vw, 0.875rem);
}

.xxsmall-text {
  font-size: clamp(0.625rem, 0.5874rem + 0.188vw, 0.75rem);
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/** 
 *  File: _theme.scss
 *  Main SASS file for pulling in theme partials
**/
/* ========================================================================== */
/* BUTTONS                                                                      */
/* ========================================================================== */
.theme-btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #ffffff;
  background: #26215e;
  text-decoration: none;
  transition: all 0.25s ease-in;
  text-align: center;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
  border: 1px solid #26215e;
}
.theme-btn:hover {
  cursor: pointer;
  background: #ffffff;
  color: #26215e;
  border: 1px solid #26215e;
}
.theme-btn.secondary-btn, .buttons .theme-btn:nth-child(even) {
  background: #ffffff;
  color: #26215e;
  border: 1px solid #ffffff;
}
.theme-btn.secondary-btn:hover, .buttons .theme-btn:hover:nth-child(even) {
  background: #26215e;
  color: #ffffff;
  border: 1px solid #26215e;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .buttons {
    justify-content: flex-start;
  }
}
/* ========================================================================== */
/* FORMS                                                                      */
/* ========================================================================== */
.bttn,
.bttn--reverse,
input[type=submit] {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.25s ease;
  border: 1px solid black;
}

.bttn,
input[type=submit] {
  background: black;
  color: white;
}
.bttn:hover,
input[type=submit]:hover {
  background: none;
  color: black;
}

.bttn--reverse {
  background: none;
  color: black;
}
.bttn--reverse:hover {
  background: black;
  color: white;
}

input[type=email],
input[type=text] {
  text-align: center;
  outline: none;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
}

/* ========================================================================== */
/* TABLES                                                                     */
/* ========================================================================== */
table {
  border-collapse: collapse;
}
table th {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #000000;
}
table td {
  border: 1px solid #000000;
}

/* ========================================================================== */
/* BREADCRUMBS                                                                     */
/* ========================================================================== */
.breadcrumb a,
.breadcrumb span.breadcrumb_last {
  margin: 0;
}
.breadcrumb p {
  margin: 0;
}
.breadcrumb a {
  font-size: clamp(0.88rem, 0.85rem + 0.13vw, 1rem);
  font-weight: 700;
}
.breadcrumb span.breadcrumb_last {
  font-weight: 400;
}
.breadcrumb #breadcrumbs > span > span > a {
  padding-left: 0;
}

/* ========================================================================== */
/* Breadcrumbs / Search Form Part                                                          */
/* ========================================================================== */
.breadcrumb.search-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb.search-breadcrumb form {
  display: none;
}
@media (min-width: 901px) {
  .breadcrumb.search-breadcrumb form {
    display: flex;
  }
}
@media (max-width: 397px) {
  .breadcrumb.search-breadcrumb form {
    margin-top: 20px;
  }
}

.search-breadcrumb {
  display: none;
}
@media (min-width: 901px) {
  .search-breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media (max-width: 397px) {
  .search-breadcrumb form {
    margin-top: 20px;
  }
}

/* ========================================================================== */
/* Search Form                                                                */
/* ========================================================================== */
@media (min-width: 1384px) {
  .search-results-page {
    padding: 0;
  }
}
.search-results-page .search-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding: 20px 0 40px;
}
@media (min-width: 768px) {
  .search-results-page .search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
.search-results-page .search-results .search-result {
  text-align: center;
  border-radius: 40px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.search-results-page .search-results .search-result a {
  width: 100%;
}
.search-results-page .search-results .search-result:hover a {
  text-decoration: underline;
}

.search-form {
  display: flex;
}
.search-form .search-field {
  margin-right: 10px;
  padding: 8px;
  border-radius: 10px;
  border: none;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2509803922));
}
@media (min-width: 900px) {
  .search-form .search-field {
    margin-left: 10px;
  }
}
@media (min-width: 1240px) {
  .search-form .search-field {
    margin-left: 0;
  }
}
.search-form .search-field:focus-visible {
  border: none;
  outline: none;
}
.search-form .search-submit {
  padding: 5px 10px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2509803922));
}
.search-form .search-submit:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

/* ========================================================================== */
/* Forms	                                                                  */
/* ========================================================================== */
.forminator-ui.forminator-custom-form {
  width: 100%;
  margin-bottom: 0 !important;
  position: relative;
}
.forminator-ui.forminator-custom-form .forminator-row {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col {
  padding: 0;
  margin: 0;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-field {
  margin: 0;
  padding: 0;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-field .forminator-label {
  display: none;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-field input,
.forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-field textarea {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  text-align: left;
  color: #000000 !important;
}
.forminator-ui.forminator-custom-form .forminator-row .forminator-col .forminator-field textarea {
  resize: none;
}
.forminator-ui.forminator-custom-form #captcha-1 {
  overflow: hidden;
}
.forminator-ui.forminator-custom-form #captcha-1 iframe {
  width: 100%;
}
.forminator-ui.forminator-custom-form .forminator-row.forminator-row-last {
  margin-bottom: 0 !important;
}
.forminator-ui.forminator-custom-form .forminator-row.forminator-row-last .forminator-col .forminator-button {
  display: flex;
  background: #000000 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-left: auto;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 24px;
  transition: all 0.25s ease-in;
  text-align: center;
  text-wrap: nowrap;
  padding: 12px;
}
@media (max-width: 985px) {
  .forminator-ui.forminator-custom-form .forminator-row.forminator-row-last .forminator-col .forminator-button {
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
  }
}
.forminator-ui.forminator-custom-form .forminator-row.forminator-row-last .forminator-col .forminator-button:hover, .forminator-ui.forminator-custom-form .forminator-row.forminator-row-last .forminator-col .forminator-button:focus, .forminator-ui.forminator-custom-form .forminator-row.forminator-row-last .forminator-col .forminator-button:active {
  box-shadow: none;
  background: #ffffff !important;
  color: #000000 !important;
}

.forminator-edit-module {
  display: none;
}

iframe {
  margin: 10px 0;
  width: 100%;
  max-width: 620px;
  max-height: 349px;
}

/** 
 *  File: _site.scss
 *  Main SASS file for pulling in Site partials
**/
/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
/** 
*  File: _site-header.scss
*  Header styling for the theme
**/
/*******************************************************************/
.main-header {
  display: flex;
  background: #26215e;
}
@media (min-width: 1240px) {
  .main-header {
    background: #ffffff;
  }
}
.main-header .main-header-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main-header .main-header-container .main-header-logo {
  position: relative;
  padding: 8px 16px 12px;
  margin-right: 24px;
  background: #26215e;
}
.main-header .main-header-container .main-header-logo a img {
  max-width: 308px;
}
.main-header .main-header-container .main-header-logo::after {
  content: "";
  background: #26215e;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 10;
}
.main-header .main-header-container .header-menu {
  position: absolute;
  z-index: 200;
  left: -110%;
  top: 100%;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: center;
  transition: left 0.3s;
  background: #ffffff;
}
.main-header .main-header-container .header-menu .header-menu-actions-mobile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1240px) {
  .main-header .main-header-container .header-menu .header-menu-actions-mobile {
    display: none;
  }
}
.main-header .main-header-container .header-menu .header-menu-actions-mobile a {
  position: relative;
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #26215e;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  text-decoration: none;
  text-wrap: nowrap;
}
.main-header .main-header-container .header-menu .header-menu-actions-mobile a:first-child {
  background: #e9e9ef;
  color: #26215e;
}
@media (min-width: 1240px) {
  .main-header .main-header-container .header-menu {
    position: relative;
    left: unset;
    top: unset;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 100;
    background: none;
  }
}
.main-header .main-header-container .header-menu.active {
  left: 0;
}
.main-header .main-header-container .header-menu .nav-menu {
  list-style: none;
  padding: 20px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}
@media (min-width: 1240px) {
  .main-header .main-header-container .header-menu .nav-menu {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
}
.main-header .main-header-container .header-menu .nav-menu li {
  margin: 0;
}
.main-header .main-header-container .header-menu .nav-menu li a {
  text-decoration: none;
  color: #000000;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.main-header .main-header-container .header-menu .nav-menu li a:hover {
  text-decoration: underline;
}
.main-header .main-header-container .hamburger-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26215e;
  padding: 8px 16px;
}
.main-header .main-header-container .hamburger-container .hamburger {
  display: block;
  cursor: pointer;
  padding: 5px;
}
@media (min-width: 1240px) {
  .main-header .main-header-container .hamburger-container .hamburger {
    display: none;
  }
}
.main-header .main-header-container .hamburger-container .hamburger .bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.main-header .main-header-container .hamburger-container .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.main-header .main-header-container .hamburger-container .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.main-header .main-header-container .hamburger-container .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.main-header .main-header-container .hamburger-container::before {
  content: "";
  background: #26215e;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 10;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width: 1240px) {
  .main-header .main-header-container .hamburger-container {
    display: none;
  }
}
.main-header .main-header-container .header-menu-actions {
  display: none;
}
@media (min-width: 1240px) {
  .main-header .main-header-container .header-menu-actions {
    display: flex;
    align-items: center;
  }
}
.main-header .main-header-container .header-menu-actions a {
  position: relative;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #26215e;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  text-decoration: none;
  text-wrap: nowrap;
}
.main-header .main-header-container .header-menu-actions a::before {
  content: "";
  background: #26215e;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 10;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.main-header .main-header-container .header-menu-actions a:first-child {
  margin: 0 24px;
  background: #e9e9ef;
  color: #26215e;
}
.main-header .main-header-container .header-menu-actions a:first-child::before {
  background: #e9e9ef;
}
.main-header .main-header-container .header-menu-actions a:first-child::after {
  content: "";
  background: #e9e9ef;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
/** 
*  File: _site-footer.scss
*  Footer styling for the theme
**/
.main-footer {
  background: #26215e;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  padding: 32px 0;
}
.main-footer .main-footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-footer .main-footer-container .footer-top {
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-top {
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
  }
}
.main-footer .main-footer-container .footer-top .footer-information {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-top .footer-information {
    gap: 32px;
  }
}
.main-footer .main-footer-container .footer-top .footer-information .footer-logo a img {
  max-width: 308px;
}
.main-footer .main-footer-container .footer-top .footer-information .footer-address {
  display: flex;
  flex-direction: column;
}
.main-footer .main-footer-container .footer-top .footer-information .footer-address p,
.main-footer .main-footer-container .footer-top .footer-information .footer-address span {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}
.main-footer .main-footer-container .footer-top .footer-information .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.main-footer .main-footer-container .footer-top .footer-information .footer-socials a svg {
  transition: transform 0.3s ease;
}
.main-footer .main-footer-container .footer-top .footer-information .footer-socials a:hover svg {
  transform: scale(1.1);
}
.main-footer .main-footer-container .footer-top .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-top .footer-links {
    gap: 32px;
  }
}
.main-footer .main-footer-container .footer-top .footer-links div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-footer .main-footer-container .footer-top .footer-links div h2 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  font-style: italic;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-top .footer-links div h2 {
    text-align: right;
  }
}
.main-footer .main-footer-container .footer-top .footer-links div ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-footer .main-footer-container .footer-top .footer-links div ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-top .footer-links div ul li {
    text-align: right;
  }
}
.main-footer .main-footer-container .footer-top .footer-links div ul li a {
  font-size: 14px;
}
.main-footer .main-footer-container .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .main-footer .main-footer-container .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-footer .main-footer-container .footer-bottom .footer-copyright,
.main-footer .main-footer-container .footer-bottom .footer-copyright span {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
}
.main-footer .main-footer-container .footer-bottom .footer-policy-menu .policy-menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.main-footer .main-footer-container .footer-bottom .footer-policy-menu .policy-menu li {
  margin: 0;
}
.main-footer .main-footer-container .footer-bottom .footer-policy-menu .policy-menu li a {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
/** 
*  File: _site-single.scss
*
*  Styling for page.php template
*
**/
@media (min-width: 1920px) {
  .wp-block-group,
  .error-page {
    padding: 0;
  }
}

.error-page {
  padding-top: 20px;
}
.error-page .article__content p {
  padding-left: 0;
}

.post-not-found {
  margin-bottom: 80px;
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.home-hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - var(--header-height));
}
.home-hero-section .home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 812px;
  gap: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-content {
    gap: 24px;
  }
}
.home-hero-section .home-hero-content h1,
.home-hero-section .home-hero-content p {
  color: #ffffff;
  margin: 0;
}
.home-hero-section .home-hero-content h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 1240px) {
  .home-hero-section .home-hero-content h1 {
    font-size: 68px;
  }
}
.home-hero-section .home-hero-content p {
  text-align: center;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home-hero-section .home-hero-content p {
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  .home-hero-section .home-hero-content p {
    font-size: 21px;
  }
}
.home-hero-section .hero-section-image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.home-hero-section .hero-section-image-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-section .hero-section-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.home-hero-section .slick-slider {
  padding-bottom: 0;
}
.home-hero-section .slick-slider .slick-list {
  margin-bottom: 0;
  height: 100%;
}
.home-hero-section .slick-slider .slick-list .slick-track {
  height: 100%;
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.about-us-section {
  padding: 32px 0;
  background: #e9e9ef;
}
@media (min-width: 768px) {
  .about-us-section {
    padding: 64px 0;
  }
}
.about-us-section .about-us-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container {
    gap: 64px;
  }
}
.about-us-section .about-us-container .about-us-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container .about-us-header {
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }
}
.about-us-section .about-us-container .about-us-header h2 {
  margin: 0;
  margin-bottom: 8px;
  color: #26215e;
  text-align: left;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container .about-us-header h2 {
    text-align: right;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.about-us-section .about-us-container .about-us-header .seperator {
  height: 1px;
  width: 58px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container .about-us-header .seperator {
    height: 58px;
    width: 1px;
  }
}
.about-us-section .about-us-container .about-us-header p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.about-us-section .about-us-container .about-us-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container .about-us-content {
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }
}
.about-us-section .about-us-container .about-us-content .about-us-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-us-section .about-us-container .about-us-content .about-us-text p {
  margin: 0;
  font-weight: 400;
}
.about-us-section .about-us-container .about-us-content .about-us-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.about-us-section .about-us-container .about-us-content .about-us-media img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-us-section .about-us-container .about-us-content .about-us-media img {
    top: 0;
    left: 0;
    height: 100%;
    min-height: 500px;
    position: absolute;
  }
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.become-a-member-section {
  padding: 32px 0;
  background: #e9e9ef;
}
@media (min-width: 768px) {
  .become-a-member-section {
    padding: 64px 0;
  }
}
.become-a-member-section .become-a-member-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container {
    gap: 64px;
  }
}
.become-a-member-section .become-a-member-container .become-a-member-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container .become-a-member-header {
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }
}
.become-a-member-section .become-a-member-container .become-a-member-header h2 {
  margin: 0;
  margin-bottom: 8px;
  color: #26215e;
  text-align: left;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container .become-a-member-header h2 {
    text-align: right;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.become-a-member-section .become-a-member-container .become-a-member-header .seperator {
  height: 1px;
  width: 58px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container .become-a-member-header .seperator {
    height: 58px;
    width: 1px;
  }
}
.become-a-member-section .become-a-member-container .become-a-member-header p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.become-a-member-section .become-a-member-container .become-a-member-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container .become-a-member-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media (min-width: 1240px) {
  .become-a-member-section .become-a-member-container .become-a-member-benefits {
    grid-template-columns: repeat(5, 1fr);
  }
}
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #ffffff;
}
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit svg {
  width: 48px;
  height: 48px;
}
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit h3 {
  font-family: "Magistral";
  color: #000;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-shadow: none;
  word-break: keep-all;
}
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit h3,
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit p {
  margin: 0;
  text-align: center;
}
.become-a-member-section .become-a-member-container .become-a-member-benefits .benefit p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.become-a-member-section .become-a-member-container .become-a-member-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .become-a-member-section .become-a-member-container .become-a-member-actions {
    gap: 32px;
  }
}
.become-a-member-section .become-a-member-container .become-a-member-actions p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.club-sponsors-section {
  padding: 32px 0;
  background: #26215e;
}
@media (min-width: 768px) {
  .club-sponsors-section {
    padding: 64px 0;
  }
}
.club-sponsors-section .club-sponsors-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .club-sponsors-section .club-sponsors-container {
    flex-direction: row;
    gap: 64px;
  }
}
.club-sponsors-section .club-sponsors-container .club-sponsors-header {
  width: 100%;
}
@media (min-width: 768px) {
  .club-sponsors-section .club-sponsors-container .club-sponsors-header {
    max-width: 420px;
  }
}
.club-sponsors-section .club-sponsors-container .club-sponsors-header h2 {
  margin: 0;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .club-sponsors-section .club-sponsors-container .club-sponsors-header h2 {
    text-wrap: nowrap;
    font-size: 32px;
  }
}
.club-sponsors-section .club-sponsors-container .club-sponsors-logos-slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.club-sponsors-section .slick-slider {
  padding-bottom: 0;
}
.club-sponsors-section .slick-slider .slick-list {
  margin-bottom: 0;
  height: 100%;
}
.club-sponsors-section .slick-slider .slick-list .slick-track {
  height: 100%;
}
.club-sponsors-section .slick-slider .slick-list .slick-slide {
  margin: 0 5px;
}
.club-sponsors-section .slick-slider .slick-list .slick-slide img {
  border-radius: 5px;
}

/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.informational-section {
  padding: 32px 0;
  background: #e9e9ef;
}
@media (min-width: 768px) {
  .informational-section {
    padding: 64px 0;
  }
}
.informational-section .informational-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .informational-section .informational-container {
    gap: 64px;
  }
}
.informational-section .informational-container .informational-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .informational-section .informational-container .informational-content {
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
  }
}
.informational-section .informational-container .informational-content .informational-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .informational-section .informational-container .informational-content .informational-text {
    padding: 32px;
    padding-right: 0;
  }
}
.informational-section .informational-container .informational-content .informational-text h2 {
  text-align: left;
}
.informational-section .informational-container .informational-content .informational-text p {
  margin: 0;
  font-weight: 400;
}
.informational-section .informational-container .informational-content .informational-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.informational-section .informational-container .informational-content .informational-media img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .informational-section .informational-container .informational-content .informational-media img {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
  }
}
.informational-section .informational-container .informational-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
}
.informational-section .informational-container .informational-image img {
  width: 100%;
  object-fit: cover;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.informational-section .informational-container .informational-image .informational-image-overlay {
  position: relative;
  z-index: 10;
  padding: 128px 32px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .informational-section .informational-container .informational-image .informational-image-overlay {
    gap: 48px;
  }
}
.informational-section .informational-container .informational-image .informational-image-overlay h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  max-width: 800px;
}
@media (min-width: 768px) {
  .informational-section .informational-container .informational-image .informational-image-overlay h2 {
    font-size: 48px;
  }
}
.informational-section .informational-container .informational-image svg {
  position: absolute;
}

/** 
 *  File: _vendor.scss
 *  Main SASS file for pulling in vendor partials
**/
/** 
 *  File: styles.scss
 *  Main SASS file that pulls in partials and compiles to a single CSS file
**/
/* ========================================================================== */
/* Prism Theme SCSS                                                           */
/* ========================================================================== */
.slick-slider {
  position: relative;
  padding-bottom: 48px;
}
.slick-slider .slick-list {
  margin-bottom: 32px;
}
.slick-slider .slick-list .slick-track {
  cursor: grab;
}

.slick-arrow {
  display: flex;
  padding: 11px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slick-arrow:hover {
  transform: scale(1.05);
  cursor: pointer;
}
.slick-arrow.slick-prev {
  right: 64px;
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
}
.slick-arrow.slick-next:hover {
  transform: rotate(180deg) scale(1.05);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-arrow.slick-disabled:hover {
  transform: scale(1);
  cursor: default;
}
.slick-arrow.slick-disabled.slick-next:hover {
  transform: rotate(180deg) scale(1);
}

.slick-dots {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  list-style: none;
  position: absolute;
  bottom: 20px;
  padding-left: 0;
}
.slick-dots li {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  transition: all 1s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
}
.slick-dots li button::before {
  content: "•";
  font-size: 0;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  border-radius: 4px;
  background: #000000;
}
.slick-dots li.slick-active {
  width: 24px;
}
.slick-dots li.slick-active button::before {
  background: #000000;
}
