/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2024 
 * ISC License
 * http://link-to-your-git-repo.com
 */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 14, assets/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 26, assets/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements with `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, assets/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 48, assets/sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 59, assets/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, assets/sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 80, assets/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 90, assets/sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 100, assets/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, assets/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 120, assets/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 128, assets/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, assets/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, assets/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, assets/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 171, assets/sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 181, assets/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 190, assets/sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 201, assets/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 213, assets/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 224, assets/sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 235, assets/sass/_normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 248, assets/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 256, assets/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 265, assets/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 275, assets/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 285, assets/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 294, assets/sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 303, assets/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 315, assets/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 323, assets/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 334, assets/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 342, assets/sass/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
In this file:
# Typography
# Forms
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 11, assets/sass/_global.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.2;
}

/* line 23, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  clear: both;
  text-shadow: none;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
}

/* line 35, assets/sass/_global.scss */
h2 {
  font-size: 24px;
}

/* line 39, assets/sass/_global.scss */
p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

/* line 48, assets/sass/_global.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 52, assets/sass/_global.scss */
blockquote {
  margin: 0 1.5em;
}

/* line 56, assets/sass/_global.scss */
address {
  margin: 0 0 1.5em;
}

/* line 60, assets/sass/_global.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 72, assets/sass/_global.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 78, assets/sass/_global.scss */
abbr, acronym {
  cursor: help;
}

/* line 83, assets/sass/_global.scss */
mark, ins {
  text-decoration: none;
}

/* line 88, assets/sass/_global.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 96, assets/sass/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 100, assets/sass/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 106, assets/sass/_global.scss */
body {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 117, assets/sass/_global.scss */
hr {
  border: 0;
  height: 1px;
}

/* line 122, assets/sass/_global.scss */
ul {
  list-style-type: disc;
}

/* line 126, assets/sass/_global.scss */
ol {
  list-style: decimal;
}

/* line 130, assets/sass/_global.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 135, assets/sass/_global.scss */
dt {
  font-weight: bold;
}

/* line 139, assets/sass/_global.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 143, assets/sass/_global.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 148, assets/sass/_global.scss */
figure {
  margin: 1em 0;
}

/* line 152, assets/sass/_global.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 160, assets/sass/_global.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 0;
  background: #e6e6e6;
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
  padding: .6em 1em .4em;
}

/* line 174, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #d4d4d4;
}

/* line 181, assets/sass/_global.scss */
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* line 191, assets/sass/_global.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #333;
  border: 1px solid #d4d4d4;
  border-radius: 0px;
  padding: 3px;
  outline: 0;
}

/* line 214, assets/sass/_global.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
  outline: 0;
}

/* line 234, assets/sass/_global.scss */
select {
  border: 1px solid #d4d4d4;
}

/* line 238, assets/sass/_global.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 245, assets/sass/_global.scss */
a {
  color: #DEB126;
  text-decoration: none;
  padding-bottom: 3px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 251, assets/sass/_global.scss */
a:hover {
  text-decoration: underline;
}

/* line 257, assets/sass/_global.scss */
a#bc-back-link {
  padding: .3em .6em;
}

/* line 261, assets/sass/_global.scss */
a:visited {
  color: #DEB126;
  outline: 0;
}

/* line 266, assets/sass/_global.scss */
a:hover, a:focus, a:active {
  color: #DEB126;
  outline: 0;
}

/* line 271, assets/sass/_global.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 277, assets/sass/_global.scss */
#page {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 277, assets/sass/_global.scss */
  #page {
    padding: 0 20px;
  }
}

@media (max-width: 37.5em) {
  /* line 277, assets/sass/_global.scss */
  #page {
    padding: 0 0px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 296, assets/sass/_global.scss */
#content {
  margin: 0 auto;
  width: 100%;
}

/* line 302, assets/sass/_global.scss */
article a, nav a {
  line-height: 1.2;
}

/* line 306, assets/sass/_global.scss */
footer#colophon {
  padding: 0 1em;
  font-size: .75em;
}

/* line 314, assets/sass/_global.scss */
.block-button {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 318, assets/sass/_global.scss */
.block-button a, .block-button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 0;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  text-decoration: none;
}

/* line 330, assets/sass/_global.scss */
.block-button p, .block-button span {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0px;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

/* line 340, assets/sass/_global.scss */
.block-button span {
  padding-bottom: 2px;
  line-height: 1.3;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/* line 348, assets/sass/_global.scss */
.block-button:hover {
  border-bottom: 1px solid #fff;
}

/* line 349, assets/sass/_global.scss */
.block-button:hover a {
  text-decoration: none;
  border-bottom: 1px solid transparent !important;
}

/* line 354, assets/sass/_global.scss */
.block-button:hover p {
  font-weight: 700 !important;
  text-decoration: none;
}

/* line 361, assets/sass/_global.scss */
.block-button:hover span {
  left: 5px;
}

/* line 374, assets/sass/_global.scss */
.overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 385, assets/sass/_global.scss */
.grid-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

@-webkit-keyframes shake-left {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-left {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@-webkit-keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-out-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-out-tr {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

/* line 537, assets/sass/_global.scss */
.comments-area, #comments {
  display: none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 5, assets/sass/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/* line 18, assets/sass/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 41, assets/sass/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* line 2, assets/sass/modules/_header.scss */
header#masthead {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  background: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 11, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 1000;
  background: transparent;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4 ease-in;
  transition: 0.4 ease-in;
}

@media screen and (max-width: 1028px) {
  /* line 11, assets/sass/modules/_header.scss */
  header#masthead {
    left: 0;
  }
}

/* line 25, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #fff;
  -webkit-box-shadow: 1px 3px 15px #333;
          box-shadow: 1px 3px 15px #333;
  -webkit-transition: 0.4 ease-in;
  transition: 0.4 ease-in;
}

/* line 31, assets/sass/modules/_header.scss */
header#masthead .masthead-inner {
  margin: 0 20px 0 auto;
  display: block;
  padding: 2em 0;
  width: 88%;
}

@media screen and (min-width: 1850px) {
  /* line 31, assets/sass/modules/_header.scss */
  header#masthead .masthead-inner {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 31, assets/sass/modules/_header.scss */
  header#masthead .masthead-inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 10px;
  }
}

@media (max-width: 37.5em) {
  /* line 31, assets/sass/modules/_header.scss */
  header#masthead .masthead-inner {
    padding: 15px 10px;
  }
}

/* line 56, assets/sass/modules/_header.scss */
.logged-in header#masthead {
  top: 30px;
}

/* line 61, assets/sass/modules/_header.scss */
.logo, .logo-dark {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: inline-block;
  margin-top: -10px;
}

@media screen and (max-width: 600px) {
  /* line 61, assets/sass/modules/_header.scss */
  .logo, .logo-dark {
    margin-top: -5px;
  }
}

/* line 71, assets/sass/modules/_header.scss */
.logo .custom-logo-link, .logo-dark .custom-logo-link {
  position: relative;
  display: inline-block;
  max-width: 200px;
}

/* line 78, assets/sass/modules/_header.scss */
.logo .custom-logo-link img, .logo-dark .custom-logo-link img {
  max-width: 200px;
  margin: auto;
  width: auto;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 78, assets/sass/modules/_header.scss */
  .logo .custom-logo-link img, .logo-dark .custom-logo-link img {
    max-width: 170px;
  }
}

/* line 94, assets/sass/modules/_header.scss */
.logo-dark {
  opacity: 0;
}

/* line 98, assets/sass/modules/_header.scss */
.home .logo .custom-logo-link {
  top: 0;
}

/* line 102, assets/sass/modules/_header.scss */
.header-navigation {
  display: none;
  float: right;
  text-align: right;
}

/* line 109, assets/sass/modules/_header.scss */
.nav-socials {
  padding: 0;
  margin: 0;
  position: relative;
  top: 3px;
  list-style-type: none;
  float: right;
}

/* line 119, assets/sass/modules/_header.scss */
.nav-socials li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

/* line 123, assets/sass/modules/_header.scss */
.nav-socials li:last-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 600px) {
  /* line 119, assets/sass/modules/_header.scss */
  .nav-socials li {
    display: none;
  }
}

/* line 134, assets/sass/modules/_header.scss */
.nav-socials li:hover div {
  background: #edb324;
  -webkit-box-shadow: 2px 2px 10px rgba(225, 225, 225, 0.3);
          box-shadow: 2px 2px 10px rgba(225, 225, 225, 0.3);
}

/* line 140, assets/sass/modules/_header.scss */
.nav-socials li:hover div i {
  color: #fff;
}

/* line 146, assets/sass/modules/_header.scss */
.nav-socials li a {
  margin-right: 10px;
}

/* line 148, assets/sass/modules/_header.scss */
.nav-socials li a:hover {
  border-bottom: 0;
}

/* line 153, assets/sass/modules/_header.scss */
.nav-socials li a div {
  background: transparent;
  padding: 2px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  width: 35px;
  height: 35px;
  position: relative;
}

/* line 165, assets/sass/modules/_header.scss */
.nav-socials li a div.discord-list-item img {
  max-width: 1.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 174, assets/sass/modules/_header.scss */
.nav-socials li a div i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 192, assets/sass/modules/_header.scss */
a.mobileNav-link {
  color: transparent;
  border: none !important;
  padding: 0.3rem 0.6rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: 2px;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-9px, 0);
            transform: translate(-9px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
  50% {
    -webkit-transform: translate(-9px, 0);
            transform: translate(-9px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

/* line 218, assets/sass/modules/_header.scss */
a.mobileNav-link .line {
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  -webkit-transition: 0.4s 100ms ease-in;
  transition: 0.4s 100ms ease-in;
  text-align: right !important;
  position: relative;
}

/* line 228, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(3) {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

/* line 231, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(3).show {
  visibility: visible;
  opacity: 1;
}

/* line 235, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(3).hide {
  visibility: hidden;
  opacity: 0;
}

/* line 242, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(1).return {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* line 246, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(1).rotate-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

/* line 254, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(2).return {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/* line 257, assets/sass/modules/_header.scss */
a.mobileNav-link .line:nth-child(2).rotate-up {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 263, assets/sass/modules/_header.scss */
a.mobileNav-link:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 267, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(1) {
  -webkit-animation: levitate 2s ease-in-out infinite;
          animation: levitate 2s ease-in-out infinite;
}

/* line 269, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(1).rotate-down {
  -webkit-animation: none;
          animation: none;
}

/* line 274, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(2) {
  -webkit-animation: levitate 1s 500ms ease-in-out infinite;
          animation: levitate 1s 500ms ease-in-out infinite;
}

/* line 277, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(2).rotate-up {
  -webkit-animation: none;
          animation: none;
}

/* line 282, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(3) {
  -webkit-animation: levitate 2s ease-in-out infinite;
          animation: levitate 2s ease-in-out infinite;
}

/* line 285, assets/sass/modules/_header.scss */
a.mobileNav-link:hover .line:nth-child(3).rotate-up {
  -webkit-animation: none;
          animation: none;
}

/* line 295, assets/sass/modules/_header.scss */
body .current_page_item > a,
body .current-menu-item > a,
body .current-page-ancestor > a,
body .current-menu-ancestor > a {
  color: #fff !important;
  font-weight: bold;
}

/* line 304, assets/sass/modules/_header.scss */
header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.current-menu-item > a,
.current-page-ancestor > a,
.current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

/* line 318, assets/sass/modules/_header.scss */
.light .header-navigation a {
  color: #333;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 4px;
}

/* line 323, assets/sass/modules/_header.scss */
.light .header-navigation a:hover {
  color: #333;
}

/* line 332, assets/sass/modules/_header.scss */
.light body .current_page_item > a,
.light body .current-menu-item > a,
.light body .current-page-ancestor > a,
.light body .current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

/* line 341, assets/sass/modules/_header.scss */
.light header#masthead.light .masthead-inner .row nav#header-navigation .current_page_item > a,
.light .current-menu-item > a,
.light .current-page-ancestor > a,
.light .current-menu-ancestor > a {
  color: #333 !important;
  font-weight: bold;
}

/* line 353, assets/sass/modules/_header.scss */
.light .nav-socials li:hover div {
  background: #edb324;
}

/* line 357, assets/sass/modules/_header.scss */
.light .nav-socials li:hover div i {
  color: #333;
}

/* line 363, assets/sass/modules/_header.scss */
.light .nav-socials div {
  background: transparent;
}

/* line 366, assets/sass/modules/_header.scss */
.light .nav-socials i {
  color: #333;
}

/* line 372, assets/sass/modules/_header.scss */
.light .mobileNav-link .line {
  width: 25px;
  height: 2px;
  background: #DEB126;
  margin: 3px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: right !important;
  position: relative;
}

/* line 385, assets/sass/modules/_header.scss */
.light .logo {
  opacity: 0;
}

/* line 389, assets/sass/modules/_header.scss */
.light .logo-dark {
  opacity: 1 !important;
}

/* line 398, assets/sass/modules/_header.scss */
.mobileNav-link.hamburger {
  position: relative;
  top: 0px !important;
}

@media screen and (max-width: 1300px) {
  /* line 405, assets/sass/modules/_header.scss */
  .mobileNav-link.hamburger {
    top: -2px !important;
  }
}

@media screen and (max-width: 700px) {
  /* line 413, assets/sass/modules/_header.scss */
  .mobileNav-link.hamburger {
    top: -5px !important;
  }
}

/* line 1, assets/sass/modules/_footer.scss */
footer {
  padding: 100px 0 1em;
  font-size: 1rem;
  margin: 0 20px 0 auto;
  width: 88%;
}

@media screen and (min-width: 1850px) {
  /* line 1, assets/sass/modules/_footer.scss */
  footer {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  /* line 1, assets/sass/modules/_footer.scss */
  footer {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1000px) {
  /* line 1, assets/sass/modules/_footer.scss */
  footer {
    width: 100%;
    margin: 0rem auto 0;
    padding: 20px 10px;
  }
}

/* line 22, assets/sass/modules/_footer.scss */
footer .footer-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  /* line 22, assets/sass/modules/_footer.scss */
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

/* line 35, assets/sass/modules/_footer.scss */
footer .footer-content h2, footer .footer-content p, footer .footer-content a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  /* line 40, assets/sass/modules/_footer.scss */
  footer .footer-content .links {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* line 47, assets/sass/modules/_footer.scss */
footer .footer-content .links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

/* line 53, assets/sass/modules/_footer.scss */
footer .footer-content .links ul li {
  padding: 0 0 15px;
}

/* line 56, assets/sass/modules/_footer.scss */
footer .footer-content .links ul li a {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 16px;
  padding-bottom: 0px;
  margin-bottom: -1px;
}

/* line 68, assets/sass/modules/_footer.scss */
footer .footer-content .links ul li a:hover {
  text-decoration: none;
  color: #DEB126;
}

/* line 76, assets/sass/modules/_footer.scss */
footer .footer-content .links ul li.current-menu-item a, footer .footer-content .links ul li.current_page_ancestor a, footer .footer-content .links ul li.current-page-ancestor a, footer .footer-content .links ul li.current-menu-ancestor a {
  color: #DEB126 !important;
  font-weight: 600;
}

/* line 86, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

@media screen and (max-width: 1300px) {
  /* line 86, assets/sass/modules/_footer.scss */
  footer .footer-content .newsletter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* line 95, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .content {
  margin-bottom: 20px;
}

/* line 97, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .content h2 {
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 1.3rem;
}

/* line 106, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .content p {
  font-weight: 200;
  font-size: 14px;
}

/* line 113, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form {
  position: relative;
  padding: 0;
}

/* line 117, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form input[type="email"], footer .footer-content .newsletter .form #mce-EMAIL {
  width: 100% !important;
  background: #fff;
  color: #333;
  padding: 10px 20px;
  height: 47px;
  border-radius: 0;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  /* line 117, assets/sass/modules/_footer.scss */
  footer .footer-content .newsletter .form input[type="email"], footer .footer-content .newsletter .form #mce-EMAIL {
    font-size: 14px;
  }
}

/* line 130, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form input[type="email"]::-webkit-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-webkit-input-placeholder {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
footer .footer-content .newsletter .form input[type="email"]::-moz-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-moz-placeholder {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
footer .footer-content .newsletter .form input[type="email"]:-ms-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL:-ms-input-placeholder {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
footer .footer-content .newsletter .form input[type="email"]::-ms-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-ms-input-placeholder {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
footer .footer-content .newsletter .form input[type="email"]::placeholder, footer .footer-content .newsletter .form #mce-EMAIL::placeholder {
  font-weight: 400;
  color: #333;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 700px) {
  /* line 130, assets/sass/modules/_footer.scss */
  footer .footer-content .newsletter .form input[type="email"]::-webkit-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-webkit-input-placeholder {
    font-size: 14px;
  }
  footer .footer-content .newsletter .form input[type="email"]::-moz-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-moz-placeholder {
    font-size: 14px;
  }
  footer .footer-content .newsletter .form input[type="email"]:-ms-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL:-ms-input-placeholder {
    font-size: 14px;
  }
  footer .footer-content .newsletter .form input[type="email"]::-ms-input-placeholder, footer .footer-content .newsletter .form #mce-EMAIL::-ms-input-placeholder {
    font-size: 14px;
  }
  footer .footer-content .newsletter .form input[type="email"]::placeholder, footer .footer-content .newsletter .form #mce-EMAIL::placeholder {
    font-size: 14px;
  }
}

/* line 142, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form #mc-embedded-subscribe-form {
  padding: 0;
}

/* line 146, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form .block-button.newsletter-button {
  position: absolute;
  right: 20px;
  top: 7px;
  margin-top: 0 !important;
}

@media screen and (max-width: 700px) {
  /* line 146, assets/sass/modules/_footer.scss */
  footer .footer-content .newsletter .form .block-button.newsletter-button {
    right: 15px;
    top: 7px;
  }
}

/* line 157, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form .block-button.newsletter-button a, footer .footer-content .newsletter .form .block-button.newsletter-button input {
  background: #333 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 10px !important;
  border: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  font-size: 14px;
}

@media screen and (max-width: 700px) {
  /* line 157, assets/sass/modules/_footer.scss */
  footer .footer-content .newsletter .form .block-button.newsletter-button a, footer .footer-content .newsletter .form .block-button.newsletter-button input {
    padding: 8px 10px;
    font-size: 0.8rem;
  }
}

/* line 175, assets/sass/modules/_footer.scss */
footer .footer-content .newsletter .form .block-button.newsletter-button a:hover, footer .footer-content .newsletter .form .block-button.newsletter-button input:hover {
  background: transparent !important;
  color: #333 !important;
  text-decoration: none;
  cursor: pointer;
}

/* line 193, assets/sass/modules/_footer.scss */
footer .footer-content .footer-logo img {
  max-width: 8rem;
}

@media screen and (max-width: 900px) {
  /* line 192, assets/sass/modules/_footer.scss */
  footer .footer-content .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* line 206, assets/sass/modules/_footer.scss */
#colophon {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1rem;
  padding: 5px 0;
}

/* line 212, assets/sass/modules/_footer.scss */
#colophon .footer-band {
  margin: 0 20px 0 auto;
  width: 88%;
}

@media screen and (min-width: 1960px) {
  /* line 212, assets/sass/modules/_footer.scss */
  #colophon .footer-band {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 212, assets/sass/modules/_footer.scss */
  #colophon .footer-band {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 10px;
  }
}

/* line 226, assets/sass/modules/_footer.scss */
#colophon .footer-band a, #colophon .footer-band p {
  font-size: 12px;
}

/* line 231, assets/sass/modules/_footer.scss */
#colophon .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  /* line 231, assets/sass/modules/_footer.scss */
  #colophon .row {
    display: block;
  }
}

/* line 241, assets/sass/modules/_footer.scss */
#colophon a {
  color: #fff;
  font-size: 1rem;
}

/* line 249, assets/sass/modules/_footer.scss */
#colophon #footer2-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  display: flex;
}

@media screen and (max-width: 600px) {
  /* line 249, assets/sass/modules/_footer.scss */
  #colophon #footer2-menu {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 259, assets/sass/modules/_footer.scss */
  #colophon #footer2-menu li {
    display: inline-block;
  }
  /* line 268, assets/sass/modules/_footer.scss */
  #colophon #footer2-menu li:first-of-type a {
    border-left: 0;
    padding-left: 0;
  }
}

/* line 275, assets/sass/modules/_footer.scss */
#colophon #footer2-menu li a {
  border-left: 1px solid #fff;
  padding-left: 10px;
  font-weight: 100;
  line-height: 1;
  padding-right: 8px;
  font-size: 12px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 600px) {
  /* line 275, assets/sass/modules/_footer.scss */
  #colophon #footer2-menu li a {
    padding-left: 8px;
    padding-right: 5px;
  }
}

/* line 296, assets/sass/modules/_footer.scss */
.artist-credit .title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}

/* line 302, assets/sass/modules/_footer.scss */
.artist-credit .name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 308, assets/sass/modules/_footer.scss */
.artist-credit .credit-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 313, assets/sass/modules/_footer.scss */
.artist-credit .credit-link:hover {
  text-decoration: underline;
}

/* line 318, assets/sass/modules/_footer.scss */
.artist-credit .credit-image-link {
  font-size: 14px;
}

/* line 321, assets/sass/modules/_footer.scss */
.artist-credit .credit-image-link img {
  max-width: 1.1rem !important;
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 0 0 auto;
  min-height: 80vh;
  width: 88%;
  position: -webkit-sticky;
  position: sticky;
  max-width: 1850px;
}

@media screen and (min-width: 1817px) {
  /* line 4, assets/sass/modules/_content.scss */
  #content {
    width: 100%;
    margin: 0 auto;
    max-width: 92.25rem;
    background: transparent;
  }
}

@media screen and (max-width: 1000px) {
  /* line 4, assets/sass/modules/_content.scss */
  #content {
    width: 100%;
    margin: 5rem auto 0;
    padding: 0 20px;
  }
}

/* line 30, assets/sass/modules/_content.scss */
article a, nav a {
  line-height: 1.2;
}

/* line 34, assets/sass/modules/_content.scss */
.page-inner-content {
  background: rgba(0, 0, 0, 0.5);
  min-height: 400px;
  max-width: 1525px;
  padding: 40px;
}

@media screen and (min-width: 1817px) {
  /* line 34, assets/sass/modules/_content.scss */
  .page-inner-content {
    max-width: 92.25rem;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* line 50, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-multi-cell .nf-cell, div#nf-form-3-cont .nf-multi-cell .nf-cell {
  padding: 0 !important;
}

/* line 54, assets/sass/modules/_content.scss */
div#nf-form-2-cont .checkbox-wrap .nf-field-label label.nf-checked-label:after, div#nf-form-3-cont .checkbox-wrap .nf-field-label label.nf-checked-label:after {
  border-color: #fff;
  background-color: #DEB126;
}

/* line 59, assets/sass/modules/_content.scss */
div#nf-form-2-cont .checkbox-wrap .nf-field-label label.nf-checked-label:before, div#nf-form-3-cont .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  opacity: 0;
}

/* line 63, assets/sass/modules/_content.scss */
div#nf-form-2-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, div#nf-form-3-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
  opacity: 0;
}

/* line 67, assets/sass/modules/_content.scss */
div#nf-form-2-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after, div#nf-form-3-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:after {
  border-color: #fff;
  background-color: #DEB126;
}

/* line 72, assets/sass/modules/_content.scss */
div#nf-form-2-cont h3, div#nf-form-3-cont h3 {
  font-weight: 200;
}

/* line 76, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content, div#nf-form-3-cont .nf-form-content {
  max-width: 100%;
  margin: 0;
}

/* line 84, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .nf-field-container, div#nf-form-3-cont .nf-form-content .nf-field-container {
  margin-bottom: 0;
}

/* line 94, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .booth-details strong, div#nf-form-3-cont .nf-form-content .booth-details strong {
  text-transform: uppercase;
}

/* line 99, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .booth-details ul li, div#nf-form-3-cont .nf-form-content .booth-details ul li {
  clear: both;
  font-size: 14px;
}

/* line 106, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content button, div#nf-form-3-cont .nf-form-content button {
  background-color: #DEB126;
  text-transform: uppercase;
}

/* line 110, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1, div#nf-form-3-cont .nf-form-content .wrap1 {
  background-color: #333;
  padding: 3rem 3rem 1rem 3rem;
}

/* line 116, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1::last-of-type, div#nf-form-3-cont .nf-form-content .wrap1::last-of-type {
  padding-bottom: 4rem;
}

/* line 121, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1 ul li, div#nf-form-3-cont .nf-form-content .wrap1 ul li {
  float: left;
  text-transform: uppercase;
}

/* line 127, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1 label, div#nf-form-3-cont .nf-form-content .wrap1 label {
  color: #ccc;
  margin-right: 2rem;
  font-size: 14px;
}

/* line 133, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"], div#nf-form-2-cont .nf-form-content .wrap1 select, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"], div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"], div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"], div#nf-form-3-cont .nf-form-content .wrap1 select, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"], div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"] {
  background-color: #333;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

/* line 139, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"]::-webkit-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 select::-webkit-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"]::-webkit-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"]::-webkit-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"]::-webkit-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 select::-webkit-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"]::-webkit-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"]::-webkit-input-placeholder {
  color: #ccc;
  text-transform: uppercase;
}
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"]::-moz-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 select::-moz-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"]::-moz-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"]::-moz-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"]::-moz-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 select::-moz-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"]::-moz-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"]::-moz-placeholder {
  color: #ccc;
  text-transform: uppercase;
}
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"]:-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 select:-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"]:-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"]:-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"]:-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 select:-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"]:-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"]:-ms-input-placeholder {
  color: #ccc;
  text-transform: uppercase;
}
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"]::-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 select::-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"]::-ms-input-placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"]::-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"]::-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 select::-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"]::-ms-input-placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"]::-ms-input-placeholder {
  color: #ccc;
  text-transform: uppercase;
}
div#nf-form-2-cont .nf-form-content .wrap1 input[type="text"]::placeholder, div#nf-form-2-cont .nf-form-content .wrap1 select::placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="email"]::placeholder, div#nf-form-2-cont .nf-form-content .wrap1 input[type="tel"]::placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="text"]::placeholder, div#nf-form-3-cont .nf-form-content .wrap1 select::placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="email"]::placeholder, div#nf-form-3-cont .nf-form-content .wrap1 input[type="tel"]::placeholder {
  color: #ccc;
  text-transform: uppercase;
}

/* line 146, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap2, div#nf-form-3-cont .nf-form-content .wrap2 {
  background-color: #000;
  padding: 3rem 3rem 1rem 3rem;
}

/* line 151, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap2 label, div#nf-form-3-cont .nf-form-content .wrap2 label {
  text-transform: uppercase;
}

/* line 155, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap2 input[type="number"], div#nf-form-3-cont .nf-form-content .wrap2 input[type="number"] {
  background-color: #000;
  height: 35px;
}

/* line 161, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3, div#nf-form-3-cont .nf-form-content .wrap3 {
  background-color: #ccc;
  color: #222;
  padding: 3rem 3rem 1rem 3rem;
}

/* line 168, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3.no-pad, div#nf-form-3-cont .nf-form-content .wrap3.no-pad {
  padding-left: 0;
}

/* line 172, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 #nf-field-29, div#nf-form-3-cont .nf-form-content .wrap3 #nf-field-29 {
  border: 1px solid #333;
  background-color: transparent;
}

/* line 176, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 hr, div#nf-form-3-cont .nf-form-content .wrap3 hr {
  height: 0;
  border-top: 2px solid #666;
}

/* line 181, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .tabular-heading, div#nf-form-3-cont .nf-form-content .wrap3 .tabular-heading {
  margin-bottom: 1.5rem;
}

/* line 183, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .tabular-heading span, div#nf-form-3-cont .nf-form-content .wrap3 .tabular-heading span {
  display: inline-block;
  font-size: 14px;
}

/* line 188, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .tabular-heading .name, div#nf-form-3-cont .nf-form-content .wrap3 .tabular-heading .name {
  width: 55%;
}

/* line 192, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .tabular-heading .qty, div#nf-form-3-cont .nf-form-content .wrap3 .tabular-heading .qty {
  width: 25%;
}

/* line 196, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .tabular-heading .total, div#nf-form-3-cont .nf-form-content .wrap3 .tabular-heading .total {
  width: 20%;
  text-align: right;
}

/* line 201, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item, div#nf-form-3-cont .nf-form-content .wrap3 .line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
}

/* line 206, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item strong, div#nf-form-3-cont .nf-form-content .wrap3 .line-item strong {
  width: 55%;
  text-transform: uppercase;
}

/* line 211, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item span, div#nf-form-3-cont .nf-form-content .wrap3 .line-item span {
  display: inline-block;
  font-weight: 700;
}

/* line 216, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item .qty, div#nf-form-3-cont .nf-form-content .wrap3 .line-item .qty {
  width: 25%;
}

/* line 220, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item .total, div#nf-form-3-cont .nf-form-content .wrap3 .line-item .total {
  width: 20%;
  text-align: right;
}

/* line 225, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item .more-info, div#nf-form-3-cont .nf-form-content .wrap3 .line-item .more-info {
  color: #333;
  font-size: 14px;
}

/* line 229, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item .more-info a, div#nf-form-3-cont .nf-form-content .wrap3 .line-item .more-info a {
  color: #333;
}

/* line 234, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2, div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 {
  padding-top: 4px;
}

/* line 236, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2 strong, div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 strong {
  text-transform: uppercase;
}

/* line 239, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2 p, div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 p {
  font-weight: 400;
  color: #333;
}

/* line 244, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2 .total, div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 .total {
  font-weight: 700;
  text-align: right;
  display: block;
  min-height: 46px;
}

/* line 251, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2 input[type="number"], div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 input[type="number"] {
  -webkit-transform: scale(2);
          transform: scale(2);
  font-size: .5em;
  height: 20.5px;
  padding: 0 0 0 5px;
  margin-left: 2.7em;
  border-radius: 2px;
}

/* line 260, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 .line-item-2 .nf-form-content input:not([type=button]), div#nf-form-3-cont .nf-form-content .wrap3 .line-item-2 .nf-form-content input:not([type=button]) {
  color: #333;
}

/* line 264, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 div#nf-field-52-wrap, div#nf-form-3-cont .nf-form-content .wrap3 div#nf-field-52-wrap {
  display: block !important;
  color: #111;
}

/* line 268, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 div#nf-field-52-wrap p, div#nf-form-3-cont .nf-form-content .wrap3 div#nf-field-52-wrap p {
  font-weight: 400;
}

/* line 273, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 h2, div#nf-form-3-cont .nf-form-content .wrap3 h2 {
  color: #222;
}

/* line 277, assets/sass/modules/_content.scss */
div#nf-form-2-cont .nf-form-content .wrap3 p, div#nf-form-3-cont .nf-form-content .wrap3 p {
  color: #222;
}

/* line 284, assets/sass/modules/_content.scss */
#inline-content {
  color: #000;
}

/* line 2, assets/sass/modules/_grid.scss */
.row {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  overflow: auto;
  line-height: 2;
  overflow: hidden;
}

/* line 10, assets/sass/modules/_grid.scss */
.row.nav {
  max-width: 88.25rem;
  margin: 0 85px 0 auto;
}

@media screen and (max-width: 1440px) {
  /* line 10, assets/sass/modules/_grid.scss */
  .row.nav {
    max-width: 78rem;
  }
}

@media screen and (max-width: 1200px) {
  /* line 10, assets/sass/modules/_grid.scss */
  .row.nav {
    margin: 0 auto;
    max-width: 87.75rem;
  }
}

@media (min-width: 50em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 64em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 74rem;
  }
}

@media (min-width: 70em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 82.25rem;
  }
}

@media (min-width: 90em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 100.25rem;
  }
}

@media (min-width: 100em) {
  /* line 2, assets/sass/modules/_grid.scss */
  .row {
    max-width: 92.25rem;
  }
}

/* line 49, assets/sass/modules/_grid.scss */
.row.internal-row {
  padding: 0;
}

/*--------------------------------------------------------------
In this file:
# Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* line 13, assets/sass/modules/_home.scss */
.homePage-hero {
  z-index: 1;
  text-align: center;
  background: black;
  position: relative;
  overflow: hidden;
  height: 80vh;
  min-height: 450px;
  overflow: hidden;
}

/* line 22, assets/sass/modules/_home.scss */
.homePage-hero::before {
  content: "";
  position: fixed;
  height: 80vh;
  width: 100%;
  z-index: -1;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 35, assets/sass/modules/_home.scss */
.homePage-hero video {
  z-index: -1;
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 52, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

/* line 56, assets/sass/modules/_home.scss */
.homePage-hero #wp-custom-header-video-button {
  display: none;
}

/* line 62, assets/sass/modules/_home.scss */
.homePage-hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 68, assets/sass/modules/_home.scss */
.homePage-header {
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (max-width: 425px) {
  /* line 68, assets/sass/modules/_home.scss */
  .homePage-header {
    padding: 0;
  }
}

/* line 77, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  font-weight: 600;
  color: #fff;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}

/* line 87, assets/sass/modules/_home.scss */
.homePage-hero-subHeadline {
  font-weight: 100;
  color: #fff;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: left;
  margin: 20px 0;
  font-size: 2.6rem;
}

/* line 1, assets/sass/modules/_hero.scss */
aside {
  position: relative;
}

/* line 5, assets/sass/modules/_hero.scss */
.page-hero {
  z-index: 1;
  text-align: left;
  background: black;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: auto;
  height: 70vh;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-attachment: fixed !important;
}

/* line 19, assets/sass/modules/_hero.scss */
.page-hero:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 900px) {
  /* line 5, assets/sass/modules/_hero.scss */
  .page-hero {
    background-attachment: unset !important;
  }
}

/* line 34, assets/sass/modules/_hero.scss */
.page-hero-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 39, assets/sass/modules/_hero.scss */
.page-hero-inner .page-hero-content {
  padding-top: 20px;
}

/* line 45, assets/sass/modules/_hero.scss */
.page-hero-headline {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  margin: 0;
  z-index: 1;
}

@media (max-width: 37.5em) {
  /* line 45, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 3.5rem;
  }
}

/* line 1, assets/sass/modules/_menu.scss */
.main-navigation-wrap {
  padding: 2rem 0;
  width: 100%;
  display: block;
}

/* line 5, assets/sass/modules/_menu.scss */
.main-navigation-wrap ul {
  list-style: none;
  padding: 0;
}

/* line 9, assets/sass/modules/_menu.scss */
.main-navigation-wrap li a {
  background: none;
  text-decoration: none;
  border: none;
}

/* line 16, assets/sass/modules/_menu.scss */
a.nav-back-link {
  float: right;
  color: white;
}

/* line 21, assets/sass/modules/_menu.scss */
.admin-bar #mobile-navigation.visible {
  top: 30px;
}

/* line 25, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 100;
  position: fixed;
  display: none;
  padding: 3rem 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 2px 4px 8px rgba(225, 225, 225, 0.2);
          box-shadow: 2px 4px 8px rgba(225, 225, 225, 0.2);
}

@media screen and (max-width: 1075px) {
  /* line 25, assets/sass/modules/_menu.scss */
  #mobile-navigation {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 45, assets/sass/modules/_menu.scss */
#mobile-navigation a {
  background: none;
  border: none;
  color: #fff;
}

/* line 50, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: auto;
  padding-bottom: 0rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 20px;
}

/* line 56, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  display: block;
  margin-top: 5px;
}

/* line 64, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 1.5rem 0;
  position: relative;
  margin-top: 100px;
}

/* line 70, assets/sass/modules/_menu.scss */
#mobile-navigation li {
  padding: 10px 0;
  display: inline-block;
  text-align: left;
}

/* line 76, assets/sass/modules/_menu.scss */
#mobile-navigation li:nth-child(1) a {
  margin-left: -20px;
}

@media screen and (max-width: 1075px) {
  /* line 70, assets/sass/modules/_menu.scss */
  #mobile-navigation li {
    display: block;
    padding: 10px 10px;
  }
  /* line 86, assets/sass/modules/_menu.scss */
  #mobile-navigation li:nth-child(1) a {
    margin-left: 0px;
  }
}

/* line 92, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 100;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 50px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}

/* line 108, assets/sass/modules/_menu.scss */
#mobile-navigation li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  color: #8fd2ec;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* line 122, assets/sass/modules/_menu.scss */
#mobile-navigation li a span {
  display: block;
  padding: 10px 20px;
  background: #1a1a1a;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 1390px) {
  /* line 92, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    margin: 0 30px;
  }
}

@media screen and (max-width: 1320px) {
  /* line 92, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1075px) {
  /* line 92, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    margin: 0 0px;
    display: inline-block;
  }
  /* line 141, assets/sass/modules/_menu.scss */
  #mobile-navigation li a:before {
    padding: 0;
  }
  /* line 146, assets/sass/modules/_menu.scss */
  #mobile-navigation li a span {
    padding: 0;
  }
}

@media (max-width: 37.5em) {
  /* line 92, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  /* line 92, assets/sass/modules/_menu.scss */
  #mobile-navigation li a {
    font-size: 2rem;
  }
}

/* line 169, assets/sass/modules/_menu.scss */
#mobile-navigation li:hover a span {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 172, assets/sass/modules/_menu.scss */
#mobile-navigation li:hover a::before {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

/* line 178, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item > a,
#mobile-navigation li.current-menu-item > a,
#mobile-navigation li.current_page_ancestor > a,
#mobile-navigation li.current-menu-ancestor > a {
  color: #8fd2ec !important;
  font-weight: bold;
}

/* line 185, assets/sass/modules/_menu.scss */
#mobile-navigation li.current_page_item,
#mobile-navigation li.current-menu-item,
#mobile-navigation li.current_page_ancestor,
#mobile-navigation li.current-menu-ancestor {
  list-style-type: none;
  color: transparent;
}

/* line 192, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  display: block;
}

/* line 198, assets/sass/modules/_menu.scss */
.mobile-nav-divider {
  position: relative;
  margin: 0 0 0 auto;
  width: 88%;
}

@media screen and (min-width: 1850px) {
  /* line 198, assets/sass/modules/_menu.scss */
  .mobile-nav-divider {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 198, assets/sass/modules/_menu.scss */
  .mobile-nav-divider {
    width: 100%;
    margin: 0rem auto 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 730px) {
  /* line 198, assets/sass/modules/_menu.scss */
  .mobile-nav-divider {
    padding: 0;
  }
}

/* line 218, assets/sass/modules/_menu.scss */
.nav-sub-content {
  display: grid;
  grid-template-columns: 15% auto;
  min-height: 150px;
  margin-top: -45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 730px) {
  /* line 218, assets/sass/modules/_menu.scss */
  .nav-sub-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 10px;
  }
}

/* line 233, assets/sass/modules/_menu.scss */
.icons {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 730px) {
  /* line 233, assets/sass/modules/_menu.scss */
  .icons {
    height: 180px;
  }
}

/* line 242, assets/sass/modules/_menu.scss */
.icons .icon1, .icons .icon2, .icons .icon3, .icons .icon4 {
  position: absolute;
  max-width: 8rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  margin-top: 0px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 730px) {
  /* line 242, assets/sass/modules/_menu.scss */
  .icons .icon1, .icons .icon2, .icons .icon3, .icons .icon4 {
    position: absolute;
    height: 150px;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
}

/* line 261, assets/sass/modules/_menu.scss */
.icons .icon1.show, .icons .icon2.show, .icons .icon3.show, .icons .icon4.show {
  visibility: visible;
  opacity: 1;
}

/* line 268, assets/sass/modules/_menu.scss */
.content {
  position: relative;
  min-height: 70px;
  display: block;
}

/* line 275, assets/sass/modules/_menu.scss */
.content .p1, .content .p2, .content .p3, .content .p4 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  min-width: 300px;
  width: 100%;
  color: #fff;
  font-weight: 200;
}

@media screen and (max-width: 1075px) {
  /* line 275, assets/sass/modules/_menu.scss */
  .content .p1, .content .p2, .content .p3, .content .p4 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 730px) {
  /* line 275, assets/sass/modules/_menu.scss */
  .content .p1, .content .p2, .content .p3, .content .p4 {
    margin-left: 0px;
  }
}

/* line 296, assets/sass/modules/_menu.scss */
.content .p1.show, .content .p2.show, .content .p3.show, .content .p4.show {
  visibility: visible;
  opacity: 1;
}

/* line 4, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #content,
html body.page-template-homepage-splash #content {
  width: 100%;
  margin: 0 auto;
  max-width: 92.25rem;
}

/* line 10, assets/sass/modules/_splash.scss */
html body.page-template-template-splash main#main,
html body.page-template-homepage-splash main#main {
  padding-top: 100px;
}

@media (min-width: 50em) {
  /* line 10, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash main#main,
  html body.page-template-homepage-splash main#main {
    padding-top: 50px;
  }
}

/* line 16, assets/sass/modules/_splash.scss */
html body.page-template-template-splash .nav-socials li a div i,
html body.page-template-homepage-splash .nav-socials li a div i {
  color: #314680;
}

/* line 20, assets/sass/modules/_splash.scss */
html body.page-template-template-splash a.mobileNav-link .line,
html body.page-template-homepage-splash a.mobileNav-link .line {
  background-color: #314680;
}

/* line 24, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page,
html body.page-template-homepage-splash #page {
  color: #314680;
}

/* line 27, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page h1, html body.page-template-template-splash #page h2, html body.page-template-template-splash #page h3, html body.page-template-template-splash #page h4, html body.page-template-template-splash #page h5, html body.page-template-template-splash #page h6,
html body.page-template-homepage-splash #page h1,
html body.page-template-homepage-splash #page h2,
html body.page-template-homepage-splash #page h3,
html body.page-template-homepage-splash #page h4,
html body.page-template-homepage-splash #page h5,
html body.page-template-homepage-splash #page h6 {
  color: #314680;
  text-align: center;
}

/* line 32, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page h1,
html body.page-template-homepage-splash #page h1 {
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 2rem;
}

@media (min-width: 50em) {
  /* line 32, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h1,
  html body.page-template-homepage-splash #page h1 {
    font-size: 20px;
  }
}

@media (min-width: 64em) {
  /* line 32, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h1,
  html body.page-template-homepage-splash #page h1 {
    font-size: 30px;
  }
}

@media (min-width: 70em) {
  /* line 32, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h1,
  html body.page-template-homepage-splash #page h1 {
    font-size: 40px;
  }
}

/* line 51, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page h2,
html body.page-template-homepage-splash #page h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 50em) {
  /* line 51, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h2,
  html body.page-template-homepage-splash #page h2 {
    font-size: 2rem;
  }
}

@media (min-width: 64em) {
  /* line 51, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h2,
  html body.page-template-homepage-splash #page h2 {
    font-size: 3rem;
  }
}

@media (min-width: 70em) {
  /* line 51, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h2,
  html body.page-template-homepage-splash #page h2 {
    font-size: 4rem;
  }
}

/* line 68, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page h3,
html body.page-template-homepage-splash #page h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

@media (min-width: 50em) {
  /* line 68, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h3,
  html body.page-template-homepage-splash #page h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 64em) {
  /* line 68, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h3,
  html body.page-template-homepage-splash #page h3 {
    font-size: 2rem;
  }
}

@media (min-width: 70em) {
  /* line 68, assets/sass/modules/_splash.scss */
  html body.page-template-template-splash #page h3,
  html body.page-template-homepage-splash #page h3 {
    font-size: 2.5rem;
  }
}

/* line 86, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-container,
html body.page-template-homepage-splash #page .cta-container {
  text-align: center;
  padding-top: 5rem;
  position: relative;
}

/* line 93, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-container.register .btn,
html body.page-template-homepage-splash #page .cta-container.register .btn {
  background-color: #314680 !important;
}

/* line 96, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-container.register .btn:hover,
html body.page-template-homepage-splash #page .cta-container.register .btn:hover {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #edb324 !important;
}

/* line 104, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .video-wrap,
html body.page-template-homepage-splash #page .video-wrap {
  text-align: center;
  padding-top: 3rem;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}

/* line 112, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .video,
html body.page-template-homepage-splash #page .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 117, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .video iframe,
html body.page-template-homepage-splash #page .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 126, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-lite,
html body.page-template-homepage-splash #page .cta-lite {
  text-align: center;
  position: relative;
}

/* line 132, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-lite.register .btn,
html body.page-template-homepage-splash #page .cta-lite.register .btn {
  background-color: #314680 !important;
}

/* line 135, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .cta-lite.register .btn:hover,
html body.page-template-homepage-splash #page .cta-lite.register .btn:hover {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #edb324 !important;
}

/* line 143, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page a.cta-button,
html body.page-template-homepage-splash #page a.cta-button {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid transparent;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
}

/* line 154, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page a.cta-button:hover,
html body.page-template-homepage-splash #page a.cta-button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #314680;
}

/* line 162, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .btn,
html body.page-template-homepage-splash #page .btn {
  width: 300px;
  height: 60px;
  cursor: pointer;
  border: 1px solid #f3dda8;
  color: #000;
  outline: none;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #edb324;
}

/* line 174, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page svg,
html body.page-template-homepage-splash #page svg {
  position: absolute;
  left: -20px;
  top: -12px;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

/* line 185, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .btn:hover,
html body.page-template-homepage-splash #page .btn:hover {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #341d66;
}

/* line 190, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .btn:hover svg,
html body.page-template-homepage-splash #page .btn:hover svg {
  stroke-dashoffset: -480;
}

/* line 194, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .btn span,
html body.page-template-homepage-splash #page .btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}

/* line 202, assets/sass/modules/_splash.scss */
html body.page-template-template-splash #page .artist-credit p,
html body.page-template-homepage-splash #page .artist-credit p {
  color: #314680;
}

/* line 225, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .newsletter .content h2,
html body.page-template-homepage-splash footer .footer-content .newsletter .content h2 {
  font-size: 1.3rem !important;
}

/* line 229, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .newsletter .content p,
html body.page-template-homepage-splash footer .footer-content .newsletter .content p {
  color: #314680;
}

/* line 234, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .newsletter .form input[type="email"], html body.page-template-template-splash footer .footer-content .newsletter .form #mce-EMAIL,
html body.page-template-homepage-splash footer .footer-content .newsletter .form input[type="email"],
html body.page-template-homepage-splash footer .footer-content .newsletter .form #mce-EMAIL {
  border: none;
}

/* line 238, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .newsletter .form input[type="submit"],
html body.page-template-homepage-splash footer .footer-content .newsletter .form input[type="submit"] {
  background-color: #314680 !important;
}

/* line 245, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .credit-image-link,
html body.page-template-homepage-splash footer .footer-content .credit-image-link {
  color: #314680;
}

/* line 251, assets/sass/modules/_splash.scss */
html body.page-template-template-splash footer .footer-content .menu a,
html body.page-template-homepage-splash footer .footer-content .menu a {
  color: #314680;
}

/* line 258, assets/sass/modules/_splash.scss */
.additional-links {
  padding-top: 5rem;
  text-align: center;
}

/* line 262, assets/sass/modules/_splash.scss */
.additional-links a {
  text-decoration: none;
  padding: 1rem;
  color: #314680;
}

/* line 267, assets/sass/modules/_splash.scss */
.additional-links a:first-child {
  padding-left: 0;
}

/* line 271, assets/sass/modules/_splash.scss */
.additional-links a:hover {
  text-decoration: underline;
}

/* line 277, assets/sass/modules/_splash.scss */
.additional-links.home-splash a {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #314680;
}

/* line 285, assets/sass/modules/_splash.scss */
.additional-links.home-splash a:hover {
  text-decoration: none;
  background: #edb324;
  color: #314680;
}

/* line 2, assets/sass/modules/_layouts.scss */
.inner-block {
  position: relative;
}

/* line 5, assets/sass/modules/_layouts.scss */
.inner-block:hover {
  text-decoration: none;
}

/* line 10, assets/sass/modules/_layouts.scss */
.inner-block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 8rem;
}

/* line 1, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2/1;
  position: relative;
}

/* line 20, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a {
  grid-row: span 4;
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 15px;
}

@media screen and (max-width: 700px) {
  /* line 20, assets/sass/modules/blocks/layouts/_1_up.scss */
  .one-up-grid a {
    padding: 10px;
  }
}

/* line 33, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a:hover {
  text-decoration: none;
}

/* line 36, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 38, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 42, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a:hover .block-button span {
  left: 5px;
}

/* line 47, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid a:hover .overlay, .one-up-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 53, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 58, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 63, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 71, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 71, assets/sass/modules/blocks/layouts/_1_up.scss */
  .one-up-grid .content .header {
    font-size: 14px;
  }
}

/* line 81, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  /* line 81, assets/sass/modules/blocks/layouts/_1_up.scss */
  .one-up-grid .content .headline {
    font-size: 16px;
  }
}

/* line 96, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .content .block-button p, .one-up-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 101, assets/sass/modules/blocks/layouts/_1_up.scss */
.one-up-grid .content .block-button span {
  top: -2px;
}

/* line 1, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_4_up.scss */
  .four-up-grid {
    display: block;
  }
}

/* line 13, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .top.left, .four-up-grid .top.right, .four-up-grid .bottom.left, .four-up-grid .bottom.right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  position: relative;
}

/* line 28, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .top.left {
  grid-row: 1;
  grid-column: 1/3;
}

/* line 32, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .top.right {
  grid-row: 1;
  grid-column: 3/5;
}

/* line 39, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .bottom.left {
  grid-row: 2;
  grid-column: 1/3;
}

/* line 43, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .bottom.right {
  grid-row: 2;
  grid-column: 3/5;
}

/* line 52, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* line 60, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a:hover {
  text-decoration: none;
}

/* line 63, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 65, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 69, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a:hover .block-button span {
  left: 5px;
}

/* line 74, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid a:hover .overlay, .four-up-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 80, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 85, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 89, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: span 2;
  grid-column: span 2;
}

/* line 100, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 100, assets/sass/modules/blocks/layouts/_4_up.scss */
  .four-up-grid .content .header {
    font-size: 14px;
  }
}

/* line 110, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  /* line 110, assets/sass/modules/blocks/layouts/_4_up.scss */
  .four-up-grid .content .headline {
    font-size: 16px;
  }
}

/* line 125, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .content .block-button p, .four-up-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 130, assets/sass/modules/blocks/layouts/_4_up.scss */
.four-up-grid .content .block-button span {
  top: -2px;
}

/* line 1, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid {
    display: block;
    aspect-ratio: 1;
  }
}

/* line 14, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .left, .one-x-1-grid .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 29, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid .left .left, .one-x-1-grid .right .left {
    grid-row: 1;
    grid-column: span 4;
  }
  /* line 34, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid .left .right, .one-x-1-grid .right .right {
    grid-row: 2;
    grid-column: span 4;
  }
}

/* line 42, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 700px) {
  /* line 42, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid a {
    padding: 10px;
  }
}

/* line 54, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a:hover {
  text-decoration: none;
}

/* line 57, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 59, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 63, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a:hover .block-button span {
  left: 5px;
}

/* line 68, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid a:hover .overlay, .one-x-1-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 74, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 79, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 84, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: span 2;
  grid-column: span 2;
}

/* line 95, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 95, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid .content .header {
    font-size: 14px;
  }
}

/* line 105, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  /* line 105, assets/sass/modules/blocks/layouts/_1x1.scss */
  .one-x-1-grid .content .headline {
    font-size: 16px;
  }
}

/* line 120, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .content .block-button p, .one-x-1-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 125, assets/sass/modules/blocks/layouts/_1x1.scss */
.one-x-1-grid .content .block-button span {
  top: -2px;
}

/* line 1, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_1x2.scss */
  .one-x-2-grid {
    display: block;
  }
}

/* line 13, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .left, .one-x-2-grid .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column: 1/3;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  position: relative;
}

/* line 29, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 40px;
}

@media screen and (max-width: 700px) {
  /* line 29, assets/sass/modules/blocks/layouts/_1x2.scss */
  .one-x-2-grid a {
    padding: 10px;
  }
}

/* line 42, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 46, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a:hover {
  text-decoration: none;
}

/* line 49, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 51, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 55, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a:hover .block-button span {
  left: 5px;
}

/* line 60, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid a:hover .overlay, .one-x-2-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 66, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 69, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: span 2;
  grid-column: span 2;
}

/* line 80, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .content .header {
  font-size: 18px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 80, assets/sass/modules/blocks/layouts/_1x2.scss */
  .one-x-2-grid .content .header {
    font-size: 14px;
  }
}

/* line 90, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 1300px) {
  /* line 90, assets/sass/modules/blocks/layouts/_1x2.scss */
  .one-x-2-grid .content .headline {
    font-size: 16px;
  }
}

/* line 105, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .content .block-button p, .one-x-2-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 110, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .content .block-button span {
  top: -2px;
}

/* line 118, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .right.top {
  grid-row: 1;
  grid-column: 3/5;
}

/* line 122, assets/sass/modules/blocks/layouts/_1x2.scss */
.one-x-2-grid .right.bottom {
  grid-row: 2;
  grid-column: 3/5;
}

/* line 1, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_2x1.scss */
  .two-x-1-grid {
    display: block;
  }
}

/* line 13, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .left, .two-x-1-grid .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column: 3/5;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  position: relative;
}

/* line 29, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* line 37, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a:hover {
  text-decoration: none;
}

/* line 40, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 42, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 46, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a:hover .block-button span {
  left: 5px;
}

/* line 51, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid a:hover .overlay, .two-x-1-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 57, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 62, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 66, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: span 2;
  grid-column: span 2;
}

/* line 77, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 77, assets/sass/modules/blocks/layouts/_2x1.scss */
  .two-x-1-grid .content .header {
    font-size: 14px;
  }
}

/* line 87, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  /* line 87, assets/sass/modules/blocks/layouts/_2x1.scss */
  .two-x-1-grid .content .headline {
    font-size: 16px;
  }
}

/* line 102, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .content .block-button p, .two-x-1-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 107, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .content .block-button span {
  top: -2px;
}

/* line 114, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .left.top {
  grid-row: 1/2;
  grid-column: 1/3;
}

/* line 118, assets/sass/modules/blocks/layouts/_2x1.scss */
.two-x-1-grid .left.bottom {
  grid-row: 2/4;
  grid-column: 1/3;
}

/* line 1, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid {
    display: block;
  }
}

/* line 13, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .left, .two-over-1-grid .right, .two-over-1-grid .bottom {
  display: grid;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 13, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .left, .two-over-1-grid .right, .two-over-1-grid .bottom {
    background-size: cover;
  }
}

/* line 29, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .left.top {
  grid-row: 1;
  grid-column: 1/3;
}

@media screen and (max-width: 545px) {
  /* line 29, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .left.top {
    grid-column: span 4;
    grid-row: 1/3;
  }
}

/* line 40, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .right.top {
  grid-row: 1;
  grid-column: 3/5;
}

@media screen and (max-width: 545px) {
  /* line 40, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .right.top {
    grid-column: span 4;
    grid-row: 3/5;
  }
}

/* line 51, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .bottom {
  grid-row: 2;
  grid-column: span 4;
}

@media screen and (max-width: 545px) {
  /* line 51, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .bottom {
    grid-column: span 4;
    grid-row: 5/7;
  }
}

/* line 62, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* line 68, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a:hover {
  text-decoration: none;
}

/* line 71, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 73, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 77, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a:hover .block-button span {
  left: 5px;
}

/* line 82, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid a:hover .overlay, .two-over-1-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 89, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 93, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

/* line 102, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 102, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .content .header {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  /* line 102, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .content .header {
    font-size: 12px;
  }
}

/* line 116, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  left: 0;
}

@media screen and (max-width: 1300px) {
  /* line 116, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .content .headline {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  /* line 116, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .content .headline {
    font-size: 14px;
  }
}

/* line 135, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .content .block-button p, .two-over-1-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  /* line 135, assets/sass/modules/blocks/layouts/_2_over_1.scss */
  .two-over-1-grid .content .block-button p, .two-over-1-grid .content .block-button span {
    font-size: 10px;
  }
}

/* line 144, assets/sass/modules/blocks/layouts/_2_over_1.scss */
.two-over-1-grid .content .block-button span {
  top: -2px;
}

/* line 1, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 2/1;
  position: relative;
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid {
    display: block;
  }
}

/* line 12, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .left,
.one-over-2-grid .right,
.one-over-2-grid .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column: 1/5;
  grid-row: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  position: relative;
}

/* line 30, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* line 38, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a:hover {
  text-decoration: none;
}

/* line 41, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 44, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 48, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a:hover .block-button span {
  left: 5px;
}

/* line 53, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid a:hover .overlay,
.one-over-2-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 60, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 65, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 69, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 79, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 79, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .content .header {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  /* line 79, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .content .header {
    font-size: 12px;
  }
}

/* line 93, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 26px;
  left: 0;
}

@media screen and (max-width: 1300px) {
  /* line 93, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .content .headline {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  /* line 93, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .content .headline {
    font-size: 14px;
  }
}

/* line 113, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .content .block-button p,
.one-over-2-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  /* line 113, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .content .block-button p,
  .one-over-2-grid .content .block-button span {
    font-size: 10px;
  }
}

/* line 123, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .content .block-button span {
  top: -2px;
}

@media screen and (max-width: 545px) {
  /* line 129, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .top {
    grid-column: span 4;
    grid-row: 1/3;
  }
}

/* line 137, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .left.bottom {
  grid-row: 2;
  grid-column: 1/3;
}

@media screen and (max-width: 545px) {
  /* line 137, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .left.bottom {
    grid-column: span 4;
    grid-row: 3/5;
  }
}

/* line 150, assets/sass/modules/blocks/layouts/_1_over_2.scss */
.one-over-2-grid .right.bottom {
  grid-row: 2;
  grid-column: 3/5;
}

@media screen and (max-width: 545px) {
  /* line 150, assets/sass/modules/blocks/layouts/_1_over_2.scss */
  .one-over-2-grid .right.bottom {
    grid-column: span 4;
    grid-row: 5/7;
  }
}

/* line 1, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 175px));
  grid-template-rows: repeat(2, minmax(auto, 175px));
  position: relative;
}

/* line 11, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .top, .one-over-1-grid .bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column: 1/5;
  grid-row: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px;
  position: relative;
}

/* line 26, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .bottom {
  grid-row: 2;
  grid-column: 1/5;
}

/* line 32, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a {
  grid-row: span 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

/* line 40, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a:hover {
  text-decoration: none;
}

/* line 43, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 45, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 49, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a:hover .block-button span {
  left: 5px;
}

/* line 54, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid a:hover .overlay, .one-over-1-grid a:hover .grid-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 60, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 65, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .grid-overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 69, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row: span 2;
  grid-column: span 2;
}

/* line 80, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .content .header {
  font-size: 16px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1300px) {
  /* line 80, assets/sass/modules/blocks/layouts/_1_over_1.scss */
  .one-over-1-grid .content .header {
    font-size: 14px;
  }
}

/* line 90, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .content .headline {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  grid-column: span 4;
  text-align: center;
  font-size: 26px;
}

@media screen and (max-width: 1300px) {
  /* line 90, assets/sass/modules/blocks/layouts/_1_over_1.scss */
  .one-over-1-grid .content .headline {
    font-size: 16px;
  }
}

/* line 105, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .content .block-button p, .one-over-1-grid .content .block-button span {
  display: inline-block;
  font-size: 12px;
}

/* line 110, assets/sass/modules/blocks/layouts/_1_over_1.scss */
.one-over-1-grid .content .block-button span {
  top: -2px;
}

/* line 1, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 {
  max-width: 100%;
  max-height: 700px;
  aspect-ratio: 9/4;
  width: 100%;
}

@media screen and (min-width: 1817px) {
  /* line 1, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
  .layout-block-1 {
    max-width: 100%;
  }
}

/* line 11, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 18, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-height: 700px;
  aspect-ratio: 9/4;
}

/* line 26, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  grid-column: span 4;
  grid-row: span 3;
  margin-bottom: -3px;
}

/* line 35, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 39, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a .block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -3px;
  border-bottom: 1px solid transparent;
}

/* line 45, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a .block-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 51, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a .block-button p, .layout-block-1 .block a .block-button span {
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  position: relative;
  text-decoration: none;
}

/* line 58, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a .block-button span {
  left: 2px;
}

/* line 63, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a:hover {
  text-decoration: none;
}

/* line 68, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 71, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 76, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .block a:hover .block-button span {
  left: 7px;
}

/* line 86, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .inner-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 92, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .inner-block .content h2 {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 100, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .inner-block > .background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 108, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
.layout-block-1 .inner-block .play-button {
  max-width: 15rem;
  position: absolute;
}

@media screen and (max-width: 600px) {
  /* line 108, assets/sass/modules/blocks/layouts/_layout-block-1.scss */
  .layout-block-1 .inner-block .play-button {
    max-width: 6rem;
  }
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 {
  max-width: 100%;
  width: 100%;
  max-height: 700px;
  aspect-ratio: 9/4;
}

@media screen and (min-width: 1817px) {
  /* line 2, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 {
    max-width: 100%;
  }
}

/* line 12, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
  max-width: 100%;
  position: relative;
  aspect-ratio: 9/4;
  max-height: 700px;
}

@media screen and (max-width: 1455px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}

@media screen and (max-width: 1228px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media screen and (max-width: 1029px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}

@media screen and (max-width: 840px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media screen and (max-width: 720px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

@media screen and (max-width: 560px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }
}

@media screen and (max-width: 465px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
  }
}

@media screen and (max-width: 381px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  }
}

@media screen and (max-width: 320px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }
}

/* line 67, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .block {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  margin-bottom: -3px;
  width: 100%;
}

/* line 75, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .block:nth-child(1) {
  grid-row: span 2;
  grid-column: span 3;
}

/* line 79, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .block:nth-child(2) {
  grid-row: span 2;
}

/* line 85, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 89, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a:hover .play-button {
  left: 44.2%;
  top: 39.5%;
  -webkit-animation: pulsate-fwd 0.8s ease-in-out infinite both;
          animation: pulsate-fwd 0.8s ease-in-out infinite both;
}

/* line 97, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a .block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -3px;
  border-bottom: 1px solid transparent;
}

/* line 103, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a .block-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 109, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a .block-button p, .layout-block-2 a .block-button span {
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  position: relative;
  text-decoration: none;
}

@media screen and (max-width: 565px) {
  /* line 118, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 a .block-button p, .layout-block-2 a .block-button span {
    font-size: 0.53rem;
  }
}

@media screen and (max-width: 465px) {
  /* line 123, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 a .block-button p, .layout-block-2 a .block-button span {
    font-size: 0.33rem;
  }
}

/* line 128, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a .block-button span {
  left: 2px;
}

/* line 133, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a:hover {
  text-decoration: none;
}

/* line 136, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 139, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 144, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 a:hover .block-button span {
  left: 7px;
}

/* line 152, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 160, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block > .background {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 170, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  /* line 178, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content h2 {
    font-size: 1.5rem;
  }
  /* line 184, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content .inner-content p {
    display: none;
  }
}

@media screen and (max-width: 910px) {
  /* line 170, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content {
    padding: 20px;
  }
  /* line 193, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content h2 {
    font-size: 1rem;
  }
  /* line 197, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content .block-button a, .layout-block-2 .inner-block .content .block-button span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 565px) {
  /* line 204, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content h2 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 420px) {
  /* line 170, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content {
    padding: 20px 10px;
  }
  /* line 211, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content h2 {
    font-size: 0.4rem;
  }
  /* line 215, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content .block-button a, .layout-block-2 .inner-block .content .block-button span {
    font-size: 0.3rem;
  }
}

/* line 221, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block .content h2 {
  position: relative !important;
  margin-bottom: 20px;
}

/* line 226, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block .content .inner-content {
  width: 80%;
}

@media screen and (max-width: 910px) {
  /* line 226, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .content .inner-content {
    width: 100%;
  }
}

/* line 233, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block .content .inner-content p {
  font-weight: 100;
  line-height: 1.5;
}

/* line 242, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
.layout-block-2 .inner-block .play-button {
  max-width: 8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 600px) {
  /* line 242, assets/sass/modules/blocks/layouts/_layout-block-2.scss */
  .layout-block-2 .inner-block .play-button {
    max-width: 4rem;
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 1, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 {
  max-width: 100%;
  width: 100%;
  max-height: 1100px;
  aspect-ratio: 9/4;
}

@media screen and (min-width: 1817px) {
  /* line 1, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 {
    max-width: 100%;
  }
}

/* line 11, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  overflow: hidden;
  max-width: 100%;
  position: relative;
  max-height: 1100px;
}

@media screen and (min-width: 1817px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (min-width: 2000px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (min-width: 2300px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (min-width: 2600px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1470px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

@media screen and (max-width: 1182px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}

@media screen and (max-width: 920px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}

@media screen and (max-width: 760px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

@media screen and (max-width: 700px) {
  /* line 17, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

/* line 66, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  margin-bottom: -3px;
  max-height: 1000px;
  aspect-ratio: 6/3;
  width: 100%;
  height: 100%;
}

/* line 77, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block:nth-child(1) {
  grid-row: span 1;
  grid-column: span 2;
}

/* line 81, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block:nth-child(2) {
  grid-row: 2;
  grid-column: span 2;
}

/* line 85, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block:nth-child(3) {
  grid-row: span 2;
  grid-column: 3/-1;
}

/* line 91, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block img {
  -o-object-fit: fill;
     object-fit: fill;
}

/* line 97, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 101, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a .block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -3px;
  border-bottom: 1px solid transparent;
}

/* line 107, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a .block-button a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 113, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a .block-button p, .layout-block-3 .block a .block-button span {
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  position: relative;
  text-decoration: none !important;
}

@media screen and (max-width: 465px) {
  /* line 113, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .block a .block-button p, .layout-block-3 .block a .block-button span {
    font-size: 0.5rem;
  }
}

/* line 125, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a .block-button span {
  left: 2px;
}

/* line 130, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a:hover {
  text-decoration: none;
}

/* line 133, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a:hover .block-button {
  border-bottom: 1px solid #fff;
}

/* line 136, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a:hover .block-button p {
  font-weight: 700 !important;
}

/* line 141, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .block a:hover .block-button span {
  left: 7px;
}

@media screen and (max-width: 700px) {
  /* line 150, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .block:nth-child(1) {
    grid-row: 1;
    grid-column: span 4;
  }
  /* line 155, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .block:nth-child(2) {
    grid-row: 2;
    grid-column: span 4;
  }
  /* line 160, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .block:nth-child(3) {
    grid-row: 3/5;
    grid-column: span 4;
  }
}

/* line 169, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 177, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block > .background {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 187, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* line 194, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content.has-bg-photo {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 1100px) {
  /* line 200, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content h2 {
    font-size: 1.5rem;
  }
  /* line 206, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content .inner-content p {
    display: none;
  }
}

@media screen and (max-width: 910px) {
  /* line 187, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content {
    padding: 20px;
  }
  /* line 215, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content h2 {
    font-size: 1rem;
  }
  /* line 219, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content .block-button a, .layout-block-3 .inner-block .content .block-button span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 420px) {
  /* line 226, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content h2 {
    font-size: 0.6rem;
  }
  /* line 230, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content .block-button a, .layout-block-3 .inner-block .content .block-button span {
    font-size: 0.5rem;
  }
}

/* line 236, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content h2 {
  position: relative !important;
  margin-bottom: 20px;
}

/* line 241, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content .inner-content {
  width: 80%;
}

/* line 244, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content .inner-content.has-icon {
  width: 100%;
}

@media screen and (max-width: 910px) {
  /* line 241, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .content .inner-content {
    width: 100%;
  }
}

/* line 252, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content .inner-content p {
  font-weight: 100;
  line-height: 1.5;
}

/* line 259, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content .icon {
  text-align: left;
  margin-right: auto;
  width: 100%;
}

/* line 265, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .content .icon img {
  max-width: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 272, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
.layout-block-3 .inner-block .play-button {
  max-width: 15rem;
  position: absolute;
}

@media screen and (max-width: 600px) {
  /* line 272, assets/sass/modules/blocks/layouts/_layout-block-3.scss */
  .layout-block-3 .inner-block .play-button {
    max-width: 4rem;
  }
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 14, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* line 20, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 20, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
  .layout-block-4 .inner-block {
    min-height: 250px;
  }
}

/* line 33, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .inner-block:nth-child(2) {
  grid-row: span 2;
  grid-column: span 3;
}

/* line 37, assets/sass/modules/blocks/layouts/_layout-block-4.scss */
.layout-block-4 .inner-block:nth-child(1) {
  grid-row: span 2;
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

@media screen and (max-width: 900px) {
  /* line 13, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
  .layout-block-5 .block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .inner-block:nth-child(1) {
  grid-column: span 4;
}

/* line 41, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .inner-block:nth-child(2) {
  grid-column: span 2;
}

/* line 44, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
.layout-block-5 .inner-block:nth-child(3) {
  grid-column: span 2;
}

@media screen and (max-width: 900px) {
  /* line 50, assets/sass/modules/blocks/layouts/_layout-block-5.scss */
  .layout-block-5 .inner-block:nth-child(2), .layout-block-5 .inner-block:nth-child(3) {
    grid-column: span 4;
  }
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 25, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
  .layout-block-6 .inner-block {
    min-height: 150px;
  }
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .inner-block:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}

/* line 42, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .inner-block:nth-child(2) {
  grid-column: 4;
  grid-row: 1;
}

/* line 46, assets/sass/modules/blocks/layouts/_layout-block-6.scss */
.layout-block-6 .inner-block:nth-child(3) {
  grid-column: 4;
  grid-row: 2;
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

@media screen and (max-width: 900px) {
  /* line 13, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
  .layout-block-7 .block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .inner-block:nth-child(1) {
  grid-column: span 2;
}

/* line 42, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .inner-block:nth-child(2) {
  grid-column: span 2;
}

/* line 46, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
.layout-block-7 .inner-block:nth-child(3) {
  grid-column: span 4;
  grid-row: 2;
}

@media screen and (max-width: 900px) {
  /* line 53, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
  .layout-block-7 .inner-block:nth-child(1), .layout-block-7 .inner-block:nth-child(2) {
    grid-column: span 4;
  }
  /* line 57, assets/sass/modules/blocks/layouts/_layout-block-7.scss */
  .layout-block-7 .inner-block:nth-child(3) {
    grid-row: 3;
  }
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 25, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
  .layout-block-8 .inner-block {
    min-height: 150px;
  }
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .inner-block:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

/* line 42, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .inner-block:nth-child(2) {
  grid-column: span 3;
  grid-row: span 2;
}

/* line 46, assets/sass/modules/blocks/layouts/_layout-block-8.scss */
.layout-block-8 .inner-block:nth-child(3) {
  grid-column: span 1;
  grid-row: 2;
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 25, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
  .layout-block-9 .inner-block {
    min-height: 150px;
  }
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .inner-block:nth-child(1) {
  grid-column: span 4;
  grid-row: 1;
}

/* line 42, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .inner-block:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

/* line 46, assets/sass/modules/blocks/layouts/_layout-block-9.scss */
.layout-block-9 .inner-block:nth-child(3) {
  grid-column: span 3;
  grid-row: 2;
}

/* line 2, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .grid-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

/* line 8, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .blocks {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 13, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

/* line 25, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .inner-block {
  width: 100%;
  height: 100%;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}

@media screen and (max-width: 900px) {
  /* line 25, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
  .layout-block-10 .inner-block {
    min-height: 150px;
  }
}

/* line 38, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .inner-block:nth-child(1) {
  grid-column: span 3;
  grid-row: 1;
}

/* line 42, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .inner-block:nth-child(2) {
  grid-column: 4;
  grid-row: 1;
}

/* line 46, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .inner-block:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

/* line 51, assets/sass/modules/blocks/layouts/_layout-block-10.scss */
.layout-block-10 .inner-block:nth-child(4) {
  grid-column: span 3;
  grid-row: 2;
}

/* line 1, assets/sass/modules/blocks/_intro-block.scss */
.intro-block {
  padding-bottom: 50px;
  padding-bottom: 45px;
  padding-right: 1.5rem;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 1rem;
  }
}

/* line 12, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1525px;
}

@media screen and (min-width: 1817px) {
  /* line 12, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content {
    max-width: 1440px;
  }
}

/* line 25, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-left, .intro-block .intro-block-content .content-right {
  padding-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

@media screen and (max-width: 1260px) {
  /* line 25, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-left, .intro-block .intro-block-content .content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 33, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-left h2, .intro-block .intro-block-content .content-left p, .intro-block .intro-block-content .content-right h2, .intro-block .intro-block-content .content-right p {
  color: #fff;
}

/* line 38, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-left h2, .intro-block .intro-block-content .content-right h2 {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  /* line 38, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-left h2, .intro-block .intro-block-content .content-right h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 38, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-left h2, .intro-block .intro-block-content .content-right h2 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 400px) {
  /* line 38, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-left h2, .intro-block .intro-block-content .content-right h2 {
    font-size: 1rem;
  }
}

/* line 55, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-left h2 b, .intro-block .intro-block-content .content-right h2 b {
  font-weight: 800;
}

/* line 60, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-left p, .intro-block .intro-block-content .content-right p {
  font-weight: 300;
  font-size: 14px;
}

/* line 66, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .intro-block-content .content-right {
  margin-top: 8px;
  padding-left: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1260px) {
  /* line 66, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-right {
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
  /* line 77, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-right p {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  /* line 66, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .intro-block-content .content-right {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .intro-block-content {
  width: 100%;
  padding-right: 40px;
}

@media screen and (max-width: 1030px) {
  /* line 92, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block.single-event .intro-block-content {
    padding-right: 0;
  }
}

/* line 104, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

@media screen and (max-width: 1030px) {
  /* line 104, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block.single-event .content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 111, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-left .tribe-events-schedule {
  margin: 0;
}

/* line 114, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-left .tribe-events-schedule h2 {
  line-height: 1;
}

/* line 118, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-left .tribe-events-schedule h2 span {
  font-size: 1.5rem;
  font-weight: 100;
  position: relative;
  top: -8px;
}

@media screen and (max-width: 700px) {
  /* line 118, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block.single-event .content-left .tribe-events-schedule h2 span {
    font-size: 1rem;
  }
}

/* line 131, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-left .tribe-events-single-event-title {
  text-transform: uppercase;
}

/* line 136, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1030px) {
  /* line 136, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block.single-event .content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 148, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-right .tribe-events-back {
  margin-bottom: 5px;
}

/* line 151, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-event .content-right .tribe-events-back a {
  border-bottom: 1px solid #fff;
}

/* line 158, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video {
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 162, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button {
  margin-left: 10px;
  border-bottom: 0 !important;
}

/* line 166, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button a {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 0 !important;
}

/* line 172, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button span {
  left: -5px;
  line-height: 1.2;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 178, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button:hover {
  border-bottom: 1px solid #fff !important;
}

/* line 182, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button:hover a {
  color: #fff;
}

/* line 186, assets/sass/modules/blocks/_intro-block.scss */
.intro-block.single-video .block-button:hover span {
  left: -10px;
}

/* line 1, assets/sass/modules/blocks/_photo-block.scss */
.photo-block {
  padding: 40px 10px;
}

/* line 4, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 10, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .photo, .photo-block .block .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}

@media screen and (max-width: 800px) {
  /* line 10, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .block .photo, .photo-block .block .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 18, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .photo {
  overflow: hidden;
  width: 100%;
  max-height: 360px;
  margin-bottom: 20px;
}

/* line 26, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .photo:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 33, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .photo a {
  position: relative;
  top: 7px;
}

/* line 38, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .photo img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  max-height: 360px;
  width: 100%;
}

/* line 49, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .content h2 {
  font-size: 1.5rem;
}

/* line 52, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .content h2.with-subheader {
  margin-bottom: 0px;
}

/* line 55, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .content h2.without-subheader {
  margin-bottom: 20px;
}

/* line 59, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block .content .sub-header {
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
}

/* line 75, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .block .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 800px) {
  /* line 79, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .block .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 83, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .block .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 93, assets/sass/modules/blocks/_photo-block.scss */
.photo-block + .photo-block {
  padding-top: 0;
}

/* line 97, assets/sass/modules/blocks/_photo-block.scss */
.photo-block + .council-block {
  padding-top: 0;
}

/* line 4, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-header__events-bar, .events-calendar-block .tribe-events-c-events-bar__search-container, .events-calendar-block .tribe-events-c-events-bar__views, .events-calendar-block .tribe-events-c-view-selector__content, .events-calendar-block .tribe-events-c-view-selector__list-item, .events-calendar-block .tribe-common-c-svgicon, .events-calendar-block .tribe-common-form-control-text__input, .events-calendar-block .tribe-events-c-view-selector__list-item-text, .events-calendar-block .tribe-events-calendar-list__month-separator-text {
  background-color: transparent !important;
  color: #fff !important;
  fill: #fff !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
}

/* line 12, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-common-form-control-text__input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.events-calendar-block .tribe-common-form-control-text__input::-moz-placeholder {
  text-transform: uppercase;
}
.events-calendar-block .tribe-common-form-control-text__input:-ms-input-placeholder {
  text-transform: uppercase;
}
.events-calendar-block .tribe-common-form-control-text__input::-ms-input-placeholder {
  text-transform: uppercase;
}
.events-calendar-block .tribe-common-form-control-text__input::placeholder {
  text-transform: uppercase;
}

/* line 16, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-common-form-control-text__input::-webkit-input-placeholder, .events-calendar-block .tribe-common-c-svgicon--search path {
  color: #b0b0b0 !important;
  fill: #b0b0b0 !important;
}
.events-calendar-block .tribe-common-form-control-text__input::-moz-placeholder, .events-calendar-block .tribe-common-c-svgicon--search path {
  color: #b0b0b0 !important;
  fill: #b0b0b0 !important;
}
.events-calendar-block .tribe-common-form-control-text__input:-ms-input-placeholder, .events-calendar-block .tribe-common-c-svgicon--search path {
  color: #b0b0b0 !important;
  fill: #b0b0b0 !important;
}
.events-calendar-block .tribe-common-form-control-text__input::-ms-input-placeholder, .events-calendar-block .tribe-common-c-svgicon--search path {
  color: #b0b0b0 !important;
  fill: #b0b0b0 !important;
}
.events-calendar-block .tribe-common-form-control-text__input::placeholder, .events-calendar-block .tribe-common-c-svgicon--search path {
  color: #b0b0b0 !important;
  fill: #b0b0b0 !important;
}

/* line 21, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-events-bar--border {
  border-color: #b0b0b0 !important;
}

/* line 25, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-nav__prev, .events-calendar-block .tribe-events-c-nav__next, .events-calendar-block .tribe-events-c-nav__today {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

/* line 34, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-nav__prev .tribe-common-c-svgicon, .events-calendar-block .tribe-events-c-nav__next .tribe-common-c-svgicon, .events-calendar-block .tribe-events-c-nav__today .tribe-common-c-svgicon {
  display: none !important;
}

/* line 38, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-nav__prev:hover, .events-calendar-block .tribe-events-c-nav__next:hover, .events-calendar-block .tribe-events-c-nav__today:hover {
  color: #fff !important;
}

/* line 45, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-ical {
  display: none !important;
}

/* line 49, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-top-bar__nav-list-item .tribe-common-c-svgicon, .events-calendar-block .tribe-common-c-svgicon--caret-down path, .events-calendar-block .tribe-events-c-top-bar__datepicker button {
  fill: #b0b0b0 !important;
  color: #b0b0b0 !important;
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
}

/* line 56, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-top-bar__today-button {
  border-radius: 22px !important;
  background: transparent !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
  color: #b0b0b0 !important;
  font-size: 1.2rem !important;
}

@media screen and (max-width: 855px) {
  /* line 65, assets/sass/modules/blocks/_events-calendar-block.scss */
  .events-calendar-block .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    margin-right: 20px !important;
  }
}

/* line 73, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-view-selector__button-icon-svg path, .events-calendar-block .tribe-events-c-view-selector__list-item-icon-svg path, .events-calendar-block .tribe-common-c-svgicon--month path, .events-calendar-block .tribe-events-c-messages__message-icon-svg path {
  fill: #fff !important;
}

/* line 77, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-common-c-svgicon__svg-stroke {
  stroke: #000 !important;
}

@media screen and (max-width: 855px) {
  /* line 82, assets/sass/modules/blocks/_events-calendar-block.scss */
  .events-calendar-block .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
    background-color: #000 !important;
  }
  /* line 87, assets/sass/modules/blocks/_events-calendar-block.scss */
  .events-calendar-block .tribe-events-calendar-month__day-cell--selected, .events-calendar-block .tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile:hover {
    background-color: #000 !important;
    border-radius: 0 !important;
  }
}

/* line 94, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-messages__message-list-item-link, .events-calendar-block .tribe-events-c-messages__message-list-item, .events-calendar-block .tribe-events-c-messages__message-list {
  color: #fff !important;
  border-color: #fff !important;
}

/* line 99, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-month__day-date-daynum, .events-calendar-block .tribe-events-calendar-list__event-title a {
  color: #fff !important;
}

/* line 103, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-common-c-btn.tribe-events-c-search__button {
  background: #fff !important;
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* line 112, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-c-view-selector__list a::after {
  background-color: #da1e79 !important;
}

/* line 116, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 120, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details {
  width: 100%;
}

/* line 124, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 128, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
}

/* line 133, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper time span {
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 139, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  top: 6px;
  margin-left: 10px;
  text-transform: uppercase;
}

/* line 151, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue:before {
  content: ' | ';
}

@media screen and (max-width: 1330px) {
  /* line 139, assets/sass/modules/blocks/_events-calendar-block.scss */
  .events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: -10px;
  }
  /* line 156, assets/sass/modules/blocks/_events-calendar-block.scss */
  .events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue:before {
    content: "";
  }
}

/* line 169, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 179, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

/* line 187, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 2rem !important;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
}

/* line 196, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-title a {
  color: #fff;
  font-size: 2rem !important;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  border: 0 !important;
}

/* line 204, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-title a:hover {
  color: #fff !important;
  border: 0 !important;
  text-decoration: underline;
}

/* line 214, assets/sass/modules/blocks/_events-calendar-block.scss */
.events-calendar-block .tribe-events-calendar-list__event-datetime {
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
}

/* line 223, assets/sass/modules/blocks/_events-calendar-block.scss */
#tribe-events-content, .tribe-events-back a, .tribe-events-single-event-title, .tribe-events-schedule, .tribe-events-meta-group, .tribe-events-single-section-title, .tribe-events-schedule, .tribe-event-date-start, .tribe-event-time, .tribe-events-cal-links .tribe-events-button {
  color: #fff !important;
  font-family: "Montserrat", sans-serif !important;
}

/* line 227, assets/sass/modules/blocks/_events-calendar-block.scss */
#tribe-events-content h1, #tribe-events-content h2, #tribe-events-content a, #tribe-events-content span, #tribe-events-content p, #tribe-events-content h2 span, #tribe-events-content p a, .tribe-events-back a h1, .tribe-events-back a h2, .tribe-events-back a a, .tribe-events-back a span, .tribe-events-back a p, .tribe-events-back a h2 span, .tribe-events-back a p a, .tribe-events-single-event-title h1, .tribe-events-single-event-title h2, .tribe-events-single-event-title a, .tribe-events-single-event-title span, .tribe-events-single-event-title p, .tribe-events-single-event-title h2 span, .tribe-events-single-event-title p a, .tribe-events-schedule h1, .tribe-events-schedule h2, .tribe-events-schedule a, .tribe-events-schedule span, .tribe-events-schedule p, .tribe-events-schedule h2 span, .tribe-events-schedule p a, .tribe-events-meta-group h1, .tribe-events-meta-group h2, .tribe-events-meta-group a, .tribe-events-meta-group span, .tribe-events-meta-group p, .tribe-events-meta-group h2 span, .tribe-events-meta-group p a, .tribe-events-single-section-title h1, .tribe-events-single-section-title h2, .tribe-events-single-section-title a, .tribe-events-single-section-title span, .tribe-events-single-section-title p, .tribe-events-single-section-title h2 span, .tribe-events-single-section-title p a, .tribe-events-schedule h1, .tribe-events-schedule h2, .tribe-events-schedule a, .tribe-events-schedule span, .tribe-events-schedule p, .tribe-events-schedule h2 span, .tribe-events-schedule p a, .tribe-event-date-start h1, .tribe-event-date-start h2, .tribe-event-date-start a, .tribe-event-date-start span, .tribe-event-date-start p, .tribe-event-date-start h2 span, .tribe-event-date-start p a, .tribe-event-time h1, .tribe-event-time h2, .tribe-event-time a, .tribe-event-time span, .tribe-event-time p, .tribe-event-time h2 span, .tribe-event-time p a, .tribe-events-cal-links .tribe-events-button h1, .tribe-events-cal-links .tribe-events-button h2, .tribe-events-cal-links .tribe-events-button a, .tribe-events-cal-links .tribe-events-button span, .tribe-events-cal-links .tribe-events-button p, .tribe-events-cal-links .tribe-events-button h2 span, .tribe-events-cal-links .tribe-events-button p a {
  color: #fff !important;
}

/* line 232, assets/sass/modules/blocks/_events-calendar-block.scss */
.tribe-events-gcal, .tribe-events-ical {
  padding-left: 0 !important;
}

/* line 236, assets/sass/modules/blocks/_events-calendar-block.scss */
#tribe-events-pg-template {
  max-width: 100% !important;
}

/* line 242, assets/sass/modules/blocks/_events-calendar-block.scss */
.tribe-events-event-image img {
  padding: 40px 40px 0;
  margin-bottom: 10px;
}

/* line 248, assets/sass/modules/blocks/_events-calendar-block.scss */
.tribe-events-single-event-description, .tribe-events-cal-links, .tribe-events-single-section {
  padding: 0 40px;
}

/* line 252, assets/sass/modules/blocks/_events-calendar-block.scss */
#tribe-events-footer {
  display: none !important;
}

/* line 259, assets/sass/modules/blocks/_events-calendar-block.scss */
.tribe-events-nav-previous a, .tribe-events-nav-next a {
  font-family: "Montserrat", sans-serif;
}

/* line 261, assets/sass/modules/blocks/_events-calendar-block.scss */
.tribe-events-nav-previous a::before, .tribe-events-nav-previous a::after, .tribe-events-nav-next a::before, .tribe-events-nav-next a::after {
  content: '';
}

/* line 1, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block {
  padding: 100px 0;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block {
    padding: 50px 0;
  }
}

/* line 9, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 14, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media screen and (max-width: 1200px) {
  /* line 14, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 900px) {
  /* line 14, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 700px) {
  /* line 14, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 10px 0;
  }
}

/* line 33, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event .photo {
  position: relative;
  max-height: 200px;
  height: 100%;
}

@media screen and (max-width: 700px) {
  /* line 33, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event .photo {
    max-height: 100%;
  }
}

/* line 42, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 700px) {
  /* line 42, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event .photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* line 53, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event .content {
  position: absolute;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  /* line 53, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event .content {
    padding: 0;
  }
}

@media screen and (max-width: 700px) {
  /* line 53, assets/sass/modules/blocks/_events-list-block.scss */
  .events-list-block .events .event .content {
    padding: 20px;
    top: 70%;
  }
}

/* line 70, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event h2, .events-list-block .events .event span {
  position: relative;
}

/* line 74, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 80, assets/sass/modules/blocks/_events-list-block.scss */
.events-list-block .events .event span {
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
}

/* line 1, assets/sass/modules/blocks/_video-block.scss */
.video-block {
  padding: 40px 20px 0;
}

@media screen and (max-width: 500px) {
  /* line 1, assets/sass/modules/blocks/_video-block.scss */
  .video-block {
    padding: 40px 10px 0;
  }
}

/* line 8, assets/sass/modules/blocks/_video-block.scss */
.video-block .content {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px 0px;
}

/* line 14, assets/sass/modules/blocks/_video-block.scss */
.video-block .content h2 {
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  /* line 14, assets/sass/modules/blocks/_video-block.scss */
  .video-block .content h2 {
    font-size: 1.4rem;
  }
}

/* line 26, assets/sass/modules/blocks/_video-block.scss */
.video-block .video {
  position: relative;
  padding-bottom: 40px;
}

/* line 31, assets/sass/modules/blocks/_video-block.scss */
.video-block .video iframe {
  max-height: 700px !important;
}

@media screen and (max-width: 1100px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 600px !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 500px !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 400px !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 300px !important;
  }
}

@media screen and (max-width: 450px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 190px !important;
  }
}

@media screen and (max-width: 400px) {
  /* line 31, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video iframe {
    height: 150px !important;
  }
}

/* line 61, assets/sass/modules/blocks/_video-block.scss */
.video-block.detail .content {
  position: relative;
  background: transparent;
}

/* line 65, assets/sass/modules/blocks/_video-block.scss */
.video-block.detail .content h2 {
  margin-bottom: 10px;
}

/* line 69, assets/sass/modules/blocks/_video-block.scss */
.video-block.detail .content p {
  margin-bottom: 10px;
}

/* line 73, assets/sass/modules/blocks/_video-block.scss */
.video-block.detail .content a {
  color: #DEB126;
}

/* line 75, assets/sass/modules/blocks/_video-block.scss */
.video-block.detail .content a:hover {
  text-decoration: underline;
}

/* line 83, assets/sass/modules/blocks/_video-block.scss */
.video-block + .videos-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/blocks/_videos-block.scss */
.videos-block {
  padding: 40px 10px;
  min-height: 1210px;
  position: relative;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block {
    padding: 40px 10px;
  }
}

/* line 12, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter h4 {
  font-size: 12px;
  font-weight: 500;
}

/* line 16, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 70%;
  padding: 40px 0;
}

@media screen and (max-width: 1140px) {
  /* line 16, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  /* line 16, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul {
    width: 100%;
  }
}

@media screen and (max-width: 723px) {
  /* line 16, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
}

/* line 37, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
}

@media screen and (max-width: 768px) {
  /* line 37, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 20px);
            flex: 0 0 calc(33% - 20px);
  }
}

@media screen and (max-width: 723px) {
  /* line 37, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 48, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li label {
  width: 100%;
  position: relative;
}

/* line 52, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li label::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 14px;
  right: 15px;
  pointer-events: none;
}

@media screen and (max-width: 1140px) {
  /* line 52, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li label::before {
    top: 12px;
  }
}

/* line 69, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li label input[type="text"] {
  font-size: 14px;
  padding: 5px 10px;
  color: #333;
  width: 100%;
}

/* line 75, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li label input[type="text"]::-webkit-input-placeholder {
  color: #333;
}
.videos-block .searchandfilter ul li label input[type="text"]::-moz-placeholder {
  color: #333;
}
.videos-block .searchandfilter ul li label input[type="text"]:-ms-input-placeholder {
  color: #333;
}
.videos-block .searchandfilter ul li label input[type="text"]::-ms-input-placeholder {
  color: #333;
}
.videos-block .searchandfilter ul li label input[type="text"]::placeholder {
  color: #333;
}

/* line 80, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li label select {
  color: #333;
  font-size: 14px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 5px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 92, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-search {
  margin-left: 20px;
  width: 100%;
}

/* line 95, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-search label {
  width: 100%;
}

/* line 97, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-search label::before {
  display: none;
}

@media screen and (max-width: 723px) {
  /* line 92, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-search {
    margin-left: 0;
  }
}

/* line 107, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page {
  top: 70px;
  position: absolute;
  right: 70px;
}

@media screen and (max-width: 768px) {
  /* line 107, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-posts_per_page {
    top: 78px;
    position: absolute;
    left: unset;
    right: unset;
  }
}

@media screen and (max-width: 723px) {
  /* line 107, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-posts_per_page {
    position: relative;
    top: 0;
    width: 50%;
  }
}

/* line 126, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul {
  position: relative;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 723px) {
  /* line 126, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-posts_per_page ul {
    display: block;
  }
}

/* line 134, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li {
  position: relative;
  min-width: 40px;
  width: 100%;
  padding: 0;
  top: -15px;
}

@media screen and (max-width: 723px) {
  /* line 134, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-posts_per_page ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    margin-right: 10px;
  }
}

/* line 148, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li:hover {
  cursor: pointer;
}

/* line 152, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li .sf-input-radio {
  opacity: 0.001;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
}

/* line 159, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li .sf-input-radio:hover {
  cursor: pointer;
}

/* line 164, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  font-weight: 200;
  font-size: 14px;
}

/* line 171, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li label:hover {
  cursor: pointer;
}

@media screen and (max-width: 723px) {
  /* line 164, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .searchandfilter ul li.sf-field-posts_per_page ul li label {
    position: relative;
  }
}

/* line 181, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page ul li.sf-option-active label {
  font-weight: 600;
}

/* line 190, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .searchandfilter ul li.sf-field-posts_per_page label::before {
  display: none;
}

/* line 199, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

/* line 205, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
  position: relative;
}

@media screen and (max-width: 1400px) {
  /* line 205, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .videos .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 15px);
            flex: 0 0 calc(33% - 15px);
  }
}

@media screen and (max-width: 1100px) {
  /* line 205, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .videos .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 205, assets/sass/modules/blocks/_videos-block.scss */
  .videos-block .videos .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 221, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video .overlay {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  visibility: hidden;
  opacity: 0;
}

/* line 228, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video .photo {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 233, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 240, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video .content {
  position: absolute;
  bottom: -120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 20px;
  -webkit-transition: 0.4s 100ms ease-in;
  transition: 0.4s 100ms ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: -3;
}

/* line 250, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video .content h2 {
  font-size: 16px;
  text-transform: uppercase;
}

/* line 257, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video:hover .content {
  bottom: -20px;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/* line 264, assets/sass/modules/blocks/_videos-block.scss */
.videos-block .videos .video:hover .overlay {
  visibility: visible;
  opacity: 1;
}

/* line 276, assets/sass/modules/blocks/_videos-block.scss */
.pagination {
  text-align: center;
  padding: 30px 0 0;
  margin: 10px 0 0;
}

/* line 280, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers {
  padding: 5px 5px 2px;
  margin: 0 5px;
  font-weight: 300;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border-bottom: 0.75px solid transparent;
}

/* line 288, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers:hover {
  cursor: pointer;
  border-bottom: 0.75px solid #fff;
}

/* line 293, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.current {
  border-bottom: 0.75px solid #fff;
  font-weight: 600;
}

/* line 297, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.current:hover {
  cursor: auto;
}

/* line 302, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border-bottom: 0.75px solid #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 5px 0px 2px;
}

@media screen and (max-width: 700px) {
  /* line 302, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: block;
    text-align: left;
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 317, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.next {
  margin-left: 50px;
}

@media screen and (max-width: 700px) {
  /* line 317, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .page-numbers.next {
    margin-left: 0;
    margin: 10px auto;
  }
}

/* line 325, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.next span {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  left: 0;
}

/* line 331, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.next:hover {
  border-bottom: 1px solid transparent;
  font-weight: 700;
  color: #DEB126;
}

/* line 336, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.next:hover span {
  color: #DEB126;
  left: 5px;
}

/* line 342, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.prev {
  margin-right: 50px;
}

@media screen and (max-width: 700px) {
  /* line 342, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .page-numbers.prev {
    margin-right: 0;
    margin: 10px auto 15px;
  }
}

/* line 350, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.prev span {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  left: 0;
}

/* line 356, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.prev:hover {
  border-bottom: 1px solid transparent;
  font-weight: 700;
  color: #DEB126;
}

/* line 361, assets/sass/modules/blocks/_videos-block.scss */
.pagination .page-numbers.prev:hover span {
  color: #DEB126;
  left: -5px;
}

/* line 373, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .page {
  border: 0;
  padding: 5px 5px 0px;
  margin: 0 5px;
  font-weight: 300;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  border-bottom: 1px solid transparent;
  color: #fff;
}

/* line 382, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .page:hover {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

/* line 388, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .current {
  border: 0;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  padding-bottom: 0px;
}

/* line 394, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .current:hover {
  cursor: auto;
}

/* line 399, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
  border: 0;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 5px 0px 2px;
  text-decoration: none;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 410, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink span, .pagination .wp-pagenavi .previouspostslink span {
  border: 0;
}

@media screen and (max-width: 700px) {
  /* line 399, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
    display: block;
    text-align: left;
    margin: 10px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 422, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink {
  margin-left: 50px;
}

@media screen and (max-width: 700px) {
  /* line 422, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .wp-pagenavi .nextpostslink {
    margin-left: 0;
    margin: 10px auto;
  }
}

/* line 430, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink span {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  left: 0;
}

/* line 436, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink:hover {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
}

/* line 441, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .nextpostslink:hover span {
  color: #fff;
  left: 5px;
}

/* line 448, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .previouspostslink {
  margin-right: 50px;
}

@media screen and (max-width: 700px) {
  /* line 448, assets/sass/modules/blocks/_videos-block.scss */
  .pagination .wp-pagenavi .previouspostslink {
    margin-right: 0;
    margin: 10px auto 15px;
  }
}

/* line 456, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .previouspostslink span {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
  left: 0;
}

/* line 462, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .previouspostslink:hover {
  border-bottom: 1px solid #fff;
  font-weight: 700;
  color: #fff;
}

/* line 467, assets/sass/modules/blocks/_videos-block.scss */
.pagination .wp-pagenavi .previouspostslink:hover span {
  color: #fff;
  left: -5px;
}

/* line 475, assets/sass/modules/blocks/_videos-block.scss */
.loadingoverlay {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  gap: 40px !important;
}

/* line 479, assets/sass/modules/blocks/_videos-block.scss */
.loadingoverlay .loadingoverlay_text {
  font-size: 26px !important;
}

/* line 1, assets/sass/modules/blocks/_expo-block.scss */
.expo-block {
  padding: 40px 0;
}

/* line 4, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* line 9, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a .block-button {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 12, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a .block-button p, .expo-block a .block-button span {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/* line 18, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a:hover {
  text-decoration: none;
}

/* line 21, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a:hover .block-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}

/* line 24, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a:hover .block-button p {
  color: #fff;
  font-weight: 700 !important;
}

/* line 28, assets/sass/modules/blocks/_expo-block.scss */
.expo-block a:hover .block-button p span {
  margin-left: 5px;
}

/* line 36, assets/sass/modules/blocks/_expo-block.scss */
.expo-block .expo {
  min-height: 545px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  /* line 36, assets/sass/modules/blocks/_expo-block.scss */
  .expo-block .expo {
    padding: 30px;
    min-height: 455px;
  }
}

@media screen and (max-width: 600px) {
  /* line 36, assets/sass/modules/blocks/_expo-block.scss */
  .expo-block .expo {
    padding: 30px;
    min-height: 245px;
  }
}

/* line 58, assets/sass/modules/blocks/_expo-block.scss */
.expo-block .expo .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* line 64, assets/sass/modules/blocks/_expo-block.scss */
.expo-block .expo .content .left, .expo-block .expo .content .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

@media screen and (max-width: 1000px) {
  /* line 64, assets/sass/modules/blocks/_expo-block.scss */
  .expo-block .expo .content .left, .expo-block .expo .content .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 1000px) {
  /* line 72, assets/sass/modules/blocks/_expo-block.scss */
  .expo-block .expo .content .left {
    margin-bottom: 40px;
  }
}

/* line 78, assets/sass/modules/blocks/_expo-block.scss */
.expo-block .expo .content .left span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 100;
}

/* line 85, assets/sass/modules/blocks/_expo-block.scss */
.expo-block .expo .content .left h2 {
  font-size: 3rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  /* line 85, assets/sass/modules/blocks/_expo-block.scss */
  .expo-block .expo .content .left h2 {
    margin-bottom: 0;
  }
}

/* line 98, assets/sass/modules/blocks/_expo-block.scss */
.expo-block + .expo-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/blocks/_council-block.scss */
.council-block {
  padding: 40px 10px;
}

/* line 4, assets/sass/modules/blocks/_council-block.scss */
.council-block h2 {
  margin-bottom: 10px;
}

/* line 9, assets/sass/modules/blocks/_council-block.scss */
.council-block .inner-content p {
  margin-bottom: 40px;
}

/* line 14, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 19, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members a.council-member {
  padding: 0;
  margin-top: 0px;
}

/* line 23, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
}

/* line 28, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media screen and (max-width: 1300px) {
  /* line 23, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 900px) {
  /* line 23, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}

@media screen and (max-width: 700px) {
  /* line 23, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  /* line 23, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 300px;
  }
}

/* line 53, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .photo {
  width: 100%;
  height: 100%;
  max-height: 286px;
}

/* line 57, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .photo .overlay {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
  /* line 53, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member .photo {
    max-height: 300px;
  }
}

/* line 65, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  /* line 65, assets/sass/modules/blocks/_council-block.scss */
  .council-block .council-members .council-member .photo img {
    width: 100%;
    height: 100%;
  }
}

/* line 81, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .content {
  position: absolute;
  bottom: -10px;
  padding: 0 15px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  z-index: 1;
}

/* line 90, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member h2 {
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 95, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .title {
  bottom: -100px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  padding: 0 15px;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
}

/* line 104, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member .title p {
  line-height: 1;
  font-size: 0.8rem;
  margin: 0;
}

/* line 113, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member:hover .overlay {
  visibility: visible;
  opacity: 1;
}

/* line 119, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member:hover.has-title .content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s 400ms ease-in;
  transition: 0.2s 400ms ease-in;
}

/* line 126, assets/sass/modules/blocks/_council-block.scss */
.council-block .council-members .council-member:hover.has-title .title {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* line 140, assets/sass/modules/blocks/_council-block.scss */
.council-block + .faq-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/blocks/_faq-block.scss */
.faq-block {
  padding: 40px 10px;
}

/* line 9, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .row {
  overflow: hidden;
}

/* line 14, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq {
  margin: 20px 0;
}

/* line 17, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question {
  background: transparent;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 0 5px;
  color: #fff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  border-bottom: 1px solid #fff;
}

/* line 27, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question:hover {
  cursor: pointer;
}

/* line 31, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question.active {
  background: transparent;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid transparent;
}

/* line 37, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question.active h2 {
  font-size: 1.2em;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  /* line 37, assets/sass/modules/blocks/_faq-block.scss */
  .faq-block .faqs .faq .question.active h2 {
    width: calc(100% - 70px);
  }
}

/* line 46, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question.active .minus {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 52, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question.active .plus {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* line 59, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question img {
  display: inline-block;
  max-width: 2rem;
  position: relative;
}

/* line 66, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question h2 {
  display: inline-block;
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.2em;
}

@media screen and (max-width: 800px) {
  /* line 66, assets/sass/modules/blocks/_faq-block.scss */
  .faq-block .faqs .faq .question h2 {
    width: calc(100% - 70px);
  }
}

/* line 78, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question .plus, .faq-block .faqs .faq .question .minus {
  position: absolute;
  top: 35px;
  right: 12px;
  max-width: 2rem;
  color: #fff;
  font-size: 3rem;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media screen and (max-width: 800px) {
  /* line 78, assets/sass/modules/blocks/_faq-block.scss */
  .faq-block .faqs .faq .question .plus, .faq-block .faqs .faq .question .minus {
    top: 28px;
  }
}

/* line 93, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question .plus {
  visibility: visible;
  opacity: 1;
}

/* line 98, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .question .minus {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 106, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .answer {
  top: -10px;
  position: relative;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  z-index: -1000;
  height: 0px;
  visibility: hidden;
}

/* line 114, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .answer a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

/* line 119, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .answer a:hover {
  text-decoration: none;
}

/* line 124, assets/sass/modules/blocks/_faq-block.scss */
.faq-block .faqs .faq .answer.open {
  position: relative;
  height: 100%;
  padding: 0 0 20px;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  top: 0px;
  z-index: 1;
}

/* line 1, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block {
  padding: 40px 0;
}

/* line 4, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block h2 {
  margin-bottom: 10px;
}

/* line 8, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block h2.sponsor-cat {
  font-size: 1.8rem;
  font-weight: 200;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 15, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block .sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 20px;
}

/* line 28, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block .sponsors.three .sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

/* line 35, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block .sponsors.four .sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

/* line 42, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block .sponsors.five .sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
}

/* line 49, assets/sass/modules/blocks/_sponsor-block.scss */
.sponsor-block .sponsors.six .sponsor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
}

@media screen and (max-width: 1150px) {
  /* line 58, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.three .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  /* line 65, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.four .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  /* line 72, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.five .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
  /* line 79, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.six .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
  }
}

@media screen and (max-width: 900px) {
  /* line 88, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.three .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  /* line 95, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.four .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  /* line 102, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.five .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  /* line 109, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.six .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
  }
}

@media screen and (max-width: 600px) {
  /* line 118, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.three .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /* line 125, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.four .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /* line 132, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.five .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /* line 139, assets/sass/modules/blocks/_sponsor-block.scss */
  .sponsor-block .sponsors.six .sponsor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 1, assets/sass/modules/blocks/_contact-block.scss */
.contact-block {
  padding: 40px 10px;
}

/* line 4, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 11, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left, .contact-block .content .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}

@media screen and (max-width: 750px) {
  /* line 11, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .content .left, .contact-block .content .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 18, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left p, .contact-block .content .right p {
  margin-bottom: 15px;
}

/* line 22, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left a, .contact-block .content .right a {
  text-decoration: none;
}

/* line 25, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left a:hover, .contact-block .content .right a:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 32, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-fields-required, .contact-block .content .right .nf-form-fields-required {
  display: none;
}

/* line 38, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"], .contact-block .content .left .nf-form-content .nf-field-element input[type="email"], .contact-block .content .left .nf-form-content .nf-field-element textarea, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"], .contact-block .content .right .nf-form-content .nf-field-element input[type="email"], .contact-block .content .right .nf-form-content .nf-field-element textarea {
  background: transparent;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0;
}

/* line 46, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"]::-webkit-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element input[type="email"]::-webkit-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element textarea::-webkit-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"]::-webkit-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="email"]::-webkit-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"]::-moz-placeholder, .contact-block .content .left .nf-form-content .nf-field-element input[type="email"]::-moz-placeholder, .contact-block .content .left .nf-form-content .nf-field-element textarea::-moz-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"]::-moz-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="email"]::-moz-placeholder, .contact-block .content .right .nf-form-content .nf-field-element textarea::-moz-placeholder {
  color: #fff;
}
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"]:-ms-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element input[type="email"]:-ms-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element textarea:-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"]:-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="email"]:-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element textarea:-ms-input-placeholder {
  color: #fff;
}
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"]::-ms-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element input[type="email"]::-ms-input-placeholder, .contact-block .content .left .nf-form-content .nf-field-element textarea::-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"]::-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="email"]::-ms-input-placeholder, .contact-block .content .right .nf-form-content .nf-field-element textarea::-ms-input-placeholder {
  color: #fff;
}
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"]::placeholder, .contact-block .content .left .nf-form-content .nf-field-element input[type="email"]::placeholder, .contact-block .content .left .nf-form-content .nf-field-element textarea::placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"]::placeholder, .contact-block .content .right .nf-form-content .nf-field-element input[type="email"]::placeholder, .contact-block .content .right .nf-form-content .nf-field-element textarea::placeholder {
  color: #fff;
}

/* line 51, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="text"], .contact-block .content .left .nf-form-content .nf-field-element input[type="email"], .contact-block .content .left .nf-form-content .nf-field-element textarea, .contact-block .content .right .nf-form-content .nf-field-element input[type="text"], .contact-block .content .right .nf-form-content .nf-field-element input[type="email"], .contact-block .content .right .nf-form-content .nf-field-element textarea {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

/* line 56, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="button"], .contact-block .content .left .nf-form-content .nf-field-element button, .contact-block .content .right .nf-form-content .nf-field-element input[type="button"], .contact-block .content .right .nf-form-content .nf-field-element button {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  font-size: 16px;
  padding-bottom: 2px;
}

/* line 70, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="button"]:hover, .contact-block .content .left .nf-form-content .nf-field-element button:hover, .contact-block .content .right .nf-form-content .nf-field-element input[type="button"]:hover, .contact-block .content .right .nf-form-content .nf-field-element button:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  padding-bottom: 2px;
}

/* line 79, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .content .left .nf-form-content .nf-field-element input[type="button"]:hover span, .contact-block .content .left .nf-form-content .nf-field-element button:hover span, .contact-block .content .right .nf-form-content .nf-field-element input[type="button"]:hover span, .contact-block .content .right .nf-form-content .nf-field-element button:hover span {
  left: 5px;
}

@media screen and (max-width: 750px) {
  /* line 90, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .content .left {
    margin-bottom: 20px;
  }
}

/* line 1, assets/sass/modules/blocks/_grid-block.scss */
.homepage-grid-block .grid-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 990px) {
  /* line 1, assets/sass/modules/blocks/_grid-block.scss */
  .homepage-grid-block .grid-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 545px) {
  /* line 1, assets/sass/modules/blocks/_grid-block.scss */
  .homepage-grid-block .grid-block {
    display: block;
  }
}
