/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&family=Manrope:wght@200..800&family=Playfair+Display:wght@900&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/theme.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
}

html {
  font-size: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

@media (min-width: 1200px) {
  .alignwide {
    margin-left: calc(-39rem + 50%);
    margin-right: calc(-39rem + 50%);
    width: 78rem;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.container {
  padding: 0 1.25rem;
}
@media (min-width: 780px) {
  .container {
    padding: 0 4.6875rem;
    max-width: 90.5rem;
    margin: 0 auto;
  }
}

.wp-block-button__link,
.button {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #000;
  border: 0.125rem solid #016F73;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  padding: 0 1.875rem !important;
  height: 3.25rem;
  line-height: 3rem;
  border-radius: 1.75rem;
  display: inline-block;
}
@media (min-width: 1200px) {
  .wp-block-button__link,
  .button {
    font-size: 1.125rem;
    border-radius: 1.75rem;
    padding: 0 2.25rem !important;
  }
}
.wp-block-button__link:hover,
.button:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.show-for-small {
  display: block !important;
}
@media (min-width: 1200px) {
  .show-for-small {
    display: none !important;
  }
}

.hide-for-small {
  display: none !important;
}
@media (min-width: 1200px) {
  .hide-for-small {
    display: block !important;
  }
}

.show-for-small-flex {
  display: flex !important;
}
@media (min-width: 1200px) {
  .show-for-small-flex {
    display: none !important;
  }
}

.hide-for-small-flex {
  display: none !important;
}
@media (min-width: 1200px) {
  .hide-for-small-flex {
    display: flex !important;
  }
}

.show-for-sr {
  position: absolute; /* Outside the DOM flow */
  height: 1px;
  width: 1px; /* Nearly collapsed */
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE 7+ only support clip without commas */
  clip: rect(1px, 1px, 1px, 1px); /* All other browsers */
}

strong {
  font-weight: 600;
}

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

main ul,
main ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem 0 !important;
}
main ul li,
main ul.wp-block-list li {
  padding: 0 0 1.25rem 1.875rem;
  position: relative;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
}
main ul li:has(ul),
main ul.wp-block-list li:has(ul) {
  padding: 0 0 0 1.5625rem;
}
main ul li:before,
main ul.wp-block-list li:before {
  content: "·";
  color: #000;
  font-size: 3.75rem;
  position: absolute;
  left: 0;
  top: -3px;
}
main ul li a,
main ul.wp-block-list li a {
  display: inline;
  border-bottom: 0.125rem solid var(--main-border-color);
}
main ul li a:hover,
main ul.wp-block-list li a:hover {
  border-color: #FD6D50;
}
main ul li ul,
main ul.wp-block-list li ul {
  margin: 0.9375rem 0 0 0;
}
main ul li ul li,
main ul.wp-block-list li ul li {
  padding: 0 0 0.9375rem 1.5625rem;
}
main ul li ul li:before,
main ul.wp-block-list li ul li:before {
  content: "·";
  color: var(--main-border-color);
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: -3px;
}
main ol.wp-block-list {
  padding: 0 0 0 0;
  margin: 0 0 1.875rem 2.5rem !important;
}
main ol.wp-block-list li {
  padding: 0 0 1.25rem 1.25rem;
  position: relative;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
}
main ol.wp-block-list li::marker {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
}
main ol.wp-block-list li:has(ol) {
  padding: 0;
}
main ol.wp-block-list li ol {
  margin: 0.9375rem 0 0 1.5625rem;
}
main ol.wp-block-list li ol li {
  padding: 0 0 0.9375rem 0;
}

:root :where(.is-layout-constrained) > :first-child,
:root :where(.is-layout-constrained) > * {
  margin-block-end: 1.875rem;
}

.wp-block-columns {
  display: block !important;
}
@media (min-width: 1200px) {
  .wp-block-columns {
    display: flex !important;
  }
}
.wp-block-columns .wp-block-column:last-child {
  margin: 3.125rem 0 0 0;
}
@media (min-width: 1200px) {
  .wp-block-columns .wp-block-column:last-child {
    margin: 0;
  }
}

@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.468f6a4f.eot);
  src: url(../fonts/icomoon.468f6a4f.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.9aa60a65.woff2) format("woff2"), url(../fonts/icomoon.86413d94.ttf) format("truetype"), url(../fonts/icomoon.c1d568c3.woff) format("woff"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iY2xvc2UiIGQ9Ik02Ny4xMjktNDQuMjc5Yy0xMi4xMzYgMC0yNC4yNzMgNC41NTEtMzMuMzc1IDE0LjAzMy0xOC41ODQgMTguNTg0LTE4LjU4NCA0OC41NDUgMCA2Ny4xMjlsODg0LjA1MyA4ODQuMDUzYzE4LjU4NCAxOC41ODQgNDguNTQ1IDE4LjU4NCA2Ny4xMjkgMHMxOC41ODQtNDguNTQ1IDAtNjcuMTI5bC04ODQuNDMzLTg4NC4wNTNjLTkuMTAyLTkuMTAyLTIxLjIzOS0xNC4wMzMtMzMuMzc1LTE0LjAzM3pNOTU2Ljg3MS0zOC41OWMtMTIuMTM2IDAtMjQuMjczIDQuNTUxLTMzLjM3NSAxNC4wMzNsLTg4NC40MzMgODg0LjA1M2MtMTguNTg0IDE4LjU4NC0xOC41ODQgNDguNTQ1IDAgNjcuMTI5czQ4LjU0NSAxOC41ODQgNjcuMTI5IDBsODg0LjA1My04ODQuMDUzYzE4LjU4NC0xOC41ODQgMTguNTg0LTQ4LjU0NSAwLTY3LjEyOS05LjEwMi05LjEwMi0yMS4yMzktMTQuMDMzLTMzLjM3NS0xNC4wMzN6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9Ik5hdi0tLUFycm93IiBkPSJNMjg4Ljg1My01NS44OTNjLTE0LjUwNyAwLTI4LjU4NyA1Ljk3My0zOS4yNTMgMTcuMDY3LTIwLjA1MyAyMS43Ni0xOC43NzMgNTUuNDY3IDIuOTg3IDc1LjUybDQzOS4wNDAgNDA0LjQ4LTQzOS4wNDAgNDA0LjQ4Yy0yMS43NiAyMC4wNTMtMjMuMDQwIDUzLjc2LTIuOTg3IDc1LjUyczUzLjc2IDIzLjA0MCA3NS41MiAyLjk4N2w0ODEuNzA3LTQ0My43MzNjMTEuMDkzLTEwLjI0IDE3LjA2Ny0yNC4zMiAxNy4wNjctMzkuMjUzcy02LjQtMjkuMDEzLTE3LjA2Ny0zOS4yNTNsLTQ4Mi4xMzMtNDQzLjczM2MtMTAuMjQtOS4zODctMjMuMDQwLTE0LjA4MC0zNi4yNjctMTQuMDgweiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDI7IiBnbHlwaC1uYW1lPSJkb3dubG9hZCIgZD0iTTUxMS45NzkgOTYwYy0yODIuNzgxLTAuMDAyLTUxMi4wMTktMjI5LjI0LTUxMi4wMTktNTEyLjAyMXMyMjkuMjQtNTEyLjAyMSA1MTIuMDIxLTUxMi4wMjFjMjgyLjc4MSAwIDUxMi4wMjEgMjI5LjI0IDUxMi4wMjEgNTEyLjAyMSAwIDE4OC41MjItMTAxLjg4NSAzNTMuMjQ3LTI1My41OTYgNDQyLjExNmwtMi40MTYgMS4zMDhjLTczLjQzNCA0My4xMjYtMTYxLjc0MSA2OC41OTYtMjU1Ljk5NyA2OC41OTYtMC4wMDUgMC0wLjAwOSAwLTAuMDE0IDBoMC4wMDF6TTUxMS45NzkgOS4xMjhjLTI0Mi4zNjEgMC4wMTMtNDM4LjgyOCAxOTYuNDg4LTQzOC44MjggNDM4Ljg1MSAwIDI0Mi4zNzEgMTk2LjQ4IDQzOC44NTEgNDM4Ljg1MSA0MzguODUxczQzOC44NTEtMTk2LjQ4IDQzOC44NTEtNDM4Ljg1MWMwLTEyMS4xODEtNDkuMTE2LTIzMC44OS0xMjguNTI4LTMxMC4zMDZ2MGMtNzkuNDE3LTc5LjQyMi0xODkuMTM0LTEyOC41NDYtMzEwLjMyNC0xMjguNTQ2LTAuMDA4IDAtMC4wMTYgMC0wLjAyNCAwaDAuMDAxek0zODAuMzU3IDM4Mi4xNjhjLTkuNDM1IDYuNzA3LTE1LjUxNiAxNy41OTgtMTUuNTE2IDI5LjkwOSAwIDIwLjIwNSAxNi4zOCAzNi41ODUgMzYuNTg1IDM2LjU4NSA4LjY3IDAgMTYuNjM1LTMuMDE2IDIyLjkwNC04LjA1NWwtMC4wNzEgMC4wNTUgNTEuMjE5LTMyLjkyNnYyNTkuNjY5Yy0wLjAxMyAwLjM2OC0wLjAyMSAwLjc5OS0wLjAyMSAxLjIzMyAwIDIwLjIwNSAxNi4zOCAzNi41ODUgMzYuNTg1IDM2LjU4NXMzNi41ODUtMTYuMzggMzYuNTg1LTM2LjU4NWMwLTAuNDM0LTAuMDA4LTAuODY2LTAuMDIzLTEuMjk2bDAuMDAyIDAuMDYydi0yNTkuNjY5bDUxLjIxOSAzMi45MjZjNi4xOTggNC45ODQgMTQuMTYzIDggMjIuODMzIDggMjAuMjA1IDAgMzYuNTg1LTE2LjM4IDM2LjU4NS0zNi41ODUgMC0xMi4zMTEtNi4wODEtMjMuMjAyLTE1LjQwMy0yOS44MzNsLTAuMTEzLTAuMDc2LTEwOS43NTQtNzMuMTdoLTQzLjkwMnpNNzMxLjQwNSAyMjguNTU0YzAuMTQ3LTEuMTY3IDAuMjMtMi41MTggMC4yMy0zLjg4OSAwLTE4LjE4NS0xNC43NDItMzIuOTI2LTMyLjkyNi0zMi45MjYtMS4zNzEgMC0yLjcyMiAwLjA4NC00LjA0OCAwLjI0NmwwLjE1OS0wLjAxNmgtMzY1Ljg0OGMtMC4zNjgtMC4wMTMtMC43OTktMC4wMjEtMS4yMzMtMC4wMjEtMjAuMjA1IDAtMzYuNTg1IDE2LjM4LTM2LjU4NSAzNi41ODVzMTYuMzggMzYuNTg1IDM2LjU4NSAzNi41ODVjMC40MzQgMCAwLjg2Ni0wLjAwOCAxLjI5Ni0wLjAyM2wtMC4wNjIgMC4wMDJoMzY1Ljg0OGMxLjE2NyAwLjE0NyAyLjUxOCAwLjIzIDMuODg5IDAuMjMgMTguMTg1IDAgMzIuOTI2LTE0Ljc0MiAzMi45MjYtMzIuOTI2IDAtMS4zNzEtMC4wODQtMi43MjItMC4yNDYtNC4wNDhsMC4wMTYgMC4xNTl6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMzsiIGdseXBoLW5hbWU9ImZhY2Vib29rIiBkPSJNNzU5LjI5NiA0MDEuNTk0bDIzLjU1MiAxODIuNDU4aC0xODAuODI5djExNi4zNjRjMCA1Mi44MjkgMTQuODAxIDg4Ljg1NSA5MC41MzEgODguODU1aDk2LjY3NXYxNjMuMjM1Yy00MC45NDUgNC41OTktODguNDExIDcuMjIyLTEzNi40ODkgNy4yMjItMS41NDggMC0zLjA5Ni0wLjAwMy00LjY0My0wLjAwOGwwLjIzOSAwLjAwMWMtMTM5LjM1NyAwLTIzNC43NzUtODUuMDg1LTIzNC43NzUtMjQxLjMzOHYtMTM0LjY1NmgtMTU3LjU1NnYtMTgyLjQ1OGgxNTcuNTU2di00NjguMzg3aDE4OC40NjN2NDY4LjM4N3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTA0OyIgZ2x5cGgtbmFtZT0iaW5zdGFncmFtIiBkPSJNNTEyIDg0MS42YzEyOCAwIDE0My4zNi0wLjQ4IDE5My45NTItMi43ODQgMzIuMTEyLTAuMzkxIDYyLjY5OS02LjQyNCA5MC45NzYtMTcuMTUxbC0xLjgyNCAwLjYwN2MyMS42MzUtOC4xMjIgNDAuMDYzLTIwLjM1NiA1NS4xMzQtMzUuODY4bDAuMDM0LTAuMDM2YzE1LjU0OC0xNS4xMDUgMjcuNzgyLTMzLjUzMyAzNS41NjUtNTQuMTQ1bDAuMzM5LTEuMDIzYzEwLjEyLTI2LjQ1MyAxNi4xNTMtNTcuMDQwIDE2LjU0Mi04OC45ODVsMC4wMDItMC4xNjdjMi4zMDQtNTAuNjg4IDIuODgtNjYuMDQ4IDIuODgtMTk0LjA0OHMtMC40OC0xNDMuMzYtMi43ODQtMTkzLjk1MmMtMC4zOTEtMzIuMTEyLTYuNDI0LTYyLjY5OS0xNy4xNTEtOTAuOTc2bDAuNjA3IDEuODI0Yy0xNi41MTQtNDEuOTY0LTQ5LjEwOC03NC41NTgtODkuOTk0LTkwLjY5N2wtMS4wNzgtMC4zNzVjLTI2LjQ1My0xMC4xMi01Ny4wNDAtMTYuMTUzLTg4Ljk4NS0xNi41NDJsLTAuMTY3LTAuMDAyYy01MC41OTItMi4zMDQtNjUuNzkyLTIuNzg0LTE5My45NTItMi43ODRzLTE0My4zNiAwLjQ4LTE5My45NTIgMi43ODRjLTMyLjExMiAwLjM5MS02Mi42OTkgNi40MjQtOTAuOTc2IDE3LjE1MWwxLjgyNC0wLjYwN2MtMjEuNjM1IDguMTIyLTQwLjA2MyAyMC4zNTYtNTUuMTM0IDM1Ljg2OGwtMC4wMzQgMC4wMzZjLTE1LjU0OCAxNS4xMDUtMjcuNzgyIDMzLjUzMy0zNS41NjUgNTQuMTQ1bC0wLjMzOSAxLjAyM2MtMTAuMTIgMjYuNDUzLTE2LjE1MyA1Ny4wNDAtMTYuNTQyIDg4Ljk4NWwtMC4wMDIgMC4xNjdjLTIuNCA1MC41OTItMi45NzYgNjUuNzkyLTIuOTc2IDE5My45NTJzMC40OCAxNDMuMzYgMi43ODQgMTkzLjk1MmMwLjM5MSAzMi4xMTIgNi40MjQgNjIuNjk5IDE3LjE1MSA5MC45NzZsLTAuNjA3LTEuODI0YzguMTUgMjEuNjQxIDIwLjQxNSA0MC4wNjggMzUuOTYxIDU1LjEzbDAuMDM5IDAuMDM4YzE1LjEwNSAxNS41NDggMzMuNTMzIDI3Ljc4MiA1NC4xNDUgMzUuNTY1bDEuMDIzIDAuMzM5YzI2LjQ1MyAxMC4xMiA1Ny4wNDAgMTYuMTUzIDg4Ljk4NSAxNi41NDJsMC4xNjcgMC4wMDJjNTAuNTkyIDIuMzA0IDY1Ljk1MiAyLjg4IDE5My45NTIgMi44OHpNNTEyIDkyOGMtMTMwLjM2OCAwLTE0Ni43Mi0wLjU0NC0xOTcuODg4LTIuODgtNDIuMDk2LTAuOTE5LTgyLjAyMi05LjA1NS0xMTguOTY1LTIzLjIxNWwyLjQyMSAwLjgxNWMtMzMuMjUzLTEyLjcyMy02MS42MDMtMzEuNTMtODQuOTYxLTU1LjI2NWwtMC4wMzEtMC4wMzFjLTIzLjgwMi0yMy4zODMtNDIuNjQxLTUxLjczNC01NC44NDYtODMuMzgxbC0wLjU0Ni0xLjYxMWMtMTMuMzQ0LTM0LjUyMi0yMS40ODEtNzQuNDQ3LTIyLjM5My0xMTYuMTUzbC0wLjAwNy0wLjM5MWMtMi4yNC01MS4xNjgtMi43ODQtNjcuNTItMi43ODQtMTk3Ljg4OHMwLjU0NC0xNDYuNzIgMi44OC0xOTcuODg4YzAuOTE5LTQyLjA5NiA5LjA1NS04Mi4wMjIgMjMuMjE1LTExOC45NjVsLTAuODE1IDIuNDIxYzEyLjc1MS0zMy4yNTggMzEuNTktNjEuNjA5IDU1LjM1Ny04NC45NThsMC4wMzUtMC4wMzRjMjMuMzgzLTIzLjgwMiA1MS43MzQtNDIuNjQxIDgzLjM4MS01NC44NDZsMS42MTEtMC41NDZjMzQuNTIyLTEzLjM0NCA3NC40NDctMjEuNDgxIDExNi4xNTMtMjIuMzkzbDAuMzkxLTAuMDA3YzUxLjItMi4zMzYgNjcuNTItMi44OCAxOTcuODg4LTIuODhzMTQ2LjcyIDAuNTQ0IDE5Ny44ODggMi44OGM0Mi4wOTYgMC45MTkgODIuMDIyIDkuMDU1IDExOC45NjUgMjMuMjE1bC0yLjQyMS0wLjgxNWM2NC42MzggMjUuNTMyIDExNC44NTIgNzUuNzQ1IDEzOS44MDMgMTM4LjcybDAuNTgxIDEuNjY0YzEzLjM0NCAzNC41MjIgMjEuNDgxIDc0LjQ0NyAyMi4zOTMgMTE2LjE1M2wwLjAwNyAwLjM5MWMyLjMzNiA1MS4yIDIuODggNjcuNTIgMi44OCAxOTcuODg4cy0wLjU0NCAxNDYuNzItMi44OCAxOTcuODg4Yy0wLjkxOSA0Mi4wOTYtOS4wNTUgODIuMDIyLTIzLjIxNSAxMTguOTY1bDAuODE1LTIuNDIxYy0xMi43NTEgMzMuMjU4LTMxLjU5IDYxLjYwOS01NS4zNTcgODQuOTU4bC0wLjAzNSAwLjAzNGMtMjMuMzgzIDIzLjgwMi01MS43MzQgNDIuNjQxLTgzLjM4MSA1NC44NDZsLTEuNjExIDAuNTQ2Yy0zNC41MjIgMTMuMzQ0LTc0LjQ0NyAyMS40ODEtMTE2LjE1MyAyMi4zOTNsLTAuMzkxIDAuMDA3Yy01MS4yNjQgMi4yNC02Ny42MTYgMi43ODQtMTk3Ljk4NCAyLjc4NHpNNTEyIDY5NC40Yy0xMzYuMDgzIDAtMjQ2LjQtMTEwLjMxNy0yNDYuNC0yNDYuNHMxMTAuMzE3LTI0Ni40IDI0Ni40LTI0Ni40YzEzNi4wODMgMCAyNDYuNCAxMTAuMzE3IDI0Ni40IDI0Ni40djBjMCAxMzYuMDgzLTExMC4zMTcgMjQ2LjQtMjQ2LjQgMjQ2LjR2MHpNNTEyIDI4OGMtODguMzY2IDAtMTYwIDcxLjYzNC0xNjAgMTYwczcxLjYzNCAxNjAgMTYwIDE2MGM4OC4zNjYgMCAxNjAtNzEuNjM0IDE2MC0xNjB2MGMwLTg4LjM2Ni03MS42MzQtMTYwLTE2MC0xNjB2MHpNODI1LjgyNCA3MDQuMjI0YzAtMzEuODEyLTI1Ljc4OC01Ny42LTU3LjYtNTcuNnMtNTcuNiAyNS43ODgtNTcuNiA1Ny42YzAgMzEuODEyIDI1Ljc4OCA1Ny42IDU3LjYgNTcuNnM1Ny42LTI1Ljc4OCA1Ny42LTU3LjZ6IiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

h1 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.8125rem;
    line-height: 3.8125rem;
    letter-spacing: -0.00625rem;
  }
}

h2 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.875rem;
  line-height: 3.0625rem;
}
@media (min-width: 1200px) {
  h2 {
    line-height: 3.1875rem;
  }
}
h2.has-x-large-font-size {
  font-size: 3.125rem !important;
  line-height: 3.125rem !important;
  letter-spacing: -0.00625rem;
}
@media (min-width: 1200px) {
  h2.has-x-large-font-size {
    font-size: 3.8125rem !important;
    line-height: 3.8125rem !important;
  }
}

h3 {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 2.1875rem;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.3125rem;
    line-height: 2.4375rem;
  }
}

h4 {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

h5 {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2.0625rem;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.3125rem;
  }
}

p,
ul,
ol {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.6875rem;
}
@media (min-width: 1200px) {
  p,
  ul,
  ol {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
p.has-large-font-size,
ul.has-large-font-size,
ol.has-large-font-size {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2.0625rem;
}
@media (min-width: 1200px) {
  p.has-large-font-size,
  ul.has-large-font-size,
  ol.has-large-font-size {
    font-size: 1.3125rem;
  }
}

p {
  margin: 0 0 1.25rem 0;
}

a {
  color: #9000D0;
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.a4e97f5a.eot);
  src: url(../fonts/slick.a4e97f5a.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.29518378.woff) format("woff"), url(../fonts/slick.c94f7671.ttf) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.header {
  z-index: 100;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .header .header__top {
    display: flex;
    width: 100%;
  }
}
.header .header__top-emergency,
.header .header__top-exit {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .header .header__top-emergency,
  .header .header__top-exit {
    font-size: 1.125rem;
  }
}
.header .header__top-emergency {
  background: #016F73;
  flex: 1;
}
.header .header__top-exit {
  background: #7B00B2;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .header .header__top-exit {
    width: 26%;
    flex-shrink: 0;
  }
}
.header .header__top-exit:hover {
  background: #000;
}
.header .header__inner {
  height: 4.6875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header .header__inner {
    height: 6.875rem;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.header .header__buttons {
  display: none;
  padding: 4.375rem 1.25rem 3.125rem 1.25rem;
}
@media (min-width: 1200px) {
  .header .header__buttons {
    display: flex;
    gap: 1.5625rem;
    padding: 0;
  }
}
.header .button {
  color: #fff;
  line-height: 3.25rem;
  display: inline-block;
  text-decoration: none;
}
.header .contact-us {
  background: #fff;
  color: #000;
}
.header .contact-us:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.header .support-line {
  background: #7B00B2;
  border-color: #7B00B2;
  height: auto;
  line-height: 1.25rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.header .support-line span {
  border-bottom: 1px solid #fff;
}
.header .header__wrapper {
  position: relative;
}
.header .header__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #000;
  padding: 0 1.875rem;
  transition: transform 0.8s ease-in;
  transform: translateX(100%);
  transform-origin: top right;
}
@media (min-width: 1200px) {
  .header .header__menu {
    overflow-y: auto;
    height: 100vh;
  }
}
.header .header__menu .header__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .header .header__menu .header__buttons {
    display: none;
  }
}
.header .header__menu .header__buttons .contact-us {
  border-color: #fff;
}
.header .header__menu ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 1.25rem 3.125rem 1.25rem;
}
@media (min-width: 1200px) {
  .header .header__menu ul {
    max-width: 75.125rem;
    margin: 0 auto;
    padding: 7.5rem 0;
  }
}
.header .header__menu ul li {
  padding: 0;
}
.header .header__menu ul li a {
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9375rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.375rem;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header .header__menu ul li a {
    font-size: 2.875rem;
    min-height: 6.25rem;
  }
}
.header .header__menu ul li a .menu-item-description {
  display: none;
}
@media (min-width: 1200px) {
  .header .header__menu ul li a .menu-item-description {
    display: inline-block;
    width: 36.6875rem;
    opacity: 0;
    font-family: var(--wp--preset--font-family--secondary-font);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5625rem;
    line-height: 2.4375rem;
    color: #76BAC0;
  }
}
.header .header__menu ul li a:hover {
  color: #76BAC0;
}
.header .header__menu ul li a:hover .menu-item-description {
  opacity: 1;
}
.header .menu__toggle {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 100%;
  background: #EDEDED;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 200;
  text-decoration: none;
}
.header .menu__toggle span {
  position: absolute;
  width: 1.5625rem;
  height: 0.125rem;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.header .menu__toggle span:nth-child(1) {
  top: 1.125rem;
}
.header .menu__toggle span:nth-child(2) {
  top: 1.625rem;
}
.header .menu__toggle span:nth-child(3) {
  top: 2.125rem;
}
.header .header__logo {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header .header__logo img {
  height: 3.4625rem;
}
@media (min-width: 1200px) {
  .header .header__logo img {
    height: 4.625rem;
  }
}
.header.fixed-header .header__logo {
  opacity: 0;
}

.menu-expanded .menu__toggle {
  background: #000;
}
.menu-expanded .menu__toggle span {
  background: #fff;
}
.menu-expanded .menu__toggle span:nth-child(1) {
  opacity: 0;
}
.menu-expanded .menu__toggle span:nth-child(2) {
  opacity: 1;
}
.menu-expanded .menu__toggle span:nth-child(3) {
  opacity: 0;
}
.menu-expanded .header__menu {
  transform: translateX(0);
}

.home .contact-us {
  background: #000;
  color: #fff;
}
.home .contact-us:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.footer {
  background: #000;
  padding: 2.5rem 1.25rem 1.875rem 1.25rem;
  position: relative;
  z-index: 98;
}
@media (min-width: 1200px) {
  .footer {
    padding: 4.375rem 0 1.25rem 0;
  }
}
.footer .footer__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footer .footer__inner {
    flex-direction: row;
  }
}
.footer .footer__logo {
  margin: 0 0 1.875rem 0;
}
@media (min-width: 1200px) {
  .footer .footer__logo {
    width: 18.75rem;
    margin: 0 4.375rem 0 0;
  }
}
.footer .footer__logo img {
  height: 3.5625rem;
}
@media (min-width: 1200px) {
  .footer .footer__logo img {
    height: 4.75rem;
  }
}
.footer .footer__note {
  order: 3;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .footer .footer__note {
    order: 2;
    width: 44.375rem;
    margin: 0;
  }
}
.footer .footer__note p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5625rem;
}
.footer .footer__note p strong {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.footer .footer__socials {
  order: 2;
  margin: 0 0 3.125rem 0;
}
@media (min-width: 1200px) {
  .footer .footer__socials {
    order: 3;
    margin: 0;
    margin-left: auto;
  }
}
.footer .footer__socials ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer__socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  color: #000;
  border-radius: 100%;
  font-size: 1.5rem;
  text-decoration: none;
}
.footer .footer__socials ul li a:hover {
  background: #016f73;
}
@media (min-width: 1200px) {
  .footer .footer__inner-bottom {
    justify-content: flex-end;
    align-items: center;
    margin-top: 5rem;
    gap: 1rem;
  }
}
.footer .footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .footer .footer__links ul {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .footer .footer__links ul:before {
    content: "|";
    color: #fff;
  }
}
.footer .footer__links ul li {
  margin: 0.3125rem 0;
}
@media (min-width: 1200px) {
  .footer .footer__links ul li {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .footer .footer__links ul li:after {
    content: "|";
    margin-left: 1rem;
    color: #fff;
  }
}
.footer .footer__links ul li a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
.footer .footer__links ul li a:hover {
  color: #016f73;
}
.footer .footer__copyrights p,
.footer .footer__design p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
.footer .footer__copyrights p a,
.footer .footer__design p a {
  color: #fff;
  text-decoration: none;
}
.footer .footer__copyrights p a:hover,
.footer .footer__design p a:hover {
  color: #016f73;
}

@media (min-width: 1200px) {
  .narrow-section > * {
    width: 65%;
  }
}

.home-banner, :root :where(.editor-styles-wrapper) :where(.is-layout-flow) > .home-banner {
  margin-top: -4.6875rem;
  position: relative;
}
@media (min-width: 1200px) {
  .home-banner, :root :where(.editor-styles-wrapper) :where(.is-layout-flow) > .home-banner {
    margin-bottom: 23.75rem;
    margin-top: -6.875rem;
  }
}
.home-banner .wp-block-cover {
  padding: 0 0 1.875rem 0;
  margin: 0;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: #000;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover {
    padding: 0;
    min-height: 95rem;
  }
}
.home-banner .wp-block-cover__image-background {
  width: 100vw;
  height: 29.0625rem;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover__image-background {
    height: 83.3125rem;
  }
}
@media (min-width: 1200px) {
  .home-banner .section-cards {
    position: absolute;
    top: auto;
    bottom: -17.5rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .home-banner .wp-block-cover__inner-container {
    position: relative;
    z-index: 3;
    height: 88.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .home-banner .container {
    max-width: 100rem;
  }
}
.home-banner .banner-text {
  margin: 20rem 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .home-banner .banner-text {
    max-width: 68.75rem;
    margin: 25rem 0 12.5rem 0;
  }
}
.home-banner .banner-text h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 6.0625rem !important;
  line-height: 5.625rem !important;
  letter-spacing: -0.008125rem;
  margin: 0 0 2.5rem 0;
}
@media (min-width: 1200px) {
  .home-banner .banner-text h2 {
    font-size: 10.4375rem !important;
    line-height: 10rem !important;
  }
}
.home-banner .banner-text h3 {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.8125rem;
  margin: 0 1.25rem !important;
}
@media (min-width: 1200px) {
  .home-banner .banner-text h3 {
    font-family: var(--wp--preset--font-family--primary-font);
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3125rem;
    line-height: 2.4375rem;
    margin: 0 auto !important;
  }
}
.home-banner .wide-banner-text {
  text-align: center;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 1.875rem;
  padding: 2.1875rem 3.125rem;
  margin: 0 0;
}
@media (min-width: 1200px) {
  .home-banner .wide-banner-text {
    width: 100%;
    padding: 3.125rem 0;
  }
}
.home-banner .wide-banner-text h2 {
  max-width: 55rem;
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9375rem;
  line-height: 2.1875rem;
}
@media (min-width: 1200px) {
  .home-banner .wide-banner-text h2 {
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.home-banner .wide-banner-text p {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  max-width: 55rem;
}
.home-banner .wp-block-columns {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-columns {
    margin-top: 1.5625rem;
  }
}
.home-banner .wp-block-columns .wp-block-column:last-child {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .home-banner .wp-block-columns .wp-block-column:last-child {
    margin-top: 0;
  }
}
.home-banner article {
  padding: 2.1875rem 1.5625rem 2.8125rem 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-banner article {
    padding: 4.375rem;
  }
}
.home-banner article h2 {
  margin: 0 0 1.875rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.625rem;
}
@media (min-width: 1200px) {
  .home-banner article h2 {
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.home-banner article p {
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.home-banner .wp-block-button__link {
  border-color: #fff;
  color: #fff;
}
.home-banner .wp-block-button__link:hover {
  border-color: #000;
}

.cta-banner {
  margin: 2.5rem 0;
  position: relative;
  z-index: 90;
}
@media (min-width: 1200px) {
  .cta-banner {
    margin: 6.25rem 0;
  }
}
.cta-banner .wp-block-cover {
  border-radius: 1.875rem;
  height: 36.875rem;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5rem 1.5rem;
  background: #000;
  margin: 0;
  min-height: auto;
}
@media (min-width: 780px) {
  .cta-banner .wp-block-cover {
    padding: 2.5rem 4.6875rem 4.6875rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover {
    align-items: center;
    height: 29.8125rem;
    padding: 0 0 0 6.5rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover:before {
    content: "";
    width: 69.25rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 29.8125rem;
    background: #000000;
    border-radius: 1.875rem;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.cta-banner .wp-block-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 22.8125rem;
  border-radius: 1.875rem;
  -o-object-position: top right;
     object-position: top right;
}
@media (min-width: 780px) {
  .cta-banner .wp-block-cover img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover img {
    height: 29.8125rem;
  }
}
.cta-banner .wp-block-cover__inner-container {
  max-width: 35.0625rem;
  position: relative;
  z-index: 3;
}
.cta-banner .wp-block-cover__inner-container h2 {
  color: #fff;
  margin: 0 0 1.25rem 0;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 2.625rem;
}
@media (min-width: 1200px) {
  .cta-banner .wp-block-cover__inner-container h2 {
    margin: 0 0 2.5rem 0;
    font-size: 2.875rem;
    line-height: 3.1875rem;
  }
}
.cta-banner .wp-block-cover__inner-container p {
  margin: 0 0 2.5rem 0;
}
.cta-banner .wp-block-cover__inner-container .wp-block-button__link {
  color: #fff;
}
.cta-banner .wp-block-cover__inner-container .wp-block-button__link:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.page-banner {
  margin: -4.6875rem -1.25rem 0 -1.25rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 780px) {
  .page-banner {
    margin: -4.6875rem -4.6875rem 0 -4.6875rem;
  }
}
@media (min-width: 1200px) {
  .page-banner {
    margin: 0 0 5.625rem 0;
  }
}
.page-banner .wp-block-cover {
  padding: 0;
  display: block;
  background: #000;
  margin: 0;
}
@media (min-width: 1200px) {
  .page-banner .wp-block-cover {
    display: flex;
    height: 41.4375rem;
    border-radius: 1.875rem;
    padding: 2.8125rem;
    align-items: flex-end;
    justify-content: flex-start;
    min-height: auto;
    background: none;
  }
}
.page-banner .wp-block-cover__image-background {
  position: static;
  height: 21rem;
}
@media (min-width: 1200px) {
  .page-banner .wp-block-cover__image-background {
    position: absolute;
    height: 41.4375rem;
  }
}
.page-banner .wp-block-cover__inner-container {
  position: static;
  padding: 2.8125rem 1.25rem;
  width: auto;
}
@media (min-width: 780px) {
  .page-banner .wp-block-cover__inner-container {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .page-banner .wp-block-cover__inner-container {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.8125rem;
    border-radius: 1.875rem;
    max-width: 46.0625rem;
    box-sizing: border-box;
  }
}
.page-banner .wp-block-cover__inner-container h1 {
  color: #fff;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1200px) {
  .page-banner .wp-block-cover__inner-container h1 {
    color: #016F73;
  }
}
.page-banner .wp-block-cover__inner-container p {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-banner .wp-block-cover__inner-container p {
    color: #000;
  }
}

.text-banner {
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .text-banner {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .text-banner {
    padding: 6.25rem 0;
  }
}
.text-banner h2 {
  margin: 0 0 1.875rem 0;
}
.text-banner p {
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 1200px) {
  .text-banner p {
    max-width: 46.125rem;
  }
}

.collapsed-content {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
  padding: 0 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content {
    padding: 0 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
    padding: 0 4.6875rem;
  }
}
.collapsed-content .wp-block-columns {
  justify-content: space-between;
  position: relative;
}
.collapsed-content .collapsed-container {
  max-height: 31.0625rem;
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  transition: max-height 0.5s ease-out;
}
.collapsed-content .collapsed-container p {
  margin: 0 0 1.875rem 0;
}
.collapsed-content .collapsed-container p.has-large-font-size {
  margin: 0 0 0.625rem 0;
}
.collapsed-content.expanded .collapsed-container {
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.collapsed-content.has-primary-background-color {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content.has-primary-background-color {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content.has-primary-background-color {
    padding: 6.25rem 4.6875rem;
  }
}
.collapsed-content.has-primary-background-color ul li:before {
  color: #fff;
}
.collapsed-content.overflowed {
  margin-top: 0;
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .collapsed-content.overflowed {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .collapsed-content.overflowed {
    margin-top: -8.125rem;
    padding: 9.375rem 4.6875rem 6.25rem 4.6875rem;
  }
}

.load-more {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.load-more .wp-block-button__link {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 100%;
  background: #9000D0;
  color: #fff;
  border: 0.125rem solid #9000D0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 1.25rem;
}
.load-more .wp-block-button__link:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.load-more .wp-block-button__link i {
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}

.expanded .load-more {
  position: relative;
}
.expanded .load-more .wp-block-button__link i {
  transform: rotate(-90deg);
}

.resources-tools {
  padding: 0 0 2.5rem 0;
  background: #EDEDED;
  border-radius: 1.875rem;
  margin: 2.5rem 0;
}
@media (min-width: 1200px) {
  .resources-tools {
    margin: 0;
    padding: 4.6875rem 0;
    background: none;
    border-radius: 0;
  }
}
.resources-tools img {
  border-radius: 1.875rem 1.875rem 0 0;
  height: 18.875rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .resources-tools img {
    border-radius: 1.875rem;
    height: 28.5625rem;
    margin-bottom: 0;
  }
}
.resources-tools .wp-block-columns {
  justify-content: space-between;
  gap: 3.4375rem;
}
.resources-tools .wp-block-columns .wp-block-heading,
.resources-tools .wp-block-columns p,
.resources-tools .wp-block-columns .wp-block-buttons {
  padding: 0 1.875rem;
}

.form-section {
  padding: 2.8125rem 1.25rem;
  position: relative;
  z-index: 90;
}
@media (min-width: 780px) {
  .form-section {
    padding: 6.25rem 4.6875rem;
  }
}
.form-section h2 {
  margin: 0 0 1.875rem 0;
}
.form-section .wp-block-columns {
  justify-content: space-between;
  gap: 2.1875rem;
}
.form-section iframe {
  margin: 0;
}

.page-title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 780px) {
  .page-title {
    margin-top: 1.25rem;
    margin-bottom: 6.25rem;
  }
}
.page-title .wp-block-columns {
  justify-content: space-between;
}
.page-title h2 {
  margin: 0 0 1.875rem 0;
}
.page-title .element-sticky {
  position: static !important;
}
@media (min-width: 1200px) {
  .page-title .element-sticky {
    position: fixed !important;
    z-index: 40 !important;
  }
}
.page-title .support-line {
  border-radius: 30px;
  padding: 3.4375rem 2.8125rem;
}
@media (min-width: 1200px) {
  .page-title .support-line {
    max-width: 33.75rem;
  }
}
.page-title .support-line h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.875rem;
  margin: 0 0 1.875rem 0;
}
.page-title .support-line p {
  margin: 0 0 1.875rem 0;
}
.page-title .support-line a {
  text-decoration: none;
}
.page-title .support-line a:hover {
  color: #016f73;
}
@media (min-width: 780px) {
  .page-title .wp-block-image img {
    width: 44.375rem;
    height: 27.8125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cards-section {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 780px) {
  .cards-section {
    padding: 3.75rem 4.6875rem 1.875rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .cards-section {
    padding: 8.75rem 4.6875rem;
  }
}
.cards-section article {
  padding: 2.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .cards-section article {
    padding: 4.375rem;
  }
}
.cards-section article h2 {
  margin: 0 0 1.875rem 0;
}
.cards-section article p {
  margin: 0 0 2.5rem 0;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.narrow-text {
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 1200px) {
  .narrow-text {
    padding: 2.8125rem 4.6875rem;
  }
}
.narrow-text.has-primary-background-color {
  padding: 2.8125rem 1.25rem;
}
@media (min-width: 780px) {
  .narrow-text.has-primary-background-color {
    padding: 2.8125rem 4.6875rem;
  }
}
@media (min-width: 1200px) {
  .narrow-text.has-primary-background-color {
    padding: 5.3125rem 4.6875rem;
  }
}

.accordion-section {
  margin: 6.25rem 0;
}
.accordion-section h2 {
  margin: 0 0 1.25rem 0;
}

.accordion {
  border-bottom: 1px solid #D0D0D0;
}
.accordion .accordion-header {
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  color: #000;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.875rem 5rem 1.875rem 0;
  margin: 0;
  border-top: 1px solid #D0D0D0;
}
.accordion .accordion-header:before {
  display: none;
}
.accordion .accordion-header:after {
  content: "\e901";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 1.5rem;
  color: #9000D0;
  font-weight: normal;
  font-size: 1rem;
  width: 2.3125rem;
  height: 2.3125rem;
  border: 2px solid #9000D0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}
.accordion .accordion-header.is-active {
  position: relative;
}
.accordion .accordion-header.is-active:after {
  transform: rotate(-90deg);
  color: #fff;
  background: #9000D0;
  border-color: #9000D0;
}
.accordion .accordion-header:hover:after {
  color: #fff;
  background: #9000D0;
  border-color: #9000D0;
}
.accordion .accordion-header:first-child {
  border-top: none;
  margin-top: 0;
}
.accordion .accordion-content.is-active {
  border: none;
  background: none;
  padding: 0;
}
.accordion .accordion-content ul {
  padding: 0 0 0 1.25rem;
}

.safe-ways {
  padding: 2.5rem 0.625rem;
}
@media (min-width: 1200px) {
  .safe-ways {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .safe-ways .accordion {
    padding-left: 9.375rem;
    border-bottom: none;
  }
}
.safe-ways .accordion-header {
  position: relative;
  padding-left: 4.375rem;
}
@media (min-width: 1200px) {
  .safe-ways .accordion-header {
    padding-left: 0;
  }
}
.safe-ways .accordion-header img {
  height: 2.5rem;
  width: auto;
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  .safe-ways .accordion-header img {
    left: -5.625rem;
    height: 3.75rem;
  }
}
.safe-ways .accordion-header .accordion-title {
  display: block;
  font-family: var(--wp--preset--font-family--primary-font);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9375rem;
}
@media (min-width: 1200px) {
  .safe-ways .accordion-header .accordion-title {
    font-size: 2.3125rem;
    margin: 0 0 0.625rem 0;
  }
}
.safe-ways .accordion-header .accordion-subtitle {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  display: none;
}
@media (min-width: 1200px) {
  .safe-ways .accordion-header .accordion-subtitle {
    display: block;
  }
}
.safe-ways .accordion-content .accordion-subtitle {
  display: block;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1200px) {
  .safe-ways .accordion-content .accordion-subtitle {
    display: none;
  }
}

.mfp-bg {
  background: #000;
  opacity: 1;
}

.mfp-gallery figcaption {
  display: none;
}
.mfp-gallery .mfp-close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  font-size: 1.4375rem;
  color: #fff;
  opacity: 1;
}
.mfp-gallery .mfp-close:hover {
  color: #9000D0;
}
.mfp-gallery .mfp-arrow {
  width: 4.0625rem;
  height: 4.0625rem;
  border: 0.125rem solid #9000D0;
  background: #9000D0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 1;
  margin: 0;
  transform: translateY(-50%);
}
.mfp-gallery .mfp-arrow:after {
  display: none;
}
.mfp-gallery .mfp-arrow:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.875rem;
  color: #fff;
  opacity: 1;
  border: none;
  position: static;
  margin: 0;
  display: inline;
  width: auto;
  height: auto;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left {
  left: 1.875rem;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left:before {
  transform: rotate(-180deg);
}
.mfp-gallery .mfp-arrow.mfp-arrow-right {
  right: 1.875rem;
}

.campaign-slider {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 1200px) {
  .campaign-slider {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.campaign-slider h2 {
  text-align: center;
  margin: 0 2.5rem 3.75rem 2.5rem;
  margin-block-end: 3.75rem !important;
}
@media (min-width: 1200px) {
  .campaign-slider h2 {
    margin: 0 0 3.75rem 0;
  }
}
.campaign-slider .wp-block-buttons {
  padding: 3.125rem 0 0 0;
}
@media (min-width: 1200px) {
  .campaign-slider .wp-block-buttons {
    padding: 0;
  }
}

.campaign-slider__slides {
  margin: 0 0 3.75rem 0;
}
.campaign-slider__slides .campaign-slider__slide {
  height: 24.375rem;
}
@media (min-width: 1200px) {
  .campaign-slider__slides .campaign-slider__slide {
    width: 44.375rem;
    height: 44.375rem;
    margin: 0 0.9375rem;
  }
}
.campaign-slider__slides .campaign-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .campaign-slider__slides .campaign-slider__slide img {
    border-radius: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .campaign-slider__slides .slick-list {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .campaign-slider__slides .slick-list:before, .campaign-slider__slides .slick-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15rem;
    height: 44.375rem;
    background: #000000;
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .campaign-slider__slides .slick-list:after {
    left: auto;
    right: 0;
    width: 15rem;
    height: 44.375rem;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 1;
  }
}
.campaign-slider__slides .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 4.0625rem;
  height: 4.0625rem;
  border: 0.125rem solid #9000D0;
  background: #9000D0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 14;
}
.campaign-slider__slides .slick-arrow:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.875rem;
  color: #fff;
  opacity: 1;
}
.campaign-slider__slides .slick-arrow.slick-next {
  right: 1.875rem;
}
.campaign-slider__slides .slick-arrow.slick-prev {
  left: 1.875rem;
}
.campaign-slider__slides .slick-arrow.slick-prev:before {
  transform: rotate(-180deg);
}
.campaign-slider__slides .slick-arrow.slick-disabled {
  border-color: #D0D0D0;
}
.campaign-slider__slides .slick-arrow.slick-disabled:before {
  color: #D0D0D0;
}
.campaign-slider__slides .slick-arrow:hover {
  background: #000;
  border-color: #fff;
}
.campaign-slider__slides .slick-dots {
  bottom: -5rem;
}
@media (min-width: 1200px) {
  .campaign-slider__slides .slick-dots {
    display: none;
  }
}
.campaign-slider__slides .slick-dots li {
  width: 0.3125rem;
  padding: 0.625rem 0.625rem 0.625rem 0;
  height: 0.5625rem;
  margin: 0;
}
.campaign-slider__slides .slick-dots li:before {
  display: none;
}
.campaign-slider__slides .slick-dots li button {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #9000D0;
  border: none;
  padding: 0;
  border-radius: 100%;
}
.campaign-slider__slides .slick-dots li button:before {
  display: none;
}
.campaign-slider__slides .slick-dots li.slick-active button {
  transform: scale(2);
}

.resources-archive {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2.8125rem 0;
}
@media (min-width: 780px) {
  .resources-archive {
    margin: 0 -15px 40px -15px;
  }
}
@media (min-width: 1200px) {
  .resources-archive {
    margin: 0 -15px 80px -15px;
  }
}
.resources-archive .resources-archive__item {
  margin: 0 0 30px 0;
  width: 100%;
}
@media (min-width: 780px) {
  .resources-archive .resources-archive__item {
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .resources-archive .resources-archive__item {
    margin: 0 15px 60px 15px;
    width: calc(33.33% - 30px);
  }
}
.resources-archive img {
  width: 100%;
  height: 14.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .resources-archive img {
    height: 27.1875rem;
  }
}
.resources-archive .resource-title {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  margin: 0 0 1.25rem 0;
}
.resources-archive .resource-excerpt,
.resources-archive .resource-excerpt p,
.resources-archive .resource-excerpt li {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 0 0 1.25rem 0;
}
.resources-archive .resource-download {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.resources-archive .resource-download i {
  font-size: 1.5rem;
}
.resources-archive ul.buttons {
  margin: 0;
}
.resources-archive ul.buttons li {
  padding-left: 0;
  display: inline-block;
}
.resources-archive ul.buttons li:before {
  display: none;
}
@media (max-width: 480px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media (min-width: 780px) and (max-width: 960px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media (min-width: 1200px) and (max-width: 1530px) {
  .resources-archive .button {
    font-size: 1rem;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/*# sourceMappingURL=theme.css.map*/