/* Wed, 04 Oct 2023 16:24:57 +0000 (0,1867s) */

@charset "UTF-8";
@font-face {
  font-family: "League Gothic";
  src: url(../fonts/LeagueGothic-Regular.woff) format("woff2"), url(../fonts/LeagueGothic-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Gothic";
  src: url(../fonts/LeagueGothic-Italic.woff) format("woff2"), url(../fonts/LeagueGothic-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
html {
  /* 1 rem */
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Share Tech', sans-serif;
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  color: #ffffff;
}
div, section {
  position: relative;
}
a, td, div, body, span, * {
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
}
p {
  margin: 0 0 1.2em;
}
p, div, td {
  font-size: 1.6rem;
  line-height: 1.35em;
}
@media screen and (min-width: 768px) {
  p, div, td {
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
#wrap.shown {
  transition: opacity 2s ease;
  opacity: 1;
}
h1 {
  font-size: 1.5rem;
}
@keyframes inverse {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes mark {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.ulheading {
  color: #CE121B;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Share Tech', sans-serif;
  background-image: url(../img/red.png);
  background-size: 0% 100%;
  animation-name: mark;
  animation-duration: 0.6s;
  animation-delay: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  font-size: 4rem;
  display: inline;
  color: #000;
  background-blend-mode: difference;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4em;
  margin: 0 0 0.2em;
  font-size: 2.5rem;
  word-break: break-word;
  hyphens: auto;
}
@media screen and (min-width: 600px) {
  .ulheading {
    font-size: 4rem;
    line-height: 1.3em;
  }
}
.ulheading:after {
  content: "";
  display: block;
  margin-bottom: 4rem;
}
.inversered {
  color: #CE121B;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 1.2rem;
  padding: 2px 0 2px 10px;
  margin: 0 0 1em;
  letter-spacing: 0.2em;
  font-family: 'Share Tech', sans-serif;
  color: #CE121B;
  display: inline-block;
  position: relative;
}
.inversered::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #CE121B;
  transition: width 0.3s ease;
  mix-blend-mode: difference;
  background-blend-mode: difference;
  animation-name: inverse;
  animation-duration: 0.3s;
  animation-delay: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.inversered.secondline::after {
  animation-delay: 2.3s;
}
span.anchor {
  position: absolute;
  top: -150px;
}
#wrap > .toppad {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  #wrap > .toppad {
    padding-top: 110px;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 60px;
  display: flex;
  flex-direction: row;
  transition: top 0.5s ease;
}
@media screen and (min-width: 1024px) {
  header {
    min-height: 110px;
  }
}
header .inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: all 0.3s ease;
  padding: 0 43px 0 43px;
}
@media screen and (min-width: 1024px) {
  header .inner {
    padding: 0 63px 0 43px;
  }
}
header .inner .switch {
  flex: 0 0 250px;
}
@media screen and (min-width: 1024px) {
  header .inner .switch {
    flex: 0 0 27%;
  }
}
header .inner button.logo {
  display: block;
  text-decoration: none;
  color: #CF0613;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.07em;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
  position: relative;
  margin: 15px 0 0;
  height: 30px;
  padding: 0 0 0 46px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  header .inner button.logo {
    display: none;
    padding: 3px 0 0 76px;
    font-size: 1.6rem;
    margin: 25px 0 0;
    height: 58px;
  }
}
header .inner button.logo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}
header .inner a.logo {
  display: none;
  /*
            background-image: url(../img/bb-egg.svg);
            background-size: auto 100%;
            */
  text-decoration: none;
  color: #CF0613;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.07em;
  font-family: 'Share Tech', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
  position: relative;
  line-height: 30px;
  padding: 15px 0 0 76px;
  font-size: 1.6rem;
  margin: 25px 0 0;
  height: 58px;
}
@media screen and (min-width: 1024px) {
  header .inner a.logo {
    display: block;
  }
}
header .inner a.logo svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  transition: all 0.3s ease;
}
header .inner a.logo svg path {
  transition: all 0.3s cubic-bezier(0.2, 0.94, 0.34, 1);
  fill: rgba(0, 0, 0, 0);
}
header .inner nav.centers {
  display: none;
  position: absolute;
  left: -43px;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 105px;
}
@media screen and (min-width: 1024px) {
  header .inner nav.centers {
    min-width: 400px;
  }
}
header .inner nav.centers a {
  color: #CF0613;
  display: block;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.6rem;
  padding: 0.5em 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}
header .inner nav.centers a:first-child {
  padding-top: 0;
}
header .inner nav.main {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: flex-start;
  justify-content: flex-start;
  /*
            padding-left: 10px;
            padding-top: 10px;
            */
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  header .inner nav.main {
    justify-content: center;
    align-items: center;
    background-color: transparent;
    flex: 0 0 73%;
    padding: 0 0 0 20px;
    flex-direction: row;
    display: flex;
    /* align-items: center; */
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    min-height: 0;
  }
}
header .inner nav.main a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  letter-spacing: 0.04em;
  /*
                padding: .3em .5em .3em 1.4em;
                */
  line-height: 1.05em;
  transition: all 0.5s ease;
  flex: 0 0 auto;
  font-size: 2rem;
  padding: 0.3em 0.5em 0.3em 0.5em;
}
@media screen and (min-width: 1024px) {
  header .inner nav.main a {
    flex: 1 1 auto;
    display: inline;
    font-size: 1.25rem;
  }
}
header .inner nav.main a:hover, header .inner nav.main a.selected {
  color: #CE121B;
}
header .inner nav.main .centers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  header .inner nav.main .centers {
    display: none;
  }
}
header .inner nav.main .centers a {
  font-size: 2.2rem;
  padding: 0.2em 0.3em;
}
header .inner nav.main .centers a.selected {
  color: #CE121B;
}
header .inner .close {
  display: block;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-bottom: 1em;
  font-size: 0;
  color: transparent;
  text-indent: -200px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  top: 20px;
}
header .inner .close:after {
  font-family: FontAwesome;
  content: "";
  color: #CE121B;
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  text-indent: 0;
}
@media screen and (min-width: 1024px) {
  header .inner .close {
    display: none;
  }
}
body.switch header .inner a.logo svg path {
  fill: #CE121B;
}
@media screen and (min-width: 1024px) {
  body.switch header .inner nav.centers {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body.scrolldown header {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 50px;
  }
}
body.scrolldown header .inner a.logo {
  height: 30px;
  padding: 3px 0 0 46px;
  margin: 10px 0 0;
}
body.scrolldown header .inner a.logo svg {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  body.scrolldown header .inner nav.main {
    margin-top: -150px;
  }
}
body.scrolldown header .inner nav.centers {
  padding-left: 78px;
}
body.scrolldown header .inner nav.centers a {
  padding: 0.2em 0.5em;
}
body.navi {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.navi {
    overflow: initial;
  }
}
body.navi header .inner nav.main {
  display: flex;
  overflow: scroll;
}
@media screen and (min-width: 1024px) {
  body.navi header .inner nav.main {
    overflow: initial;
  }
}
footer {
  display: none;
  width: 100vw;
  height: 100px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
section.map {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.map .content {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  /* min-width: 900px; */
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  section.map .content {
    justify-content: initial;
  }
}
section.map .logo {
  /*
    background-image: url(../img/bbp-skeleton.svg);
    background-size: cover;
    */
  position: absolute;
  left: 70px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (min-width: 1024px) {
  section.map .logo {
    display: block;
  }
}
section.map .chooser {
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner {
    padding-top: 5vw;
  }
}
section.map .chooser .inner .center {
  text-align: center;
  background-image: url(../img/bbp.svg);
  background-position: center top;
  margin: 0 auto;
  padding-bottom: 20px;
  background-size: 140px auto;
  width: 200px;
  height: 370px;
  overflow-x: hidden;
  background-size: auto 200px;
  padding-top: 240px;
  height: 500px;
}
@media screen and (min-width: 600px) {
  section.map .chooser .inner .center {
    text-align: left;
    width: 160px;
    height: 430px;
    background-size: auto 210px;
    padding-top: 280px;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner .center {
    width: 260px;
    height: 560px;
    background-size: auto 300px;
    padding-top: 340px;
  }
}
section.map .chooser .inner .mover {
  position: absolute;
  display: flex;
  flex-direction: row;
  left: 0;
  transition: left 0.3s ease;
  width: 400px;
}
@media screen and (min-width: 600px) {
  section.map .chooser .inner .mover {
    width: 320px;
  }
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner .mover {
    width: 520px;
  }
}
section.map .chooser .inner .mover.chosen {
  left: -200px;
}
@media screen and (min-width: 600px) {
  section.map .chooser .inner .mover.chosen {
    left: -160px;
  }
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner .mover.chosen {
    left: -260px;
  }
}
section.map .chooser .inner .city {
  width: 200px;
}
@media screen and (min-width: 600px) {
  section.map .chooser .inner .city {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner .city {
    width: 260px;
  }
}
section.map .chooser .inner .location {
  width: 200px;
}
@media screen and (min-width: 600px) {
  section.map .chooser .inner .location {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  section.map .chooser .inner .location {
    width: 260px;
  }
}
section.map .chooser .inner .location div {
  display: none;
}
section.map .chooser .inner .location button {
  text-transform: none;
  letter-spacing: 0.1em;
}
section.map .chooser p {
  color: #CE121B;
  font-family: 'Share Tech', sans-serif;
  margin: 0 0px 0.9em 0.6em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  section.map .chooser p {
    font-size: 1.6rem;
  }
}
section.map .chooser button, section.map .chooser a {
  display: inline-block;
  color: #CE121B;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin: 0 0 1em;
  letter-spacing: 0.2em;
  font-family: 'Share Tech', sans-serif;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.map .chooser button, section.map .chooser a {
    font-size: 1.5rem;
    margin: 0 0 0.5em;
  }
}
section.map .chooser button::after, section.map .chooser a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #CE121B;
  mix-blend-mode: difference;
  transition: width 0.2s ease;
}
section.map .chooser button:hover::after, section.map .chooser a:hover::after {
  width: 100%;
}
section.map .mapwrap {
  height: 80vh;
  flex: 0 0 62%;
  display: none;
}
@media screen and (min-width: 600px) {
  section.map .mapwrap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section.map .mapwrap {
    height: 90vh;
  }
}
section.map .themap {
  background-image: url(../img/finland.svg);
  background-position: right bottom;
  background-size: 100% auto;
  mix-blend-mode: difference;
  width: 100%;
  padding-bottom: 200%;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1920px) {
  section.map .themap {
    width: 900px;
    padding-bottom: 1800px;
  }
}
section.map .bg, section.map .veil {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
section.map .veil {
  background-color: rgba(0, 0, 0, 0.5);
}
section.map .video {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
section.map video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  display: none;
}
@media screen and (min-width: 600px) {
  section.map video {
    display: block;
  }
}
section.map .dot {
  background-image: url(../img/mapdot.svg);
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  width: 3%;
  height: 3%;
  position: absolute;
  background-color: transparent;
  border: 0;
  text-indent: -200px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  animation: pulse 1s infinite;
}
section.hero {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.hero .inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 100vh;
  justify-content: center;
}
section.hero .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.hero .content {
  flex: 0 0 auto;
  max-width: 1300px;
  box-sizing: border-box;
  padding: 100px 12vw 30px;
}
@media screen and (min-width: 768px) {
  section.hero .content {
    padding: 110px 12vw 40px;
  }
}
section.hero h1 {
  max-width: 700px;
  margin-bottom: 4rem;
}
section.hero h1 span {
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.2em;
  font-size: 1.7rem;
  font-size: 8.6vw;
}
@media screen and (min-width: 600px) {
  section.hero h1 span {
    font-size: 4rem;
  }
}
section.hero h2 {
  background-color: #CE121B;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 0.2em 0.4em;
  margin: 0 0 0.8em;
}
section.hero p {
  font-size: 2rem;
  margin-bottom: 4rem;
  position: relative;
}
section.hero a {
  color: #fff;
  /* text-decoration: underline; */
  text-transform: uppercase;
}
section.hero a.big {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 2.5rem;
}
@media screen and (min-width: 1024px) {
  section.hero a.big {
    font-size: 3rem;
  }
}
section.hero a.big::before {
  content: "⟩";
  font-size: 2rem;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3em;
}
section.hero a.more {
  text-decoration: none;
}
section.hero a.more::after {
  content: "»";
  margin-left: 0.3em;
}
section.news {
  background-color: #fff;
  padding: 100px 0 20px;
}
section.news .inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  section.news .inner {
    padding: 0 43px;
  }
}
section.news .inner h2 {
  background-color: #CE121B;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 0.2em 0.4em;
  margin: 0 0 1.8em;
}
section.news .inner .list {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 40px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  section.news .inner .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 980px) {
  section.news .inner .list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  section.news .inner .list {
    column-gap: 7vw;
  }
}
section.news .inner .item {
  text-decoration: none;
  padding-bottom: 50px;
  display: none;
}
@media screen and (min-width: 600px) {
  section.news .inner .item {
    display: block;
  }
}
section.news .inner .item:first-child {
  display: block;
}
section.news .inner .photowrap {
  padding-bottom: 58%;
  margin-bottom: 1.8rem;
  background-color: #d0d0d0;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
section.news .inner .photowrap .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 1s ease;
}
section.news .inner .photowrap.default {
  border: 1px solid #000;
}
section.news .inner .photowrap.default .photo {
  background-image: url(../img/nophoto.gif);
  background-color: #000;
}
section.news .inner .date {
  font-size: 1.3rem;
  color: #000;
  padding: 0.6em 0 0.6em 36px;
  background-image: url(../img/clock.svg);
  background-size: 25px auto;
  background-position: left center;
}
section.news .inner h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  color: #CE121B;
  letter-spacing: 0.23em;
  line-height: 1.4em;
}
section.news .inner .text {
  font-size: 1.3rem;
  line-height: 1.35em;
  color: #000;
  hyphens: auto;
}
section.news .inner .more {
  color: #CE121B;
  letter-spacing: 0.23em;
  font-size: 1.2rem;
  padding-top: 1.7em;
  text-align: center;
  position: relative;
}
section.news .inner .more::after {
  content: "⟩";
  opacity: 0;
  transition: all 0.2s ease;
  transform: translate(-5px, 0);
  display: inline-block;
}
section.news .inner .item:hover .photo {
  transform: scale(1.05);
}
section.news .inner .item:hover .more::after {
  opacity: 1;
  transform: translate(0, 0);
}
section.news .inner a.all {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1em 0;
  color: #CE121B;
  letter-spacing: 0.23em;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}
section.news.all .inner .item {
  display: block;
}
section.twocol {
  background-size: cover;
  background-position: center;
  padding: 100px 0 60px;
  position: relative;
  background-color: #000;
}
section.twocol .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
}
section.twocol .inner {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 16vw;
}
@media screen and (min-width: 600px) {
  section.twocol .inner {
    grid-template-columns: 1fr 1fr;
    padding: 0 43px;
    column-gap: 10vw;
  }
}
@media screen and (min-width: 980px) {
  section.twocol .inner {
    column-gap: 16vw;
  }
}
section.twocol h2 {
  color: #000;
  background-color: #CE121B;
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 500;
  padding: 0.2em 0.3em;
}
section.twocol .text {
  font-size: 1.67rem;
  padding: 1.3em 0.3em;
  box-sizing: border-box;
  line-height: 1.35em;
}
section.twocol a {
  color: #fff;
  text-decoration: none;
}
section.twocol a.more {
  font-size: 2rem;
}
section.twocol a.more::before {
  content: "⟩";
  margin-right: 0.5em;
  font-size: 1rem;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0.5em;
}
section.gallerylinks {
  background-color: #fff;
  padding: 100px 0;
}
section.gallerylinks .inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
section.gallerylinks .heading {
  padding-bottom: 90px;
}
@media screen and (min-width: 600px) {
  section.gallerylinks .heading {
    padding-left: 75px;
  }
}
section.gallerylinks .heading h2 {
  color: #fff;
  background-color: #CE121B;
  padding: 0.2em 0.3em;
  display: inline-block;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 500;
}
section.gallerylinks .grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0;
}
@media screen and (min-width: 450px) {
  section.gallerylinks .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  section.gallerylinks .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.gallerylinks .grid a {
  display: inline-block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  will-change: transform;
}
section.gallerylinks .grid a i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
  transform-origin: center;
  transform: scale(1);
}
section.gallerylinks .grid a:hover i {
  opacity: 1;
  transform: scale(1.2);
}
section.gallerylinks .hashtag {
  display: block;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.22em;
  padding: 0.5em 0 0;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  section.gallerylinks .hashtag {
    padding: 0;
    display: inline-block;
  }
}
section.gallerylinks .hashtag:hover {
  text-decoration: underline;
}
section.gallerylinks h2 {
  margin-right: 60px;
}
section.gallerylinks .hashtag.first {
  margin-right: 60px;
}
section.background {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
section.background .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.background .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 100vh;
  justify-content: center;
}
section.background .content {
  background-color: 0, 0, 0, 0.2;
  flex: 0 0 auto;
  max-width: 1350px;
  box-sizing: border-box;
  padding: 130px 12vw 100px;
}
@media screen and (min-width: 768px) {
  section.background .content {
    padding: 130px 14vw;
  }
}
section.background h1 {
  background-color: #CE121B;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: 500;
  max-width: 300px;
  line-height: 1.5em;
  display: inline;
  padding: 0 0.2em;
}
section.background .text {
  margin-top: 1.35em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  section.background .text {
    font-size: 1.6rem;
  }
}
section.background .text p {
  line-height: 1.35em;
}
section.background a {
  color: #CE121B;
}
section.background a.more {
  color: #fff;
  text-decoration: none;
}
section.background a.more::after {
  content: "»";
  margin-left: 0.3em;
}
section.trainer {
  background-color: #fff;
  color: #000;
}
section.trainer .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.trainer .inner {
    flex-direction: row;
  }
}
section.trainer .photo {
  flex: 0 0 90vw;
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 768px) {
  section.trainer .photo {
    flex: 0 0 38%;
    padding-bottom: 38%;
  }
}
section.trainer .content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.trainer .content {
    flex: 0 0 62%;
  }
}
section.trainer .center {
  font-size: 1.6rem;
  padding: 50px 12vw;
}
@media screen and (min-width: 768px) {
  section.trainer .center {
    font-size: 1.4rem;
    padding: 50px 110px;
    max-width: 870px;
  }
}
section.trainer ul {
  padding: 0 0 1em 1em;
}
section.trainer a {
  color: #CE121B;
  text-decoration: none;
}
section.trainer h3 {
  color: #CE121B;
  font-size: 2.3rem;
  display: inline;
  box-sizing: border-box;
}
section.trainer h3:after {
  content: "";
  margin: 0 0 0.5em;
  display: block;
  background-color: transparent;
  padding: 0;
}
section.trainer.dark {
  background-color: #000;
  color: #fff;
}
section.contact {
  background-image: url(../img/rednoise.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 250px;
}
section.contact .inner {
  max-width: 1360px;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 0 12vw 40px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.contact .inner {
    flex-direction: row;
    padding: 0 20px 4vw;
    padding: 0 12vw 4vw;
  }
}
section.contact .text {
  flex: 0 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  section.contact .text {
    flex: 0 0 50%;
  }
}
section.contact .text .logo {
  width: 100px;
  margin-left: 10px;
  margin-bottom: 60px;
  display: block;
}
section.contact .mapwrap {
  flex: 0 0 auto;
  width: 100%;
  padding: 50px;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  section.contact .mapwrap {
    max-width: none;
    flex: 0 0 50%;
  }
}
section.contact .mapwrap .map {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: contain;
  color: transparent;
  font-size: 0;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
section.contact h2 {
  color: #000;
  background-color: #CE121B;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 500;
  padding: 0.05em 0.3em 0;
  line-height: 1.3em;
  margin-bottom: 0.25em;
  font-size: 2.4rem;
}
section.contact p, section.contact a {
  font-size: 1.7rem;
  line-height: 1.35em;
}
section.contact p {
  margin-bottom: 1.35em;
}
section.contact a {
  color: #CE121B;
  text-decoration: none;
}
section.gridbox .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.gridbox .inner {
    flex-direction: row;
  }
}
section.gridbox .col {
  flex: 0 0 50%;
  display: flex;
  justify-content: stretch;
  flex-direction: column;
}
section.gridbox .row {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
section.gridbox .veil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}
section.gridbox .col.left1 .row, section.gridbox .col.left2 .row {
  flex-direction: row-reverse;
}
section.gridbox .col.right1 .row, section.gridbox .col.right2 .row {
  flex-direction: row;
  padding-left: 2vw;
}
@media screen and (min-width: 960px) {
  section.gridbox .col.right1 .row, section.gridbox .col.right2 .row {
    padding-left: 6.5vw;
  }
}
section.gridbox .content {
  max-width: 710px;
  width: 100%;
  padding: 100px 40px 100px 40px;
}
section.gridbox .content div, section.gridbox .content h2 {
  max-width: 550px;
}
section.gridbox h2 {
  background-color: #CE121B;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin: 0 0 1.8em;
  display: inline;
  line-height: 1.5em;
  padding: 0.1em 0.2em;
  white-space: pre-wrap;
  position: relative;
}
section.gridbox a.more {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
section.gridbox a.more::after {
  content: "»";
  margin-left: 0.3em;
}
section.gridbox a {
  color: #fff;
}
section.gridbox .text {
  padding-top: 1em;
}
section.article {
  min-height: 100vh;
  background-color: #fff;
}
section.article .inner {
  max-width: 1275px;
  margin: 0 auto;
  color: #000;
  padding: 95px 20px 40px;
}
@media screen and (min-width: 768px) {
  section.article .inner {
    padding: 245px 50px 120px;
  }
}
section.article .date {
  background-image: url(../img/clock.svg);
  padding-left: 2.3em;
  font-size: 1.5rem;
  margin-bottom: 1.8em;
}
section.article h1 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #cc001d;
  line-height: 1.35em;
  max-width: 800px;
  margin-bottom: 1.3em;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.article h1 {
    font-size: 3rem;
  }
}
section.article .picture {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  section.article .picture {
    margin-bottom: 2.7em;
  }
}
section.article .picture img {
  max-width: 100%;
}
section.article .body {
  max-width: 1080px;
}
section.article .body, section.article .body p, section.article .body div {
  line-height: 1.5em;
}
section.courselist {
  background-image: url(../img/rednoise.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 250px;
}
section.courselist a {
  color: #CE121B;
}
section.courselist .inner {
  max-width: 1360px;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 0 12vw 40px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  section.courselist .inner {
    flex-direction: row;
    padding: 0 20px 4vw;
    padding: 0 12vw 4vw;
  }
}
section.courselist .text {
  flex: 0 0 auto;
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  section.courselist .text {
    flex: 0 0 50%;
  }
}
section.courselist .text .logo {
  width: 100px;
  margin-left: 10px;
  margin-bottom: 60px;
  display: block;
}
section.courselist .course {
  margin: 0 0 1em;
}
section.courselist h2 {
  color: #000;
  background-color: #CE121B;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 500;
  padding: 0.05em 0.3em 0;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
section.courselist h3 {
  margin-bottom: 0.5em;
  color: #CE121B;
}
section.courselist table td {
  display: block;
  padding-left: 0.5em;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 500px) {
  section.courselist table td {
    display: table-cell;
    padding-left: 0;
  }
}
section.courselist table td.heading {
  padding-left: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 500px) {
  section.courselist table td.heading {
    padding-right: 0.5em;
    font-weight: initial;
    padding-bottom: 0;
  }
}
section.courselist table p {
  font-size: 1.4rem;
}
section.courselist p, section.courselist a {
  font-size: 1.7rem;
  line-height: 1.35em;
}
section.courselist p {
  margin-bottom: 1.35em;
}
section.courselist .data {
  font-size: 1.3rem;
}
section.courselist .data p {
  font-size: 1.3rem;
}
section.courselist .data a {
  font-size: inherit;
}
section.eventlist {
  background-color: #fff;
  color: #000;
  min-height: 60px;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  section.eventlist {
    min-height: 110px;
  }
}
section.eventlist h1, section.eventlist h2, section.eventlist h3, section.eventlist h4, section.eventlist h5, section.eventlist h6 {
  margin: 0 0 0.5em;
}
section.eventlist h2 {
  background-color: #CE121B;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 0.2em 0.4em;
  margin: 0 0 0.8em;
}
section.eventlist .event {
  margin-bottom: 1em;
}
section.eventlist .event table {
  max-height: 0;
  display: block;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  section.eventlist .event table {
    padding-left: 1em;
  }
}
section.eventlist .event table td.heading {
  text-align: right;
  padding-right: 0.5em;
  vertical-align: top;
}
section.eventlist .event.open table {
  max-height: 200px;
}
section.eventlist a.more {
  color: #CE121B;
  text-decoration: none;
}
section.eventlist a.more::after {
  content: "»";
  margin-left: 0.3em;
}
section.eventlist button.expand {
  background-color: transparent;
  color: #000;
  border: 0;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  padding: 0;
}
section.eventlist button.expand::after {
  content: "»";
  transition: all 0.5s ease;
  transform: rotate(0deg) translate(7px, 0);
  display: inline-block;
  color: #CE121B;
}
section.eventlist .event.open button.expand::after {
  transform: rotate(90deg) translate(1px, -12px);
}
section.eventlist.white {
  background-color: #000;
  color: #fff;
}
section.eventlist.white button.expand {
  color: #fff;
}
#wrap .leaguenavigation, .pyramidwrap .leaguenavigation {
  width: 100%;
  margin: 0 auto 30px;
  max-width: 1000px;
  text-align: center;
  padding-top: 90px;
}
@media screen and (min-width: 1120px) {
  #wrap .leaguenavigation, .pyramidwrap .leaguenavigation {
    z-index: 1;
    text-align: left;
    padding-top: 130px;
  }
}
@media screen and (min-width: 1220px) {
  #wrap .leaguenavigation, .pyramidwrap .leaguenavigation {
    max-width: 1200px;
  }
}
#wrap .leaguenavigation img, .pyramidwrap .leaguenavigation img {
  width: 200px;
  margin: 0 0 20px;
}
@media screen and (min-width: 1200px) {
  #wrap .leaguenavigation img, .pyramidwrap .leaguenavigation img {
    display: inline-block;
    margin: -10px 20px 0 0;
    vertical-align: top;
  }
}
#wrap .leaguenavigation .desktop, .pyramidwrap .leaguenavigation .desktop {
  display: none;
  line-height: 2em;
}
@media screen and (min-width: 1120px) {
  #wrap .leaguenavigation .desktop, .pyramidwrap .leaguenavigation .desktop {
    display: inline-block;
  }
}
#wrap .leaguenavigation .desktop button, .pyramidwrap .leaguenavigation .desktop button {
  display: inline;
  background-color: #CF0613;
  color: #000;
  border: 0;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Share Tech', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (min-width: 1120px) {
  #wrap .leaguenavigation .mobile, .pyramidwrap .leaguenavigation .mobile {
    display: none;
  }
}
#wrap .leaguenavigation select, .pyramidwrap .leaguenavigation select {
  width: 200px;
  font-size: 20px;
  padding: 5px;
}
#wrap .leaguenavigation .pyramid, .pyramidwrap .leaguenavigation .pyramid {
  margin-top: 30px;
}
#wrap .leaguepopup, .pyramidwrap .leaguepopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  font-family: 'Share Tech', sans-serif;
  font-size: 0.8rem;
}
#wrap .leaguepopup > .center, .pyramidwrap .leaguepopup > .center {
  max-width: 650px;
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  height: 80vh;
  max-height: 600px;
  background-color: #000;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  #wrap .leaguepopup > .center, .pyramidwrap .leaguepopup > .center {
    padding: 60px;
  }
}
#wrap .leaguepopup > .center > .inner, .pyramidwrap .leaguepopup > .center > .inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#wrap .leaguepopup > .center > .inner > div, .pyramidwrap .leaguepopup > .center > .inner > div {
  display: none;
}
#wrap .leaguepopup > .center .close, .pyramidwrap .leaguepopup > .center .close {
  font-family: FontAwesome;
  color: #fff;
  background-color: transparent;
  border: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 0;
  text-align: center;
  font-size: 30px;
  right: 0;
  top: 0;
  cursor: pointer;
}
#wrap .leaguepopup > .center .close:after, .pyramidwrap .leaguepopup > .center .close:after {
  content: "";
}
#wrap .leaguepopup h2, .pyramidwrap .leaguepopup h2 {
  margin: 0 0 1em;
}
#wrap .leaguepopup ul, .pyramidwrap .leaguepopup ul {
  margin: 0 0 1em;
}
#wrap .leaguepopup .wpforms-submit, .pyramidwrap .leaguepopup .wpforms-submit {
  background-color: #CF0613;
  font-family: 'Share Tech', sans-serif;
  color: #fff;
  border: 0;
  text-transform: uppercase;
}
#wrap .leaguepopup .wpforms-container > div, .pyramidwrap .leaguepopup .wpforms-container > div {
  background: transparent;
  border: none;
  color: #fff;
}
#wrap .leagueveil, .pyramidwrap .leagueveil {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#wrap .leaguepopup a, .pyramidwrap .leaguepopup a {
  color: #fff;
  text-decoration: underline;
}
#wrap .leaguepopup img, .pyramidwrap .leaguepopup img {
  max-width: 100%;
}
.pyramid {
  padding-bottom: 100px;
}
section.plain {
  background-color: #fff;
  color: #000;
  min-height: 60px;
  padding-bottom: 1px;
  padding: 40px;
}
@media screen and (min-width: 1024px) {
  section.plain {
    min-height: 110px;
  }
}
section.plain.toppad {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  section.plain.toppad {
    padding-top: 110px;
  }
}
section.plain.white {
  background-color: #000;
  color: #fff;
}
section.plain h1, section.plain h2, section.plain h3, section.plain h4, section.plain h5, section.plain h6 {
  margin: 0 0 0.5em;
}
section.plain h2 {
  background-color: #CE121B;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding: 0.2em 0.4em;
  margin: 0 0 0.8em;
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://billebeinopadel.com/wp-content/themes/billebeinopadel2021/assets/images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://billebeinopadel.com/wp-content/themes/billebeinopadel2021/assets/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://billebeinopadel.com/wp-content/themes/billebeinopadel2021/assets/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://billebeinopadel.com/wp-content/themes/billebeinopadel2021/assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
/* @import "https://billebeinopadel.com/wp-content/themes/billebeinopadel2021/assets/css/pyramid"; */