@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

footer {
  z-index: 5;
  position: relative;
}

/*Colors*/
/*Colors*/
/*Classes*/
@media only screen and (min-width: 768px) {
  .desktopHide {
    display: none !important;
  }
}

.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 0;
  overflow-x: hidden;
  font-size: 16;
  font-family: "Source Sans Pro", sans-serif;
  background-color: #17191a;
  color: #fff;
}

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

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 2.8125rem;
  line-height: 2.625rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 4.8125rem;
    line-height: 5.3125rem;
    margin-bottom: 24px;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.5625rem;
    line-height: 3.25rem;
    margin-bottom: 24px;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  /*@include font-size(20);
  @include line-height(22);*/
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 15px;
  }
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}
.container.container-wide {
  width: 90%;
  max-width: 1600px;
}
@media only screen and (min-width: 1921px) {
  .container.container-wide {
    max-width: 1700px;
  }
}
.container.container-narrow-menu {
  width: 90%;
  max-width: 500px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.section-header {
  font-size: 3.8125rem;
  line-height: 4rem;
  font-weight: 700;
  margin: 0;
}
.section-header.menu-post-header {
  font-size: 3.3125rem;
  line-height: 3.5625rem;
}
@media only screen and (min-width: 992px) {
  .section-header.menu-post-header {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section-header.menu-post-header {
    font-size: 3.3125rem;
    line-height: 3.5625rem;
  }
}

.fancybox-close-small:hover::after {
  background-color: transparent;
}

.page-template-about {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .page-template-about {
    padding-top: 0;
  }
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 14px 16px 12px 16px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn[target=_blank], .btn:link[target=_blank], .btn:focus[target=_blank], .btn:visited[target=_blank] {
  position: relative;
  padding-right: 45px;
}
.btn[target=_blank]:hover::after, .btn:link[target=_blank]:hover::after, .btn:focus[target=_blank]:hover::after, .btn:visited[target=_blank]:hover::after {
  background-image: url(../images/external_link_white.svg);
}
.btn[target=_blank]::after, .btn:link[target=_blank]::after, .btn:focus[target=_blank]::after, .btn:visited[target=_blank]::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/external_link_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 2px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.button-video {
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .button-video {
    padding: 8px 22px;
  }
}
.button-video.small span {
  font-size: 0.75rem;
  line-height: 1rem;
}
.button-video:hover {
  background-color: #3d82c2;
}
.button-video:hover svg path {
  fill: #fff !important;
}
.button-video:hover span {
  color: #fff;
}
.button-video svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-video svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-video span {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .button-video span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.button-spotify {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .button-spotify {
    padding: 0;
  }
}
.button-spotify.small span {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.button-spotify:hover svg path {
  fill: #fff !important;
}
.button-spotify:hover span {
  color: #fff;
}
.button-spotify svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 2px;
}
.button-spotify svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-spotify span {
  color: #2a8b7f;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .button-spotify span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.button-arrow {
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.button-arrow.white svg path {
  stroke: #fff !important;
}
.button-arrow.white span {
  color: #fff;
}
.button-arrow.white:hover svg path {
  stroke: #3d82c2 !important;
}
.button-arrow.white:hover span {
  color: #3d82c2;
}
.button-arrow:hover svg {
  width: 30px;
}
.button-arrow:hover svg path {
  stroke: #fff !important;
}
.button-arrow:hover span {
  color: #fff;
}
.button-arrow svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 2px;
}
.button-arrow svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-arrow span {
  color: #2a8b7f;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}

nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  /*.menu:not(.mobile-menu){
      list-style: none;
      float: right;
      li{
          float: left;
          padding: 32px 20px;
          @include line-height(24);
          a{
              @include font-size(20);
              color: $white;
              @include uppercase;
          }
          &.menu-item-has-children{
              position: relative;
              &:hover{
                  >.sub-menu{
                      display: block;
                  }
              }
          }
      }
      .sub-menu{
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background-color: $black;
          li{
              a{
                  color: $white;
              }
          }
      }
  }*/
}
nav.fixed {
  position: fixed;
  width: 100%;
}
nav.fixed .logo-wrap, nav.fixed .patrons {
  display: none !important;
}
nav .row {
  margin-right: -5px;
  margin-left: -5px;
}
@media only screen and (min-width: 992px) {
  nav .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
nav .row .col {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  nav .row .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
nav .logo-wrap {
  padding: 20px 0 20px 0;
  float: left;
  display: block;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  nav .logo-wrap {
    padding: 30px 0 20px 0;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .logo-wrap {
    padding: 50px 0 20px 0;
    margin-right: 60px;
  }
}
nav .logo-wrap img {
  max-height: 100px;
  max-width: 110px;
}
@media only screen and (min-width: 992px) {
  nav .logo-wrap img {
    max-height: 60px;
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  nav .logo-wrap img {
    max-height: 75px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .logo-wrap img {
    max-height: 100px;
  }
}
nav .pages-single-logo-wrap {
  float: left;
  display: block;
}
nav .pages-single-logo-wrap img {
  max-height: 164px;
  max-width: 130px;
}
@media only screen and (min-width: 992px) {
  nav .pages-single-logo-wrap img {
    max-width: none;
    max-height: 108px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .pages-single-logo-wrap img {
    max-height: 125px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .pages-single-logo-wrap img {
    max-height: 164px;
    max-width: none;
  }
}
nav .patrons {
  padding-top: 28px;
  float: left;
}
@media only screen and (min-width: 992px) {
  nav .patrons {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .patrons {
    padding-top: 28px;
  }
}
nav .patrons p {
  color: #fff;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.5rem;
}
nav .patrons .icons .icon {
  display: block;
  float: left;
  margin-left: 52px;
}
nav .patrons .icons .icon img {
  max-height: 110px;
}
@media only screen and (min-width: 992px) {
  nav .patrons .icons .icon img {
    max-height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .patrons .icons .icon img {
    max-height: 85px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .patrons .icons .icon img {
    max-height: 110px;
  }
}
nav .patrons.patrons-mobile-menu {
  display: flex;
  align-items: center;
}
nav .hamburger {
  float: right;
  margin-top: 25px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  nav .hamburger {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .hamburger {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger {
    margin-top: 74px;
  }
}
nav .hamburger:hover {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  nav .hamburger:hover .hamburger-box {
    width: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger:hover .hamburger-box {
    width: 152px;
  }
}
nav .hamburger:hover .hamburger-inner, nav .hamburger:hover .hamburger-inner::after, nav .hamburger:hover .hamburger-inner::before {
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  nav .hamburger:hover .hamburger-inner, nav .hamburger:hover .hamburger-inner::after, nav .hamburger:hover .hamburger-inner::before {
    width: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger:hover .hamburger-inner, nav .hamburger:hover .hamburger-inner::after, nav .hamburger:hover .hamburger-inner::before {
    width: 152px;
  }
}
nav .hamburger .hamburger-box {
  width: 30px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  nav .hamburger .hamburger-box {
    width: 60px;
    height: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger .hamburger-box {
    width: 76px;
    height: 58px;
  }
}
nav .hamburger.is-active .hamburger-inner, nav .hamburger.is-active .hamburger-inner::before, nav .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 3px;
  width: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
    height: 6px;
    width: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
    height: 10px;
    width: 76px;
  }
}
nav .hamburger-inner::before {
  top: -10px;
}
@media only screen and (min-width: 992px) {
  nav .hamburger-inner::before {
    top: -20px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger-inner::before {
    top: -23px;
  }
}
nav .hamburger-inner::after {
  bottom: -10px;
}
@media only screen and (min-width: 992px) {
  nav .hamburger-inner::after {
    bottom: -20px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .hamburger-inner::after {
    bottom: -23px;
  }
}

.sidenav {
  position: fixed;
  background-image: radial-gradient(circle at 50% 50%, #333, #191b1c 64%, #17191a 87%);
  height: 100vh;
  width: 100%;
  top: -200%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  overflow: hidden;
}
.sidenav.open {
  top: 0;
  height: 100%;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
  border-radius: 5px;
}
.sidenav .hamburger:hover .hamburger-box {
  width: 30px;
  height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .sidenav .hamburger:hover .hamburger-box {
    width: 60px;
    height: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav .hamburger:hover .hamburger-box {
    width: 76px;
    height: 58px;
  }
}
.sidenav .hamburger:hover .hamburger-inner, .sidenav .hamburger:hover .hamburger-inner::after, .sidenav .hamburger:hover .hamburger-inner::before {
  height: 3px;
  width: 30px;
  background-color: #3d82c2;
}
@media only screen and (min-width: 992px) {
  .sidenav .hamburger:hover .hamburger-inner, .sidenav .hamburger:hover .hamburger-inner::after, .sidenav .hamburger:hover .hamburger-inner::before {
    height: 6px;
    width: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav .hamburger:hover .hamburger-inner, .sidenav .hamburger:hover .hamburger-inner::after, .sidenav .hamburger:hover .hamburger-inner::before {
    height: 10px;
    width: 76px;
  }
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  overflow: hidden;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
  margin: 8vh 0;
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .mobile-menu {
    margin: 0;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: center;
  font-size: 2.438rem;
  line-height: 4rem;
  font-weight: 700;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .mobile-menu li a {
    text-align: left;
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .sidenav .menu-bg-wrap .mobile-menu li a {
    font-size: 4.375rem;
    line-height: 5.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav .menu-bg-wrap .mobile-menu li a {
    font-size: 6.1875rem;
    line-height: 6.875rem;
  }
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  color: #2a8b7f;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  border-left: 1px solid #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  display: none;
  border-right: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .container-wide {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .container-wide {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav .menu-bg-wrap .container-wide {
    margin-bottom: 100px;
  }
}
.sidenav .menu-bg-wrap .circle-menu {
  position: absolute;
  height: 162px;
  width: 162px;
  background-color: #3d82c2;
  bottom: 20vh;
  right: -25vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .sidenav .menu-bg-wrap .circle-menu {
    position: absolute;
    height: 500px;
    width: 500px;
    background-color: #3d82c2;
    bottom: -50vh;
    right: -25vw;
    border-radius: 100%;
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .sidenav .menu-bg-wrap .circle-menu {
    bottom: -30vh;
    right: -15vw;
  }
}
.sidenav .menu-bg-wrap .mobile-menu-circle {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  bottom: -8vh;
  left: -12vw;
  border-radius: 100%;
}

.menu-post-img-wrap {
  margin-bottom: 15px;
}

.menu-post-text-wrap {
  margin-bottom: 20px;
}

.footer-top {
  padding: 35px 0 40px 0;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .footer-top {
    padding: 80px 0;
  }
}
.footer-top .sponsor-wrap {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-top .sponsor-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .footer-top .sponsor-wrap {
    margin-bottom: 65px;
  }
}
.footer-top .sponsor-wrap .footer-company-logo {
  max-width: 152px;
}
@media only screen and (min-width: 992px) {
  .footer-top .sponsor-wrap .footer-company-logo {
    max-width: 100%;
  }
}
.footer-top .text-wrap p {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #aeaeae;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-top .text-wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }
}
.footer-top .patrons {
  margin: 10px 0;
}
@media only screen and (min-width: 992px) {
  .footer-top .patrons {
    margin: 0;
  }
}
.footer-top .patrons p {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700;
  color: #aeaeae;
  text-align: center;
  /*@include devices(large){
      text-align: left;
  }*/
}
.footer-top .patrons .icons {
  display: flex;
  align-items: center;
  /*@include devices(biggest){
      display: block;
  }*/
}
.footer-top .patrons .icons .icon {
  display: inline-block;
}
.footer-top .patrons .icons .icon:first-of-type {
  margin-right: 30px;
}

.footer-bottom {
  padding: 20px 0;
}
.footer-bottom p {
  margin-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #aeaeae;
}
.footer-bottom p a {
  color: #aeaeae;
}

.footer-company-logo {
  opacity: 0.7;
}

.single-post-header {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) {
  .single-post-header {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 992px) {
  .single-post-header {
    padding-top: 155px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-header {
    padding-top: 165px;
  }
}
@media only screen and (min-width: 1600px) {
  .single-post-header {
    padding-top: 320px;
  }
}
.single-post-header .page-title {
  font-size: 2.1875rem;
  line-height: 2.375rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .single-post-header .page-title {
    font-size: 4.8125rem;
    line-height: 5.125rem;
    margin-bottom: 10px;
  }
}
.single-post-header .sub-title-blue {
  font-weight: 700;
  margin-bottom: 0;
  color: #3d82c2;
  font-size: 1.1875rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 992px) {
  .single-post-header .sub-title-blue {
    font-size: 2.5625rem;
    line-height: 3.375rem;
    margin-bottom: 45px;
  }
}

.single-page-wrap {
  padding-top: 40px;
  margin-bottom: 80px;
}
.single-page-wrap p {
  margin-bottom: 20px;
}
.single-page-wrap p strong {
  font-weight: 700;
}
.single-page-wrap a, .single-page-wrap a:link, .single-page-wrap a:focus, .single-page-wrap a:visited {
  color: #fff;
  text-decoration: underline;
}
.single-page-wrap a:hover, .single-page-wrap a:link:hover, .single-page-wrap a:focus:hover, .single-page-wrap a:visited:hover {
  text-decoration: none;
}
.single-page-wrap ul li, .single-page-wrap ol li {
  font-size: 1.375rem;
  line-height: 2rem;
}
.single-page-wrap ol {
  list-style: decimal;
  padding-left: 20px;
}

.page-not-found {
  padding: 50px 0 150px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-not-found {
    padding: 100px 0 250px 0;
  }
}
.page-not-found .text-wrap {
  display: inline-block;
  position: relative;
}
.page-not-found .text-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  right: 0;
  top: -100%;
  bottom: 0;
  width: 300%;
  height: 300%;
  /*-webkit-box-shadow: 0px 0px 210px 0px rgba(255,255,255,0.6);
  -moz-box-shadow: 0px 0px 210px 0px rgba(255,255,255,0.6);
  box-shadow: 0px 0px 210px 0px rgba(255,255,255,0.6);*/
  background-image: radial-gradient(rgba(255, 255, 255, 0.06), #17191a, #17191a);
  border-radius: 100%;
  z-index: 1;
}
.page-not-found .text-wrap h1 {
  font-size: 12.5rem;
  line-height: 13.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .page-not-found .text-wrap h1 {
    font-size: 15rem;
    line-height: 15.625rem;
  }
}
.page-not-found .text-wrap p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.front-page-header {
  background-image: radial-gradient(circle at 50% 50%, #333, #191b1c 48%, #17191a 65%);
  height: auto;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 992px) {
  .front-page-header {
    height: 100vh;
    margin-bottom: 0;
    background-image: radial-gradient(circle at 50% 50%, #333, #191b1c 28%, #17191a 87%);
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-header {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 992px) {
  .front-page-header .top {
    position: relative;
  }
}
.front-page-header .top p {
  position: static;
  padding: 0 25px;
  text-align: right;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 300;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .front-page-header .top p {
    right: 16%;
    bottom: 13%;
    position: absolute;
    left: 10%;
  }
}
@media only screen and (min-width: 1600px) {
  .front-page-header .top p {
    bottom: 20%;
  }
}
@media only screen and (min-width: 1921px) {
  .front-page-header .top p {
    right: 23%;
  }
}
.front-page-header .cover-photo {
  margin: 0 50px 25px 0;
}
@media only screen and (min-width: 992px) {
  .front-page-header .cover-photo {
    margin: 0;
  }
}
@media only screen and (min-width: 1921px) {
  .front-page-header .cover-photo {
    padding-left: 12%;
  }
}
.front-page-header .cover-photo img {
  max-width: 480px;
}
@media only screen and (min-width: 992px) {
  .front-page-header .cover-photo img {
    max-width: 100%;
  }
}
.front-page-header .cover-photo img.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .front-page-header .cover-photo img.desktop {
    display: block;
  }
}
.front-page-header .cover-photo img.mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .front-page-header .cover-photo img.mobile {
    display: none;
  }
}
.front-page-header .patrons {
  max-width: 80%;
  margin: 50px auto;
}
.front-page-header .patrons.d-md-none p {
  padding-left: 40px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.front-page-header .patrons .icons {
  width: 50%;
  display: flex;
  align-items: center;
}
.front-page-header .buttons {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .front-page-header .buttons {
    position: static;
    bottom: -25vh;
  }
}
.front-page-header .buttons .button-video {
  margin: 0 0 2vh 0;
  width: 100%;
  text-align: center;
}
.front-page-header .buttons .button-video span {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .front-page-header .buttons .button-video {
    width: auto;
    margin: 0 50px 10px 0;
  }
  .front-page-header .buttons .button-video span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.front-page-header .buttons .button-spotify {
  width: 100%;
  text-align: center;
}
.front-page-header .buttons .button-spotify span {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .front-page-header .buttons .button-spotify {
    width: auto;
  }
  .front-page-header .buttons .button-spotify span {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.about-campaign {
  position: relative;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .about-campaign {
    margin-bottom: 170px;
    padding: 0;
  }
}
.about-campaign .circle {
  position: absolute;
  height: 140px;
  width: 140px;
  background-color: #3d82c2;
  top: -65px;
  right: -20vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .about-campaign .circle {
    height: 786px;
    width: 786px;
    top: -260px;
    right: -310px;
  }
}
.about-campaign .section-header, .about-campaign h2 {
  color: #21677f;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .about-campaign .section-header, .about-campaign h2 {
    font-size: 4.8125rem;
    line-height: 5.3125rem;
  }
}

.two-columns-with-circle {
  margin-bottom: 0;
  padding: 80px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .two-columns-with-circle {
    margin-bottom: 185px;
    padding: 0;
  }
}
.two-columns-with-circle.small-margin-bottom {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .two-columns-with-circle.small-margin-bottom {
    margin-bottom: 80px;
  }
}
.two-columns-with-circle .row {
  margin-left: -27px;
  margin-right: -27px;
}
.two-columns-with-circle .row .col {
  padding-left: 27px;
  padding-right: 27px;
}
.two-columns-with-circle .img-wrap {
  display: block;
  position: relative;
}
.two-columns-with-circle .img-wrap .circle-text {
  position: absolute;
  right: 5vw;
  top: -8vh;
  background-color: #2a8b7f;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-weight: 700;
  padding: 34px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .two-columns-with-circle .img-wrap .circle-text {
    right: 56px;
    top: -80px;
    width: 163px;
    height: 163px;
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.two-columns-with-circle .img-wrap .debate-video-header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}
.two-columns-with-circle .img-wrap .video-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
.two-columns-with-circle .img-wrap .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.two-columns-with-circle .img-wrap img {
  border-radius: 15px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .two-columns-with-circle .img-wrap img {
    margin: 0;
  }
}
.two-columns-with-circle .buttons-wrap {
  align-items: center;
  justify-content: center;
}
.two-columns-with-circle .buttons-wrap .button-video, .two-columns-with-circle .buttons-wrap .button-spotify {
  padding: 10px 15px !important;
}
.two-columns-with-circle .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative;
  margin-bottom: 20px;
}
.two-columns-with-circle .video-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.two-columns-with-circle .section-header {
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 2.6875rem;
}
@media only screen and (min-width: 992px) {
  .two-columns-with-circle .section-header {
    font-size: 4.8125rem;
    line-height: 5.3125rem;
  }
}
.two-columns-with-circle .text-wrap {
  margin-bottom: 40px;
}
.two-columns-with-circle .text-green {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #2a8b7f;
}
@media only screen and (min-width: 992px) {
  .two-columns-with-circle .text-green {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .time {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .time {
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .time {
    margin: 0 0 20px 0;
  }
}
.time span {
  vertical-align: middle;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #3d82c2;
}
.time svg {
  vertical-align: middle;
  margin-right: 4px;
}
.time.time-menu {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .time.time-menu {
    padding: 15px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .time.time-menu {
    padding: 20px 0 0 10px;
  }
}

.text-content {
  display: flex;
  flex-wrap: wrap;
}

.circle-text-menu {
  position: absolute;
  right: 50px;
  top: -80px;
  background-color: #2a8b7f;
  width: 125px;
  height: 125px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 34px;
}

.text-with-circle {
  padding: 20px 0 20px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .text-with-circle {
    padding: 100px 0 50px 0;
    margin: 0 0 100px 0;
    background-color: #1d2021;
  }
}
.text-with-circle img {
  margin-bottom: 45px;
  width: 100%;
}
.text-with-circle p {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.text-with-circle .text-green {
  font-weight: 600;
  color: #2a8b7f;
}
.text-with-circle .text-blue {
  font-weight: 700;
  color: #2ea1d1;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .text-with-circle .text-blue {
    font-size: 2.3125rem;
    line-height: 2.625rem;
  }
}
.text-with-circle .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 473px;
  height: 473px;
  background-color: #3d82c2;
  float: right;
  border-radius: 100%;
  font-weight: 700;
  padding: 80px;
  font-size: 2.3125rem;
  line-height: 2.625rem;
}
.text-with-circle .circle p {
  font-size: 2.3125rem;
  line-height: 2.625rem;
}
.text-with-circle.erection, .text-with-circle.about {
  background-color: transparent !important;
}
@media only screen and (min-width: 992px) {
  .text-with-circle.erection, .text-with-circle.about {
    margin: 200px 0 100px 0;
  }
}

.posts-list {
  position: relative;
}
.posts-list .circle {
  position: absolute;
  height: 786px;
  width: 786px;
  background-color: #3d82c2;
  top: -455px;
  left: -680px;
  border-radius: 100%;
}

.post-single-list {
  padding-bottom: 25px;
  margin-bottom: 25px;
  /*.button-video, .button-spotify{
      width: 100%;
      @include devices(medium){
          width: auto;
      }
  }*/
}
.post-single-list.comming-soon {
  border-bottom: 1px solid rgba(118, 119, 121, 0.2);
}
.post-single-list.comming-soon:last-of-type {
  border-bottom: none;
}
.post-single-list.comming-soon .header-wrap, .post-single-list.comming-soon .text-wrap, .post-single-list.comming-soon .button-video, .post-single-list.comming-soon .button-spotify {
  opacity: 0.2;
}
.post-single-list.comming-soon .img-wrap::before {
  content: "Dostępny wkrótce";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #b7b7b7;
}
.post-single-list.comming-soon .img-wrap img {
  opacity: 0.2;
}
.post-single-list .img-wrap {
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .post-single-list .img-wrap {
    margin-bottom: 0;
  }
}
.post-single-list .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}
.post-single-list .header-wrap {
  width: 100%;
}
.post-single-list .header-wrap .post-header {
  float: left;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .post-single-list .header-wrap .post-header {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.post-single-list .header-wrap .time {
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
}
.post-single-list .text-wrap p {
  color: #b7b7b7;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .post-single-list .text-wrap p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.see-all-posts-wrap {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .see-all-posts-wrap {
    margin-bottom: 90px;
  }
}
.see-all-posts-wrap.small-margin-bottom {
  margin-bottom: 10px;
}

.experts-slider {
  padding: 50px 0;
  background-color: #1d2021;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .experts-slider {
    padding: 100px 0;
  }
}
.experts-slider .circle {
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: #3d82c2;
  top: -5vh;
  right: -6vh;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .experts-slider .circle {
    height: 590px;
    width: 590px;
    top: -300px;
    right: -420px;
  }
}
.experts-slider .section-header {
  color: #21677f;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .experts-slider .section-header {
    font-size: 4.8125rem;
    line-height: 5.3125rem;
    margin: 0 0 40px 0;
  }
}
.experts-slider .text {
  margin-bottom: 80px;
}

.experts-slider-wrap {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .experts-slider-wrap {
    margin-bottom: 75px;
  }
}
.experts-slider-wrap .slick-arrow {
  position: absolute;
  top: 30%;
  width: 60px;
  height: 60px;
  display: block;
  z-index: 2;
}
.experts-slider-wrap .slick-arrow.slick-prev {
  left: -75px;
}
.experts-slider-wrap .slick-arrow.slick-next {
  right: -75px;
}
.experts-slider-wrap .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.experts-slider-wrap .row {
  margin-left: 0;
  margin-right: 0;
}
.experts-slider-wrap .slick-slide {
  width: 100%;
}
.experts-slider-wrap .slick-slide > div {
  width: 100%;
}
.experts-slider-wrap .slick-slide > div > div {
  width: 100%;
  max-width: 100%;
}

.expert-wrap {
  margin-bottom: 30px;
}
.expert-wrap .img-wrap {
  width: 244px;
  height: 244px;
  display: inline-block;
  margin-bottom: 28px;
}
.expert-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.expert-wrap .name {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.expert-wrap .description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #6e6e6e;
  font-weight: 300;
  margin-bottom: 5px;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #767779;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .separator {
    margin-bottom: 70px;
  }
}
.separator.small-margin-bottom {
  margin-bottom: 22px;
}
.separator.circle-right::after {
  content: "";
  position: absolute;
  right: 23%;
  top: -9px;
  width: 18px;
  height: 18px;
  background-color: #3d82c2;
  border-radius: 100%;
}
.separator.circle-left::after {
  content: "";
  position: absolute;
  left: 23%;
  top: -9px;
  width: 18px;
  height: 18px;
  background-color: #3d82c2;
  border-radius: 100%;
}

.group-logos .logos-list {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .group-logos .logos-list {
    margin: 0 0 100px 0;
  }
}
.group-logos .logos-list ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .group-logos .logos-list ul {
    flex-wrap: nowrap;
    align-items: center;
  }
}
.group-logos .logos-list ul .company {
  text-align: center;
  max-width: 33%;
  width: 100%;
  padding: 20px 10px;
}
@media only screen and (min-width: 992px) {
  .group-logos .logos-list ul .company img {
    width: 150px;
    max-height: 100px;
  }
}

.synoptis-numbers {
  padding: 20px 0 50px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers {
    padding: 100px 0;
  }
}
.synoptis-numbers .number {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers .number {
    font-size: 4.8125rem;
    line-height: 5.3125rem;
    margin-bottom: 24px;
  }
}
.synoptis-numbers .text-blue {
  color: #3d82c2;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.synoptis-numbers .plus-wrapper {
  margin: 20px 0;
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers .plus-wrapper {
    margin: 30px 0 50px 0;
  }
}
.synoptis-numbers .circle {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  top: 15vh;
  left: -10vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers .circle {
    height: 456px;
    width: 456px;
    top: 50vh;
    left: -310px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .synoptis-numbers .circle {
    height: 786px;
    width: 786px;
    left: -400px;
    left: -590px;
  }
}
@media only screen and (min-width: 1600px) {
  .synoptis-numbers .circle {
    left: -400px;
  }
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers .text-center {
    margin: 0 0 80px 0;
  }
  .synoptis-numbers .text-center::after {
    content: "";
    width: 1px;
    height: 69%;
    position: absolute;
    background-color: gray;
    right: 50%;
  }
}
.synoptis-numbers .circle-two {
  position: absolute;
  height: 155px;
  width: 155px;
  background-color: #3d82c2;
  bottom: -5vh;
  right: -20vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .synoptis-numbers .circle-two {
    height: 360px;
    width: 360px;
    top: 260px;
    right: -310px;
  }
}
@media only screen and (min-width: 1200px) {
  .synoptis-numbers .circle-two {
    height: 522px;
    width: 522px;
  }
}
.synoptis-numbers .stats-wrapper {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.synoptis-numbers .stats-wrapper .row:nth-child(even) {
  flex-direction: row-reverse;
}
.synoptis-numbers .stats-wrapper .row:nth-child(even) .text-wrapper {
  text-align: left;
}
.synoptis-numbers .stats-wrapper .text-wrapper:nth-child(odd) {
  text-align: end;
}

.article {
  margin: 50px 0 0 0;
  padding: 50px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .article {
    padding: 0;
    margin: 0;
  }
}
.article h2, .article p, .article img {
  margin: 0 0 20px 0;
}
.article .circle {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  top: 55vh;
  left: -10vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .article .circle {
    height: 552px;
    width: 552px;
    top: -25vh;
    left: -20vw;
  }
}
.article .circle-two {
  position: absolute;
  height: 155px;
  width: 155px;
  background-color: #3d82c2;
  bottom: -5vh;
  right: -20vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .article .circle-two {
    height: 552px;
    width: 552px;
    bottom: -35vh;
    right: -15vw;
  }
}
.article .wide .container {
  padding: 115px 0;
}
.article .wide:nth-child(even) {
  background-color: #1d2021;
}
.article .wide:nth-child(even) .container:nth-child(odd) .row {
  display: flex;
  flex-direction: row-reverse;
}

.cookies {
  padding: 100px 0 50px 0;
}
.cookies h3, .cookies p, .cookies img {
  margin: 0 0 20px 0;
}
.cookies h3 {
  color: #21677f;
  font-weight: 700;
}

.cky-consent-bar {
  text-align: center;
}
.cky-consent-bar .cky-notice-group {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}

.cky-title {
  display: none;
}

.cky-notice-des p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
.cky-notice-des p a, .cky-notice-des p a:link, .cky-notice-des p a:focus, .cky-notice-des p a:visited {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  text-decoration: underline;
}
.cky-notice-des p a:hover, .cky-notice-des p a:link:hover, .cky-notice-des p a:focus:hover, .cky-notice-des p a:visited:hover {
  text-decoration: none;
}
.cky-notice-des p strong {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cky-btn.cky-btn-accept {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  border-radius: 5px;
}

.experts-list {
  padding: 100px 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .experts-list {
    padding: 250px 0 50px 0;
  }
}
.experts-list .col-12 {
  max-height: 150px;
}
@media only screen and (min-width: 992px) {
  .experts-list .col-12 {
    max-height: fit-content;
  }
}
.experts-list .expert-wrap {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .experts-list .expert-wrap {
    display: block;
    text-align: center;
  }
}
.experts-list .expert-wrap .img-wrap {
  width: 30%;
}
@media only screen and (min-width: 992px) {
  .experts-list .expert-wrap .img-wrap {
    max-height: 250px;
    width: 100%;
  }
}
.experts-list .expert-wrap .img-wrap img {
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .experts-list .expert-wrap .img-wrap img {
    max-width: 250px;
    height: 100%;
  }
}
.experts-list .expert-wrap .text-wrap {
  width: 70%;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .experts-list .expert-wrap .text-wrap {
    margin: 0 auto;
  }
}
.experts-list .expert-wrap .text-wrap p {
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .experts-list .expert-wrap .text-wrap p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 5px;
  }
}
.experts-list .expert-wrap .text-wrap p.description {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #6e6e6e;
  font-weight: 300;
  margin-bottom: 15px;
}
.experts-list .text-green {
  font-weight: 600;
  color: #2a8b7f;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.experts-list .text-green span {
  vertical-align: middle;
}
.experts-list .text-green svg {
  vertical-align: middle;
  width: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.experts-list .text-green svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.experts-list .text-green:hover {
  color: #fff;
}
.experts-list .text-green:hover svg {
  width: 26px;
}
.experts-list .text-green:hover svg path {
  stroke: #fff !important;
}
.experts-list .circle {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  top: 50vh;
  right: -15vw;
  border-radius: 100%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .experts-list .circle {
    display: none;
    height: 786px;
    width: 786px;
    top: -260px;
    right: -310px;
  }
}

.experts-descriptions {
  margin: 0;
  background-color: #17191a;
  padding: 67px 26px 35px 26px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions {
    width: 70%;
    height: 50vh;
    padding: 0;
    border-radius: 25px;
    /*-webkit-box-shadow: 12px 12px 4px 1px rgba(0,0,0,1);
    -moz-box-shadow: 12px 12px 4px 1px rgba(0,0,0,1);
    box-shadow: 12px 12px 4px 1px rgba(0,0,0,1);*/
    -webkit-box-shadow: 7px 8px 10px 1px rgb(0, 0, 0);
    -moz-box-shadow: 7px 8px 10px 1px rgb(0, 0, 0);
    box-shadow: 7px 8px 10px 1px rgb(0, 0, 0);
  }
}
.experts-descriptions .expert-description {
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .expert-description {
    display: flex;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .expert-description .image-wrap {
    max-width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .expert-description .image-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.experts-descriptions .expert-description .description-text-wrap {
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .expert-description .description-text-wrap {
    padding: 35px 70px 20px 45px;
    max-width: 60%;
  }
}
@media only screen and (min-width: 1600px) {
  .experts-descriptions .expert-description .description-text-wrap {
    padding: 50px 70px 20px 50px;
  }
}
.experts-descriptions h3 {
  font-size: 1.875rem;
  line-height: 3.75rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .experts-descriptions h3 {
    font-size: 3.6875rem;
    line-height: 3.75rem;
  }
}
.experts-descriptions img {
  width: 100%;
}
.experts-descriptions .text-green {
  font-weight: 400;
  color: #2a8b7f;
}
.experts-descriptions p {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions p {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .experts-descriptions p {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .experts-descriptions p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .experts-descriptions {
    margin: 44px 0 44px;
  }
}
.experts-descriptions .circle-popup {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  top: -20vh;
  left: 15vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .circle-popup {
    display: none;
    height: 786px;
    width: 786px;
    top: -260px;
    right: -310px;
  }
}
.experts-descriptions .circle-two-popup {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  bottom: -14vh;
  right: -17vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .experts-descriptions .circle-two-popup {
    display: none;
    height: 786px;
    width: 786px;
    top: -260px;
    right: -310px;
  }
}

.debate-list {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .debate-list {
    margin: 0 0 50px 0;
  }
}
.debate-list.checkbox-version {
  display: none;
}
.debate-list.checkbox-version.visible {
  display: block;
}
.debate-list .row {
  padding: 30px 0 25px 0;
  position: relative;
}
.debate-list .row::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #767779;
  position: absolute;
  bottom: 0px;
}
.debate-list .circle-right {
  position: absolute;
  height: 786px;
  width: 786px;
  background-color: #3d82c2;
  top: 0px;
  right: -25vw;
  border-radius: 100%;
}

.debate-main {
  padding: 150px 0 50px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .debate-main {
    padding: 300px 0 50px 0;
  }
}

.two-columns-photo-text {
  background-color: #1d2021;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-text {
    padding: 112px 0;
  }
}
.two-columns-photo-text .photo-with-text {
  margin: 50px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-text .photo-with-text {
    display: flex;
    margin: 0;
  }
}
.two-columns-photo-text .photo-with-text .photo-wrapper {
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-text .photo-with-text .photo-wrapper {
    margin: 0 0 50px 0;
    width: 50%;
  }
}
.two-columns-photo-text .photo-with-text .photo-wrapper img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-text .photo-with-text .text-image {
    padding: 50px 0 0 100px;
    max-width: 60%;
  }
  .two-columns-photo-text .photo-with-text .text-image p {
    margin: 0 0 30px 0;
  }
}
.two-columns-photo-text .photo-with-text .text-blue {
  font-weight: 600;
  color: #3d82c2;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .two-columns-photo-text .photo-with-text .text-blue {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
.two-columns-photo-text .circle {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: #3d82c2;
  top: 15vh;
  left: -10vw;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .two-columns-photo-text .circle {
    height: 475px;
    width: 475px;
    top: -220px;
    left: -375px;
  }
}
@media only screen and (min-width: 1600px) {
  .two-columns-photo-text .circle {
    left: -300px;
  }
}

.single-post-block-two-columns {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .single-post-block-two-columns {
    padding-top: 45px;
  }
}
.single-post-block-two-columns.with-decor {
  position: relative;
}
.single-post-block-two-columns.with-decor:before {
  content: "";
  display: none;
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: #3d82c2;
  top: -5vh;
  right: -6vh;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .single-post-block-two-columns.with-decor:before {
    display: block;
    height: 460px;
    width: 460px;
    top: 120px;
    left: -400px;
  }
}
.single-post-block-two-columns.light-bg {
  background-color: #1d2021;
}
.single-post-block-two-columns.light-bg:before {
  height: 460px;
  width: 460px;
  top: 220px;
  left: -290px;
}
.single-post-block-two-columns p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post-block-two-columns p {
    margin-bottom: 60px;
  }
}
.single-post-block-two-columns p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .single-post-block-two-columns p img.aligncenter {
    margin-bottom: 60px;
  }
}
.single-post-block-two-columns p img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post-block-two-columns p img {
    margin-bottom: 0;
  }
}
.single-post-block-two-columns p strong {
  color: #2a8b7f;
  font-weight: 700;
}
.single-post-block-two-columns p sup {
  font-size: 1rem;
}
.single-post-block-two-columns .column-header {
  font-weight: 700;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .single-post-block-two-columns .column-header {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 30px;
  }
}
.single-post-block-two-columns .section-header {
  font-size: 2.1875rem;
  line-height: 2.375rem;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .single-post-block-two-columns .section-header {
    font-size: 3.8125rem;
    line-height: 4rem;
    margin-bottom: 60px;
  }
}

.blue-bar-section {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .blue-bar-section {
    margin-bottom: 60px;
  }
}
.blue-bar-section .blue-bar-wrap {
  width: 80%;
  margin-right: -50px;
  background-color: #3d82c2;
  padding: 39px 0 36px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .blue-bar-section .blue-bar-wrap {
    width: 100%;
    padding: 120px 0 94px 0;
  }
}
.blue-bar-section .blue-bar-wrap::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3d82c2;
  display: block;
}
.blue-bar-section .blue-bar-wrap::after {
  content: "";
  position: absolute;
  right: -75px;
  top: 0;
  width: 163px;
  height: 100%;
  border-radius: 100%;
  background-color: #3d82c2;
  display: block;
}
@media only screen and (min-width: 992px) {
  .blue-bar-section .blue-bar-wrap::after {
    right: -202px;
    width: 418px;
  }
}
.blue-bar-section .blue-bar-wrap p {
  margin-bottom: 0;
  position: relative;
  z-index: 99;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .blue-bar-section .blue-bar-wrap p {
    font-size: 3.6875rem;
    line-height: 4.25rem;
  }
}
.blue-bar-section .blue-bar-wrap p strong {
  color: #000;
}
.blue-bar-section .blue-bar-wrap p sup {
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .blue-bar-section .blue-bar-wrap p sup {
    font-size: 2.1875rem;
  }
}

.text-with-circle-block {
  padding: 25px 0 25px 0;
}
@media only screen and (min-width: 992px) {
  .text-with-circle-block {
    padding: 50px 0 50px 0;
  }
}
.text-with-circle-block.light-bg {
  background-color: #1d2021;
}
.text-with-circle-block.circle-right .circle {
  font-size: 1.1875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .text-with-circle-block.circle-right .circle {
    font-size: 3.1875rem;
    line-height: 3.375rem;
  }
}
.text-with-circle-block.circle-left .circle {
  float: left;
}
.text-with-circle-block p {
  margin-bottom: 30px;
}
.text-with-circle-block p strong {
  color: #2a8b7f;
  font-weight: 700;
}
.text-with-circle-block p sup {
  font-size: 1rem;
}
.text-with-circle-block .column-header {
  font-size: 1.1875rem;
  line-height: 1.3125rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .text-with-circle-block .column-header {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 30px;
  }
}
.text-with-circle-block .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 305px;
  background-color: #3d82c2;
  float: right;
  border-radius: 100%;
  font-weight: 700;
  padding: 65px;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .text-with-circle-block .circle {
    font-size: 2.25rem;
    line-height: 2.4375rem;
    width: 473px;
    height: 473px;
  }
}
.text-with-circle-block .text-under-circle {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #aeaeae;
  display: flex;
  width: 100%;
  justify-content: right;
}
.text-with-circle-block .text-under-circle.left {
  justify-content: left;
}

.sources {
  padding: 36px 0;
}
.sources.with-decor {
  position: relative;
}
.sources.with-decor:before {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: #3d82c2;
  top: -5vh;
  right: -6vh;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .sources.with-decor:before {
    height: 460px;
    width: 460px;
    top: 140px;
    right: -330px;
  }
}
.sources p {
  font-weight: 300;
  color: #b7b7b7;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 992px) {
  .sources p {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.sources .column-header {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #b7b7b7;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .sources .column-header {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=main.min.css.map */