/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
body {
  background-color: white;
}

.has-transparent-border {
  border: 1px solid transparent;
}

.has-transparent-color {
  color: transparent;
}

.has-transparent-background-color,
.bg-transparent {
  background-color: transparent;
  color: #FFFFFF;
}
.has-transparent-background-color.is-interactive,
.bg-transparent.is-interactive {
  background-color: transparent;
  color: #FFFFFF;
  outline-color: transparent;
}
.has-transparent-background-color.is-interactive:hover, .has-transparent-background-color.is-interactive:focus,
.bg-transparent.is-interactive:hover,
.bg-transparent.is-interactive:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.has-transparent-background-color.is-interactive:active,
.bg-transparent.is-interactive:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}

.has-black-border {
  border: 1px solid #000000;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color,
.bg-black {
  background-color: #000000;
  color: #FFFFFF;
}
.has-black-background-color.is-interactive,
.bg-black.is-interactive {
  background-color: #000000;
  color: #FFFFFF;
  outline-color: #000000;
}
.has-black-background-color.is-interactive:hover, .has-black-background-color.is-interactive:focus,
.bg-black.is-interactive:hover,
.bg-black.is-interactive:focus {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.has-black-background-color.is-interactive:active,
.bg-black.is-interactive:active {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}

.has-white-border {
  border: 1px solid #FFFFFF;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color,
.bg-white {
  background-color: #FFFFFF;
  color: #000000;
}
.has-white-background-color.is-interactive,
.bg-white.is-interactive {
  background-color: #FFFFFF;
  color: #000000;
  outline-color: #FFFFFF;
}
.has-white-background-color.is-interactive:hover, .has-white-background-color.is-interactive:focus,
.bg-white.is-interactive:hover,
.bg-white.is-interactive:focus {
  background-color: #e6e6e6;
  color: #000000;
  outline-color: #e6e6e6;
}
.has-white-background-color.is-interactive:active,
.bg-white.is-interactive:active {
  background-color: #b8b8b8;
  color: #000000;
  outline-color: #b8b8b8;
}

.has-lightgreen-border {
  border: 1px solid #B2D33E;
}

.has-lightgreen-color {
  color: #B2D33E;
}

.has-lightgreen-background-color,
.bg-lightgreen {
  background-color: #B2D33E;
  color: #000000;
}
.has-lightgreen-background-color.is-interactive,
.bg-lightgreen.is-interactive {
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.has-lightgreen-background-color.is-interactive:hover, .has-lightgreen-background-color.is-interactive:focus,
.bg-lightgreen.is-interactive:hover,
.bg-lightgreen.is-interactive:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.has-lightgreen-background-color.is-interactive:active,
.bg-lightgreen.is-interactive:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}

.has-green-border {
  border: 1px solid #75A344;
}

.has-green-color {
  color: #75A344;
}

.has-green-background-color,
.bg-green {
  background-color: #75A344;
  color: white;
}
.has-green-background-color.is-interactive,
.bg-green.is-interactive {
  background-color: #75A344;
  color: white;
  outline-color: #75A344;
}
.has-green-background-color.is-interactive:hover, .has-green-background-color.is-interactive:focus,
.bg-green.is-interactive:hover,
.bg-green.is-interactive:focus {
  background-color: #69933d;
  color: #000000;
  outline-color: #69933d;
}
.has-green-background-color.is-interactive:active,
.bg-green.is-interactive:active {
  background-color: #547531;
  color: #FFFFFF;
  outline-color: #547531;
}

.has-purple-border {
  border: 1px solid #8650E8;
}

.has-purple-color {
  color: #8650E8;
}

.has-purple-background-color,
.bg-purple {
  background-color: #8650E8;
  color: white;
}
.has-purple-background-color.is-interactive,
.bg-purple.is-interactive {
  background-color: #8650E8;
  color: white;
  outline-color: #8650E8;
}
.has-purple-background-color.is-interactive:hover, .has-purple-background-color.is-interactive:focus,
.bg-purple.is-interactive:hover,
.bg-purple.is-interactive:focus {
  background-color: #7334e4;
  color: #FFFFFF;
  outline-color: #7334e4;
}
.has-purple-background-color.is-interactive:active,
.bg-purple.is-interactive:active {
  background-color: #571ac7;
  color: #FFFFFF;
  outline-color: #571ac7;
}

.has-lightblue-border {
  border: 1px solid #1892CB;
}

.has-lightblue-color {
  color: #1892CB;
}

.has-lightblue-background-color,
.bg-lightblue {
  background-color: #1892CB;
  color: white;
}
.has-lightblue-background-color.is-interactive,
.bg-lightblue.is-interactive {
  background-color: #1892CB;
  color: white;
  outline-color: #1892CB;
}
.has-lightblue-background-color.is-interactive:hover, .has-lightblue-background-color.is-interactive:focus,
.bg-lightblue.is-interactive:hover,
.bg-lightblue.is-interactive:focus {
  background-color: #1683b7;
  color: #000000;
  outline-color: #1683b7;
}
.has-lightblue-background-color.is-interactive:active,
.bg-lightblue.is-interactive:active {
  background-color: #116992;
  color: #FFFFFF;
  outline-color: #116992;
}

.has-darkblue-border {
  border: 1px solid #6633FF;
}

.has-darkblue-color {
  color: #6633FF;
}

.has-darkblue-background-color,
.bg-darkblue {
  background-color: #6633FF;
  color: white;
}
.has-darkblue-background-color.is-interactive,
.bg-darkblue.is-interactive {
  background-color: #6633FF;
  color: white;
  outline-color: #6633FF;
}
.has-darkblue-background-color.is-interactive:hover, .has-darkblue-background-color.is-interactive:focus,
.bg-darkblue.is-interactive:hover,
.bg-darkblue.is-interactive:focus {
  background-color: #4f14ff;
  color: #FFFFFF;
  outline-color: #4f14ff;
}
.has-darkblue-background-color.is-interactive:active,
.bg-darkblue.is-interactive:active {
  background-color: #3700dc;
  color: #FFFFFF;
  outline-color: #3700dc;
}

.has-orange-border {
  border: 1px solid #D37802;
}

.has-orange-color {
  color: #D37802;
}

.has-orange-background-color,
.bg-orange {
  background-color: #D37802;
  color: white;
}
.has-orange-background-color.is-interactive,
.bg-orange.is-interactive {
  background-color: #D37802;
  color: white;
  outline-color: #D37802;
}
.has-orange-background-color.is-interactive:hover, .has-orange-background-color.is-interactive:focus,
.bg-orange.is-interactive:hover,
.bg-orange.is-interactive:focus {
  background-color: #be6c02;
  color: #000000;
  outline-color: #be6c02;
}
.has-orange-background-color.is-interactive:active,
.bg-orange.is-interactive:active {
  background-color: #985601;
  color: #FFFFFF;
  outline-color: #985601;
}

.has-magenta-border {
  border: 1px solid #DE455C;
}

.has-magenta-color {
  color: #DE455C;
}

.has-magenta-background-color,
.bg-magenta {
  background-color: #DE455C;
  color: white;
}
.has-magenta-background-color.is-interactive,
.bg-magenta.is-interactive {
  background-color: #DE455C;
  color: white;
  outline-color: #DE455C;
}
.has-magenta-background-color.is-interactive:hover, .has-magenta-background-color.is-interactive:focus,
.bg-magenta.is-interactive:hover,
.bg-magenta.is-interactive:focus {
  background-color: #da2c46;
  color: #FFFFFF;
  outline-color: #da2c46;
}
.has-magenta-background-color.is-interactive:active,
.bg-magenta.is-interactive:active {
  background-color: #b22036;
  color: #FFFFFF;
  outline-color: #b22036;
}

.has-grey1-border {
  border: 1px solid #F4F4F4;
}

.has-grey1-color {
  color: #F4F4F4;
}

.has-grey1-background-color,
.bg-grey1 {
  background-color: #F4F4F4;
  color: #000000;
}
.has-grey1-background-color.is-interactive,
.bg-grey1.is-interactive {
  background-color: #F4F4F4;
  color: #000000;
  outline-color: #F4F4F4;
}
.has-grey1-background-color.is-interactive:hover, .has-grey1-background-color.is-interactive:focus,
.bg-grey1.is-interactive:hover,
.bg-grey1.is-interactive:focus {
  background-color: gainsboro;
  color: #000000;
  outline-color: gainsboro;
}
.has-grey1-background-color.is-interactive:active,
.bg-grey1.is-interactive:active {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}

.has-grey2-border {
  border: 1px solid #C4C4C4;
}

.has-grey2-color {
  color: #C4C4C4;
}

.has-grey2-background-color,
.bg-grey2 {
  background-color: #C4C4C4;
  color: #000000;
}
.has-grey2-background-color.is-interactive,
.bg-grey2.is-interactive {
  background-color: #C4C4C4;
  color: #000000;
  outline-color: #C4C4C4;
}
.has-grey2-background-color.is-interactive:hover, .has-grey2-background-color.is-interactive:focus,
.bg-grey2.is-interactive:hover,
.bg-grey2.is-interactive:focus {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.has-grey2-background-color.is-interactive:active,
.bg-grey2.is-interactive:active {
  background-color: #8d8d8d;
  color: #000000;
  outline-color: #8d8d8d;
}

.has-grey3-border {
  border: 1px solid #666666;
}

.has-grey3-color {
  color: #666666;
}

.has-grey3-background-color,
.bg-grey3 {
  background-color: #666666;
  color: #FFFFFF;
}
.has-grey3-background-color.is-interactive,
.bg-grey3.is-interactive {
  background-color: #666666;
  color: #FFFFFF;
  outline-color: #666666;
}
.has-grey3-background-color.is-interactive:hover, .has-grey3-background-color.is-interactive:focus,
.bg-grey3.is-interactive:hover,
.bg-grey3.is-interactive:focus {
  background-color: #5c5c5c;
  color: #FFFFFF;
  outline-color: #5c5c5c;
}
.has-grey3-background-color.is-interactive:active,
.bg-grey3.is-interactive:active {
  background-color: #494949;
  color: #FFFFFF;
  outline-color: #494949;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > .breadcrumb__step {
  color: inherit;
}
.breadcrumb > .breadcrumb__separator {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .post-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .post-list > * {
    width: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .post-list > * {
    width: calc(33.3333% - 10.8333px);
    flex-basis: calc(33.3333% - 10.8333px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .post-list > * {
    width: calc(33.3333% - 11.6666px);
    flex-basis: calc(33.3333% - 11.6666px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .post-list > * {
    width: calc(33.3333% - 12.5px);
    flex-basis: calc(33.3333% - 12.5px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .post-list > * {
    width: calc(33.3333% - 13.3333px);
    flex-basis: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .post-list > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .post-list > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .post-list > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .post-list > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .post-list > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .post-list > *:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .post-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .post-list {
    display: flex;
    flex-wrap: wrap;
  }
  .post-list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 20px;
    margin-top: 50px;
  }
  .post-list > *:nth-child(1n+1) {
    margin-right: 0;
  }
  .post-list > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.post-list > a {
  display: flex;
  flex-direction: column;
  color: currentColor;
  text-decoration: none;
}
.post-list > a > img {
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}
.post-list > a > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-list > a > div > .post-info-top > h6 {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.post-list > a > div > .post-info-top > .post-excerpt {
  margin-top: 20px;
}
.post-list > a > div > .post-info-top > .post-excerpt > p {
  font-size: 1.125rem;
}
.post-list > a > div > .post-info-bottom {
  margin-top: 20px;
}
.post-list > a > div > .post-info-bottom > .post-summary > span {
  display: block;
  font-size: 1rem;
  font-style: italic;
}
.post-list > a > div > .post-info-bottom > .post-summary > span + span {
  margin-top: 20px;
}
.post-list > a > div > .post-info-bottom > .post-cta {
  margin-top: 20px;
  font-weight: bold;
  align-self: flex-start;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.post-list > a > div > .post-info-bottom > .post-cta > .material-icons {
  margin-left: 10px;
}
.post-list > a:hover > div > h6,
.post-list > a:hover > div > h3,
.post-list > a:hover > div > .post-summary,
.post-list > a:hover > div > .post-cta > span:first-child {
  text-decoration: underline;
}
.post-list.post-list--with-border > a {
  border-width: 2px;
  border-style: solid;
  padding: 20px;
}
.post-list.post-list--color-transparent > a {
  border-color: transparent;
}
.post-list.post-list--color-transparent > a > div > h6 {
  color: transparent;
}
.post-list.post-list--color-black > a {
  border-color: #000000;
}
.post-list.post-list--color-black > a > div > h6 {
  color: #000000;
}
.post-list.post-list--color-white > a {
  border-color: #FFFFFF;
}
.post-list.post-list--color-white > a > div > h6 {
  color: #FFFFFF;
}
.post-list.post-list--color-lightgreen > a {
  border-color: #B2D33E;
}
.post-list.post-list--color-lightgreen > a > div > h6 {
  color: #B2D33E;
}
.post-list.post-list--color-green > a {
  border-color: #75A344;
}
.post-list.post-list--color-green > a > div > h6 {
  color: #75A344;
}
.post-list.post-list--color-purple > a {
  border-color: #8650E8;
}
.post-list.post-list--color-purple > a > div > h6 {
  color: #8650E8;
}
.post-list.post-list--color-lightblue > a {
  border-color: #1892CB;
}
.post-list.post-list--color-lightblue > a > div > h6 {
  color: #1892CB;
}
.post-list.post-list--color-darkblue > a {
  border-color: #6633FF;
}
.post-list.post-list--color-darkblue > a > div > h6 {
  color: #6633FF;
}
.post-list.post-list--color-orange > a {
  border-color: #D37802;
}
.post-list.post-list--color-orange > a > div > h6 {
  color: #D37802;
}
.post-list.post-list--color-magenta > a {
  border-color: #DE455C;
}
.post-list.post-list--color-magenta > a > div > h6 {
  color: #DE455C;
}
.post-list.post-list--color-grey1 > a {
  border-color: #F4F4F4;
}
.post-list.post-list--color-grey1 > a > div > h6 {
  color: #F4F4F4;
}
.post-list.post-list--color-grey2 > a {
  border-color: #C4C4C4;
}
.post-list.post-list--color-grey2 > a > div > h6 {
  color: #C4C4C4;
}
.post-list.post-list--color-grey3 > a {
  border-color: #666666;
}
.post-list.post-list--color-grey3 > a > div > h6 {
  color: #666666;
}

.post-thumbnail {
  text-decoration: none;
  color: inherit;
}
.post-thumbnail > img {
  display: block;
}
.post-thumbnail > .post-thumbnail__content > * + * {
  margin-top: 10px;
}
.post-thumbnail > .post-thumbnail__content > * + *:first-child {
  margin-top: 0;
}
.post-term-list {
  display: flex;
  font-size: 0.75em;
}
.post-term-list > div,
.post-term-list > a {
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  margin-left: 10px;
}
.post-term-list > div:first-child,
.post-term-list > a:first-child {
  margin-left: 0;
}
.post-term-list > div {
  background-color: skyblue;
  color: #000000;
}
.post-term-list > a {
  background-color: skyblue;
  color: #000000;
  outline-color: skyblue;
  text-decoration: none;
}
.post-term-list > a:hover, .post-term-list > a:focus {
  background-color: #67c1e6;
  color: #000000;
  outline-color: #67c1e6;
}
.post-term-list > a:active {
  background-color: #2eaadc;
  color: #000000;
  outline-color: #2eaadc;
}
.post-term-list > a:hover {
  text-decoration: underline;
}

.contact-info a {
  display: flex;
  color: currentColor;
  text-decoration: none;
}
.contact-info a > svg {
  color: currentColor;
  width: 30px;
  height: 30px;
}
.contact-info > div:first-child > * {
  display: flex;
  margin-top: 20px;
}
.contact-info > div:first-child > * > .material-icons {
  margin-right: 10px;
}
.contact-info > div:first-child > *:first-child {
  margin-top: 0;
}
.contact-info > div:nth-child(2) {
  margin-top: 20px;
  display: flex;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .contact-info > div:nth-child(2) > * {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-info > div:nth-child(2) > * {
    margin-left: 16.25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-info > div:nth-child(2) > * {
    margin-left: 17.5px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .contact-info > div:nth-child(2) > * {
    margin-left: 18.75px;
  }
}
@media (min-width: 1400px) {
  .contact-info > div:nth-child(2) > * {
    margin-left: 20px;
  }
}
.contact-info > div:nth-child(2) > *:first-child {
  margin-left: 0;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rich-text {
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
}
.rich-text > .has-text-align-center {
  align-self: center;
}
.rich-text > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.rich-text > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.rich-text > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.rich-text > cite {
  font-style: normal;
}
.rich-text > strong,
.rich-text > p > strong,
.rich-text > b,
.rich-text > p > b {
  font-weight: bold;
}
.rich-text > em,
.rich-text > p > em,
.rich-text > i,
.rich-text > p > i {
  font-style: italic;
}
.rich-text > del,
.rich-text > ins {
  color: inherit;
}
.rich-text > figure {
  margin-right: 0;
  margin-left: 0;
}
.rich-text > figure > * {
  max-width: 100%;
}
.rich-text > figure > a {
  display: block;
}
.rich-text > figure img {
  max-width: 100%;
}
.rich-text > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.rich-text > iframe {
  width: 100%;
  border: none;
  display: block;
}
.rich-text > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.rich-text > table > tr > th {
  font-weight: bold;
}
.rich-text > table > tr > th,
.rich-text > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.rich-text > ul {
  list-style: disc;
  padding-left: 25px;
}
.rich-text > ol {
  list-style: decimal;
  padding-left: 25px;
}
.rich-text > h1,
.rich-text > h2,
.rich-text > h3,
.rich-text > h4,
.rich-text > h5,
.rich-text > h6,
.rich-text > p,
.rich-text > figure,
.rich-text > *:not([class]),
.rich-text > blockquote,
.rich-text > .wpcf7 {
  max-width: 750px;
}
.rich-text > * + * {
  margin-top: 20px;
}
.rich-text > * + h1,
.rich-text > * + h2,
.rich-text > * + h3,
.rich-text > * + h4,
.rich-text > * + h5 {
  margin-top: 50px;
}
.rich-text > h6 + h1,
.rich-text > h6 + h2,
.rich-text > h6 + h3,
.rich-text > h6 + h4,
.rich-text > h6 + h5 {
  margin-top: 10px;
}
.rich-text > * + h6 {
  margin-top: 10px;
}
.rich-text > * + .side-title-content,
.rich-text > .side-title-content + *,
.rich-text > * + .highlight-stats,
.rich-text > .highlight-stats + *,
.rich-text > * + .post-list,
.rich-text > .post-list + *,
.rich-text > * + .project-list,
.rich-text > .project-list + *,
.rich-text > * + .project-axis-list,
.rich-text > .project-axis-list + *,
.rich-text > * + .document-list,
.rich-text > .document-list + *,
.rich-text > * + .person-list,
.rich-text > .person-list + *,
.rich-text > * + blockquote,
.rich-text > blockquote + * {
  margin-top: 50px;
}
.rich-text > *:last-child {
  margin-bottom: 0;
}
.rich-text sub, .rich-text sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.rich-text sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.rich-text sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
.wp-block-columns {
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .wp-block-columns {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .wp-block-columns {
    margin-left: -9px;
    margin-right: -9px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.wp-block-columns > .wp-block-column {
  margin: 0;
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
}
.wp-block-columns > .wp-block-column > .has-text-align-center {
  align-self: center;
}
.wp-block-columns > .wp-block-column > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.wp-block-columns > .wp-block-column > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.wp-block-columns > .wp-block-column > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-block-columns > .wp-block-column > cite {
  font-style: normal;
}
.wp-block-columns > .wp-block-column > strong,
.wp-block-columns > .wp-block-column > p > strong,
.wp-block-columns > .wp-block-column > b,
.wp-block-columns > .wp-block-column > p > b {
  font-weight: bold;
}
.wp-block-columns > .wp-block-column > em,
.wp-block-columns > .wp-block-column > p > em,
.wp-block-columns > .wp-block-column > i,
.wp-block-columns > .wp-block-column > p > i {
  font-style: italic;
}
.wp-block-columns > .wp-block-column > del,
.wp-block-columns > .wp-block-column > ins {
  color: inherit;
}
.wp-block-columns > .wp-block-column > figure {
  margin-right: 0;
  margin-left: 0;
}
.wp-block-columns > .wp-block-column > figure > * {
  max-width: 100%;
}
.wp-block-columns > .wp-block-column > figure > a {
  display: block;
}
.wp-block-columns > .wp-block-column > figure img {
  max-width: 100%;
}
.wp-block-columns > .wp-block-column > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.wp-block-columns > .wp-block-column > iframe {
  width: 100%;
  border: none;
  display: block;
}
.wp-block-columns > .wp-block-column > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.wp-block-columns > .wp-block-column > table > tr > th {
  font-weight: bold;
}
.wp-block-columns > .wp-block-column > table > tr > th,
.wp-block-columns > .wp-block-column > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.wp-block-columns > .wp-block-column > ul {
  list-style: disc;
  padding-left: 25px;
}
.wp-block-columns > .wp-block-column > ol {
  list-style: decimal;
  padding-left: 25px;
}
.wp-block-columns > .wp-block-column > h1,
.wp-block-columns > .wp-block-column > h2,
.wp-block-columns > .wp-block-column > h3,
.wp-block-columns > .wp-block-column > h4,
.wp-block-columns > .wp-block-column > h5,
.wp-block-columns > .wp-block-column > h6,
.wp-block-columns > .wp-block-column > p,
.wp-block-columns > .wp-block-column > figure,
.wp-block-columns > .wp-block-column > *:not([class]),
.wp-block-columns > .wp-block-column > blockquote,
.wp-block-columns > .wp-block-column > .wpcf7 {
  max-width: 750px;
}
.wp-block-columns > .wp-block-column > * + * {
  margin-top: 20px;
}
.wp-block-columns > .wp-block-column > * + h1,
.wp-block-columns > .wp-block-column > * + h2,
.wp-block-columns > .wp-block-column > * + h3,
.wp-block-columns > .wp-block-column > * + h4,
.wp-block-columns > .wp-block-column > * + h5 {
  margin-top: 50px;
}
.wp-block-columns > .wp-block-column > h6 + h1,
.wp-block-columns > .wp-block-column > h6 + h2,
.wp-block-columns > .wp-block-column > h6 + h3,
.wp-block-columns > .wp-block-column > h6 + h4,
.wp-block-columns > .wp-block-column > h6 + h5 {
  margin-top: 10px;
}
.wp-block-columns > .wp-block-column > * + h6 {
  margin-top: 10px;
}
.wp-block-columns > .wp-block-column > * + .side-title-content,
.wp-block-columns > .wp-block-column > .side-title-content + *,
.wp-block-columns > .wp-block-column > * + .highlight-stats,
.wp-block-columns > .wp-block-column > .highlight-stats + *,
.wp-block-columns > .wp-block-column > * + .post-list,
.wp-block-columns > .wp-block-column > .post-list + *,
.wp-block-columns > .wp-block-column > * + .project-list,
.wp-block-columns > .wp-block-column > .project-list + *,
.wp-block-columns > .wp-block-column > * + .project-axis-list,
.wp-block-columns > .wp-block-column > .project-axis-list + *,
.wp-block-columns > .wp-block-column > * + .document-list,
.wp-block-columns > .wp-block-column > .document-list + *,
.wp-block-columns > .wp-block-column > * + .person-list,
.wp-block-columns > .wp-block-column > .person-list + *,
.wp-block-columns > .wp-block-column > * + blockquote,
.wp-block-columns > .wp-block-column > blockquote + * {
  margin-top: 50px;
}
.wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns > .wp-block-column sub, .wp-block-columns > .wp-block-column sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.wp-block-columns > .wp-block-column sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.wp-block-columns > .wp-block-column sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@media (max-width: 575px) {
  .wp-block-columns > .wp-block-column {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns > .wp-block-column {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns > .wp-block-column {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .wp-block-columns > .wp-block-column {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns > .wp-block-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .wp-block-columns > .wp-block-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns > .wp-block-column {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns > .wp-block-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .wp-block-columns > .wp-block-column {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  .wp-block-columns > .wp-block-column {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wp-block-columns > .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wp-block-columns {
    flex-direction: column;
  }
}

.page-section > .page-section__contents {
  margin: 0 auto;
  max-width: 1400px;
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
}
@media (max-width: 575px) {
  .page-section > .page-section__contents {
    background-attachment: scroll !important;
  }
}
.page-section > .page-section__contents > .has-text-align-center {
  align-self: center;
}
.page-section > .page-section__contents > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.page-section > .page-section__contents > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.page-section > .page-section__contents > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-section > .page-section__contents > cite {
  font-style: normal;
}
.page-section > .page-section__contents > strong,
.page-section > .page-section__contents > p > strong,
.page-section > .page-section__contents > b,
.page-section > .page-section__contents > p > b {
  font-weight: bold;
}
.page-section > .page-section__contents > em,
.page-section > .page-section__contents > p > em,
.page-section > .page-section__contents > i,
.page-section > .page-section__contents > p > i {
  font-style: italic;
}
.page-section > .page-section__contents > del,
.page-section > .page-section__contents > ins {
  color: inherit;
}
.page-section > .page-section__contents > figure {
  margin-right: 0;
  margin-left: 0;
}
.page-section > .page-section__contents > figure > * {
  max-width: 100%;
}
.page-section > .page-section__contents > figure > a {
  display: block;
}
.page-section > .page-section__contents > figure img {
  max-width: 100%;
}
.page-section > .page-section__contents > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.page-section > .page-section__contents > iframe {
  width: 100%;
  border: none;
  display: block;
}
.page-section > .page-section__contents > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.page-section > .page-section__contents > table > tr > th {
  font-weight: bold;
}
.page-section > .page-section__contents > table > tr > th,
.page-section > .page-section__contents > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.page-section > .page-section__contents > ul {
  list-style: disc;
  padding-left: 25px;
}
.page-section > .page-section__contents > ol {
  list-style: decimal;
  padding-left: 25px;
}
.page-section > .page-section__contents > h1,
.page-section > .page-section__contents > h2,
.page-section > .page-section__contents > h3,
.page-section > .page-section__contents > h4,
.page-section > .page-section__contents > h5,
.page-section > .page-section__contents > h6,
.page-section > .page-section__contents > p,
.page-section > .page-section__contents > figure,
.page-section > .page-section__contents > *:not([class]),
.page-section > .page-section__contents > blockquote,
.page-section > .page-section__contents > .wpcf7 {
  max-width: 750px;
}
.page-section > .page-section__contents > * + * {
  margin-top: 20px;
}
.page-section > .page-section__contents > * + h1,
.page-section > .page-section__contents > * + h2,
.page-section > .page-section__contents > * + h3,
.page-section > .page-section__contents > * + h4,
.page-section > .page-section__contents > * + h5 {
  margin-top: 50px;
}
.page-section > .page-section__contents > h6 + h1,
.page-section > .page-section__contents > h6 + h2,
.page-section > .page-section__contents > h6 + h3,
.page-section > .page-section__contents > h6 + h4,
.page-section > .page-section__contents > h6 + h5 {
  margin-top: 10px;
}
.page-section > .page-section__contents > * + h6 {
  margin-top: 10px;
}
.page-section > .page-section__contents > * + .side-title-content,
.page-section > .page-section__contents > .side-title-content + *,
.page-section > .page-section__contents > * + .highlight-stats,
.page-section > .page-section__contents > .highlight-stats + *,
.page-section > .page-section__contents > * + .post-list,
.page-section > .page-section__contents > .post-list + *,
.page-section > .page-section__contents > * + .project-list,
.page-section > .page-section__contents > .project-list + *,
.page-section > .page-section__contents > * + .project-axis-list,
.page-section > .page-section__contents > .project-axis-list + *,
.page-section > .page-section__contents > * + .document-list,
.page-section > .page-section__contents > .document-list + *,
.page-section > .page-section__contents > * + .person-list,
.page-section > .page-section__contents > .person-list + *,
.page-section > .page-section__contents > * + blockquote,
.page-section > .page-section__contents > blockquote + * {
  margin-top: 50px;
}
.page-section > .page-section__contents > *:last-child {
  margin-bottom: 0;
}
.page-section > .page-section__contents sub, .page-section > .page-section__contents sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.page-section > .page-section__contents sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.page-section > .page-section__contents sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@media (max-width: 575px) {
  .page-section > .page-section__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-section > .page-section__contents {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-section > .page-section__contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .page-section > .page-section__contents {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .page-section > .page-section__contents {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .page-section > .page-section__contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-section > .page-section__contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-section > .page-section__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .page-section > .page-section__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .page-section > .page-section__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-section > .page-section__contents > *:empty {
  margin: 0;
}
.page-section > .page-section__contents.page-section__contents--no-max-width {
  max-width: none;
}
@media (max-width: 575px) {
  .page-section > .page-section__contents.page-section__contents--no-side-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-section > .page-section__contents.page-section__contents--no-side-padding {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-section > .page-section__contents.page-section__contents--no-side-padding {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .page-section > .page-section__contents.page-section__contents--no-side-padding {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1400px) {
  .page-section > .page-section__contents.page-section__contents--no-side-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-section.page-section--no-padding-top > .page-section__contents {
  padding-top: 0;
}
.page-section.page-section--small-padding-top > .page-section__contents {
  padding-top: 30px;
}
.page-section.page-section--bg-transparent {
  background-color: transparent;
  color: #FFFFFF;
}
.page-section.page-section--bg-transparent + .page-section.page-section--bg-transparent {
  padding-top: 0 !important;
}
.page-section.page-section--bg-black {
  background-color: #000000;
  color: #FFFFFF;
}
.page-section.page-section--bg-black + .page-section.page-section--bg-black {
  padding-top: 0 !important;
}
.page-section.page-section--bg-white {
  background-color: #FFFFFF;
  color: #000000;
}
.page-section.page-section--bg-white + .page-section.page-section--bg-white {
  padding-top: 0 !important;
}
.page-section.page-section--bg-lightgreen {
  background-color: #B2D33E;
  color: #000000;
}
.page-section.page-section--bg-lightgreen + .page-section.page-section--bg-lightgreen {
  padding-top: 0 !important;
}
.page-section.page-section--bg-green {
  background-color: #75A344;
  color: white;
}
.page-section.page-section--bg-green + .page-section.page-section--bg-green {
  padding-top: 0 !important;
}
.page-section.page-section--bg-purple {
  background-color: #8650E8;
  color: white;
}
.page-section.page-section--bg-purple + .page-section.page-section--bg-purple {
  padding-top: 0 !important;
}
.page-section.page-section--bg-lightblue {
  background-color: #1892CB;
  color: white;
}
.page-section.page-section--bg-lightblue + .page-section.page-section--bg-lightblue {
  padding-top: 0 !important;
}
.page-section.page-section--bg-darkblue {
  background-color: #6633FF;
  color: white;
}
.page-section.page-section--bg-darkblue + .page-section.page-section--bg-darkblue {
  padding-top: 0 !important;
}
.page-section.page-section--bg-orange {
  background-color: #D37802;
  color: white;
}
.page-section.page-section--bg-orange + .page-section.page-section--bg-orange {
  padding-top: 0 !important;
}
.page-section.page-section--bg-magenta {
  background-color: #DE455C;
  color: white;
}
.page-section.page-section--bg-magenta + .page-section.page-section--bg-magenta {
  padding-top: 0 !important;
}
.page-section.page-section--bg-grey1 {
  background-color: #F4F4F4;
  color: #000000;
}
.page-section.page-section--bg-grey1 + .page-section.page-section--bg-grey1 {
  padding-top: 0 !important;
}
.page-section.page-section--bg-grey2 {
  background-color: #C4C4C4;
  color: #000000;
}
.page-section.page-section--bg-grey2 + .page-section.page-section--bg-grey2 {
  padding-top: 0 !important;
}
.page-section.page-section--bg-grey3 {
  background-color: #666666;
  color: #FFFFFF;
}
.page-section.page-section--bg-grey3 + .page-section.page-section--bg-grey3 {
  padding-top: 0 !important;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image img {
  display: block;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-block-buttons .wp-block-button {
  margin: 0;
}
.wp-block-buttons .wp-block-button > .wp-block-button__link {
  border-radius: 10px;
}

.hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: -1) {
  .hidden-smaller-than-xs {
    display: none !important;
  }
}

@media (min-width: 0) {
  .hidden-larger-than-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-smaller-than-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-larger-than-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-smaller-than-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-larger-than-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-smaller-than-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-larger-than-lg {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hidden-smaller-than-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-larger-than-xl {
    display: none !important;
  }
}

.main-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.admin-bar .main-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .main-header {
    top: 46px;
  }
}
.main-header > .main-header__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (max-width: 575px) {
  .main-header > .main-header__content {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header > .main-header__content {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header > .main-header__content {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-header > .main-header__content {
    height: 70px;
  }
}
@media (min-width: 1400px) {
  .main-header > .main-header__content {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .main-header > .main-header__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header > .main-header__content {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header > .main-header__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-header > .main-header__content {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .main-header > .main-header__content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.main-header > .main-header__content > .main-header__content__logo {
  display: flex;
  width: 200px;
  flex-shrink: 0;
  margin-right: 30px;
  color: currentColor;
}
.main-header > .main-header__content > .main-header__content__logo > svg {
  width: 100%;
  height: auto;
}
.main-header > .secondary-menu {
  width: 100%;
  display: none;
}
.menu-open .main-header > .secondary-menu {
  display: block;
}
@media (max-width: 767px) {
  .main-header > .secondary-menu {
    position: fixed;
    top: 50px;
    bottom: 0;
    overflow: auto;
  }
  .admin-bar .main-header > .secondary-menu {
    top: 96px;
  }
  .main-header > .secondary-menu > div {
    padding-bottom: 300px;
    flex-direction: column;
  }
  .main-header > .secondary-menu > div > nav {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.main-header-variant--bg-transparent-white .main-header {
  background-color: transparent;
  color: white;
}
.main-header-variant--bg-transparent-black .main-header {
  background-color: transparent;
  color: black;
}
.main-header-variant--bg-opaque-white .main-header {
  background-color: white;
  color: black;
}
.main-header-variant--bg-opaque-black .main-header {
  background-color: black;
  color: white;
}
.main-header.main-header--far-from-top, .menu-open .main-header {
  background-color: black;
  color: white;
}

@media (max-width: 575px) {
  .main-header + * > *:first-child {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-header + * > *:first-child {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header + * > *:first-child {
    padding-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-header + * > *:first-child {
    padding-top: 70px;
  }
}
@media (min-width: 1400px) {
  .main-header + * > *:first-child {
    padding-top: 70px;
  }
}

/**
 * Menu container
 */
@media (max-width: 767px) {
  .main-header > .main-header__content > .main-header__content__right > nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-header > .main-header__content > .main-header__content__right {
    display: flex;
    align-items: center;
  }
  .main-header > .main-header__content > .main-header__content__right > nav {
    margin-right: 40px;
  }
}

.menu-trigger {
  position: relative;
  outline: none;
  display: block;
  background-color: transparent;
  color: inherit;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-trigger > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: currentColor;
  opacity: 1;
  left: 4px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-trigger > span:nth-child(1) {
  top: 7px;
  transform-origin: left center;
}
.menu-trigger > span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
.menu-trigger > span:nth-child(3) {
  top: 21px;
  transform-origin: left center;
}
.menu-open .menu-trigger > span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
  left: 7px;
}
.menu-open .menu-trigger > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-open .menu-trigger > span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 7px;
}

@media (min-width: 768px) {
  .menu-container-dropdown .menu {
    display: flex;
  }
  .menu-container-dropdown .menu .sub-menu {
    padding: 10px 0;
    background-color: lightyellow;
  }
  .menu-container-dropdown .menu .menu-item.menu-item-has-children {
    position: relative;
  }
  .menu-container-dropdown .menu .menu-item.menu-item-has-children > a {
    padding-right: 30px;
  }
  .menu-container-dropdown .menu .menu-item.menu-item-has-children > .sub-menu {
    position: absolute;
    display: none;
  }
  .menu-container-dropdown .menu .menu-item.menu-item-has-children::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%, -50%);
  }
  .menu-container-dropdown .menu .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .menu-container-dropdown .menu a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    text-decoration: none;
  }
  .menu-container-dropdown .menu > .menu-item {
    margin-left: 20px;
  }
  .menu-container-dropdown .menu > .menu-item:first-child {
    margin-left: 0;
  }
  .menu-container-dropdown .menu > .menu-item > a {
    position: relative;
    padding: 0;
    color: currentColor;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.125rem;
  }
  .menu-container-dropdown .menu > .menu-item > .sub-menu {
    top: 100%;
  }
  .menu-container-dropdown .menu > .menu-item > .sub-menu > .menu-item .sub-menu {
    left: 100%;
    top: -10px;
  }
  .menu-container-dropdown .menu > .menu-item > .sub-menu > .menu-item .sub-menu > .menu-item.menu-item-has-children::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-left-color: currentColor;
  }
  .menu-container-dropdown .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-left-color: currentColor;
  }
  .menu-container-dropdown .menu > .menu-item.menu-item-has-children::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-top-color: currentColor;
  }
  .menu-container-dropdown .menu > .menu-item:hover > a::after, .menu-container-dropdown .menu > .menu-item.current-menu-item > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    top: calc(100% + 2px);
    width: 100%;
    height: 2px;
    background-color: currentColor;
  }
}
@media (max-width: 767px) {
  .menu-container-dropdown .menu {
    display: flex;
    flex-direction: column;
  }
  .menu-container-dropdown .menu .menu-item {
    position: relative;
    background-color: skyblue;
  }
  .menu-container-dropdown .menu .menu-item > a {
    display: inline-block;
    background-color: lightgreen;
    margin-bottom: 15px;
  }
  .menu-container-dropdown .menu .menu-item > .sub-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .menu-container-dropdown .menu .menu-item:last-child > a {
    margin-bottom: 0;
  }
}

.menu-container-tree .menu {
  display: flex;
}
.menu-container-tree .menu a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  font-size: 0.875rem;
}
.menu-container-tree .menu a:hover {
  text-decoration: underline;
}
.menu-container-tree .menu > .menu-item {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .menu-container-tree .menu > .menu-item {
    width: 150px;
  }
}
.menu-container-tree .menu > .menu-item > *:first-child {
  font-weight: 700;
  margin-bottom: 20px;
}
.menu-container-tree .menu > .menu-item > .sub-menu > .menu-item > a {
  margin-bottom: 10px;
}
.menu-container-tree .menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  margin-bottom: 0;
}
.menu-container-tree .menu > .menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .menu-container-tree .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-container-tree .menu > * {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 20px;
  }
  .menu-container-tree .menu > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .menu-container-tree .menu > *:nth-child(-n+2) {
    margin-top: 0;
  }
}

.main-footer {
  background-color: #6633FF;
  color: white;
}
.main-footer > .main-footer__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (max-width: 575px) {
  .main-footer > .main-footer__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer > .main-footer__contents {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer > .main-footer__contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-footer > .main-footer__contents {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .main-footer > .main-footer__contents {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .main-footer > .main-footer__contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer > .main-footer__contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer > .main-footer__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-footer > .main-footer__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .main-footer > .main-footer__contents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.main-footer > .main-footer__contents > div:nth-child(1) {
  margin-bottom: 50px;
}
.main-footer > .main-footer__contents > div:nth-child(1) > a {
  color: white;
}
.main-footer > .main-footer__contents > div:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .main-footer > .main-footer__contents > div:nth-child(2) {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer > .main-footer__contents > div:nth-child(2) {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer > .main-footer__contents > div:nth-child(2) {
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .main-footer > .main-footer__contents > div:nth-child(2) {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .main-footer > .main-footer__contents > div:nth-child(2) {
    flex-direction: row;
  }
}
.main-footer > .main-footer__contents > div:nth-child(2) > .contact-info {
  margin-right: 150px;
}
@media (max-width: 767px) {
  .main-footer > .main-footer__contents > div:nth-child(2) > nav {
    margin-top: 40px;
  }
}

input[type=text] {
  font-size: inherit;
  font-family: inherit;
  padding: 4px 4px;
}

.search-form {
  display: flex;
}
.search-form > input[type=text] {
  flex-grow: 1;
}
.search-form > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .search-form > button {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .search-form > button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form > button {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .search-form > button {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1400px) {
  .search-form > button {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  .search-form > button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .search-form > button {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form > button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .search-form > button {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1400px) {
  .search-form > button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .search-form > button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .search-form > button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form > button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .search-form > button {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1400px) {
  .search-form > button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search-form > button > svg {
  height: 1.2em;
  width: 1.2em;
}
.search-form > button > i {
  font-size: 1.2em;
}
.search-form > button > * {
  margin-right: 10px;
}
.search-form > button > *:last-child {
  margin-right: 0;
}
.search-form.search-form--transparent > input[type=text] {
  border: 1px solid transparent;
}
.search-form.search-form--transparent > button {
  background-color: transparent;
  color: #FFFFFF;
  outline-color: transparent;
}
.search-form.search-form--transparent > button:hover, .search-form.search-form--transparent > button:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.search-form.search-form--transparent > button:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.search-form.search-form--black > input[type=text] {
  border: 1px solid #000000;
}
.search-form.search-form--black > button {
  background-color: #000000;
  color: #FFFFFF;
  outline-color: #000000;
}
.search-form.search-form--black > button:hover, .search-form.search-form--black > button:focus {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.search-form.search-form--black > button:active {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.search-form.search-form--white > input[type=text] {
  border: 1px solid #FFFFFF;
}
.search-form.search-form--white > button {
  background-color: #FFFFFF;
  color: #000000;
  outline-color: #FFFFFF;
}
.search-form.search-form--white > button:hover, .search-form.search-form--white > button:focus {
  background-color: #e6e6e6;
  color: #000000;
  outline-color: #e6e6e6;
}
.search-form.search-form--white > button:active {
  background-color: #b8b8b8;
  color: #000000;
  outline-color: #b8b8b8;
}
.search-form.search-form--lightgreen > input[type=text] {
  border: 1px solid #B2D33E;
}
.search-form.search-form--lightgreen > button {
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.search-form.search-form--lightgreen > button:hover, .search-form.search-form--lightgreen > button:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.search-form.search-form--lightgreen > button:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.search-form.search-form--green > input[type=text] {
  border: 1px solid #75A344;
}
.search-form.search-form--green > button {
  background-color: #75A344;
  color: white;
  outline-color: #75A344;
}
.search-form.search-form--green > button:hover, .search-form.search-form--green > button:focus {
  background-color: #69933d;
  color: #000000;
  outline-color: #69933d;
}
.search-form.search-form--green > button:active {
  background-color: #547531;
  color: #FFFFFF;
  outline-color: #547531;
}
.search-form.search-form--purple > input[type=text] {
  border: 1px solid #8650E8;
}
.search-form.search-form--purple > button {
  background-color: #8650E8;
  color: white;
  outline-color: #8650E8;
}
.search-form.search-form--purple > button:hover, .search-form.search-form--purple > button:focus {
  background-color: #7334e4;
  color: #FFFFFF;
  outline-color: #7334e4;
}
.search-form.search-form--purple > button:active {
  background-color: #571ac7;
  color: #FFFFFF;
  outline-color: #571ac7;
}
.search-form.search-form--lightblue > input[type=text] {
  border: 1px solid #1892CB;
}
.search-form.search-form--lightblue > button {
  background-color: #1892CB;
  color: white;
  outline-color: #1892CB;
}
.search-form.search-form--lightblue > button:hover, .search-form.search-form--lightblue > button:focus {
  background-color: #1683b7;
  color: #000000;
  outline-color: #1683b7;
}
.search-form.search-form--lightblue > button:active {
  background-color: #116992;
  color: #FFFFFF;
  outline-color: #116992;
}
.search-form.search-form--darkblue > input[type=text] {
  border: 1px solid #6633FF;
}
.search-form.search-form--darkblue > button {
  background-color: #6633FF;
  color: white;
  outline-color: #6633FF;
}
.search-form.search-form--darkblue > button:hover, .search-form.search-form--darkblue > button:focus {
  background-color: #4f14ff;
  color: #FFFFFF;
  outline-color: #4f14ff;
}
.search-form.search-form--darkblue > button:active {
  background-color: #3700dc;
  color: #FFFFFF;
  outline-color: #3700dc;
}
.search-form.search-form--orange > input[type=text] {
  border: 1px solid #D37802;
}
.search-form.search-form--orange > button {
  background-color: #D37802;
  color: white;
  outline-color: #D37802;
}
.search-form.search-form--orange > button:hover, .search-form.search-form--orange > button:focus {
  background-color: #be6c02;
  color: #000000;
  outline-color: #be6c02;
}
.search-form.search-form--orange > button:active {
  background-color: #985601;
  color: #FFFFFF;
  outline-color: #985601;
}
.search-form.search-form--magenta > input[type=text] {
  border: 1px solid #DE455C;
}
.search-form.search-form--magenta > button {
  background-color: #DE455C;
  color: white;
  outline-color: #DE455C;
}
.search-form.search-form--magenta > button:hover, .search-form.search-form--magenta > button:focus {
  background-color: #da2c46;
  color: #FFFFFF;
  outline-color: #da2c46;
}
.search-form.search-form--magenta > button:active {
  background-color: #b22036;
  color: #FFFFFF;
  outline-color: #b22036;
}
.search-form.search-form--grey1 > input[type=text] {
  border: 1px solid #F4F4F4;
}
.search-form.search-form--grey1 > button {
  background-color: #F4F4F4;
  color: #000000;
  outline-color: #F4F4F4;
}
.search-form.search-form--grey1 > button:hover, .search-form.search-form--grey1 > button:focus {
  background-color: gainsboro;
  color: #000000;
  outline-color: gainsboro;
}
.search-form.search-form--grey1 > button:active {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.search-form.search-form--grey2 > input[type=text] {
  border: 1px solid #C4C4C4;
}
.search-form.search-form--grey2 > button {
  background-color: #C4C4C4;
  color: #000000;
  outline-color: #C4C4C4;
}
.search-form.search-form--grey2 > button:hover, .search-form.search-form--grey2 > button:focus {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.search-form.search-form--grey2 > button:active {
  background-color: #8d8d8d;
  color: #000000;
  outline-color: #8d8d8d;
}
.search-form.search-form--grey3 > input[type=text] {
  border: 1px solid #666666;
}
.search-form.search-form--grey3 > button {
  background-color: #666666;
  color: #FFFFFF;
  outline-color: #666666;
}
.search-form.search-form--grey3 > button:hover, .search-form.search-form--grey3 > button:focus {
  background-color: #5c5c5c;
  color: #FFFFFF;
  outline-color: #5c5c5c;
}
.search-form.search-form--grey3 > button:active {
  background-color: #494949;
  color: #FFFFFF;
  outline-color: #494949;
}

.pagination-control {
  display: flex;
  justify-content: center;
}
.pagination-control > .pagination-control__previous,
.pagination-control > .pagination-control__next {
  display: flex;
  align-items: center;
  height: 30px;
  color: currentColor;
  text-decoration: none;
}
.pagination-control > .pagination-control__previous > span:not(.material-icons),
.pagination-control > .pagination-control__next > span:not(.material-icons) {
  text-decoration: underline;
}
.pagination-control > .pagination-control__previous.disabled,
.pagination-control > .pagination-control__next.disabled {
  display: none;
}
.pagination-control > .pagination-control__previous {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  padding-right: 10px;
}
.pagination-control > .pagination-control__previous > .material-icons {
  margin-right: 10px;
  transform: rotate(180deg);
}
.pagination-control > .pagination-control__next {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 10px;
  padding-right: 20px;
}
.pagination-control > .pagination-control__next > .material-icons {
  margin-left: 10px;
}
.pagination-control > .pagination-control__numbers {
  display: flex;
}
.pagination-control > .pagination-control__numbers > a,
.pagination-control > .pagination-control__numbers > span {
  color: currentColor;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-control > .pagination-control__numbers > a:empty,
.pagination-control > .pagination-control__numbers > span:empty {
  display: none;
}

.share-button-bar > h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.share-button-bar > .share-button-bar__buttons {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .share-button-bar > .share-button-bar__buttons > * {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .share-button-bar > .share-button-bar__buttons > * {
    margin-left: 16.25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .share-button-bar > .share-button-bar__buttons > * {
    margin-left: 17.5px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .share-button-bar > .share-button-bar__buttons > * {
    margin-left: 18.75px;
  }
}
@media (min-width: 1400px) {
  .share-button-bar > .share-button-bar__buttons > * {
    margin-left: 20px;
  }
}
.share-button-bar > .share-button-bar__buttons > *:first-child {
  margin-left: 0;
}
.share-button-bar > .share-button-bar__buttons > a {
  display: flex;
  color: inherit;
}
.share-button-bar > .share-button-bar__buttons > a > svg {
  height: 20px;
  width: 20px;
}
.share-button-bar > .share-button-bar__buttons > a:hover.share-whatsapp {
  color: #25D366;
}
.share-button-bar > .share-button-bar__buttons > a:hover.share-twitter {
  color: #1DA1F2;
}
.share-button-bar > .share-button-bar__buttons > a:hover.share-facebook {
  color: #1877f2;
}
.share-button-bar > .share-button-bar__buttons > a:hover.share-linkedin {
  color: #0073b1;
}

.dialog {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialog::before, .dialog::after {
  content: "";
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  min-height: 100px;
  height: 100px;
  background-color: transparent;
}
.dialog > .dialog__contents {
  position: relative;
  background-color: white;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.dialog > .dialog__contents > .dialog__contents__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dialog.active {
  display: block;
}

.home-highlight-header {
  display: flex;
  justify-content: center;
  background-color: #B2D33E;
  background-image: none !important;
  padding-top: 0 !important;
}
.home-highlight-header > div {
  width: 50%;
}
.home-highlight-header > div:first-child {
  position: relative;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .home-highlight-header > div:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-highlight-header > div:first-child {
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-highlight-header > div:first-child {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-highlight-header > div:first-child {
    padding-left: 65px;
  }
}
@media (min-width: 1400px) {
  .home-highlight-header > div:first-child {
    padding-left: 80px;
  }
}
@media (max-width: 575px) {
  .home-highlight-header > div:first-child {
    padding-top: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home-highlight-header > div:first-child {
    padding-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-highlight-header > div:first-child {
    padding-top: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-highlight-header > div:first-child {
    padding-top: 130px;
  }
}
@media (min-width: 1400px) {
  .home-highlight-header > div:first-child {
    padding-top: 130px;
  }
}
.home-highlight-header > div:first-child > a {
  color: black;
  margin-top: 30px;
  display: block;
}
.home-highlight-header > div:first-child > a > .material-icons {
  font-size: 2.5rem;
}
.home-highlight-header > div:last-child {
  max-width: 700px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 575px) {
  .home-highlight-header {
    flex-direction: column;
  }
  .home-highlight-header > div {
    width: 100%;
    min-height: 250px;
  }
  .home-highlight-header > div:first-child {
    align-items: center;
  }
}

.side-title-content > .side-title-content__left {
  margin-bottom: 20px;
}
.side-title-content > .side-title-content__left > * {
  width: 30%;
}
.side-title-content > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #B2D33E;
  background-color: #B2D33E;
}
.side-title-content > .rich-text {
  margin-left: 32%;
  margin-left: calc(32% + 20px);
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .side-title-content > .side-title-content__left > * {
    width: 100%;
  }
  .side-title-content > .rich-text {
    margin-left: 10%;
  }
}
.side-title-content.side-title-content--transparent > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px transparent;
  background-color: transparent;
  color: #FFFFFF;
}
.side-title-content.side-title-content--black > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #000000;
  background-color: #000000;
  color: #FFFFFF;
}
.side-title-content.side-title-content--white > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
.side-title-content.side-title-content--lightgreen > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #B2D33E;
  background-color: #B2D33E;
  color: #000000;
}
.side-title-content.side-title-content--green > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #75A344;
  background-color: #75A344;
  color: white;
}
.side-title-content.side-title-content--purple > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #8650E8;
  background-color: #8650E8;
  color: white;
}
.side-title-content.side-title-content--lightblue > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #1892CB;
  background-color: #1892CB;
  color: white;
}
.side-title-content.side-title-content--darkblue > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #6633FF;
  background-color: #6633FF;
  color: white;
}
.side-title-content.side-title-content--orange > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #D37802;
  background-color: #D37802;
  color: white;
}
.side-title-content.side-title-content--magenta > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #DE455C;
  background-color: #DE455C;
  color: white;
}
.side-title-content.side-title-content--grey1 > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #F4F4F4;
  background-color: #F4F4F4;
  color: #000000;
}
.side-title-content.side-title-content--grey2 > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #C4C4C4;
  background-color: #C4C4C4;
  color: #000000;
}
.side-title-content.side-title-content--grey3 > .side-title-content__left > * > span {
  box-shadow: 0 0 0 2px #666666;
  background-color: #666666;
  color: #FFFFFF;
}

.highlight-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.highlight-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
.highlight-stats > div > div {
  font-size: 5rem;
  font-family: "Roboto Condensed", "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: bold;
  color: #B2D33E;
  text-align: center;
}
.highlight-stats > div > div::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6633FF;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.highlight-stats > div > p {
  font-size: 1.25rem;
  text-align: center;
}

.highlight-carousel {
  background-color: #B2D33E;
}
.highlight-carousel .highlight-carousel__max-width-container {
  max-width: 1400px;
  margin: 0 auto;
}
.highlight-carousel .highlight-carousel__max-width-container .highlight-carousel__carousel {
  width: 100%;
  height: 75vh;
  max-height: 900px;
}
.highlight-carousel .highlight-carousel__max-width-container .highlight-carousel__carousel .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.highlight-carousel .highlight-carousel__max-width-container .highlight-carousel__carousel .swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
}

.highlight-carousel__previous,
.highlight-carousel__next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.highlight-carousel__previous:hover,
.highlight-carousel__next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .highlight-carousel__previous,
.highlight-carousel__next {
    display: none;
  }
}

.highlight-carousel__previous {
  left: 0;
}

.highlight-carousel__next {
  right: 0;
}

.highlight-carousel__slide {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 575px) {
  .highlight-carousel__slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .highlight-carousel__slide {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .highlight-carousel__slide {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .highlight-carousel__slide {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .highlight-carousel__slide {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .highlight-carousel__slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .highlight-carousel__slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .highlight-carousel__slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .highlight-carousel__slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .highlight-carousel__slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.highlight-carousel__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  opacity: 0.4;
}
.highlight-carousel__slide > .highlight-carousel__slide-text {
  z-index: 2;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.highlight-carousel__slide > .highlight-carousel__slide-text > span {
  display: block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.highlight-carousel__slide > .highlight-carousel__slide-text > h2 {
  color: white;
}
.highlight-carousel__slide > .highlight-carousel__slide-text > p {
  color: white;
  margin-top: 10px;
  font-size: 1.25rem;
}
.highlight-carousel__slide > .highlight-carousel__slide-text > a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  align-self: flex-start;
  font-size: 1.125rem;
  padding: 20px 40px;
  margin-top: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .project-axis-list {
    display: flex;
    flex-wrap: wrap;
  }
  .project-axis-list > * {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-right: 40px;
    margin-top: 80px;
  }
  .project-axis-list > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .project-axis-list > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .project-axis-list {
    display: flex;
    flex-wrap: wrap;
  }
  .project-axis-list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 40px;
    margin-top: 40px;
  }
  .project-axis-list > *:nth-child(1n+1) {
    margin-right: 0;
  }
  .project-axis-list > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.project-axis-list > a {
  display: flex;
  color: black;
  text-decoration: none;
  align-items: flex-start;
}
.project-axis-list > a > img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}
.project-axis-list > a > div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.project-axis-list > a > div > h3 {
  margin-bottom: 20px;
}
.project-axis-list > a > div > p {
  font-size: 1.25rem;
  flex-grow: 1;
}
.project-axis-list > a > div > div {
  margin-top: 30px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.project-axis-list > a > div > div > .material-icons {
  margin-left: 10px;
}
.project-axis-list > a:hover > div > h3,
.project-axis-list > a:hover > div > div > span:first-child {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .project-axis-list > a {
    flex-direction: column;
  }
  .project-axis-list > a > img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.project-axis-buttons > div {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.project-axis-buttons > div > div {
  padding: 10px;
  align-items: stretch;
}
.project-axis-buttons > div > div > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  padding: 10px;
  max-width: 350px;
}
.project-axis-buttons > div > div > a > img {
  width: 64px;
  height: auto;
  margin-right: 10px;
}
.project-axis-buttons > div > div > a > span {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 768px) {
  .project-list {
    display: flex;
    flex-wrap: wrap;
  }
  .project-list > * {
    width: calc(33.3333% - 26.6666px);
    flex-basis: calc(33.3333% - 26.6666px);
    margin-right: 40px;
    margin-top: 40px;
  }
  .project-list > *:nth-child(3n+3) {
    margin-right: 0;
  }
  .project-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .project-list {
    display: flex;
    flex-wrap: wrap;
  }
  .project-list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 40px;
    margin-top: 40px;
  }
  .project-list > *:nth-child(1n+1) {
    margin-right: 0;
  }
  .project-list > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.project-list > a {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-decoration: none;
  color: currentColor;
}
.project-list > a > img {
  flex-grow: 0;
  flex-shrink: 0;
}
.project-list > a > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.project-list > a > div > h6 {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.project-list > a > div > h6 > img {
  height: 24px;
  width: auto;
  margin-right: 10px;
}
.project-list > a > div > p {
  margin-top: 20px;
  flex-grow: 1;
  font-size: 1.125rem;
}
.project-list > a > div > div {
  font-weight: bold;
  align-self: flex-start;
  font-size: 1.125rem;
  padding: 20px;
}

.wp-block-buttons {
  margin-left: -8px;
  margin-right: -8px;
}
.wp-block-buttons > .wp-block-button {
  margin: 0;
  padding: 8px;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  border-radius: 4px;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color {
  background-color: transparent;
  color: #FFFFFF;
  outline-color: transparent;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color {
  color: transparent;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:focus {
  color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:active {
  color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color {
  background-color: #000000;
  color: #FFFFFF;
  outline-color: #000000;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:active {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color {
  color: #000000;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:focus {
  color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:active {
  color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color {
  background-color: #FFFFFF;
  color: #000000;
  outline-color: #FFFFFF;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:focus {
  background-color: #e6e6e6;
  color: #000000;
  outline-color: #e6e6e6;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:active {
  background-color: #b8b8b8;
  color: #000000;
  outline-color: #b8b8b8;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color {
  color: #FFFFFF;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:focus {
  color: #e6e6e6;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:active {
  color: #b8b8b8;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-background-color {
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-background-color:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-background-color:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-color {
  color: #B2D33E;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-color:focus {
  color: #a6c82e;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgreen-color:active {
  color: #85a024;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color {
  background-color: #75A344;
  color: white;
  outline-color: #75A344;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:focus {
  background-color: #69933d;
  color: #000000;
  outline-color: #69933d;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:active {
  background-color: #547531;
  color: #FFFFFF;
  outline-color: #547531;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color {
  color: #75A344;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:focus {
  color: #69933d;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:active {
  color: #547531;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color {
  background-color: #8650E8;
  color: white;
  outline-color: #8650E8;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:focus {
  background-color: #7334e4;
  color: #FFFFFF;
  outline-color: #7334e4;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:active {
  background-color: #571ac7;
  color: #FFFFFF;
  outline-color: #571ac7;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color {
  color: #8650E8;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:focus {
  color: #7334e4;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:active {
  color: #571ac7;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color {
  background-color: #1892CB;
  color: white;
  outline-color: #1892CB;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:focus {
  background-color: #1683b7;
  color: #000000;
  outline-color: #1683b7;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:active {
  background-color: #116992;
  color: #FFFFFF;
  outline-color: #116992;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color {
  color: #1892CB;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:focus {
  color: #1683b7;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:active {
  color: #116992;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-background-color {
  background-color: #6633FF;
  color: white;
  outline-color: #6633FF;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-background-color:focus {
  background-color: #4f14ff;
  color: #FFFFFF;
  outline-color: #4f14ff;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-background-color:active {
  background-color: #3700dc;
  color: #FFFFFF;
  outline-color: #3700dc;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-color {
  color: #6633FF;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-color:focus {
  color: #4f14ff;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-darkblue-color:active {
  color: #3700dc;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #D37802;
  color: white;
  outline-color: #D37802;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:focus {
  background-color: #be6c02;
  color: #000000;
  outline-color: #be6c02;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:active {
  background-color: #985601;
  color: #FFFFFF;
  outline-color: #985601;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color {
  color: #D37802;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:focus {
  color: #be6c02;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:active {
  color: #985601;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-background-color {
  background-color: #DE455C;
  color: white;
  outline-color: #DE455C;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-background-color:focus {
  background-color: #da2c46;
  color: #FFFFFF;
  outline-color: #da2c46;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-background-color:active {
  background-color: #b22036;
  color: #FFFFFF;
  outline-color: #b22036;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-color {
  color: #DE455C;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-color:focus {
  color: #da2c46;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-magenta-color:active {
  color: #b22036;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-background-color {
  background-color: #F4F4F4;
  color: #000000;
  outline-color: #F4F4F4;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-background-color:focus {
  background-color: gainsboro;
  color: #000000;
  outline-color: gainsboro;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-background-color:active {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-color {
  color: #F4F4F4;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-color:focus {
  color: gainsboro;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey1-color:active {
  color: #b0b0b0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-background-color {
  background-color: #C4C4C4;
  color: #000000;
  outline-color: #C4C4C4;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-background-color:focus {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-background-color:active {
  background-color: #8d8d8d;
  color: #000000;
  outline-color: #8d8d8d;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-color {
  color: #C4C4C4;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-color:focus {
  color: #b0b0b0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey2-color:active {
  color: #8d8d8d;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-background-color {
  background-color: #666666;
  color: #FFFFFF;
  outline-color: #666666;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-background-color:focus {
  background-color: #5c5c5c;
  color: #FFFFFF;
  outline-color: #5c5c5c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-background-color:active {
  background-color: #494949;
  color: #FFFFFF;
  outline-color: #494949;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-color {
  color: #666666;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-color:focus {
  color: #5c5c5c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-grey3-color:active {
  color: #494949;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.wp-block-buttons > .wp-block-button.is-style-outline {
  font-weight: bold;
}
.wp-block-buttons > .wp-block-button.cta-arrow-down > .wp-block-button__link, .wp-block-buttons > .wp-block-button.cta-arrow-right > .wp-block-button__link {
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
}
.wp-block-buttons > .wp-block-button.cta-arrow-down > .wp-block-button__link::after, .wp-block-buttons > .wp-block-button.cta-arrow-right > .wp-block-button__link::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.wp-block-buttons > .wp-block-button.cta-arrow-down > .wp-block-button__link:hover, .wp-block-buttons > .wp-block-button.cta-arrow-right > .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-buttons > .wp-block-button.cta-arrow-right > .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22black%22%20width%3D%2218px%22%20height%3D%2218px%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.01%2011H4v2h12.01v3L20%2012l-3.99-4z%22%2F%3E%3C%2Fsvg%3E");
}
.wp-block-buttons > .wp-block-button.cta-arrow-down > .wp-block-button__link::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22black%22%20width%3D%2218px%22%20height%3D%2218px%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22%2F%3E%3C%2Fsvg%3E");
}

.bg-heading {
  background-color: transparent !important;
}
.bg-heading.has-transparent-background-color > span {
  box-shadow: 0 0 0 2px transparent;
  background-color: transparent;
  color: #FFFFFF;
}
.bg-heading.has-black-background-color > span {
  box-shadow: 0 0 0 2px #000000;
  background-color: #000000;
  color: #FFFFFF;
}
.bg-heading.has-white-background-color > span {
  box-shadow: 0 0 0 2px #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
}
.bg-heading.has-lightgreen-background-color > span {
  box-shadow: 0 0 0 2px #B2D33E;
  background-color: #B2D33E;
  color: #000000;
}
.bg-heading.has-green-background-color > span {
  box-shadow: 0 0 0 2px #75A344;
  background-color: #75A344;
  color: white;
}
.bg-heading.has-purple-background-color > span {
  box-shadow: 0 0 0 2px #8650E8;
  background-color: #8650E8;
  color: white;
}
.bg-heading.has-lightblue-background-color > span {
  box-shadow: 0 0 0 2px #1892CB;
  background-color: #1892CB;
  color: white;
}
.bg-heading.has-darkblue-background-color > span {
  box-shadow: 0 0 0 2px #6633FF;
  background-color: #6633FF;
  color: white;
}
.bg-heading.has-orange-background-color > span {
  box-shadow: 0 0 0 2px #D37802;
  background-color: #D37802;
  color: white;
}
.bg-heading.has-magenta-background-color > span {
  box-shadow: 0 0 0 2px #DE455C;
  background-color: #DE455C;
  color: white;
}
.bg-heading.has-grey1-background-color > span {
  box-shadow: 0 0 0 2px #F4F4F4;
  background-color: #F4F4F4;
  color: #000000;
}
.bg-heading.has-grey2-background-color > span {
  box-shadow: 0 0 0 2px #C4C4C4;
  background-color: #C4C4C4;
  color: #000000;
}
.bg-heading.has-grey3-background-color > span {
  box-shadow: 0 0 0 2px #666666;
  background-color: #666666;
  color: #FFFFFF;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0;
}

.wp-block-social-links {
  padding: 0 !important;
}
.wp-block-social-links > .wp-social-link {
  background-color: #8650E8 white !important;
}

.person-list > .person-list__list {
  justify-content: center;
}
@media (min-width: 768px) {
  .person-list > .person-list__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .person-list > .person-list__list > * {
    width: calc(25% - 11.25px);
    flex-basis: calc(25% - 11.25px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .person-list > .person-list__list > * {
    width: calc(25% - 12.1875px);
    flex-basis: calc(25% - 12.1875px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .person-list > .person-list__list > * {
    width: calc(25% - 13.125px);
    flex-basis: calc(25% - 13.125px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list > .person-list__list > * {
    width: calc(25% - 14.0625px);
    flex-basis: calc(25% - 14.0625px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .person-list > .person-list__list > * {
    width: calc(25% - 15px);
    flex-basis: calc(25% - 15px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .person-list > .person-list__list > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .person-list > .person-list__list > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .person-list > .person-list__list > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list > .person-list__list > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .person-list > .person-list__list > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .person-list > .person-list__list > *:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .person-list > .person-list__list > *:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .person-list > .person-list__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .person-list > .person-list__list > * {
    width: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .person-list > .person-list__list > * {
    width: calc(50% - 8.125px);
    flex-basis: calc(50% - 8.125px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .person-list > .person-list__list > * {
    width: calc(50% - 8.75px);
    flex-basis: calc(50% - 8.75px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list > .person-list__list > * {
    width: calc(50% - 9.375px);
    flex-basis: calc(50% - 9.375px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .person-list > .person-list__list > * {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .person-list > .person-list__list > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .person-list > .person-list__list > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .person-list > .person-list__list > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list > .person-list__list > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .person-list > .person-list__list > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .person-list > .person-list__list > *:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .person-list > .person-list__list > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
.person-list > .person-list__list > a {
  color: currentColor;
  text-decoration: none;
}
.person-list > .person-list__list > a:last-child {
  margin-right: 0;
}
.person-list > .person-list__list > a > img {
  width: 100%;
}
.person-list > .person-list__list > a > div {
  margin-top: 20px;
}
.person-list > .person-list__list > a > div > h6 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 0.875rem;
}
.person-list > .person-list__list > a > div > h4 {
  color: #8650E8 white;
  margin-bottom: 20px;
}
.person-list > .person-list__list > a > div > p {
  margin-bottom: 20px;
}
.person-list > .person-list__list > a > div > .person-tags {
  margin-bottom: 20px;
}
.person-list > .person-list__list > a > div > button {
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
  color: white !important;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: none;
}
.person-list > .person-list__list > a > div > button:hover, .person-list > .person-list__list > a > div > button:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.person-list > .person-list__list > a > div > button:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.person-list > .person-list__list > a:hover > div > button {
  opacity: 1;
}
@media (max-width: 767px) {
  .person-list.person-list--with-border > .person-list__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .person-list.person-list--with-border > .person-list__list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .person-list.person-list--with-border > .person-list__list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .person-list.person-list--with-border > .person-list__list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list.person-list--with-border > .person-list__list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .person-list.person-list--with-border > .person-list__list > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .person-list.person-list--with-border > .person-list__list > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .person-list.person-list--with-border > .person-list__list > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .person-list.person-list--with-border > .person-list__list > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .person-list.person-list--with-border > .person-list__list > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .person-list.person-list--with-border > .person-list__list > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .person-list.person-list--with-border > .person-list__list > *:nth-child(1n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .person-list.person-list--with-border > .person-list__list > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.person-list.person-list--with-border > .person-list__list > a {
  display: flex;
  flex-direction: column;
  border: 1px solid #B2D33E;
}
.person-list.person-list--with-border > .person-list__list > a > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 20px;
}
.person-list.person-list--with-border > .person-list__list > a > div > div {
  flex-grow: 1;
}
.person-list.person-list--with-border > .person-list__list > a > div > button {
  opacity: 1;
}
.person-contact {
  display: flex;
}
.person-contact > a {
  display: flex;
  color: currentColor;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.person-contact > a:hover, .person-contact > a:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.person-contact > a:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.person-contact > a + a {
  margin-left: 10px;
}
.person-contact > a > svg {
  color: white;
  width: 24px;
  height: 24px;
}

.person-tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.person-tags > div {
  padding: 5px;
}
.person-tags > div > div {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 2px 4px;
  background-color: #B2D33E;
  color: #000000;
}

.person-dialog {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(244, 244, 244, 0.95);
  background-color: #F4F4F4;
}
.person-dialog::before, .person-dialog::after {
  content: "";
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  min-height: 100px;
  height: 100px;
  background-color: transparent;
}
.person-dialog > .person-dialog__content {
  position: relative;
  background-color: #F4F4F4;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}
.person-dialog > .person-dialog__content > .person-dialog__content__close {
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: none;
  cursor: pointer;
  background-color: #8650E8;
  color: white;
  outline-color: #8650E8;
}
.person-dialog > .person-dialog__content > .person-dialog__content__close:hover, .person-dialog > .person-dialog__content > .person-dialog__content__close:focus {
  background-color: #7334e4;
  color: #FFFFFF;
  outline-color: #7334e4;
}
.person-dialog > .person-dialog__content > .person-dialog__content__close:active {
  background-color: #571ac7;
  color: #FFFFFF;
  outline-color: #571ac7;
}
.person-dialog > .person-dialog__content > .person-dialog__content__close > .material-icons {
  color: white;
}
.person-dialog > .person-dialog__content > .person-dialog__content__left {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.person-dialog > .person-dialog__content > .person-dialog__content__left > img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.person-dialog > .person-dialog__content > .person-dialog__content__left > h4 {
  margin-bottom: 10px;
}
.person-dialog > .person-dialog__content > .person-dialog__content__left > p {
  margin-bottom: 10px;
}
.person-dialog > .person-dialog__content > .person-dialog__content__left > .person-tags {
  margin-bottom: 10px;
}
.person-dialog > .person-dialog__content > .person-dialog__content__right {
  flex-grow: 1;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .person-dialog > .person-dialog__content {
    flex-direction: column;
  }
  .person-dialog > .person-dialog__content > .person-dialog__content__close {
    right: 40px;
    top: -10px;
  }
  .person-dialog > .person-dialog__content > .person-dialog__content__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .person-dialog > .person-dialog__content > .person-dialog__content__right {
    padding-right: 0;
  }
}
.person-dialog.active {
  display: block;
}

.document-list > li + li {
  margin-top: 20px;
}
.document-list > li {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid #B2D33E;
}
.document-list > li > h4 {
  width: 30%;
  font-size: 1.5rem;
  color: #8650E8 white;
  text-transform: uppercase;
}
.document-list > li > div {
  flex-grow: 1;
  margin-left: 20px;
}
.document-list > li > div > div {
  margin-bottom: 20px;
  max-width: 500px;
}
.document-list > li > div > a {
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
  align-self: flex-start;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
}
.document-list > li > div > a > .material-icons {
  margin-left: 10px;
}
.document-list > li > div > a:hover > span:first-child {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .document-list {
    padding-left: 0 !important;
  }
  .document-list > li {
    flex-direction: column;
  }
  .document-list > li > h4 {
    width: 100%;
  }
  .document-list > li > div {
    margin-left: 0;
    margin-top: 20px;
  }
}

.secondary-menu {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.secondary-menu > div {
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .secondary-menu > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .secondary-menu > div {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .secondary-menu > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .secondary-menu > div {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .secondary-menu > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.secondary-menu > div > nav {
  margin-right: 15px;
}
.secondary-menu > div > div > h4 {
  font-size: 0.875rem;
  text-transform: none;
  margin-bottom: 20px;
}

.mailchimp-signup-form form > div .mc-field-group {
  display: flex;
  flex-direction: column;
}
.mailchimp-signup-form form > div .mc-field-group > label {
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  margin-bottom: 4px;
}
.mailchimp-signup-form form > div .mc-field-group > input {
  padding: 10px;
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  border: none;
  max-width: 400px;
}
.mailchimp-signup-form form > div .mc-field-group + .mc-field-group {
  margin-top: 10px;
}
.mailchimp-signup-form form > div input[type=submit] {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mailchimp-signup-form form > div input[type=submit].has-transparent-background-color {
  background-color: transparent;
  color: #FFFFFF;
  outline-color: transparent;
}
.mailchimp-signup-form form > div input[type=submit].has-transparent-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-transparent-background-color:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.mailchimp-signup-form form > div input[type=submit].has-transparent-background-color:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  outline-color: rgba(0, 0, 0, 0);
}
.mailchimp-signup-form form > div input[type=submit].has-black-background-color {
  background-color: #000000;
  color: #FFFFFF;
  outline-color: #000000;
}
.mailchimp-signup-form form > div input[type=submit].has-black-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-black-background-color:focus {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.mailchimp-signup-form form > div input[type=submit].has-black-background-color:active {
  background-color: black;
  color: #FFFFFF;
  outline-color: black;
}
.mailchimp-signup-form form > div input[type=submit].has-white-background-color {
  background-color: #FFFFFF;
  color: #000000;
  outline-color: #FFFFFF;
}
.mailchimp-signup-form form > div input[type=submit].has-white-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-white-background-color:focus {
  background-color: #e6e6e6;
  color: #000000;
  outline-color: #e6e6e6;
}
.mailchimp-signup-form form > div input[type=submit].has-white-background-color:active {
  background-color: #b8b8b8;
  color: #000000;
  outline-color: #b8b8b8;
}
.mailchimp-signup-form form > div input[type=submit].has-lightgreen-background-color {
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.mailchimp-signup-form form > div input[type=submit].has-lightgreen-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-lightgreen-background-color:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.mailchimp-signup-form form > div input[type=submit].has-lightgreen-background-color:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.mailchimp-signup-form form > div input[type=submit].has-green-background-color {
  background-color: #75A344;
  color: white;
  outline-color: #75A344;
}
.mailchimp-signup-form form > div input[type=submit].has-green-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-green-background-color:focus {
  background-color: #69933d;
  color: #000000;
  outline-color: #69933d;
}
.mailchimp-signup-form form > div input[type=submit].has-green-background-color:active {
  background-color: #547531;
  color: #FFFFFF;
  outline-color: #547531;
}
.mailchimp-signup-form form > div input[type=submit].has-purple-background-color {
  background-color: #8650E8;
  color: white;
  outline-color: #8650E8;
}
.mailchimp-signup-form form > div input[type=submit].has-purple-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-purple-background-color:focus {
  background-color: #7334e4;
  color: #FFFFFF;
  outline-color: #7334e4;
}
.mailchimp-signup-form form > div input[type=submit].has-purple-background-color:active {
  background-color: #571ac7;
  color: #FFFFFF;
  outline-color: #571ac7;
}
.mailchimp-signup-form form > div input[type=submit].has-lightblue-background-color {
  background-color: #1892CB;
  color: white;
  outline-color: #1892CB;
}
.mailchimp-signup-form form > div input[type=submit].has-lightblue-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-lightblue-background-color:focus {
  background-color: #1683b7;
  color: #000000;
  outline-color: #1683b7;
}
.mailchimp-signup-form form > div input[type=submit].has-lightblue-background-color:active {
  background-color: #116992;
  color: #FFFFFF;
  outline-color: #116992;
}
.mailchimp-signup-form form > div input[type=submit].has-darkblue-background-color {
  background-color: #6633FF;
  color: white;
  outline-color: #6633FF;
}
.mailchimp-signup-form form > div input[type=submit].has-darkblue-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-darkblue-background-color:focus {
  background-color: #4f14ff;
  color: #FFFFFF;
  outline-color: #4f14ff;
}
.mailchimp-signup-form form > div input[type=submit].has-darkblue-background-color:active {
  background-color: #3700dc;
  color: #FFFFFF;
  outline-color: #3700dc;
}
.mailchimp-signup-form form > div input[type=submit].has-orange-background-color {
  background-color: #D37802;
  color: white;
  outline-color: #D37802;
}
.mailchimp-signup-form form > div input[type=submit].has-orange-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-orange-background-color:focus {
  background-color: #be6c02;
  color: #000000;
  outline-color: #be6c02;
}
.mailchimp-signup-form form > div input[type=submit].has-orange-background-color:active {
  background-color: #985601;
  color: #FFFFFF;
  outline-color: #985601;
}
.mailchimp-signup-form form > div input[type=submit].has-magenta-background-color {
  background-color: #DE455C;
  color: white;
  outline-color: #DE455C;
}
.mailchimp-signup-form form > div input[type=submit].has-magenta-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-magenta-background-color:focus {
  background-color: #da2c46;
  color: #FFFFFF;
  outline-color: #da2c46;
}
.mailchimp-signup-form form > div input[type=submit].has-magenta-background-color:active {
  background-color: #b22036;
  color: #FFFFFF;
  outline-color: #b22036;
}
.mailchimp-signup-form form > div input[type=submit].has-grey1-background-color {
  background-color: #F4F4F4;
  color: #000000;
  outline-color: #F4F4F4;
}
.mailchimp-signup-form form > div input[type=submit].has-grey1-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-grey1-background-color:focus {
  background-color: gainsboro;
  color: #000000;
  outline-color: gainsboro;
}
.mailchimp-signup-form form > div input[type=submit].has-grey1-background-color:active {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.mailchimp-signup-form form > div input[type=submit].has-grey2-background-color {
  background-color: #C4C4C4;
  color: #000000;
  outline-color: #C4C4C4;
}
.mailchimp-signup-form form > div input[type=submit].has-grey2-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-grey2-background-color:focus {
  background-color: #b0b0b0;
  color: #000000;
  outline-color: #b0b0b0;
}
.mailchimp-signup-form form > div input[type=submit].has-grey2-background-color:active {
  background-color: #8d8d8d;
  color: #000000;
  outline-color: #8d8d8d;
}
.mailchimp-signup-form form > div input[type=submit].has-grey3-background-color {
  background-color: #666666;
  color: #FFFFFF;
  outline-color: #666666;
}
.mailchimp-signup-form form > div input[type=submit].has-grey3-background-color:hover, .mailchimp-signup-form form > div input[type=submit].has-grey3-background-color:focus {
  background-color: #5c5c5c;
  color: #FFFFFF;
  outline-color: #5c5c5c;
}
.mailchimp-signup-form form > div input[type=submit].has-grey3-background-color:active {
  background-color: #494949;
  color: #FFFFFF;
  outline-color: #494949;
}

.project-axis-header {
  color: white !important;
}
.project-axis-header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  display: flex;
}
@media (max-width: 575px) {
  .project-axis-header > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .project-axis-header > div {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-axis-header > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .project-axis-header > div {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .project-axis-header > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .project-axis-header > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .project-axis-header > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .project-axis-header > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .project-axis-header > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .project-axis-header > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.project-axis-header > div > div:first-child {
  width: 50%;
  margin-right: 60px;
  flex-grow: 0;
  flex-shrink: 1;
}
.project-axis-header > div > div:first-child > div {
  display: flex;
  align-items: flex-start;
}
.project-axis-header > div > div:first-child > div > img {
  width: 140px;
  height: auto;
  margin-right: 15px;
}
.project-axis-header > div > div:last-child {
  width: 45%;
  flex-grow: 0;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .project-axis-header > div {
    flex-direction: column;
  }
  .project-axis-header > div > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .project-axis-header > div > div:first-child > div {
    flex-direction: column;
    align-items: center;
  }
  .project-axis-header > div > div:first-child > div > div {
    text-align: center;
  }
  .project-axis-header > div > div:last-child {
    width: 100%;
  }
}

.post-content {
  width: 100%;
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.post-content > .has-text-align-center {
  align-self: center;
}
.post-content > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.post-content > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.post-content > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.post-content > cite {
  font-style: normal;
}
.post-content > strong,
.post-content > p > strong,
.post-content > b,
.post-content > p > b {
  font-weight: bold;
}
.post-content > em,
.post-content > p > em,
.post-content > i,
.post-content > p > i {
  font-style: italic;
}
.post-content > del,
.post-content > ins {
  color: inherit;
}
.post-content > figure {
  margin-right: 0;
  margin-left: 0;
}
.post-content > figure > * {
  max-width: 100%;
}
.post-content > figure > a {
  display: block;
}
.post-content > figure img {
  max-width: 100%;
}
.post-content > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.post-content > iframe {
  width: 100%;
  border: none;
  display: block;
}
.post-content > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.post-content > table > tr > th {
  font-weight: bold;
}
.post-content > table > tr > th,
.post-content > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.post-content > ul {
  list-style: disc;
  padding-left: 25px;
}
.post-content > ol {
  list-style: decimal;
  padding-left: 25px;
}
.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5,
.post-content > h6,
.post-content > p,
.post-content > figure,
.post-content > *:not([class]),
.post-content > blockquote,
.post-content > .wpcf7 {
  max-width: 750px;
}
.post-content > * + * {
  margin-top: 20px;
}
.post-content > * + h1,
.post-content > * + h2,
.post-content > * + h3,
.post-content > * + h4,
.post-content > * + h5 {
  margin-top: 50px;
}
.post-content > h6 + h1,
.post-content > h6 + h2,
.post-content > h6 + h3,
.post-content > h6 + h4,
.post-content > h6 + h5 {
  margin-top: 10px;
}
.post-content > * + h6 {
  margin-top: 10px;
}
.post-content > * + .side-title-content,
.post-content > .side-title-content + *,
.post-content > * + .highlight-stats,
.post-content > .highlight-stats + *,
.post-content > * + .post-list,
.post-content > .post-list + *,
.post-content > * + .project-list,
.post-content > .project-list + *,
.post-content > * + .project-axis-list,
.post-content > .project-axis-list + *,
.post-content > * + .document-list,
.post-content > .document-list + *,
.post-content > * + .person-list,
.post-content > .person-list + *,
.post-content > * + blockquote,
.post-content > blockquote + * {
  margin-top: 50px;
}
.post-content > *:last-child {
  margin-bottom: 0;
}
.post-content sub, .post-content sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.post-content sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.post-content sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@media (min-width: 768px) {
  .post-content > .highlight-stats {
    margin-left: -100px;
    margin-right: -100px;
  }
}
.post-content > .wp-block-image {
  position: relative;
}
.post-content > .wp-block-image > figcaption {
  padding: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 250px;
  background-color: #B2D33E;
  color: #000000;
}
.post-content > .wp-block-image.size-full > img {
  width: 100%;
  width: 100vw;
  max-width: 1400px;
  transform: translateX(-50%);
  margin-left: 50%;
}

.post-header > div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-bottom: 50px;
  max-width: 1400px;
}
@media (max-width: 575px) {
  .post-header > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .post-header > div {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-header > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .post-header > div {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .post-header > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.post-header > div > div:last-child {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.post-header > div > div:last-child > * + * {
  margin-top: 20px;
}
.post-header > div > div:last-child > time {
  display: block;
  font-style: italic;
  font-size: 0.85rem;
}

.post-coauthors > .post-coauthors__coauthor {
  background-color: #B2D33E;
  padding: 30px;
  display: flex;
}
.post-coauthors > .post-coauthors__coauthor > div.post-coauthors__coauthor-left {
  width: 150px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 20px;
}
.post-coauthors > .post-coauthors__coauthor > div.post-coauthors__coauthor-right > div.post-coauthors__coauthor-minibio {
  margin-top: 10px;
}
.post-coauthors > .post-coauthors__coauthor + .post-coauthors__coauthor {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .post-coauthors > .post-coauthors__coauthor {
    flex-direction: column;
    align-items: center;
  }
  .post-coauthors > .post-coauthors__coauthor > div.post-coauthors__coauthor-right {
    margin-left: 0;
  }
  .post-coauthors > .post-coauthors__coauthor > div.post-coauthors__coauthor-right > * {
    text-align: center;
  }
}

.back-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 40px;
}
.back-button > .material-icons {
  margin-right: 10px;
}
.back-button:hover > span:last-child {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .back-button {
    margin-bottom: 20px;
  }
}

.colorful-header > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media (max-width: 575px) {
  .colorful-header > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .colorful-header > div {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorful-header > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .colorful-header > div {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .colorful-header > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .colorful-header > div {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .colorful-header > div {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorful-header > div {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .colorful-header > div {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .colorful-header > div {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .colorful-header > div {
    padding-top: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .colorful-header > div {
    padding-top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .colorful-header > div {
    padding-top: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .colorful-header > div {
    padding-top: 130px;
  }
}
@media (min-width: 1400px) {
  .colorful-header > div {
    padding-top: 130px;
  }
}

.posts-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.posts-nav > nav .menu {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}
.posts-nav > nav .menu > li {
  padding: 10px 15px;
}
.posts-nav > nav .menu > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  color: #C4C4C4;
  text-decoration: none;
}
.posts-nav > nav .menu > li.current-menu-item > a,
.posts-nav > nav .menu > li a:hover {
  color: black;
  border-bottom: 2px solid #C4C4C4;
}
.posts-nav.posts-nav--transparent > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--transparent > nav .menu > li > a:hover {
  border-bottom-color: transparent;
}
.posts-nav.posts-nav--black > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--black > nav .menu > li > a:hover {
  border-bottom-color: #000000;
}
.posts-nav.posts-nav--white > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--white > nav .menu > li > a:hover {
  border-bottom-color: #FFFFFF;
}
.posts-nav.posts-nav--lightgreen > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--lightgreen > nav .menu > li > a:hover {
  border-bottom-color: #B2D33E;
}
.posts-nav.posts-nav--green > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--green > nav .menu > li > a:hover {
  border-bottom-color: #75A344;
}
.posts-nav.posts-nav--purple > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--purple > nav .menu > li > a:hover {
  border-bottom-color: #8650E8;
}
.posts-nav.posts-nav--lightblue > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--lightblue > nav .menu > li > a:hover {
  border-bottom-color: #1892CB;
}
.posts-nav.posts-nav--darkblue > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--darkblue > nav .menu > li > a:hover {
  border-bottom-color: #6633FF;
}
.posts-nav.posts-nav--orange > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--orange > nav .menu > li > a:hover {
  border-bottom-color: #D37802;
}
.posts-nav.posts-nav--magenta > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--magenta > nav .menu > li > a:hover {
  border-bottom-color: #DE455C;
}
.posts-nav.posts-nav--grey1 > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--grey1 > nav .menu > li > a:hover {
  border-bottom-color: #F4F4F4;
}
.posts-nav.posts-nav--grey2 > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--grey2 > nav .menu > li > a:hover {
  border-bottom-color: #C4C4C4;
}
.posts-nav.posts-nav--grey3 > nav .menu > li.current-menu-item > a,
.posts-nav.posts-nav--grey3 > nav .menu > li > a:hover {
  border-bottom-color: #666666;
}
@media (max-width: 767px) {
  .posts-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .posts-nav > nav + * {
    margin-top: 20px;
  }
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.logo-list > div {
  height: 100px;
  padding: 10px;
}
.logo-list > div > img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .logo-list > div {
    height: 80px;
  }
}

.wp-block-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed > .wp-block-embed__wrapper {
  position: static;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 > form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.wpcf7 > form label input,
.wpcf7 > form label textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
}
.wpcf7 > form p {
  display: flex;
  flex-direction: column;
}
.wpcf7 > form br {
  display: none;
}
.wpcf7 > form input[type=submit] {
  border: none;
  align-self: flex-start;
  display: block;
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: bold;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
  border-radius: 4px;
  background-color: #B2D33E;
  color: #000000;
  outline-color: #B2D33E;
}
.wpcf7 > form input[type=submit]:hover, .wpcf7 > form input[type=submit]:focus {
  background-color: #a6c82e;
  color: #000000;
  outline-color: #a6c82e;
}
.wpcf7 > form input[type=submit]:active {
  background-color: #85a024;
  color: #000000;
  outline-color: #85a024;
}
.wpcf7 > form .ajax-loader {
  margin-top: 10px;
  align-self: flex-start;
}
.wpcf7 > form .wpcf7-response-output {
  align-self: flex-start;
  text-align: left;
  margin: 0;
}
.wpcf7 > form.invalid .wpcf7-not-valid-tip {
  color: #D37802 white;
}
.wpcf7 > form.invalid .wpcf7-response-output {
  border-color: #D37802 white;
}
.wpcf7 > form.sent .wpcf7-response-output {
  border-color: #B2D33E;
}

.template-post > *:not(.page-section) {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .template-post > *:not(.page-section) {
    max-width: 790px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > *:not(.page-section) {
    max-width: 820px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > *:not(.page-section) {
    max-width: 850px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > *:not(.page-section) {
    max-width: 880px;
  }
}
@media (min-width: 1400px) {
  .template-post > *:not(.page-section) {
    max-width: 910px;
  }
}
@media (max-width: 575px) {
  .template-post > .template-post__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > .template-post__header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > .template-post__header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > .template-post__header {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .template-post > .template-post__header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .template-post > .template-post__header {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > .template-post__header {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > .template-post__header {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > .template-post__header {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .template-post > .template-post__header {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .template-post > .template-post__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > .template-post__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > .template-post__header {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > .template-post__header {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .template-post > .template-post__header {
    margin-bottom: 60px;
  }
}
.template-post > .template-post__contents {
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
}
.template-post > .template-post__contents > .has-text-align-center {
  align-self: center;
}
.template-post > .template-post__contents > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.template-post > .template-post__contents > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.template-post > .template-post__contents > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.template-post > .template-post__contents > cite {
  font-style: normal;
}
.template-post > .template-post__contents > strong,
.template-post > .template-post__contents > p > strong,
.template-post > .template-post__contents > b,
.template-post > .template-post__contents > p > b {
  font-weight: bold;
}
.template-post > .template-post__contents > em,
.template-post > .template-post__contents > p > em,
.template-post > .template-post__contents > i,
.template-post > .template-post__contents > p > i {
  font-style: italic;
}
.template-post > .template-post__contents > del,
.template-post > .template-post__contents > ins {
  color: inherit;
}
.template-post > .template-post__contents > figure {
  margin-right: 0;
  margin-left: 0;
}
.template-post > .template-post__contents > figure > * {
  max-width: 100%;
}
.template-post > .template-post__contents > figure > a {
  display: block;
}
.template-post > .template-post__contents > figure img {
  max-width: 100%;
}
.template-post > .template-post__contents > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.template-post > .template-post__contents > iframe {
  width: 100%;
  border: none;
  display: block;
}
.template-post > .template-post__contents > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.template-post > .template-post__contents > table > tr > th {
  font-weight: bold;
}
.template-post > .template-post__contents > table > tr > th,
.template-post > .template-post__contents > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.template-post > .template-post__contents > ul {
  list-style: disc;
  padding-left: 25px;
}
.template-post > .template-post__contents > ol {
  list-style: decimal;
  padding-left: 25px;
}
.template-post > .template-post__contents > h1,
.template-post > .template-post__contents > h2,
.template-post > .template-post__contents > h3,
.template-post > .template-post__contents > h4,
.template-post > .template-post__contents > h5,
.template-post > .template-post__contents > h6,
.template-post > .template-post__contents > p,
.template-post > .template-post__contents > figure,
.template-post > .template-post__contents > *:not([class]),
.template-post > .template-post__contents > blockquote,
.template-post > .template-post__contents > .wpcf7 {
  max-width: 750px;
}
.template-post > .template-post__contents > * + * {
  margin-top: 20px;
}
.template-post > .template-post__contents > * + h1,
.template-post > .template-post__contents > * + h2,
.template-post > .template-post__contents > * + h3,
.template-post > .template-post__contents > * + h4,
.template-post > .template-post__contents > * + h5 {
  margin-top: 50px;
}
.template-post > .template-post__contents > h6 + h1,
.template-post > .template-post__contents > h6 + h2,
.template-post > .template-post__contents > h6 + h3,
.template-post > .template-post__contents > h6 + h4,
.template-post > .template-post__contents > h6 + h5 {
  margin-top: 10px;
}
.template-post > .template-post__contents > * + h6 {
  margin-top: 10px;
}
.template-post > .template-post__contents > * + .side-title-content,
.template-post > .template-post__contents > .side-title-content + *,
.template-post > .template-post__contents > * + .highlight-stats,
.template-post > .template-post__contents > .highlight-stats + *,
.template-post > .template-post__contents > * + .post-list,
.template-post > .template-post__contents > .post-list + *,
.template-post > .template-post__contents > * + .project-list,
.template-post > .template-post__contents > .project-list + *,
.template-post > .template-post__contents > * + .project-axis-list,
.template-post > .template-post__contents > .project-axis-list + *,
.template-post > .template-post__contents > * + .document-list,
.template-post > .template-post__contents > .document-list + *,
.template-post > .template-post__contents > * + .person-list,
.template-post > .template-post__contents > .person-list + *,
.template-post > .template-post__contents > * + blockquote,
.template-post > .template-post__contents > blockquote + * {
  margin-top: 50px;
}
.template-post > .template-post__contents > *:last-child {
  margin-bottom: 0;
}
.template-post > .template-post__contents sub, .template-post > .template-post__contents sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.template-post > .template-post__contents sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.template-post > .template-post__contents sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@media (max-width: 575px) {
  .template-post > .template-post__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > .template-post__contents {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > .template-post__contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > .template-post__contents {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .template-post > .template-post__contents {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .template-post > .template-post__contents {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-post > .template-post__contents {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-post > .template-post__contents {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-post > .template-post__contents {
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .template-post > .template-post__contents {
    margin-bottom: 80px;
  }
}

.template-library-item > *:not(.page-section) {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .template-library-item > *:not(.page-section) {
    max-width: 790px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > *:not(.page-section) {
    max-width: 820px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > *:not(.page-section) {
    max-width: 850px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > *:not(.page-section) {
    max-width: 880px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > *:not(.page-section) {
    max-width: 910px;
  }
}
@media (max-width: 575px) {
  .template-library-item > .template-library-item__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > .template-library-item__header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > .template-library-item__header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > .template-library-item__header {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > .template-library-item__header {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .template-library-item > .template-library-item__header {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > .template-library-item__header {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > .template-library-item__header {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > .template-library-item__header {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > .template-library-item__header {
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .template-library-item > .template-library-item__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > .template-library-item__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > .template-library-item__header {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > .template-library-item__header {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > .template-library-item__header {
    margin-bottom: 60px;
  }
}
.template-library-item > .template-library-item__contents {
  /* These are technically the same, but use both */
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /**
   * Taken from: https://gist.github.com/unruthless/413930
   */
}
.template-library-item > .template-library-item__contents > .has-text-align-center {
  align-self: center;
}
.template-library-item > .template-library-item__contents > .has-text-align-left {
  margin-left: 0;
  align-self: flex-start;
}
.template-library-item > .template-library-item__contents > .has-text-align-right {
  margin-right: 0;
  align-self: flex-end;
}
.template-library-item > .template-library-item__contents > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.template-library-item > .template-library-item__contents > cite {
  font-style: normal;
}
.template-library-item > .template-library-item__contents > strong,
.template-library-item > .template-library-item__contents > p > strong,
.template-library-item > .template-library-item__contents > b,
.template-library-item > .template-library-item__contents > p > b {
  font-weight: bold;
}
.template-library-item > .template-library-item__contents > em,
.template-library-item > .template-library-item__contents > p > em,
.template-library-item > .template-library-item__contents > i,
.template-library-item > .template-library-item__contents > p > i {
  font-style: italic;
}
.template-library-item > .template-library-item__contents > del,
.template-library-item > .template-library-item__contents > ins {
  color: inherit;
}
.template-library-item > .template-library-item__contents > figure {
  margin-right: 0;
  margin-left: 0;
}
.template-library-item > .template-library-item__contents > figure > * {
  max-width: 100%;
}
.template-library-item > .template-library-item__contents > figure > a {
  display: block;
}
.template-library-item > .template-library-item__contents > figure img {
  max-width: 100%;
}
.template-library-item > .template-library-item__contents > figure > figcaption {
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: normal;
}
.template-library-item > .template-library-item__contents > iframe {
  width: 100%;
  border: none;
  display: block;
}
.template-library-item > .template-library-item__contents > table {
  border-collapse: collapse;
  font-size: 0.8em;
}
.template-library-item > .template-library-item__contents > table > tr > th {
  font-weight: bold;
}
.template-library-item > .template-library-item__contents > table > tr > th,
.template-library-item > .template-library-item__contents > table > tr > td {
  border: 1px solid currentColor;
  padding: 4px;
}
.template-library-item > .template-library-item__contents > ul {
  list-style: disc;
  padding-left: 25px;
}
.template-library-item > .template-library-item__contents > ol {
  list-style: decimal;
  padding-left: 25px;
}
.template-library-item > .template-library-item__contents > h1,
.template-library-item > .template-library-item__contents > h2,
.template-library-item > .template-library-item__contents > h3,
.template-library-item > .template-library-item__contents > h4,
.template-library-item > .template-library-item__contents > h5,
.template-library-item > .template-library-item__contents > h6,
.template-library-item > .template-library-item__contents > p,
.template-library-item > .template-library-item__contents > figure,
.template-library-item > .template-library-item__contents > *:not([class]),
.template-library-item > .template-library-item__contents > blockquote,
.template-library-item > .template-library-item__contents > .wpcf7 {
  max-width: 750px;
}
.template-library-item > .template-library-item__contents > * + * {
  margin-top: 20px;
}
.template-library-item > .template-library-item__contents > * + h1,
.template-library-item > .template-library-item__contents > * + h2,
.template-library-item > .template-library-item__contents > * + h3,
.template-library-item > .template-library-item__contents > * + h4,
.template-library-item > .template-library-item__contents > * + h5 {
  margin-top: 50px;
}
.template-library-item > .template-library-item__contents > h6 + h1,
.template-library-item > .template-library-item__contents > h6 + h2,
.template-library-item > .template-library-item__contents > h6 + h3,
.template-library-item > .template-library-item__contents > h6 + h4,
.template-library-item > .template-library-item__contents > h6 + h5 {
  margin-top: 10px;
}
.template-library-item > .template-library-item__contents > * + h6 {
  margin-top: 10px;
}
.template-library-item > .template-library-item__contents > * + .side-title-content,
.template-library-item > .template-library-item__contents > .side-title-content + *,
.template-library-item > .template-library-item__contents > * + .highlight-stats,
.template-library-item > .template-library-item__contents > .highlight-stats + *,
.template-library-item > .template-library-item__contents > * + .post-list,
.template-library-item > .template-library-item__contents > .post-list + *,
.template-library-item > .template-library-item__contents > * + .project-list,
.template-library-item > .template-library-item__contents > .project-list + *,
.template-library-item > .template-library-item__contents > * + .project-axis-list,
.template-library-item > .template-library-item__contents > .project-axis-list + *,
.template-library-item > .template-library-item__contents > * + .document-list,
.template-library-item > .template-library-item__contents > .document-list + *,
.template-library-item > .template-library-item__contents > * + .person-list,
.template-library-item > .template-library-item__contents > .person-list + *,
.template-library-item > .template-library-item__contents > * + blockquote,
.template-library-item > .template-library-item__contents > blockquote + * {
  margin-top: 50px;
}
.template-library-item > .template-library-item__contents > *:last-child {
  margin-bottom: 0;
}
.template-library-item > .template-library-item__contents sub, .template-library-item > .template-library-item__contents sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
.template-library-item > .template-library-item__contents sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
.template-library-item > .template-library-item__contents sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
@media (max-width: 575px) {
  .template-library-item > .template-library-item__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > .template-library-item__contents {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > .template-library-item__contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > .template-library-item__contents {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > .template-library-item__contents {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 575px) {
  .template-library-item > .template-library-item__contents {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .template-library-item > .template-library-item__contents {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-library-item > .template-library-item__contents {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .template-library-item > .template-library-item__contents {
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .template-library-item > .template-library-item__contents {
    margin-bottom: 80px;
  }
}

.template-category .template-category__posts {
  margin-top: 40px;
  display: flex;
}
.template-category .template-category__posts > div > .posts-nav {
  margin-bottom: 40px;
}
.template-category .template-category__posts > aside {
  width: 20%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 20px;
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(44px/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (44px/ 2));
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
