/*!
 * custom-wp-by-bullseye-creative v1.0.0
 * A custom WordPress theme by Bullseye Creative
 * (c) 2023 
 * 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: #333;
  font-family: "Assistant", sans-serif;
  font-size: calc( 15px + 4 * (100vw / 1500));
  line-height: 1.4;
}

/* line 23, assets/sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Assistant", sans-serif;
  color: #333;
  clear: both;
  text-shadow: none;
  margin: 0;
  line-height: 1.4;
}

/* line 32, assets/sass/_global.scss */
p {
  font-family: "Assistant", sans-serif;
  color: #333;
  line-height: 1.5;
  font-weight: 200;
  font-size: 1.3rem;
}

/* line 40, assets/sass/_global.scss */
p a {
  color: #00a299 !important;
  text-decoration: underline;
  border-bottom: 0 !important;
  font-weight: 600;
}

/* line 46, assets/sass/_global.scss */
p a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

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

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

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

/* line 65, 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 77, 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 83, assets/sass/_global.scss */
abbr, acronym {
  cursor: help;
}

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

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

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

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

/* line 112, assets/sass/_global.scss */
body {
  background-color: #fffefc;
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 161, 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 175, assets/sass/_global.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #d4d4d4;
}

/* line 182, 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 192, 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 215, 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 235, assets/sass/_global.scss */
select {
  border: 1px solid #d4d4d4;
}

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

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

/* line 252, assets/sass/_global.scss */
a:hover {
  border-bottom: 1px solid #BEECEB;
}

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* line 280, assets/sass/_global.scss */
#content {
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}

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

/*--------------------------------------------------------------
# Overlays
--------------------------------------------------------------*/
/* line 297, assets/sass/_global.scss */
.overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/*--------------------------------------------------------------
# Block Buttons
--------------------------------------------------------------*/
/* line 309, assets/sass/_global.scss */
.block-button {
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 312, assets/sass/_global.scss */
.block-button a, .block-button span {
  background: #f15623;
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #f15623 !important;
}

/* line 321, assets/sass/_global.scss */
.block-button a:hover, .block-button span:hover {
  border-bottom: 0;
  color: #f15623 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff !important;
}

/* line 332, assets/sass/_global.scss */
.block-button.cta {
  float: right;
  margin-left: 10px;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4 ease-in;
  transition: 0.4 ease-in;
  position: relative;
  top: 7px;
}

@media screen and (max-width: 1199px) {
  /* line 332, assets/sass/_global.scss */
  .block-button.cta {
    top: 2px;
    right: 10px;
  }
}

@media screen and (max-width: 500px) {
  /* line 332, assets/sass/_global.scss */
  .block-button.cta {
    top: 3px;
  }
}

/* line 353, assets/sass/_global.scss */
.block-button.cta.show {
  visibility: visible;
  opacity: 1;
}

/* line 358, assets/sass/_global.scss */
.block-button.cta a {
  background: #fff;
  color: #333;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  border-radius: 22px;
  border: 0 !important;
}

/* line 366, assets/sass/_global.scss */
.block-button.cta a:hover {
  border-bottom: 0;
  -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.3);
  color: #fff !important;
  background: #00a299 !important;
}

/* line 372, assets/sass/_global.scss */
.block-button.cta a:hover img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* line 378, assets/sass/_global.scss */
.block-button.cta a img {
  position: relative;
  top: 4px;
  left: -5px;
  max-width: 1.5rem;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 389, assets/sass/_global.scss */
.block-button.footer-button {
  margin: 40px 0;
}

/* line 392, assets/sass/_global.scss */
.block-button.footer-button a {
  background: #f15623;
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  border-radius: 22px;
}

/* line 399, assets/sass/_global.scss */
.block-button.footer-button a:hover {
  border-bottom: 0;
  -webkit-box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
}

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

/* line 410, assets/sass/_global.scss */
.block-button-alt a {
  background: transparent;
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  border-radius: 22px;
  border: 1px solid #fff;
}

/* line 418, assets/sass/_global.scss */
.block-button-alt a:hover {
  border-bottom: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
}

/* line 431, assets/sass/_global.scss */
.block-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 20px 0;
  color: #333;
}

/* line 440, assets/sass/_global.scss */
.body-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/*--------------------------------------------------------------
# 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 3, assets/sass/modules/_header.scss */
#gtranslate_wrapper {
  border: 1px solid transparent;
  background: #e3eef1 !important;
  background-color: #e3eef1 !important;
  color: #333;
  padding: 0px 5px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  position: fixed;
  z-index: 100 !important;
  top: 0px !important;
  left: unset !important;
  display: block;
  line-height: 1.5 !important;
}

/* line 19, assets/sass/modules/_header.scss */
#gtranslate_wrapper select {
  border: 0 !important;
  background: transparent !important;
  color: #333 !important;
  outline: 0 !important;
  font-size: 1rem;
}

/* line 26, assets/sass/modules/_header.scss */
#gtranslate_wrapper select:before {
  content: '';
}

/* line 33, assets/sass/modules/_header.scss */
body.admin-bar #gtranslate_wrapper {
  top: 30px !important;
}

/* line 38, 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;
  z-index: 1005;
  padding: 3em 0 1em;
}

/* line 48, assets/sass/modules/_header.scss */
header#masthead .row {
  overflow: visible;
}

/* line 52, assets/sass/modules/_header.scss */
.masthead-inner {
  margin: 0 auto;
  display: block;
}

/* line 57, assets/sass/modules/_header.scss */
header#masthead {
  z-index: 1001;
  background: transparent;
  position: fixed;
  top: 0;
}

/* line 64, assets/sass/modules/_header.scss */
header#masthead.light {
  background: #BEECEB;
  -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.3);
}

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

/* line 74, assets/sass/modules/_header.scss */
header#masthead h1, header#masthead p {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* line 82, 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: -5px;
}

@media (max-width: 37.5em) {
  /* line 82, assets/sass/modules/_header.scss */
  .logo, .logo-dark {
    margin-top: -2px;
  }
}

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

/* line 99, assets/sass/modules/_header.scss */
.logo .custom-logo-link:hover, .logo-dark .custom-logo-link:hover {
  border: 0;
}

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

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

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

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

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

@media only screen and (min-width: 1200px) {
  /* line 127, assets/sass/modules/_header.scss */
  .header-navigation {
    display: inline-block;
  }
  /* line 137, assets/sass/modules/_header.scss */
  .header-navigation ul {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 143, assets/sass/modules/_header.scss */
  .header-navigation ul li {
    display: inline-block;
    padding: 9px 0.8rem 0;
    position: relative;
    text-align: center;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    border-radius: 7px;
  }
  /* line 152, assets/sass/modules/_header.scss */
  .header-navigation ul li.menu-item-has-children {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 157, assets/sass/modules/_header.scss */
  .header-navigation ul li a {
    background: none;
    position: relative;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 300;
    font-size: 1.25rem;
    cursor: pointer;
  }
  /* line 168, assets/sass/modules/_header.scss */
  .header-navigation ul li a:hover {
    border-bottom: 0;
  }
  /* line 175, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu {
    position: absolute;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    max-width: 200px;
    min-width: 146px;
    width: 100%;
    border-radius: 7px;
    border-top-left-radius: 0;
    -webkit-transition: 0.37s ease-in;
    transition: 0.37s ease-in;
  }
  /* line 187, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu li {
    display: block;
    text-align: left;
    background-color: transparent;
    padding: 0px 15px 0;
    line-height: 1.3;
  }
  /* line 193, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu li a {
    color: #000;
    font-size: 0.8rem;
  }
  /* line 197, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu li a:hover {
    color: #00a299;
    font-weight: 700;
  }
  /* line 203, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu li:last-child {
    padding-bottom: 15px;
  }
  /* line 207, assets/sass/modules/_header.scss */
  .header-navigation ul li .sub-menu li:first-child {
    padding-top: 6px;
  }
  /* line 213, assets/sass/modules/_header.scss */
  .header-navigation ul li:hover {
    background: #fff;
  }
  /* line 216, assets/sass/modules/_header.scss */
  .header-navigation ul li:hover a {
    color: #f15623;
  }
  /* line 220, assets/sass/modules/_header.scss */
  .header-navigation ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
}

/* line 236, assets/sass/modules/_header.scss */
a.mobileNav-link {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* line 236, assets/sass/modules/_header.scss */
  a.mobileNav-link {
    color: transparent;
    border: none !important;
    padding: .5rem .5rem;
    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;
  }
  /* line 249, assets/sass/modules/_header.scss */
  a.mobileNav-link .bar1, a.mobileNav-link .bar2, a.mobileNav-link .bar3 {
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-align: right !important;
    position: relative;
  }
}

/* line 261, assets/sass/modules/_header.scss */
a.mobileNav-link.is-active .bar1.line, a.mobileNav-link.is-active .bar2.line, a.mobileNav-link.is-active .bar3.line {
  color: #333;
  background-color: #333;
}

/* line 270, 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: #f15623 !important;
  font-weight: bold !important;
}

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

/* line 289, assets/sass/modules/_header.scss */
body .current-menu-item {
  background: transparent;
}

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

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

/* line 312, assets/sass/modules/_header.scss */
.light #gtranslate_wrapper {
  border: 1px solid #333;
}

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

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

/* line 329, 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 338, 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 347, assets/sass/modules/_header.scss */
.light .mobileNav-link .bar1, .light .mobileNav-link .bar2, .light .mobileNav-link .bar3 {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 3px 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: right !important;
  position: relative;
}

/* line 358, assets/sass/modules/_header.scss */
.light .mobileNav-link.line {
  background-color: #333;
}

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

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

/* line 1, assets/sass/modules/_footer.scss */
footer {
  padding: 1em 0;
  font-size: 1rem;
  padding: 40px 0;
}

@media screen and (max-width: 1000px) {
  /* line 6, assets/sass/modules/_footer.scss */
  footer .social-section {
    width: 100%;
    float: none;
  }
}

/* line 15, assets/sass/modules/_footer.scss */
footer .social-section h2 {
  font-size: 2rem;
}

/* line 22, assets/sass/modules/_footer.scss */
footer .footer-button.block-button a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 29, assets/sass/modules/_footer.scss */
footer .footer-socials {
  padding: 0;
  margin: 0;
}

/* line 32, assets/sass/modules/_footer.scss */
footer .footer-socials li {
  display: inline-block;
}

/* line 35, assets/sass/modules/_footer.scss */
footer .footer-socials li a div {
  padding: 4px 8px;
  background: #BEECEB;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 43, assets/sass/modules/_footer.scss */
footer .footer-socials li a div i {
  font-size: 1.5rem;
  position: relative;
  top: 5px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  color: #000;
}

/* line 53, assets/sass/modules/_footer.scss */
footer .footer-socials li a:hover div {
  background: #fff;
}

/* line 56, assets/sass/modules/_footer.scss */
footer .footer-socials li a:hover div i {
  color: #333;
}

/* line 66, assets/sass/modules/_footer.scss */
#colophon {
  background: #00a299;
  padding: 10px 0;
}

/* line 70, assets/sass/modules/_footer.scss */
#colophon .row {
  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;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 981px) {
  /* line 70, assets/sass/modules/_footer.scss */
  #colophon .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}

/* line 82, assets/sass/modules/_footer.scss */
#colophon .row p {
  font-size: 1rem;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(45% - 20px);
          flex: 0 0 calc(45% - 20px);
  color: #fff;
}

@media screen and (max-width: 981px) {
  /* line 82, assets/sass/modules/_footer.scss */
  #colophon .row p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 92, assets/sass/modules/_footer.scss */
#colophon .row p a {
  color: #fff !important;
}

/* line 97, assets/sass/modules/_footer.scss */
#colophon .row .block-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 0px);
          flex: 0 0 calc(20% - 0px);
}

@media screen and (max-width: 981px) {
  /* line 97, assets/sass/modules/_footer.scss */
  #colophon .row .block-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 105, assets/sass/modules/_footer.scss */
#colophon .row .footer-socials {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(35% - 0px);
          flex: 0 0 calc(35% - 0px);
}

@media screen and (max-width: 981px) {
  /* line 105, assets/sass/modules/_footer.scss */
  #colophon .row .footer-socials {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/* line 4, assets/sass/modules/_content.scss */
#content {
  margin: 0 auto;
  padding: 2em 1em;
  min-height: 60vh;
}

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

/* line 14, assets/sass/modules/_content.scss */
.news-content {
  padding: 100px 0;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  /* line 14, assets/sass/modules/_content.scss */
  .news-content {
    padding: 50px 0;
    max-width: 100%;
  }
}

/* line 25, assets/sass/modules/_content.scss */
.news-content .content, .news-content p {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 92em) {
  /* line 35, assets/sass/modules/_grid.scss */
  .row-alt, .row-right {
    max-width: 95%;
  }
}

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

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

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

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

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

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

@media (min-width: 92em) {
  /* line 69, assets/sass/modules/_grid.scss */
  .row-left {
    max-width: 92%;
  }
}

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

/*--------------------------------------------------------------
In this file:
# Hero
--------------------------------------------------------------*/
/* line 5, assets/sass/modules/_home.scss */
#content {
  padding: 0;
}

/*--------------------------------------------------------------
# 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;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1080px) {
  /* line 13, assets/sass/modules/_home.scss */
  .homePage-hero {
    background-attachment: unset !important;
  }
}

/* line 33, 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 50, assets/sass/modules/_home.scss */
.homePage-hero img {
  display: none;
}

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

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

/* line 69, assets/sass/modules/_home.scss */
.slick-dots {
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 81, assets/sass/modules/_home.scss */
.slick-dots > li:only-child {
  display: none;
}

/* line 86, assets/sass/modules/_home.scss */
.slick-dots li {
  width: 75px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  /* line 86, assets/sass/modules/_home.scss */
  .slick-dots li {
    width: 55px;
  }
}

/* line 94, assets/sass/modules/_home.scss */
.slick-dots li button {
  position: relative;
  background: #fff;
  color: #fff;
  padding: 0px 30px;
  height: 8px;
  border: 0;
  margin: 0 5px;
  font-size: 0px;
  outline: 0;
}

@media screen and (max-width: 600px) {
  /* line 94, assets/sass/modules/_home.scss */
  .slick-dots li button {
    height: 4px;
    padding: 0px 20px;
  }
}

/* line 111, assets/sass/modules/_home.scss */
.slick-dots li button:hover {
  cursor: pointer;
}

/* line 119, assets/sass/modules/_home.scss */
.slick-dots li.slick-active button {
  background: #BEECEB;
  color: #BEECEB;
  padding: 0px 30px;
  height: 8px;
  border: 0;
  margin: 0 5px;
  font-size: 0px;
  outline: 0;
}

@media screen and (max-width: 600px) {
  /* line 119, assets/sass/modules/_home.scss */
  .slick-dots li.slick-active button {
    height: 4px;
    padding: 0px 20px;
  }
}

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

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

/* line 153, assets/sass/modules/_home.scss */
.homePage-hero-headline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: 600;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 900px) {
  /* line 153, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 3rem;
  }
}

@media screen and (max-width: 700px) {
  /* line 153, assets/sass/modules/_home.scss */
  .homePage-hero-headline {
    font-size: 2.3rem;
  }
}

/* line 172, 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 183, assets/sass/modules/_home.scss */
.callouts {
  width: 100%;
  background: #BEECEB;
  padding: 20px 0;
}

/* line 188, assets/sass/modules/_home.scss */
.callouts .row {
  overflow: hidden;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 20px;
}

@media screen and (max-width: 1000px) {
  /* line 188, assets/sass/modules/_home.scss */
  .callouts .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 202, assets/sass/modules/_home.scss */
.callouts .row .callout {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 209, assets/sass/modules/_home.scss */
.callouts .row .callout a {
  border: 0;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 217, assets/sass/modules/_home.scss */
.callouts .row .callout a:hover {
  border: 0;
}

/* line 220, assets/sass/modules/_home.scss */
.callouts .row .callout a:hover .icon {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

/* line 224, assets/sass/modules/_home.scss */
.callouts .row .callout a:hover .content p, .callouts .row .callout a:hover .content h4 {
  text-decoration: underline;
}

/* line 230, assets/sass/modules/_home.scss */
.callouts .row .callout:last-child {
  border-right: 0;
}

@media screen and (max-width: 1000px) {
  /* line 202, assets/sass/modules/_home.scss */
  .callouts .row .callout {
    border-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 239, assets/sass/modules/_home.scss */
.callouts .row .callout .icon {
  padding-left: 10px;
  position: relative;
  top: 5px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 244, assets/sass/modules/_home.scss */
.callouts .row .callout .icon img {
  max-width: 7rem;
  padding: 5px;
}

/* line 249, assets/sass/modules/_home.scss */
.callouts .row .callout .content {
  padding: 0 10px;
}

/* line 252, assets/sass/modules/_home.scss */
.callouts .row .callout .content p {
  margin: 5px 0;
}

/* 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;
  overflow: hidden;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

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

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

@media screen and (max-width: 900px) {
  /* line 30, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 3rem;
  }
}

@media screen and (max-width: 700px) {
  /* line 30, assets/sass/modules/_hero.scss */
  .page-hero-headline {
    font-size: 2.3rem;
  }
}

/* line 47, assets/sass/modules/_hero.scss */
.page-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 61, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 67, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .address, .callouts.location-callouts .row .phone, .callouts.location-callouts .row .email, .callouts.location-callouts .row .hours {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  padding-right: 80px;
}

@media screen and (max-width: 700px) {
  /* line 67, assets/sass/modules/_hero.scss */
  .callouts.location-callouts .row .address, .callouts.location-callouts .row .phone, .callouts.location-callouts .row .email, .callouts.location-callouts .row .hours {
    padding-left: 0px;
  }
}

/* line 77, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .address a, .callouts.location-callouts .row .phone a, .callouts.location-callouts .row .email a, .callouts.location-callouts .row .hours a {
  color: #000 !important;
  font-weight: 400;
}

/* line 82, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .address h2, .callouts.location-callouts .row .phone h2, .callouts.location-callouts .row .email h2, .callouts.location-callouts .row .hours h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* line 87, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .address p, .callouts.location-callouts .row .phone p, .callouts.location-callouts .row .email p, .callouts.location-callouts .row .hours p {
  font-size: 0.773rem;
}

/* line 91, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .hours, .callouts.location-callouts .row .phone, .callouts.location-callouts .row .email, .callouts.location-callouts .row .signup-button {
  padding-left: 40px;
}

@media screen and (max-width: 1090px) {
  /* line 96, assets/sass/modules/_hero.scss */
  .callouts.location-callouts .row .hours:last-child, .callouts.location-callouts .row .phone:last-child, .callouts.location-callouts .row .email:last-child, .callouts.location-callouts .row .signup-button:last-child {
    border-left: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  /* line 91, assets/sass/modules/_hero.scss */
  .callouts.location-callouts .row .hours, .callouts.location-callouts .row .phone, .callouts.location-callouts .row .email, .callouts.location-callouts .row .signup-button {
    border-left: 0;
    padding-left: 0;
  }
  /* line 105, assets/sass/modules/_hero.scss */
  .callouts.location-callouts .row .hours:last-child, .callouts.location-callouts .row .phone:last-child, .callouts.location-callouts .row .email:last-child, .callouts.location-callouts .row .signup-button:last-child {
    border-left: 0;
    padding-left: 0;
  }
}

/* line 116, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .signup-button a {
  color: #fff !important;
  background: #f15623 !important;
}

/* line 120, assets/sass/modules/_hero.scss */
.callouts.location-callouts .row .signup-button a:hover {
  color: #f15623 !important;
  background: #fff !important;
}

/* 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 22, assets/sass/modules/_menu.scss */
.admin-bar #mobile-navigation header {
  margin-top: 85px;
}

/* line 27, assets/sass/modules/_menu.scss */
#mobile-navigation {
  z-index: 2000;
  position: fixed;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  height: 100%;
  width: 70%;
  top: 0;
  right: 0;
  background-color: #BEECEB;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 3rem;
  -webkit-box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
          box-shadow: -10px 0px 11px -1px rgba(0, 0, 0, 0.75);
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  /* line 27, assets/sass/modules/_menu.scss */
  #mobile-navigation {
    width: 100%;
  }
}

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

/* line 54, assets/sass/modules/_menu.scss */
#mobile-navigation .block-button.cta {
  right: 95px !important;
  top: -35px;
}

/* line 58, assets/sass/modules/_menu.scss */
#mobile-navigation .block-button.cta a {
  background-color: #fff;
}

/* line 63, assets/sass/modules/_menu.scss */
#mobile-navigation header {
  overflow: visible;
  padding-bottom: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-top: 55px;
  left: 2rem;
}

/* line 72, assets/sass/modules/_menu.scss */
#mobile-navigation header .logo {
  display: block;
  position: relative;
}

@media (max-width: 37.5em) {
  /* line 72, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo {
    margin-top: 45px;
  }
  /* line 77, assets/sass/modules/_menu.scss */
  #mobile-navigation header .logo .custom-logo-link img {
    max-height: 70px;
  }
}

/* line 86, assets/sass/modules/_menu.scss */
#mobile-navigation header #mobile-navigation-close {
  position: absolute;
  right: 40px;
  top: -20px;
  background: transparent;
  border: 0;
}

/* line 92, assets/sass/modules/_menu.scss */
#mobile-navigation header #mobile-navigation-close span {
  font-size: 3rem;
  font-weight: 100;
  color: #000;
}

/* line 99, assets/sass/modules/_menu.scss */
#mobile-navigation .phone {
  font-size: 1.5em;
}

/* line 103, assets/sass/modules/_menu.scss */
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  padding: 0;
}

/* line 108, assets/sass/modules/_menu.scss */
#mobile-navigation li {
  padding: 20px 0 20px;
  border-bottom: 1px solid #00a299;
  position: relative;
}

/* line 113, assets/sass/modules/_menu.scss */
#mobile-navigation li span {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #00a299;
}

/* line 122, assets/sass/modules/_menu.scss */
#mobile-navigation li span:hover {
  cursor: pointer;
}

/* line 126, assets/sass/modules/_menu.scss */
#mobile-navigation li span.hide {
  display: none;
}

/* line 131, assets/sass/modules/_menu.scss */
#mobile-navigation li a {
  background: none;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 10px 2rem;
}

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

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

/* line 151, assets/sass/modules/_menu.scss */
#mobile-navigation li a:hover, #mobile-navigation li a:active, #mobile-navigation li a:focus {
  color: #333;
  font-weight: 400;
}

/* line 156, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  background-color: #fff;
}

/* line 163, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu li {
  border-bottom: 0;
  padding: 10px 0;
}

/* line 167, assets/sass/modules/_menu.scss */
#mobile-navigation li ul.sub-menu li a {
  color: #333;
  font-size: 1.3rem;
}

/* line 174, 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: #f15623 !important;
  font-weight: bold;
}

/* line 182, assets/sass/modules/_menu.scss */
#mobile-navigation li.menu-item-has-children {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 194, 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 201, assets/sass/modules/_menu.scss */
#mobile-navigation.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 209, assets/sass/modules/_menu.scss */
#mobileNav-link .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 221, assets/sass/modules/_menu.scss */
.light #mobileNav-link .line {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 2px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 233, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active .line {
  background-color: #333;
}

/* line 238, assets/sass/modules/_menu.scss */
#mobileNav-link:hover {
  cursor: pointer;
}

/* line 242, assets/sass/modules/_menu.scss */
.mobile-nav-underlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 256, assets/sass/modules/_menu.scss */
.mobile-nav-underlay.show {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 600px) {
  /* line 242, assets/sass/modules/_menu.scss */
  .mobile-nav-underlay {
    display: none;
  }
}

/* line 268, assets/sass/modules/_menu.scss */
.slide-in-bck-right {
  -webkit-animation: slide-in-bck-right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-bck-right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bck-right {
  0% {
    -webkit-transform: translateZ(700px) translateX(400px);
            transform: translateZ(700px) translateX(400px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes slide-in-bck-right {
  0% {
    -webkit-transform: translateZ(700px) translateX(400px);
            transform: translateZ(700px) translateX(400px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

/* line 285, assets/sass/modules/_menu.scss */
.slide-out-bck-left {
  -webkit-animation: slide-out-bck-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: slide-out-bck-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-bck-left {
  0% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(-1100px) translateX(-1000px);
            transform: translateZ(-1100px) translateX(-1000px);
  }
}

@keyframes slide-out-bck-left {
  0% {
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
  100% {
    -webkit-transform: translateZ(-1100px) translateX(-1000px);
            transform: translateZ(-1100px) translateX(-1000px);
  }
}

/* line 304, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 310, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active .line:nth-child(2) {
  width: 0px;
}

/* line 314, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active .line:nth-child(1),
#mobileNav-link.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* line 319, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

/* line 323, assets/sass/modules/_menu.scss */
#mobileNav-link.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
          transform: translateY(-5px) rotate(90deg);
}

/* line 2, assets/sass/modules/_events.scss */
#tribe-events a, #tribe-events-pg-template a {
  border: 0;
  color: #BEECEB;
}

/* line 6, assets/sass/modules/_events.scss */
#tribe-events a:hover, #tribe-events-pg-template a:hover {
  border: 0;
  color: #5bcfcd;
}

/* line 13, assets/sass/modules/_events.scss */
.tribe-events-gcal.tribe-events-button {
  padding-left: 30px;
}

/* line 17, assets/sass/modules/_events.scss */
.tribe-common-c-btn.tribe-events-c-search__button {
  background: #f15623;
  color: #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 26, assets/sass/modules/_events.scss */
.tribe-common-c-btn.tribe-events-c-search__button:hover {
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f15623;
  color: #fff;
}

/* line 34, assets/sass/modules/_events.scss */
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  background: transparent;
  color: #000;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  padding: 10px 20px;
  border-radius: 22px;
}

/* line 41, assets/sass/modules/_events.scss */
.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  /* line 47, assets/sass/modules/_events.scss */
  .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    display: none;
  }
}

/* line 57, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 2rem;
  text-transform: capitalize;
}

/* line 62, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum.tribe-common-h5.tribe-common-h4--min-medium {
  font-size: 2.5rem;
  font-weight: 800;
}

/* line 70, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 78, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-event-date-start, .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-event-date-end, .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-event-time {
  font-size: 1.313rem;
  font-weight: 300;
}

/* line 84, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

/* line 93, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-description p {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 300;
}

/* line 101, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-featured-image-link, .tooltipster-content a, .tribe-events-c-view-selector a {
  border-bottom: 0;
}

/* line 104, assets/sass/modules/_events.scss */
.tribe-events-calendar-list__event-featured-image-link:hover, .tooltipster-content a:hover, .tribe-events-c-view-selector a:hover {
  border-bottom: 0;
}

/* line 110, assets/sass/modules/_events.scss */
article.page#post-0 {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 110, assets/sass/modules/_events.scss */
  article.page#post-0 {
    padding: 50px 0;
  }
}

/* line 118, assets/sass/modules/_events.scss */
.intro-block + .tribe-events {
  margin-top: -100px;
}

@media screen and (max-width: 800px) {
  /* line 118, assets/sass/modules/_events.scss */
  .intro-block + .tribe-events {
    margin-top: -50px;
  }
}

/* line 126, assets/sass/modules/_events.scss */
article.page#post-0 + .intro-block {
  padding-top: 0;
}

/* line 1, assets/sass/modules/blocks/_map.scss */
.acf-map {
  max-height: 600px;
  height: 100%;
  width: 100%;
  min-height: 600px;
}

/* line 8, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw.gm-style-iw-c {
  left: 180px;
}

/* line 12, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw {
  width: 450px !important;
  background-color: #fff !important;
  color: #00a299 !important;
  height: 220px !important;
  overflow: hidden !important;
}

/* line 21, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d {
  background-color: #fff !important;
  overflow: hidden !important;
  padding: 20px 20px 20px 0 !important;
}

/* line 26, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 31, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d > div .photo {
  margin-right: 10px;
}

/* line 34, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d > div .photo img {
  max-width: 6rem;
}

/* line 40, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d h2 {
  color: #333 !important;
  font-size: 1.8rem;
}

/* line 45, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d p {
  color: #333 !important;
  font-weight: 300 !important;
  font-size: 1.2rem;
}

/* line 52, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d span a {
  color: #BEECEB !important;
  text-decoration: underline !important;
  font-size: 1.2rem;
  border-bottom: 0;
}

/* line 58, assets/sass/modules/blocks/_map.scss */
.acf-map .gm-style-iw-d span a:hover {
  text-decoration: none !important;
  border-bottom: 0;
}

/* line 1, assets/sass/modules/blocks/_intro-block.scss */
.intro-block {
  padding: 50px 0;
  text-align: center;
}

/* line 5, assets/sass/modules/blocks/_intro-block.scss */
.intro-block + .news-block {
  padding-top: 0;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block {
    padding: 50px 0;
  }
}

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

/* line 18, assets/sass/modules/blocks/_intro-block.scss */
.intro-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 18, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 18, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block h2 {
    font-size: 2.5rem;
  }
}

/* line 30, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

/* line 35, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content a {
  color: #00a299;
}

/* line 39, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content a:hover {
  text-decoration: underline;
}

/* line 44, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content p {
  font-weight: 300;
  margin-bottom: 20px !important;
}

/* line 52, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content ul li a {
  color: #6e273d !important;
  text-decoration: underline !important;
  border-bottom: 0 !important;
  font-weight: 600 !important;
  padding-bottom: 0;
  line-height: 1;
}

/* line 60, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-content ul li a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 800px) {
  /* line 30, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .block-content {
    width: 100%;
  }
}

@media (max-width: 37.5em) {
  /* line 30, assets/sass/modules/blocks/_intro-block.scss */
  .intro-block .block-content {
    padding: 15px 0;
  }
}

/* line 78, assets/sass/modules/blocks/_intro-block.scss */
.intro-block .block-button {
  margin-bottom: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, assets/sass/modules/blocks/_business-block.scss */
.business-block {
  padding: 100px 0;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_business-block.scss */
  .business-block {
    padding: 50px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/blocks/_business-block.scss */
  .business-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_business-block.scss */
  .business-block {
    padding: 50px 0;
  }
}

/* line 16, assets/sass/modules/blocks/_business-block.scss */
.business-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 16, assets/sass/modules/blocks/_business-block.scss */
  .business-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 16, assets/sass/modules/blocks/_business-block.scss */
  .business-block h2 {
    font-size: 2.5rem;
  }
}

/* line 28, assets/sass/modules/blocks/_business-block.scss */
.business-block .block-content {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

/* line 33, assets/sass/modules/blocks/_business-block.scss */
.business-block .block-content a {
  color: #00a299;
}

/* line 37, assets/sass/modules/blocks/_business-block.scss */
.business-block .block-content a:hover {
  text-decoration: underline;
}

/* line 42, assets/sass/modules/blocks/_business-block.scss */
.business-block .block-content p {
  font-weight: 300;
  margin-bottom: 20px !important;
  line-height: 1.3;
  font-size: 2rem;
}

@media screen and (max-width: 800px) {
  /* line 28, assets/sass/modules/blocks/_business-block.scss */
  .business-block .block-content {
    width: 100%;
  }
}

@media (max-width: 37.5em) {
  /* line 28, assets/sass/modules/blocks/_business-block.scss */
  .business-block .block-content {
    padding: 15px 0;
  }
}

/* line 60, assets/sass/modules/blocks/_business-block.scss */
.business-block .block-button {
  margin-bottom: 10px;
}

/* line 1, assets/sass/modules/blocks/_quote-block.scss */
.quote-block {
  padding: 100px 0;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block {
    padding: 50px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block {
    padding: 50px 0;
  }
}

/* line 16, assets/sass/modules/blocks/_quote-block.scss */
.quote-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 16, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 16, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block h2 {
    font-size: 2.5rem;
  }
}

/* line 28, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-content {
  text-align: center;
  margin: 0 auto;
  width: 70%;
}

/* line 33, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-content a {
  color: #00a299;
}

/* line 37, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-content a:hover {
  text-decoration: underline;
}

/* line 42, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-content p {
  font-weight: 300;
  margin-bottom: 20px !important;
  line-height: 1.5;
  font-size: 1.3rem;
}

@media screen and (max-width: 800px) {
  /* line 28, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block .block-content {
    width: 100%;
  }
}

@media (max-width: 37.5em) {
  /* line 28, assets/sass/modules/blocks/_quote-block.scss */
  .quote-block .block-content {
    padding: 15px 0;
  }
}

/* line 57, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-content span.name {
  font-weight: 800;
  font-size: 1.3rem;
}

/* line 65, assets/sass/modules/blocks/_quote-block.scss */
.quote-block .block-button {
  margin-bottom: 10px;
}

/* line 1, assets/sass/modules/blocks/_board-block.scss */
.board-block {
  padding: 100px 0;
  text-align: center;
}

/* line 5, assets/sass/modules/blocks/_board-block.scss */
.board-block h2 {
  margin: 20px 0;
  font-size: 4rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 5, assets/sass/modules/blocks/_board-block.scss */
  .board-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 5, assets/sass/modules/blocks/_board-block.scss */
  .board-block h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_board-block.scss */
  .board-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_board-block.scss */
  .board-block {
    padding: 50px 0;
  }
}

/* line 25, assets/sass/modules/blocks/_board-block.scss */
.board-block .board-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

/* line 32, assets/sass/modules/blocks/_board-block.scss */
.board-block .board-members .member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  margin: 20px 0px;
  display: grid;
}

@media screen and (max-width: 1138px) {
  /* line 32, assets/sass/modules/blocks/_board-block.scss */
  .board-block .board-members .member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  /* line 32, assets/sass/modules/blocks/_board-block.scss */
  .board-block .board-members .member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 47, assets/sass/modules/blocks/_board-block.scss */
.board-block .photo {
  max-width: 100%;
  height: 277px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1138px) {
  /* line 47, assets/sass/modules/blocks/_board-block.scss */
  .board-block .photo {
    height: 300px;
  }
}

@media screen and (max-width: 700px) {
  /* line 47, assets/sass/modules/blocks/_board-block.scss */
  .board-block .photo {
    min-height: 270px;
    max-height: 270px;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 47, assets/sass/modules/blocks/_board-block.scss */
  .board-block .photo {
    max-height: 300px;
    min-height: 300px;
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  /* line 47, assets/sass/modules/blocks/_board-block.scss */
  .board-block .photo {
    height: 450px;
  }
}

/* line 73, assets/sass/modules/blocks/_board-block.scss */
.board-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 79, assets/sass/modules/blocks/_board-block.scss */
.board-block .content {
  text-align: left;
}

/* line 81, assets/sass/modules/blocks/_board-block.scss */
.board-block .content h2 {
  margin: 20px 0 0;
  font-size: 2rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 81, assets/sass/modules/blocks/_board-block.scss */
  .board-block .content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 37.5em) {
  /* line 81, assets/sass/modules/blocks/_board-block.scss */
  .board-block .content h2 {
    font-size: 1.5rem;
  }
}

/* line 1, assets/sass/modules/blocks/_team-block.scss */
.team-block {
  padding: 100px 0;
}

/* line 6, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members h2.header {
  font-size: 3rem;
  margin-bottom: 40px;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 6, assets/sass/modules/blocks/_team-block.scss */
  .team-block .team-members h2.header {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
}

/* line 18, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-list {
  padding-left: 0 !important;
}

/* line 22, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-prev, .team-block .team-members .slick-next {
  display: inline-block;
  max-width: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0px;
  height: 32px;
  width: 32px;
  margin-top: 5px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media (max-width: 37.5em) {
  /* line 22, assets/sass/modules/blocks/_team-block.scss */
  .team-block .team-members .slick-prev, .team-block .team-members .slick-next {
    margin-bottom: 20px;
  }
}

/* line 39, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-prev img, .team-block .team-members .slick-next img {
  height: 32px;
}

/* line 44, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-prev:hover, .team-block .team-members .slick-next:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

/* line 50, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-prev {
  margin-left: 20px;
}

@media (max-width: 37.5em) {
  /* line 50, assets/sass/modules/blocks/_team-block.scss */
  .team-block .team-members .slick-prev {
    margin-left: 0px;
  }
}

/* line 58, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-next {
  margin-left: 10px;
  height: 31px;
}

/* line 63, assets/sass/modules/blocks/_team-block.scss */
.team-block .team-members .slick-track {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 71, assets/sass/modules/blocks/_team-block.scss */
.team-block .member {
  padding: 0 40px 0 0;
}

/* line 74, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .photo {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 300px;
  overflow: hidden;
}

/* line 81, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .photo a:hover {
  border-bottom: 0;
}

/* line 86, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 97, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .content {
  margin: 20px 0;
}

/* line 100, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .content h2 {
  font-size: 2rem;
}

@media (max-width: 37.5em) {
  /* line 100, assets/sass/modules/blocks/_team-block.scss */
  .team-block .member .content h2 {
    font-size: 1.8rem;
  }
}

/* line 108, assets/sass/modules/blocks/_team-block.scss */
.team-block .member .content .inner-content {
  line-height: 1.2;
  font-weight: 300;
  margin: 10px 0;
  font-size: 1.2rem;
}

@media (max-width: 37.5em) {
  /* line 108, assets/sass/modules/blocks/_team-block.scss */
  .team-block .member .content .inner-content {
    font-size: 1rem;
  }
}

/* line 123, assets/sass/modules/blocks/_team-block.scss */
.team-block .cpt.events .photo .block-button {
  position: relative;
  top: -110px;
  left: 30px;
}

/* line 128, assets/sass/modules/blocks/_team-block.scss */
.team-block .cpt.events .photo .block-button span {
  font-size: 1rem;
}

/* line 135, assets/sass/modules/blocks/_team-block.scss */
.team-block .cpt.events .photo:hover .block-button span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, assets/sass/modules/blocks/_logo-block.scss */
.logo-block {
  padding: 100px 0;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block {
    padding: 50px 0;
  }
}

/* line 14, assets/sass/modules/blocks/_logo-block.scss */
.logo-block h2 {
  margin: 20px 0 40px;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 14, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 14, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block h2 {
    font-size: 2.5rem;
  }
}

/* line 26, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* line 33, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(15% - 10px);
          flex: 0 0 calc(15% - 10px);
  margin: 20px 10px;
  display: block;
  position: relative;
  text-align: center;
}

/* line 40, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos .logo a {
  border-bottom: 0;
}

/* line 43, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos .logo a:hover {
  border-bottom: 0;
}

/* line 46, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos .logo a:hover img {
  top: -2px;
}

@media screen and (max-width: 1300px) {
  /* line 33, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media screen and (max-width: 1025px) {
  /* line 33, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 700px) {
  /* line 33, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media screen and (max-width: 600px) {
  /* line 33, assets/sass/modules/blocks/_logo-block.scss */
  .logo-block .logos .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 20px auto;
    text-align: center;
  }
}

/* line 70, assets/sass/modules/blocks/_logo-block.scss */
.logo-block .logos .logo img {
  max-width: 10rem;
  position: relative;
  top: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 1, assets/sass/modules/blocks/_materials-block.scss */
.materials-block {
  padding: 100px 0;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block {
    padding: 50px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block {
    padding: 50px 0;
  }
}

/* line 16, assets/sass/modules/blocks/_materials-block.scss */
.materials-block h2 {
  margin: 20px 0 40px;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 16, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 16, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block h2 {
    font-size: 2.5rem;
  }
}

/* line 29, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/* line 36, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 870px) {
  /* line 36, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block .materials .material {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  /* line 36, assets/sass/modules/blocks/_materials-block.scss */
  .materials-block .materials .material {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 51, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material a:hover {
  border-bottom: 0;
}

/* line 61, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material img, .materials-block .materials .material .title {
  display: inline-block;
}

/* line 65, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material img {
  margin-right: 10px;
  max-width: 2rem;
}

/* line 70, assets/sass/modules/blocks/_materials-block.scss */
.materials-block .materials .material .title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 1, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block {
  padding: 100px 0;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block {
    padding: 50px 0;
  }
}

@media (max-width: 37.5em) {
  /* line 1, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block {
    padding: 50px 0;
  }
}

/* line 13, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .block-heading {
  margin-bottom: 40px;
  font-size: 3rem;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 13, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .block-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 13, assets/sass/modules/blocks/_gallery-block.scss */
  .gallery-block .block-heading {
    font-size: 2.5rem;
  }
}

/* line 27, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .ug-thumb-overlay {
  display: none !important;
}

/* line 32, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper {
  overflow: hidden;
  -webkit-transition: 0.4s ease-in !important;
  transition: 0.4s ease-in !important;
}

/* line 36, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper img {
  -webkit-transition: 0.4s ease-in !important;
  transition: 0.4s ease-in !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 42, assets/sass/modules/blocks/_gallery-block.scss */
.gallery-block .ug-thumb-wrapper:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 1, assets/sass/modules/blocks/_video-block.scss */
.video-block {
  padding: 100px 0;
  text-align: center;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_video-block.scss */
  .video-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_video-block.scss */
  .video-block {
    padding: 50px 0;
  }
}

/* line 14, assets/sass/modules/blocks/_video-block.scss */
.video-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 14, assets/sass/modules/blocks/_video-block.scss */
  .video-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 14, assets/sass/modules/blocks/_video-block.scss */
  .video-block h2 {
    font-size: 2.5rem;
  }
}

/* line 28, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 34, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  z-index: 1;
}

/* line 40, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video:hover {
  cursor: pointer;
}

/* line 44, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 8rem;
}

@media screen and (max-width: 500px) {
  /* line 44, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video .play-button {
    max-width: 5rem;
  }
}

/* line 56, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video .video-id {
  width: 100%;
}

/* line 66, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row.two .video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
  /* line 71, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row.two .video .play-button {
    max-width: 5rem;
  }
}

@media screen and (max-width: 800px) {
  /* line 66, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row.two .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  /* line 79, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row.two .video .play-button {
    max-width: 8rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 85, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row.two .video .play-button {
    max-width: 5rem;
  }
}

/* line 93, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover {
  position: fixed;
  left: 50%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 660px;
  z-index: 100;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #000;
  padding: 40px 20px;
}

@media screen and (max-width: 1200px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 500px !important;
  }
}

@media screen and (max-height: 700px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 480px !important;
  }
}

@media screen and (max-height: 500px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 380px !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 460px !important;
  }
}

@media screen and (max-width: 750px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 420px !important;
  }
}

@media screen and (max-width: 700px) {
  /* line 93, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover {
    height: 360px !important;
    width: 95%;
  }
}

/* line 131, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover .video-frame iframe {
  height: 600px;
}

@media screen and (max-width: 1200px) {
  /* line 131, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover .video-frame iframe {
    height: 450px !important;
  }
}

@media screen and (max-height: 700px) {
  /* line 131, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover .video-frame iframe {
    height: 420px !important;
  }
}

@media screen and (max-height: 500px) {
  /* line 131, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover .video-frame iframe {
    height: 320px !important;
  }
}

@media screen and (max-width: 900px) {
  /* line 131, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover .video-frame iframe {
    height: 400px !important;
  }
}

@media screen and (max-width: 750px) {
  /* line 131, assets/sass/modules/blocks/_video-block.scss */
  .video-block .video-rows .video-row .video-popover .video-frame iframe {
    height: 300px !important;
  }
}

/* line 155, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover.close-video {
  top: 150%;
  visibility: hidden;
  opacity: 0;
}

/* line 162, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 172, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover .close:hover {
  cursor: pointer;
  background-color: #000;
  border-color: #fff;
}

/* line 177, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover .close:hover span {
  color: #fff;
}

/* line 182, assets/sass/modules/blocks/_video-block.scss */
.video-block .video-rows .video-row .video-popover .close span {
  color: #000;
  position: relative;
  top: -13px;
  left: -4px;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  /* line 1, assets/sass/modules/blocks/_photo-block.scss */
  .full-width-photo-block-wrapper {
    padding: 0px 1.5rem;
  }
  /* line 5, assets/sass/modules/blocks/_photo-block.scss */
  .full-width-photo-block-wrapper .row-right {
    padding: 50px 0;
  }
  /* line 9, assets/sass/modules/blocks/_photo-block.scss */
  .full-width-photo-block-wrapper .row-left {
    padding: 50px 0;
  }
}

/* line 15, assets/sass/modules/blocks/_photo-block.scss */
.photo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1000px) {
  /* line 15, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block {
    padding: 0 1.5rem;
    gap: 40px;
  }
}

/* line 31, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .photo {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(55% - 80px);
          flex: 0 0 calc(55% - 80px);
  overflow: hidden;
}

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

/* line 42, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 48, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .photo a {
  border-bottom: 0;
}

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

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

/* line 60, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content a {
  color: #00a299;
}

/* line 62, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content a:hover {
  text-decoration: underline;
}

/* line 67, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content {
  z-index: 1;
  position: relative;
  text-align: left;
}

/* line 73, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content ul {
  list-style-type: disc;
  font-weight: 300;
  padding: 0 20px;
}

@media screen and (max-width: 880px) {
  /* line 73, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .content .inner-content ul {
    padding-left: 20px;
  }
}

/* line 82, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 880px) {
  /* line 82, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block .content .inner-content ul li {
    padding-left: 0;
  }
}

/* line 91, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content ul li strong {
  font-weight: 600;
}

/* line 95, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content ul li a {
  color: #00a299 !important;
  text-decoration: underline;
  border-bottom: 0 !important;
  font-weight: 600;
}

/* line 101, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content ul li a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* line 109, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content p {
  font-weight: 200;
  font-size: 1.3rem;
}

/* line 113, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content p a {
  color: #00a299 !important;
  text-decoration: underline;
  border-bottom: 0 !important;
  font-weight: 600;
  word-break: break-all;
}

/* line 120, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content .inner-content p a:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* line 129, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .content h2 {
  text-align: left;
  padding: 0;
  line-height: 1.2;
}

/* line 137, assets/sass/modules/blocks/_photo-block.scss */
.photo-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 143, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block-button {
  display: inline-block;
}

/* line 145, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block-button a {
  text-decoration: none;
  color: #fff;
}

/* line 149, assets/sass/modules/blocks/_photo-block.scss */
.photo-block .block-button a:hover {
  color: #000;
  text-decoration: none;
}

/* line 166, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right {
  position: relative;
}

@media screen and (max-width: 1000px) {
  /* line 178, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .photo {
    orderr: 1;
  }
  /* line 182, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 185, assets/sass/modules/blocks/_photo-block.scss */
  .photo-block.right .content .inner-content {
    text-align: left;
  }
}

/* line 192, assets/sass/modules/blocks/_photo-block.scss */
.photo-block.right .inner-content {
  text-align: left;
}

/* line 1, assets/sass/modules/blocks/_press-block.scss */
.press-block {
  padding: 100px 0;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_press-block.scss */
  .press-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_press-block.scss */
  .press-block {
    padding: 50px 0;
  }
}

/* line 13, assets/sass/modules/blocks/_press-block.scss */
.press-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 13, assets/sass/modules/blocks/_press-block.scss */
  .press-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 13, assets/sass/modules/blocks/_press-block.scss */
  .press-block h2 {
    font-size: 2.5rem;
  }
}

/* line 26, assets/sass/modules/blocks/_press-block.scss */
.press-block a {
  border-bottom: 0 !important;
}

/* line 29, assets/sass/modules/blocks/_press-block.scss */
.press-block a:hover {
  border-bottom: 0 !important;
}

/* line 34, assets/sass/modules/blocks/_press-block.scss */
.press-block .news {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 42, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
  display: grid;
  margin: 20px 0;
}

@media screen and (max-width: 1210px) {
  /* line 42, assets/sass/modules/blocks/_press-block.scss */
  .press-block .news .post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

@media screen and (max-width: 650px) {
  /* line 42, assets/sass/modules/blocks/_press-block.scss */
  .press-block .news .post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 56, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .photo {
  width: 100%;
  max-height: 285px;
  height: 100%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  /* line 56, assets/sass/modules/blocks/_press-block.scss */
  .press-block .news .post .photo {
    max-height: 300px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 56, assets/sass/modules/blocks/_press-block.scss */
  .press-block .news .post .photo {
    max-height: 400px;
  }
}

/* line 71, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 81, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 89, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .content h2 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 20px 0 0;
}

/* line 95, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .content p {
  font-weight: 300;
  margin-bottom: 20px !important;
  font-size: 1.3rem;
  margin: 0;
}

/* line 102, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .content .block-button {
  margin: 20px 0 0;
}

/* line 105, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .content .block-button a {
  padding: 8px 30px;
  border: 1px solid #f15623 !important;
}

/* line 108, assets/sass/modules/blocks/_press-block.scss */
.press-block .news .post .content .block-button a:hover {
  border: 1px solid #f15623 !important;
}

/* line 1, assets/sass/modules/blocks/_contact-block.scss */
.contact-block {
  padding: 100px 0;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 1, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block {
    padding: 50px 0;
  }
}

/* line 12, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* line 19, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  background-color: #00a299;
  border-radius: 22px;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  padding: 50px;
  margin: 20px 0;
}

@media screen and (max-width: 1000px) {
  /* line 19, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-content .form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 33, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-form-fields-required, .contact-block .contact-content .form #nf-form-2-cont .nf-form-fields-required {
  display: none;
}

/* line 37, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-form-content, .contact-block .contact-content .form #nf-form-2-cont .nf-form-content {
  padding: 0 !important;
}

/* line 41, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-field-label, .contact-block .contact-content .form #nf-form-2-cont .nf-field-label {
  display: none;
}

/* line 45, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-field-container, .contact-block .contact-content .form #nf-form-2-cont .nf-field-container {
  margin-bottom: 0;
}

/* line 49, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont input[type="tel"], .contact-block .contact-content .form #nf-form-1-cont input[type="text"], .contact-block .contact-content .form #nf-form-1-cont input[type="email"], .contact-block .contact-content .form #nf-form-1-cont select, .contact-block .contact-content .form #nf-form-1-cont textarea, .contact-block .contact-content .form #nf-form-1-cont .listselect-wrap .nf-field-element div[for="nf-field-6"], .contact-block .contact-content .form #nf-form-2-cont input[type="tel"], .contact-block .contact-content .form #nf-form-2-cont input[type="text"], .contact-block .contact-content .form #nf-form-2-cont input[type="email"], .contact-block .contact-content .form #nf-form-2-cont select, .contact-block .contact-content .form #nf-form-2-cont textarea, .contact-block .contact-content .form #nf-form-2-cont .listselect-wrap .nf-field-element div[for="nf-field-6"] {
  border: 1px solid transparent !important;
  background-color: #fff;
  margin-bottom: 10px;
}

/* line 55, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-fu-fileinput-button, .contact-block .contact-content .form #nf-form-2-cont .nf-fu-fileinput-button {
  color: #00a299;
  background-color: #fff;
  padding: 10px;
  border-radius: 16px;
  font-size: 14px;
  border: 1px solid #00a299;
}

/* line 63, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-fu-fileinput-button:hover, .contact-block .contact-content .form #nf-form-2-cont .nf-fu-fileinput-button:hover {
  color: #fff;
  background: #00a299;
  cursor: pointer;
}

/* line 70, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-fu-button-cancel, .contact-block .contact-content .form #nf-form-2-cont .nf-fu-button-cancel {
  background: none;
  color: #333;
}

/* line 73, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-fu-button-cancel:hover, .contact-block .contact-content .form #nf-form-2-cont .nf-fu-button-cancel:hover {
  text-decoration: underline;
  background: none;
}

/* line 80, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .nf-fu-progress, .contact-block .contact-content .form #nf-form-2-cont .nf-fu-progress {
  background-color: #00a299;
  display: none;
}

/* line 86, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont .files_uploaded p, .contact-block .contact-content .form #nf-form-2-cont .files_uploaded p {
  font-size: 14px;
}

/* line 92, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont input[type="button"], .contact-block .contact-content .form #nf-form-2-cont input[type="button"] {
  padding: 0px 30px;
  height: 40px;
  border-radius: 0 !important;
  background: #f15623 !important;
  color: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  border-radius: 22px !important;
}

/* line 102, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .form #nf-form-1-cont input[type="button"]:hover, .contact-block .contact-content .form #nf-form-2-cont input[type="button"]:hover {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 111, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

@media screen and (max-width: 1000px) {
  /* line 111, assets/sass/modules/blocks/_contact-block.scss */
  .contact-block .contact-content .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

/* line 119, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .content h2 {
  margin: 20px 0;
  font-size: 2rem;
  font-weight: 600;
}

/* line 125, assets/sass/modules/blocks/_contact-block.scss */
.contact-block .contact-content .content p {
  font-weight: 300;
  line-height: 1.5;
}

/* line 5, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 5, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location {
    padding: 50px 0;
  }
}

/* line 17, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location.left .row-left {
  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;
}

@media screen and (max-width: 1000px) {
  /* line 17, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location.left .row-left {
    display: block;
    padding-left: 1.5rem;
  }
}

/* line 27, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location.left .photo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 32, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location.left .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 80px;
}

@media screen and (max-width: 1000px) {
  /* line 32, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location.left .content {
    padding-left: 0;
  }
}

/* line 43, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location.right .row-right {
  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;
}

@media screen and (max-width: 1000px) {
  /* line 43, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location.right .row-right {
    display: block;
    padding-right: 1.5rem;
  }
}

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

/* line 58, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location.right .content {
  padding-right: 80px;
}

@media screen and (max-width: 1000px) {
  /* line 58, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location.right .content {
    padding-right: 0;
  }
}

/* line 67, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

@media screen and (max-width: 1000px) {
  /* line 67, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 75, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .photo a:hover {
  border-bottom: 0;
}

/* line 80, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .photo img {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 85, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

@media screen and (max-width: 1000px) {
  /* line 85, assets/sass/modules/blocks/_locations-block.scss */
  .locations-block .locations .location .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 94, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

/* line 100, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .phone {
  margin-bottom: 10px;
}

/* line 106, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .address a {
  text-decoration: none;
  color: #000 !important;
}

/* line 110, assets/sass/modules/blocks/_locations-block.scss */
.locations-block .locations .location .address a:hover {
  text-decoration: underline !important;
}

/* line 3, assets/sass/modules/blocks/_news-location-block.scss */
.news-location-block.cpt-carousel-block .cpts .header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/* line 9, assets/sass/modules/blocks/_news-location-block.scss */
.news-location-block.cpt-carousel-block .cpts .header .block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

/* line 13, assets/sass/modules/blocks/_news-location-block.scss */
.news-location-block.cpt-carousel-block .cpts .header .block-button a {
  font-size: 1rem;
  display: inline-block;
}

/* line 1, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block {
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  /* line 1, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block {
    padding: 50px 0;
  }
}

/* line 8, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block h2.header {
  font-size: 3rem;
  margin-bottom: 40px;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 8, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block h2.header {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
}

/* line 22, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 40px;
}

@media screen and (max-width: 880px) {
  /* line 22, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event {
    display: block;
    margin-bottom: 60px;
  }
}

/* line 33, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event a {
  border-bottom: 0;
}

/* line 36, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event a:hover {
  border-bottom: 0;
}

/* line 41, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .date {
  text-align: center;
  padding-right: 30px;
}

@media screen and (max-width: 880px) {
  /* line 41, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event .date {
    text-align: left;
    margin-bottom: 20px;
  }
}

/* line 50, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .date .day-name {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 880px) {
  /* line 50, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event .date .day-name {
    display: inline-block;
  }
}

/* line 61, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .date .day-day {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (max-width: 880px) {
  /* line 61, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event .date .day-day {
    display: inline-block;
  }
}

/* line 72, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 78, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .photo img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media screen and (max-width: 880px) {
  /* line 72, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event .photo {
    margin-bottom: 10px;
  }
}

/* line 91, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 97, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-left: 40px;
}

@media screen and (max-width: 1080px) {
  /* line 97, assets/sass/modules/blocks/_event-location-block.scss */
  .events-location-block .events .event .content {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

/* line 104, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .content h2 {
  font-size: 2.25rem;
}

/* line 108, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .event .content .inner-content {
  font-size: 1rem;
  line-height: 1.5;
}

/* line 116, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}

/* line 122, assets/sass/modules/blocks/_event-location-block.scss */
.events-location-block .events .tribe-events-calendar-list__event-venue-address {
  font-size: 14px;
  font-style: normal;
}

/* line 1, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block {
  padding: 50px 0;
}

/* line 4, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider {
  padding: 0 100px;
}

@media screen and (max-width: 1440px) {
  /* line 4, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider {
    padding: 0 50px;
  }
}

@media screen and (max-width: 500px) {
  /* line 4, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider {
    padding: 0 0px;
  }
}

/* line 17, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .row {
  display: grid;
  grid-template-columns: 620px auto;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  /* line 17, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .row {
    grid-template-columns: 550px auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media screen and (max-width: 1030px) {
  /* line 17, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .row {
    font-size: 4rem;
    text-align: center;
  }
}

/* line 42, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1030px) {
  /* line 42, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  /* line 42, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  /* line 56, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .icon {
    margin: 0 auto;
  }
}

/* line 60, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .icon img {
  max-width: 8rem;
}

@media screen and (max-width: 600px) {
  /* line 60, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .icon img {
    max-width: 6rem;
  }
}

/* line 69, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat {
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  /* line 69, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat {
    padding: 0;
  }
}

/* line 75, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat p {
  font-size: 6rem;
  font-weight: 900;
}

@media screen and (max-width: 1440px) {
  /* line 75, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat p {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 760px) {
  /* line 75, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat p {
    font-size: 5rem;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  /* line 75, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .icon-stat-wrapper .stat p {
    font-size: 4rem;
    text-align: center;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1060px) {
  /* line 97, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .content {
    text-align: center;
  }
}

/* line 102, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .content h2 {
  margin: 0 0 20px;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 760px) {
  /* line 102, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .stat-slider .stat-wrapper .content h2 {
    text-align: center;
  }
}

/* line 112, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .stat-slider .stat-wrapper .content .inner-content p {
  font-weight: 200;
}

/* line 123, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider {
  outline: 0;
  position: relative;
}

/* line 127, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-prev, .stat-slider-block .slick-slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  height: 32px;
  width: 32px;
  margin-top: 5px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 140, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-prev:hover, .stat-slider-block .slick-slider .slick-next:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 145, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-prev img, .stat-slider-block .slick-slider .slick-next img {
  max-width: 2rem;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 148, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-prev img:hover, .stat-slider-block .slick-slider .slick-next img:hover {
  cursor: pointer;
}

/* line 154, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-prev {
  left: 50px;
}

@media screen and (max-width: 600px) {
  /* line 154, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .slick-slider .slick-prev {
    left: 25px;
  }
}

/* line 162, assets/sass/modules/blocks/_stat-slider-block.scss */
.stat-slider-block .slick-slider .slick-next {
  right: 30px;
  height: 31px;
}

@media screen and (max-width: 600px) {
  /* line 162, assets/sass/modules/blocks/_stat-slider-block.scss */
  .stat-slider-block .slick-slider .slick-next {
    right: 6px;
  }
}

/* line 175, assets/sass/modules/blocks/_stat-slider-block.scss */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block {
  padding: 100px 0;
  background-color: #BEECEB;
}

/* line 7, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts h2.header {
  font-size: 3rem;
  margin-bottom: 40px;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 7, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpts h2.header {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

/* line 18, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-list {
  width: 100% !important;
  padding: 0 20% 0 0 !important;
}

/* line 24, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-arrows {
  padding: 0.5rem 2.5rem 0 0;
}

@media screen and (min-width: 600px) {
  /* line 24, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpts .slick-arrows {
    padding: 1rem 2.5rem 0 0;
  }
}

/* line 32, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-prev, .cpt-carousel-block .cpts .slick-next {
  display: inline-block;
  max-width: 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  position: relative;
  top: 0px;
  height: 32px;
  width: 32px;
  margin-top: 5px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

@media (max-width: 37.5em) {
  /* line 32, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpts .slick-prev, .cpt-carousel-block .cpts .slick-next {
    margin-bottom: 20px;
  }
}

/* line 48, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-prev img, .cpt-carousel-block .cpts .slick-next img {
  height: 32px;
}

/* line 52, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-prev:hover, .cpt-carousel-block .cpts .slick-next:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

/* line 58, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-prev {
  margin-left: 20px;
}

@media (max-width: 37.5em) {
  /* line 58, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpts .slick-prev {
    margin-left: 0px;
  }
}

/* line 66, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-next {
  margin-left: 10px;
}

/* line 70, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpts .slick-track {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 769px) {
  /* line 76, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpts .last-slide {
    display: none;
  }
}

/* line 84, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news, .cpt-carousel-block .cpt.events {
  padding: 0 40px 0 0;
}

/* line 91, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .photo, .cpt-carousel-block .cpt.events .photo {
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 91, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpt.news .photo, .cpt-carousel-block .cpt.events .photo {
    height: 250px;
  }
}

/* line 102, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .photo a:hover, .cpt-carousel-block .cpt.events .photo a:hover {
  border-bottom: 0;
}

/* line 105, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .photo a:hover img, .cpt-carousel-block .cpt.events .photo a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 111, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .photo img, .cpt-carousel-block .cpt.events .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/* line 121, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .content, .cpt-carousel-block .cpt.events .content {
  margin: 20px 0;
}

/* line 124, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .content h2, .cpt-carousel-block .cpt.events .content h2 {
  font-size: 1.6rem;
}

@media (max-width: 37.5em) {
  /* line 124, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpt.news .content h2, .cpt-carousel-block .cpt.events .content h2 {
    font-size: 1.5rem;
  }
}

/* line 132, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .content .inner-content, .cpt-carousel-block .cpt.events .content .inner-content {
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0;
  font-size: 0.93rem;
}

@media (max-width: 37.5em) {
  /* line 132, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .cpt-carousel-block .cpt.news .content .inner-content, .cpt-carousel-block .cpt.events .content .inner-content {
    font-size: 1rem;
  }
}

/* line 147, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.news .content h2 {
  font-size: 1.6rem;
}

/* line 155, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .photo .block-button {
  position: relative;
  top: -90px;
  left: 30px;
}

/* line 160, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .photo .block-button span {
  font-size: 1rem;
}

/* line 167, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .photo:hover .block-button span {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 174, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .event-datetime {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.2;
  color: #333;
  margin: 0 0 5px;
}

/* line 182, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold {
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
}

/* line 188, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.cpt-carousel-block .cpt.events .tribe-events-calendar-list__event-venue-address {
  font-size: 14px;
  font-style: normal;
}

/* line 195, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.carousel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 200, assets/sass/modules/blocks/_cpt-carousel-block.scss */
.carousel-header h2 {
  margin-right: 1rem;
}

@media screen and (max-width: 600px) {
  /* line 204, assets/sass/modules/blocks/_cpt-carousel-block.scss */
  .carousel-header .block-button {
    margin-top: 0.75rem;
  }
}

/* line 2, assets/sass/modules/blocks/_news-block.scss */
.news-filter ul, .news-block ul {
  padding: 0;
}

/* line 7, assets/sass/modules/blocks/_news-block.scss */
.news-block {
  padding: 100px 0;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 7, assets/sass/modules/blocks/_news-block.scss */
  .news-block {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 7, assets/sass/modules/blocks/_news-block.scss */
  .news-block {
    padding: 50px 0;
  }
}

/* line 19, assets/sass/modules/blocks/_news-block.scss */
.news-block h2 {
  margin: 20px 0;
  font-size: 3rem;
}

@media (min-width: 37.5em) and (max-width: 64.25em) {
  /* line 19, assets/sass/modules/blocks/_news-block.scss */
  .news-block h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 37.5em) {
  /* line 19, assets/sass/modules/blocks/_news-block.scss */
  .news-block h2 {
    font-size: 2.5rem;
  }
}

/* line 32, assets/sass/modules/blocks/_news-block.scss */
.news-block a {
  border-bottom: 0 !important;
}

/* line 35, assets/sass/modules/blocks/_news-block.scss */
.news-block a:hover {
  border-bottom: 0 !important;
}

/* line 40, assets/sass/modules/blocks/_news-block.scss */
.news-block .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

/* line 47, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  display: grid;
  margin: 20px 0;
}

@media screen and (max-width: 1210px) {
  /* line 47, assets/sass/modules/blocks/_news-block.scss */
  .news-block .news .post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 650px) {
  /* line 47, assets/sass/modules/blocks/_news-block.scss */
  .news-block .news .post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* line 62, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .photo {
  width: 100%;
  max-height: 285px;
  min-height: 285px;
  height: 100%;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  /* line 62, assets/sass/modules/blocks/_news-block.scss */
  .news-block .news .post .photo {
    max-height: 300px;
    min-height: 300px;
  }
}

/* line 75, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 25%;
     object-position: 0% 25%;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* line 85, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .photo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 93, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .content h2 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 20px 0 0;
}

/* line 99, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .content p {
  font-weight: 300;
  margin-bottom: 20px !important;
  line-height: 2;
  font-size: 1.3rem;
  margin: 0;
}

/* line 107, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .content .block-button {
  margin: 20px 0 0;
}

/* line 110, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .content .block-button a {
  padding: 8px 30px;
  border: 1px solid #f15623 !important;
}

/* line 113, assets/sass/modules/blocks/_news-block.scss */
.news-block .news .post .content .block-button a:hover {
  border: 1px solid #f15623 !important;
}

/* line 130, assets/sass/modules/blocks/_news-block.scss */
.news-block .pagination .wp-pagenavi {
  padding: 10px 0;
  text-align: center;
  margin: 20px 0;
}

/* line 135, assets/sass/modules/blocks/_news-block.scss */
.news-block .pagination .wp-pagenavi .current {
  border-radius: 50%;
  border: 1px solid #BEECEB;
  background: #BEECEB;
  padding: 5px 15px;
  height: 40px !important;
  width: 40px !important;
  font-weight: 400;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
}

/* line 147, assets/sass/modules/blocks/_news-block.scss */
.news-block .pagination .wp-pagenavi .page {
  border-radius: 50%;
  padding: 5px 13px;
  height: 40px !important;
  width: 40px !important;
  margin: 0 5px;
  font-weight: 400;
  border-color: transparent !important;
}

/* line 156, assets/sass/modules/blocks/_news-block.scss */
.news-block .pagination .wp-pagenavi .page:hover {
  border: 1px solid #BEECEB;
  border-bottom: 1px solid #BEECEB;
  background: #BEECEB;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 164, assets/sass/modules/blocks/_news-block.scss */
.news-block .pagination .wp-pagenavi .nextpostslink, .news-block .pagination .wp-pagenavi .previouspostslink {
  border-radius: 50%;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 2px 12px;
  position: relative;
  top: 2px;
  border: 0;
  border-bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, assets/sass/modules/blocks/_content-block.scss */
.content-block {
  padding: 100px 0;
  position: relative;
}

@media screen and (max-width: 700px) {
  /* line 1, assets/sass/modules/blocks/_content-block.scss */
  .content-block {
    padding: 50px 0;
  }
}

/* line 10, assets/sass/modules/blocks/_content-block.scss */
.content-block h2 {
  font-size: 3rem;
  margin-bottom: 40px;
  display: inline-block;
}

@media (max-width: 37.5em) {
  /* line 10, assets/sass/modules/blocks/_content-block.scss */
  .content-block h2 {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
  }
}

/* line 23, assets/sass/modules/blocks/_content-block.scss */
.content-block p {
  line-height: 1.5;
  font-weight: 300;
}

/* line 32, assets/sass/modules/blocks/_content-block.scss */
.content-block .content ul {
  padding: 0;
  padding-left: 20px;
}

/* line 36, assets/sass/modules/blocks/_content-block.scss */
.content-block .content ul li {
  line-height: 1.5;
  padding-left: 20px;
}

/* line 40, assets/sass/modules/blocks/_content-block.scss */
.content-block .content ul li a {
  color: #6e273d !important;
  text-decoration: underline !important;
  border-bottom: 0 !important;
  font-weight: 600 !important;
  padding-bottom: 0;
  line-height: 1;
}

/* line 48, assets/sass/modules/blocks/_content-block.scss */
.content-block .content ul li a:hover {
  text-decoration: none !important;
}

/* line 56, assets/sass/modules/blocks/_content-block.scss */
.content-block .content.two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

/* line 58, assets/sass/modules/blocks/_content-block.scss */
.content-block .content.two p:nth-of-type(1), .content-block .content.two p:nth-of-type(2) {
  padding-right: 20px;
}

@media screen and (max-width: 600px) {
  /* line 56, assets/sass/modules/blocks/_content-block.scss */
  .content-block .content.two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

/* line 67, assets/sass/modules/blocks/_content-block.scss */
.content-block .content .block-buttons {
  display: inline-block;
}

/* line 70, assets/sass/modules/blocks/_content-block.scss */
.content-block .content .block-buttons .block-button {
  display: inline-block;
}

/* line 77, assets/sass/modules/blocks/_content-block.scss */
.content-block + div[class*="-block"] {
  padding-top: 0;
}
