/* compiled by scssphp v0.6.3 on Tue, 06 Feb 2024 13:07:46 +0100 (0.0831s) */

/**
 * STYLE.SCSS
 * ==============
 *
 * This is the main entrypoint for the SASS stylesheets. This is the only file that gets included in Wordpress.
 *
 * Do not put any CSS in this file! Only use this file to include other files.
 *
 * ==============
 *
 * Use the following folders:
 *
 * includes/
 *   This folder should keep files that are used throughout the project, for instance the variables or mixins.
 *
 * templates/
 *   This folder should include files for returning instances for the project:
 *   templates/menu.scss or templates/sidebar.scss
 *
 * modules/
 *   This folder should include files for each page or type of page, for instance:
 *   modules/homepage.scss or modules/archive-posts.php
 *
 *  components/
 *    This folder should include files that are reused through multiple modules, for instance a masonry element or gravity forms styling.
 *    These files should be project-based.
 *
 * ==============
 * KEEP THIS FILE CLEAN!
 */
/**
 * Browser resets
 */
/* line 1, sass/includes/base.scss */
html #root {
  /**
   * Typography
   */
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 18px;
  /**
   * Icons
   */
  /**
   * Colors
   */
  /**
   * Grid/Flexbox
   */
  /**
   * Generic
   */
  /**
   * Images
   */
}
/* line 5, sass/includes/base.scss */
html #root ::selection, html #root ::-moz-selection {
  color: white;
  background: rgba(196, 196, 196, 0.7);
}
/* line 11, sass/includes/base.scss */
html #root [aria-hidden="true"] {
  display: none;
}
/* line 15, sass/includes/base.scss */
html #root h1, html #root h2, html #root h3, html #root h4, html #root h5, html #root h6 {
  margin: 0;
}
/* line 30, sass/includes/base.scss */
/* line 31, sass/includes/base.scss */
html #root p a {
  color: #0c3c1e;
}
/* line 35, sass/includes/base.scss */
html #root p i, html #root p em, html #root p cite {
  font-style: oblique;
}
/* line 41, sass/includes/base.scss */
html #root p b, html #root p strong {
  font-weight: 700;
}
/* line 47, sass/includes/base.scss */
html #root a[class], html #root a[id] {
  display: block;
  text-decoration: none;
}
/* line 53, sass/includes/base.scss */
html #root ul[class], html #root ul[id] {
  list-style-type: none;
}
/* line 58, sass/includes/base.scss */
html #root .text-left {
  text-align: left;
}
/* line 62, sass/includes/base.scss */
html #root .text-center {
  text-align: center;
}
/* line 66, sass/includes/base.scss */
html #root .text-right {
  text-align: right;
}
/* line 73, sass/includes/base.scss */
html #root .icon {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: sub;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
/* line 87, sass/includes/base.scss */
html #root .background-main {
  background-color: #0c3c1e;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-main {
  border-color: #0c3c1e;
}
/* line 105, sass/includes/base.scss */
html #root .text-main {
  color: #0c3c1e;
}
/* line 87, sass/includes/base.scss */
html #root .background-secondary {
  background-color: #ddbe00;
}
/* line 101, sass/includes/base.scss */
html #root .border-secondary {
  border-color: #ddbe00;
}
/* line 105, sass/includes/base.scss */
html #root .text-secondary {
  color: #ddbe00;
}
/* line 87, sass/includes/base.scss */
html #root .background-accent {
  background-color: #e7ece9;
  color: #000;
}
/* line 101, sass/includes/base.scss */
html #root .border-accent {
  border-color: #e7ece9;
}
/* line 105, sass/includes/base.scss */
html #root .text-accent {
  color: #e7ece9;
}
/* line 87, sass/includes/base.scss */
html #root .background-text {
  background-color: #000;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-text {
  border-color: #000;
}
/* line 105, sass/includes/base.scss */
html #root .text-text {
  color: #000;
}
/* line 87, sass/includes/base.scss */
html #root .background-black {
  background-color: #000;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-black {
  border-color: #000;
}
/* line 105, sass/includes/base.scss */
html #root .text-black {
  color: #000;
}
/* line 87, sass/includes/base.scss */
html #root .background-white {
  background-color: #fff;
  color: #000;
}
/* line 101, sass/includes/base.scss */
html #root .border-white {
  border-color: #fff;
}
/* line 105, sass/includes/base.scss */
html #root .text-white {
  color: #fff;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey1 {
  background-color: #4b4b4b;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey1 {
  border-color: #4b4b4b;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey1 {
  color: #4b4b4b;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey2 {
  background-color: #636363;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey2 {
  border-color: #636363;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey2 {
  color: #636363;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey3 {
  background-color: #7a7a7a;
  color: #fff;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey3 {
  border-color: #7a7a7a;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey3 {
  color: #7a7a7a;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey4 {
  background-color: #909090;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey4 {
  border-color: #909090;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey4 {
  color: #909090;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey5 {
  background-color: #c4c4c4;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey5 {
  border-color: #c4c4c4;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey5 {
  color: #c4c4c4;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey6 {
  background-color: #d2d2d2;
  color: #000;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey6 {
  border-color: #d2d2d2;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey6 {
  color: #d2d2d2;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey7 {
  background-color: #e4e4e4;
  color: #000;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey7 {
  border-color: #e4e4e4;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey7 {
  color: #e4e4e4;
}
/* line 87, sass/includes/base.scss */
html #root .background-grey8 {
  background-color: #f1f1f1;
  color: #000;
}
/* line 101, sass/includes/base.scss */
html #root .border-grey8 {
  border-color: #f1f1f1;
}
/* line 105, sass/includes/base.scss */
html #root .text-grey8 {
  color: #f1f1f1;
}
/* line 113, sass/includes/base.scss */
html #root .column {
  position: relative;
  margin: 17.5px;
}
/* line 117, sass/includes/base.scss */
html #root .column.full {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(100% - (17.5px * 2));
  max-width: calc(100% - (17.5px * 2));
}
/* line 123, sass/includes/base.scss */
html #root .column.one-half {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(50% - (17.5px * 2));
  max-width: calc(50% - (17.5px * 2));
}
/* line 129, sass/includes/base.scss */
html #root .column.one-third {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(33.333% - (17.5px * 2));
  max-width: calc(33.333% - (17.5px * 2));
}
/* line 135, sass/includes/base.scss */
html #root .column.two-third {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: calc(66.667% - (17.5px * 2));
  max-width: calc(66.667% - (17.5px * 2));
}
/* line 141, sass/includes/base.scss */
html #root .column.one-fourth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(25% - (17.5px * 2));
  max-width: calc(25% - (17.5px * 2));
}
/* line 147, sass/includes/base.scss */
html #root .column.three-fourth {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: calc(75% - (17.5px * 2));
  max-width: calc(75% - (17.5px * 2));
}
/* line 153, sass/includes/base.scss */
html #root .column.one-fifth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(20% - (17.5px * 2));
  max-width: calc(20% - (17.5px * 2));
}
/* line 159, sass/includes/base.scss */
html #root .column.two-fifth {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  min-width: calc(40% - (17.5px * 2));
  max-width: calc(40% - (17.5px * 2));
}
/* line 165, sass/includes/base.scss */
html #root .column.three-fifth {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: calc(60% - (17.5px * 2));
  max-width: calc(60% - (17.5px * 2));
}
/* line 171, sass/includes/base.scss */
html #root .column.fourth-fifth {
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  min-width: calc(80% - (17.5px * 2));
  max-width: calc(80% - (17.5px * 2));
}
/* line 177, sass/includes/base.scss */
html #root .column.one-sixth {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(16.666% - (17.5px * 2));
  max-width: calc(16.666% - (17.5px * 2));
}
/* line 183, sass/includes/base.scss */
html #root .column.five-sixth {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  min-width: calc(83.333% - (17.5px * 2));
  max-width: calc(83.333% - (17.5px * 2));
}
/* line 190, sass/includes/base.scss */
html #root #main .container, html #root .grid-container, html #root .tab-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + (17.5px * 2));
  margin: -17.5px;
}
/* line 199, sass/includes/base.scss */
html #root #main .container {
  margin-left: auto;
  margin-right: auto;
}
/* line 207, sass/includes/base.scss */
html #root .full-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
/* line 217, sass/includes/base.scss */
html #root .button[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 224, sass/includes/base.scss */
html #root [role="img"][style*="background-image"] {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  background-size: cover;
}
/* line 237, sass/includes/base.scss */
html #root .image-container, html #root .entry-image {
  position: relative;
  overflow: hidden;
}
/* line 242, sass/includes/base.scss */
html #root .image-container.cover img, html #root .entry-image.cover img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 253, sass/includes/base.scss */
html #root .image-container.contain img, html #root .entry-image.contain img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 1, sass/includes/layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7, sass/includes/layout.scss */
/* line 8, sass/includes/layout.scss */
html #root.logged-in.admin-bar #header {
  margin-top: 32px !important;
}
/* line 13, sass/includes/layout.scss */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
/* line 21, sass/includes/layout.scss */
/* line 22, sass/includes/layout.scss */
html #root #main {
  padding-top: 80px;
}
/* line 26, sass/includes/layout.scss */
html #root .section {
  position: relative;
  display: block;
  width: 100%;
}
/* line 32, sass/includes/layout.scss */
html #root .container, html #root .boxed {
  margin: 0 auto;
  position: relative;
  clear: both;
  max-width: 1327px;
}
@media only screen and (max-width: 1139px) {
  html #root .container, html #root .boxed {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 479px) {
  html #root .container, html #root .boxed {
    padding: 0 5%;
  }
}
/* line 49, sass/includes/layout.scss */
html #root .container.full-size {
  padding: 0;
  max-width: 100%;
}
/* line 54, sass/includes/layout.scss */
html #root .boxed {
  max-width: 1327px;
}
/* line 57, sass/includes/layout.scss */
html #root .boxed .container {
  max-width: 100%;
  padding: 0 50px;
}
@media only screen and (max-width: 1139px) {
  html #root .boxed .container {
    padding: 0 0;
  }
}
@media only screen and (max-width: 479px) {
  html #root .boxed .container {
    padding: 0 0;
  }
}
/* line 1, sass/includes/accessibility.scss */
/* line 2, sass/includes/accessibility.scss */
html #root [aria-hidden="true"] {
  display: none;
}
/* line 6, sass/includes/accessibility.scss */
html #root .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
/* line 18, sass/includes/accessibility.scss */
/* line 19, sass/includes/accessibility.scss */
html #root .sr-only-focusable:active, html #root .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* line 30, sass/includes/accessibility.scss */
/* line 31, sass/includes/accessibility.scss */
html #root:not(.is-tabbing) :focus {
  outline: 0;
}
/* line 36, sass/includes/accessibility.scss */
html #root .skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 100000;
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 15px 23px 14px;
  color: #000;
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 0.8rem;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
/* line 54, sass/includes/accessibility.scss */
html #root .skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
}
@media (prefers-reduced-motion: reduce) {
  /* line 61, sass/includes/accessibility.scss */
  html #root * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* line 1, sass/components/menu.scss */
/* line 2, sass/components/menu.scss */
html #root #header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
@media only screen and (max-height: 550px) {
  html #root #header {
    position: absolute;
  }
}
/* line 12, sass/components/menu.scss */
html #root #header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
/* line 19, sass/components/menu.scss */
html #root #header nav, html #root #header ul.menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
/* line 27, sass/components/menu.scss */
html #root #header .menu-item {
  position: relative;
}
/* line 30, sass/components/menu.scss */
html #root #header .menu-item > a {
  display: block;
  white-space: nowrap;
}
/* line 35, sass/components/menu.scss */
html #root #header .menu-item .sub-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
}
/* line 46, sass/components/menu.scss */
html #root #header .menu-item:not(:hover) > .sub-menu:not(.open) {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
@-webkit-keyframes vibrate {
  /* line 2, sass/components/form.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 6, sass/components/form.scss */
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  /* line 10, sass/components/form.scss */
  40% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  /* line 14, sass/components/form.scss */
  60% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  /* line 18, sass/components/form.scss */
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  /* line 22, sass/components/form.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes vibrate {
  /* line 2, sass/components/form.scss */
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 6, sass/components/form.scss */
  20% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  /* line 10, sass/components/form.scss */
  40% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  /* line 14, sass/components/form.scss */
  60% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  /* line 18, sass/components/form.scss */
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  /* line 22, sass/components/form.scss */
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 27, sass/components/form.scss */
html {
  /* Chrome/Opera/Safari */
}
/* line 28, sass/components/form.scss */
html ::-webkit-input-placeholder {
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
/* line 32, sass/components/form.scss */
html ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
/* line 36, sass/components/form.scss */
html :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
/* line 40, sass/components/form.scss */
html :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
/* line 45, sass/components/form.scss */
html .gfield_error {
  -webkit-animation: vibrate 0.3s linear 2 both;
  animation: vibrate 0.3s linear 2 both;
}
/* line 1, sass/components/footer.scss */
/* line 2, sass/components/footer.scss */
html #root #site-footer {
  border-top: 1px solid #eee;
}
/* line 5, sass/components/footer.scss */
/* line 6, sass/components/footer.scss */
html #root footer#socket .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
/* line 11, sass/components/footer.scss */
html #root footer#socket .container ul.menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 20, sass/components/footer.scss */
/* line 151, sass/includes/mixins.scss */
html #root footer#socket .copyright {
  font-size: 12px;
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
@media screen and (min-width: 359px) {
  html #root footer#socket .copyright {
    font-size: calc(12px + 2 *
                        (
                            (100vw - 359px) / 780
                        ));
    font-weight: 500;
    line-height: 1.71429;
  }
}
@media screen and (min-width: 1139px) {
  html #root footer#socket .copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
  }
}
/* line 30, sass/components/footer.scss */
html #root footer#socket .menu-item {
  list-style-type: none;
}
/* line 33, sass/components/footer.scss */
html #root footer#socket .menu-item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 16px 12px;
}
/* line 151, sass/includes/mixins.scss */
html #root footer#socket .menu-item a {
  font-size: 12px;
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
@media screen and (min-width: 359px) {
  html #root footer#socket .menu-item a {
    font-size: calc(12px + 2 *
                        (
                            (100vw - 359px) / 780
                        ));
    font-weight: 500;
    line-height: 1.71429;
  }
}
@media screen and (min-width: 1139px) {
  html #root footer#socket .menu-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71429;
  }
}
/* line 1, sass/components/video-player.scss */
/* line 2, sass/components/video-player.scss */
/* line 4, sass/components/video-player.scss */
html #root .plyr.plyr--full-ui.plyr--video .plyr__poster {
  background-size: cover;
  background-position: center;
}
/* line 18, sass/components/video-player.scss */
html #root .plyr.plyr--full-ui.plyr--video .plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px rgba(12, 60, 30, 0.5);
  box-shadow: 0 0 0 5px rgba(12, 60, 30, 0.5);
  background: #0c3c1e;
}
/* line 23, sass/components/video-player.scss */
html #root .plyr.plyr--full-ui.plyr--video .plyr__control--overlaid, html #root .plyr.plyr--full-ui.plyr--video .plyr__control:hover {
  background: rgba(12, 60, 30, 0.8);
}
/* line 28, sass/components/video-player.scss */
html #root .plyr.plyr--full-ui.plyr--video > .plyr__control[data-plyr="play"] svg {
  display: block;
}
/* line 33, sass/components/video-player.scss */
html #root .plyr--full-ui input[type="range"] {
  color: #0c3c1e;
}
/* line 37, sass/components/video-player.scss */
html #root .lightbox-container {
  position: fixed;
  top: 0;
  z-index: 999999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
/* line 45, sass/components/video-player.scss */
html #root .lightbox-container .video-container {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1327px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 54, sass/components/video-player.scss */
html #root .lightbox-container iframe {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, .3);
}
/* line 1, sass/components/cookies.scss */
/* line 2, sass/components/cookies.scss */
#root #wpca-bar {
  background-color: #0c3c1e;
  opacity: 0.95;
}
/* line 6, sass/components/cookies.scss */
#root #wpca-bar #wpca-bar-content p {
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 18px;
  color: #fff;
}
/* line 11, sass/components/cookies.scss */
#root #wpca-bar #wpca-bar-content p a {
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, "Segoe UI", Karla, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
}
/* line 19, sass/components/cookies.scss */
#root #wpca-bar #wpca-bar-meta .wpca-btn {
  background-color: #ddbe00;
}
@media only screen and (max-width: 989px) {
  /* line 24, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-content {
    display: block;
    width: 100%;
  }
  /* line 28, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-content p {
    text-align: center;
  }
  /* line 33, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-meta {
    display: block;
    margin: 10px auto 0;
  }
  /* line 37, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-meta .wpca-btn {
    min-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 44, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-content p {
    font-size: 16px;
  }
  /* line 47, sass/components/cookies.scss */
  #root #wpca-bar #wpca-bar-content p a {
    font-size: 16px;
  }
}
