/* External */
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Great code by ME :) */
/* breakpoints */
/* screen colors */
/* per item */
.icon-button {
  display: block;
  height: 15px;
  width: 15px; }

.icon-facebook {
  background: url("../svg/icon-facebook.svg") center center no-repeat;
  background-size: cover; }

.icon-instagram {
  background: url("../svg/icon-instagram.svg") center center no-repeat;
  background-size: cover; }

body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  color: #3F4144;
  background-color: #FFFFFF;
  scroll-behavior: smooth;
  overflow-x: hidden; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  box-sizing: border-box; }

.container, .splash {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span, address, blockquote {
  padding: 0;
  margin: 0;
  font-style: normal; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: #3F4144; }

p {
  margin-bottom: 1em; }

.restrict, .l-container {
  max-width: 103rem;
  padding: 0 1.875rem;
  margin: 0 auto; }
  @media (max-width: 968px) {
    .restrict, .l-container {
      padding: 0 2.75rem; } }
  @media (max-width: 600px) {
    .restrict, .l-container {
      padding: 0 1.25rem; } }

.type_basic-h1, h1, .h1, .type_basic-h2, h2, .h2, .type_basic-h3, h3, .h3, .type-quote, blockquote, .type_basic-h4, h4, .h4, .type_basic-h5, h5, .h5, .type_basic-h6, h6, .h6 {
  font-family: "Museo", sans-serif;
  font-weight: bold; }

.type_basic-h1, h1, .h1 {
  font-size: 3.125rem;
  line-height: 120%; }
  @media (max-width: 740px) {
    .type_basic-h1, h1, .h1 {
      font-size: 2.375rem; } }
  @media (max-width: 600px) {
    .type_basic-h1, h1, .h1 {
      font-size: 2rem; } }
  @media (max-width: 480px) {
    .type_basic-h1, h1, .h1 {
      font-size: 1.75rem; } }

.type_basic-h2, h2, .h2 {
  font-size: 2.625rem;
  line-height: 120%;
  font-weight: 500; }
  @media (max-width: 740px) {
    .type_basic-h2, h2, .h2 {
      font-size: 2.625rem; } }
  @media (max-width: 600px) {
    .type_basic-h2, h2, .h2 {
      font-size: 2.625rem; } }
  @media (max-width: 480px) {
    .type_basic-h2, h2, .h2 {
      font-size: 2.625rem; } }

.type_basic-h3, h3, .h3, .type-quote, blockquote {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 500; }
  @media (max-width: 740px) {
    .type_basic-h3, h3, .h3, .type-quote, blockquote {
      font-size: 2.25rem; } }
  @media (max-width: 600px) {
    .type_basic-h3, h3, .h3, .type-quote, blockquote {
      font-size: 2.25rem; } }
  @media (max-width: 480px) {
    .type_basic-h3, h3, .h3, .type-quote, blockquote {
      font-size: 2.25rem; } }

.type_basic-h4, h4, .h4 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500; }
  @media (max-width: 740px) {
    .type_basic-h4, h4, .h4 {
      font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .type_basic-h4, h4, .h4 {
      font-size: 1.5rem; } }

.type_basic-h5, h5, .h5 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 500; }
  @media (max-width: 740px) {
    .type_basic-h5, h5, .h5 {
      font-size: 1.5rem; } }
  @media (max-width: 600px) {
    .type_basic-h5, h5, .h5 {
      font-size: 1.5rem; } }

.type_basic-h6, h6, .h6 {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500; }

.type_basic-body, body, html, p, .type-input {
  font-family: "Museo", sans-serif;
  font-size: 0.75rem;
  line-height: 112.5%;
  font-weight: 300; }
  .type_basic-body p, body p, html p, p p, .type-input p {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.8125rem; }

.type_basic-button {
  font-family: "Museo", sans-serif;
  font-weight: bold;
  font-size: 1.125rem; }

.type-quote, blockquote {
  font-size: 1rem;
  font-weight: normal;
  color: #A8A37D;
  font-weight: 300;
  margin: 2rem 0; }
  .type-quote p, blockquote p {
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 1rem; }
  .type-quote cite, blockquote cite {
    font-style: normal; }

.heading__block {
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #3F4144;
  padding-bottom: 0.3125rem; }

.t-small {
  font-size: 1.0625rem; }

p.t-intro {
  font-weight: 700; }

.l-main {
  flex: 1 0 auto; }

.l-container {
  width: 100%;
  position: relative; }
  .l-container.small {
    max-width: 43.75rem; }
  .l-container.wider {
    max-width: 60.75rem; }
  .l-container.large {
    max-width: 107rem; }
  .l-container .align-center {
    text-align: center; }
  .l-container .flex {
    display: flex; }
    .l-container .flex div {
      width: 50%; }

header {
  left: 0;
  top: 0;
  position: fixed;
  background-color: #3F4144;
  width: 100%;
  z-index: 10; }
  header .c-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 4.375rem;
    max-width: 112rem;
    margin: 0 auto; }
  header .c-header__wrapper {
    padding: 1rem;
    margin-right: auto; }
    @media (max-width: 968px) {
      header .c-header__wrapper {
        align-items: center;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%; } }
  header .tlogo {
    margin: 0; }
    header .tlogo a {
      background: url("../svg/logo.svg") center center no-repeat;
      background-size: cover;
      display: block;
      height: calc(29px * 0.75);
      width: calc(297px * 0.75); }
      @media (max-width: 1024px) {
        header .tlogo a {
          width: 207px;
          height: 20px; } }
      @media (max-width: 968px) {
        header .tlogo a {
          width: 148px;
          height: 14px; } }
  header .c-social {
    margin-right: 1rem; }
  header .c-hurger {
    display: none; }
    @media (max-width: 968px) {
      header .c-hurger {
        display: block; } }
    header .c-hurger__button {
      background: none;
      border: 0;
      color: #FFFFFF;
      cursor: pointer;
      font-family: Source Sans Pro, sans-serif;
      font-weight: 700;
      outline: 0;
      padding: 0;
      position: relative; }
      header .c-hurger__button div {
        align-items: center;
        display: flex;
        height: 72px; }
      header .c-hurger__button span.t-small {
        margin-right: 0.5rem; }
        .is-open header .c-hurger__button span.t-small {
          opacity: 0; }
      .is-open header .c-hurger__button span:before {
        opacity: 0; }
      .is-open header .c-hurger__button span:after {
        transform: translateY(-12px) rotate(90deg); }
      header .c-hurger__button span:first-child {
        font-family: Source Sans Pro, sans-serif;
        font-size: 1.0625rem;
        font-weight: 600;
        letter-spacing: 0.029411765em;
        text-transform: uppercase;
        transition: opacity 0.2s; }
      header .c-hurger__button span:last-child {
        background-color: #FFFFFF;
        display: block;
        height: 2px;
        margin-top: -12px;
        position: relative;
        transition: transform 0.2s;
        width: 18px; }
        .is-open header .c-hurger__button span:last-child {
          transform: translateY(6px) rotate(45deg); }
        header .c-hurger__button span:last-child:after, header .c-hurger__button span:last-child:before {
          background-color: #FFFFFF;
          content: "";
          display: block;
          height: 2px;
          position: absolute;
          transition: opacity 0.1s, transform 0.2s;
          width: 18px; }
        header .c-hurger__button span:last-child:before {
          top: 6px; }
        header .c-hurger__button span:last-child:after {
          top: 12px; }
  header nav .c-social {
    display: none; }
  @media (max-width: 968px) {
    header nav {
      justify-content: space-between;
      box-sizing: border-box;
      left: 0;
      overflow: auto;
      position: fixed;
      transform: translateY(-100%);
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 5;
      height: 100%;
      top: 0;
      width: 100%;
      background-color: #3F4144;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      .is-open header nav {
        transform: translateY(0); }
      header nav .c-social {
        display: block;
        padding-bottom: 2rem;
        margin: 0; }
        header nav .c-social ul {
          flex-direction: row;
          align-items: center; } }
  header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    header nav ul li {
      padding: 0 1.45rem; }
      @media (max-width: 968px) {
        header nav ul li {
          padding: 1rem; } }
      header nav ul li.is-active {
        font-weight: bold; }
        .home header nav ul li.is-active {
          font-weight: 300; }
        header nav ul li.is-active a {
          border-bottom: 1px solid white; }
          .home header nav ul li.is-active a {
            border-bottom: 0; }
      header nav ul li a {
        color: white;
        font-size: 1.25rem; }
        @media (max-width: 968px) {
          header nav ul li a {
            font-size: 1.75rem; } }
        header nav ul li a:hover {
          color: white;
          border-bottom: 1px solid white; }
  @media (max-width: 968px) {
    header nav ul {
      box-sizing: border-box;
      flex-direction: column;
      align-items: center; }
      header nav ul li {
        width: 100%;
        text-align: center; } }
  @media (max-width: 968px) {
    header .c-social {
      display: none; } }
  header .c-social ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    header .c-social ul li {
      padding-left: 1rem; }

.c-overview__button, .button-default {
  display: inline-block;
  background-color: #3F4144;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: white;
  border: 2px solid #3F4144;
  transition: all .25s ease;
  font-weight: 500; }
  .c-overview__button:hover, .button-default:hover {
    color: #3F4144;
    background-color: transparent; }

.button-default {
  background-color: #A8A37D;
  border: 2px solid #A8A37D; }
  .button-default:hover {
    color: #A8A37D; }
  .button-default__white {
    background: transparent;
    color: #3F4144;
    border-color: #3F4144;
    display: inline-block; }
    .button-default__white:hover {
      background: #A8A37D;
      border-color: #A8A37D;
      color: white; }
  .button-default__gray {
    background: transparent;
    color: #3F4144;
    border-color: #3F4144;
    display: inline-block; }
    .button-default__gray:hover {
      background: #A8A37D;
      border-color: #A8A37D;
      color: white; }

.l-heading--article {
  position: relative;
  padding: 4.375rem 0 6.25rem;
  text-align: center;
  background: linear-gradient(#fff 30%, #a8a37d 100%); }
  .l-heading--article:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: white; }
  .l-heading--article .l-container {
    max-width: 73.375rem; }
  .l-heading--article .l-heading__content {
    padding: 6.25rem 0 3.75rem; }
    @media (max-width: 600px) {
      .l-heading--article .l-heading__content {
        padding: 3.75rem 0 3.75rem; } }
    .l-heading--article .l-heading__content h1 {
      font-size: 5rem;
      letter-spacing: 0.02em;
      color: #A8A37D;
      font-weight: 500;
      margin-bottom: 3.125rem; }
      @media (max-width: 600px) {
        .l-heading--article .l-heading__content h1 {
          font-size: 2.5rem; } }
    .l-heading--article .l-heading__content p {
      font-size: 1.875rem;
      letter-spacing: 0.02em;
      line-height: 2.5rem;
      color: #A8A37D;
      margin-bottom: 3.125rem; }
      @media (max-width: 600px) {
        .l-heading--article .l-heading__content p {
          font-size: 1.625rem; } }
    .l-heading--article .l-heading__content__sub {
      font-size: 1.0625rem; }
  .l-heading--article .l-heading--article__image {
    text-align: left;
    font-size: 1.0625rem; }
    .l-heading--article .l-heading--article__image img {
      max-width: 100%;
      display: block;
      margin: 0 auto 10px; }

.single-article .l-activity {
  margin-top: 6.25rem;
  background: #E2E0D3; }
  @media (min-width: 1025px) {
    .single-article .l-activity {
      padding: 5rem 0; } }
  .single-article .l-activity .heading__block {
    color: #3F4144;
    border-color: #3F4144; }

.l-overview--articles {
  padding: 8.75rem 0 0; }
  @media (min-width: 1025px) {
    .l-overview--articles {
      padding: 8.75rem 0 4.375rem; } }
  .l-overview--articles .h4 {
    margin-bottom: 2.1875rem;
    font-size: 1.75rem;
    font-weight: 300; }
  .l-overview--articles .l-container.large {
    display: flex;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 1025px) {
      .l-overview--articles .l-container.large {
        flex-direction: row; } }
    @media (min-width: 1025px) {
      .l-overview--articles .l-container.large:before {
        content: '';
        background: #A8A37D;
        display: block;
        width: 100%;
        height: calc( 100% + 122px);
        position: absolute;
        right: 75%;
        top: -70px;
        z-index: 0; } }
  .l-overview--articles .l-overview__items {
    padding: 0 2rem;
    width: 100%;
    order: 1; }
    .l-overview--articles .l-overview__items h2 {
      margin-bottom: 2rem; }
    @media (min-width: 1025px) {
      .l-overview--articles .l-overview__items {
        padding: 0 6.25rem;
        width: 60%;
        order: 2; } }
    @media (max-width: 1024px) {
      .l-overview--articles .l-overview__items .l-overview__item {
        padding: 0 2rem; } }
    @media (max-width: 600px) {
      .l-overview--articles .l-overview__items .l-overview__item {
        padding: 0; } }
    .l-overview--articles .l-overview__items .l-overview__item img {
      max-width: 100%; }
    .l-overview--articles .l-overview__items .l-overview__item .l-overview__image {
      position: relative; }
      .l-overview--articles .l-overview__items .l-overview__item .l-overview__image h3 {
        background: #A8A37D;
        color: white;
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: -15px;
        padding: 15px;
        font-size: 1.875rem; }
    .l-overview--articles .l-overview__items .l-overview__item .l-overview__content {
      display: flex;
      margin-top: 1.875rem;
      font-size: 1.25rem;
      line-height: 1.8125rem;
      margin-bottom: 5rem; }
      @media (max-width: 600px) {
        .l-overview--articles .l-overview__items .l-overview__item .l-overview__content {
          flex-direction: column; } }
      .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__meta {
        width: 30%; }
        @media (max-width: 600px) {
          .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__meta {
            width: 100%; } }
        .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__meta span {
          display: block;
          color: #A8A37D; }
      .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__text {
        width: 70%;
        font-size: 1.25rem;
        letter-spacing: 0.02em;
        line-height: 1.8125rem; }
        .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__text span {
          color: #A8A37D;
          text-decoration: underline; }
        @media (max-width: 600px) {
          .l-overview--articles .l-overview__items .l-overview__item .l-overview__content .l-overview__text {
            width: 100%; } }
  .l-overview--articles .l-overview__magazines {
    order: 2;
    background: #A8A37D;
    padding: 2rem;
    position: relative; }
    @media (min-width: 1025px) {
      .l-overview--articles .l-overview__magazines {
        padding: 0 6.25rem 0 1rem;
        width: 25%;
        order: 1;
        background: transparent; } }
    .l-overview--articles .l-overview__magazines h2 {
      margin-bottom: 2rem; }
    .l-overview--articles .l-overview__magazines_wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media (min-width: 1025px) {
        .l-overview--articles .l-overview__magazines_wrapper {
          flex-direction: column; } }
    .l-overview--articles .l-overview__magazines ._df_thumb {
      width: 100%;
      height: 0;
      position: relative;
      display: block;
      padding-bottom: 150%;
      margin: 0; }
      .l-overview--articles .l-overview__magazines ._df_thumb ._df_book-cover {
        position: absolute; }
    .l-overview--articles .l-overview__magazines .l-overview__item {
      margin-bottom: 2rem;
      width: 30%;
      margin: 0 2rem 2rem 0; }
      @media (min-width: 1025px) {
        .l-overview--articles .l-overview__magazines .l-overview__item {
          width: 100%; } }
      .l-overview--articles .l-overview__magazines .l-overview__item .l-overview__content {
        padding: 1.25rem 0 0.9375rem;
        font-size: 1.25rem;
        line-height: 1.8125rem; }
    .l-overview--articles .l-overview__magazines img {
      max-width: 100%;
      height: auto; }
  .l-overview--articles .l-overview__filter {
    display: none; }
    .l-overview--articles .l-overview__filter .c-overview__button, .l-overview--articles .l-overview__filter .button-default {
      position: absolute;
      right: 4rem;
      top: -1rem; }
      @media (min-width: 1025px) {
        .l-overview--articles .l-overview__filter .c-overview__button, .l-overview--articles .l-overview__filter .button-default {
          display: none; } }
    .l-overview--articles .l-overview__filter h2 {
      margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .l-overview--articles .l-overview__filter {
        display: block;
        width: 100%;
        order: 0;
        padding: 0 2rem;
        margin-bottom: 2rem; } }
    @media (min-width: 1025px) {
      .l-overview--articles .l-overview__filter {
        width: 15%;
        order: 3;
        position: fixed;
        right: 0; } }
    .l-overview--articles .l-overview__filter ul {
      margin: 0 0 2.1875rem 0;
      padding: 0;
      list-style: none; }
      @media (max-width: 1024px) {
        .l-overview--articles .l-overview__filter ul {
          display: flex;
          margin-bottom: 1rem; } }
      .l-overview--articles .l-overview__filter ul li {
        line-height: 20px; }
        @media (max-width: 1024px) {
          .l-overview--articles .l-overview__filter ul li {
            margin-right: 1rem; } }
        .l-overview--articles .l-overview__filter ul li a {
          color: #A8A37D;
          font-size: 1.25rem;
          font-weight: 300; }

.back {
  position: absolute;
  left: -130px;
  top: 70%;
  font-size: 1.25rem;
  color: #A3A3A3;
  text-decoration: underline; }
  .single-activity .back {
    left: 0;
    top: 106%;
    z-index: 2; }
    @media screen and (max-width: 1300px) {
      .single-activity .back {
        left: 110px; } }
    @media (max-width: 968px) {
      .single-activity .back {
        left: 70px;
        top: 60%; } }
    @media (max-width: 600px) {
      .single-activity .back {
        left: 50px;
        top: 80%; } }
    .single-activity .back:hover {
      color: #A8A37D; }
  .back:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 12px solid #A3A3A3;
    position: absolute;
    left: -30px;
    top: -2px; }

.l-activity {
  background: #3F4144;
  color: white;
  padding: 3.125rem 0; }
  @media (min-width: 1025px) {
    .l-activity {
      padding: 6.25rem 0 12.5rem; } }
  .l-activity .heading__block {
    border-bottom-color: white; }
  @media (max-width: 600px) {
    .l-activity__items_grid {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .l-activity__items_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "item-1 ." "item-1 item-2" "item-3  item-2" "item-3 item-4" "item-5 item-4" "item-5 item-6" "item-7 item-6" "item-7 ."; } }
  @media screen and (min-width: 1024px) {
    .l-activity__items_grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
      gap: 1rem;
      grid-template-areas: "item-1 item-2 ." "item-1 item-2 item-3" ". item-4 item-3" "item-5 item-4 item-6" "item-5 item-7 item-6" ". item-7 ."; } }
  .l-activity__items_flex {
    margin: 50px 0; }
    @media screen and (min-width: 768px) {
      .l-activity__items_flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        grid-template-rows: 1fr;
        grid-template-areas: "item-1 item-2"; } }
    .l-activity__items_flex .l-activity__item__content {
      display: none; }
    .l-activity__items_flex .l-activity__item {
      min-height: 20.625rem; }
    .l-activity__items_flex .l-activity__item__title {
      padding: 0.625rem 1.5625rem; }
      .l-activity__items_flex .l-activity__item__title h2 {
        font-size: 1.875rem; }
  .l-activity__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 29.375rem;
    background-size: cover;
    background-position: center;
    align-items: flex-start; }
    .l-activity__item:hover:before {
      background: linear-gradient(#fff 0%, #a8a37d 100%);
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.84; }
    .l-activity__item:hover span {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #A8A37D;
      padding: 4.6rem 0;
      width: 100%;
      text-align: center;
      font-family: "Museo", sans-serif;
      color: #3F4144;
      font-size: 1.5rem;
      text-decoration: none;
      font-weight: 500;
      max-width: 27.5rem; }
    @media (max-width: 968px) {
      .l-activity__item {
        margin-bottom: 1rem;
        min-height: 20.625rem; } }
    .l-activity__item:nth-child(1) {
      grid-area: item-1; }
    .l-activity__item:nth-child(2) {
      grid-area: item-2; }
    .l-activity__item:nth-child(3) {
      grid-area: item-3; }
    .l-activity__item:nth-child(4) {
      grid-area: item-4; }
    .l-activity__item:nth-child(5) {
      grid-area: item-5; }
    .l-activity__item:nth-child(6) {
      grid-area: item-6; }
    .l-activity__item:nth-child(7) {
      grid-area: item-7; }
    .l-activity__item__title {
      background: #A8A37D;
      color: white;
      max-width: 23.125rem;
      padding: 0.9375rem 1.5625rem; }
      .l-activity__item__title h2 {
        font-size: 2.1875rem;
        font-weight: 300; }
        @media (max-width: 1024px) {
          .l-activity__item__title h2 {
            font-size: 1.5rem; } }
      @media (max-width: 1024px) {
        .l-activity__item__title {
          max-width: 16.25rem; } }
    .l-activity__item__content {
      background: #3F4144;
      color: white;
      padding: 1rem 1rem 1rem 1.5625rem;
      align-self: flex-end;
      font-size: 1.0625rem;
      line-height: 1.75rem;
      margin: 0;
      letter-spacing: 0;
      max-width: 27.5rem; }
      @media (max-width: 1024px) {
        .l-activity__item__content {
          font-size: 1rem; } }
      @media (max-width: 600px) {
        .l-activity__item__content {
          margin-top: 8.75rem; } }
      .l-activity__item__content a, .l-activity__item__content span {
        color: #A8A37D;
        text-decoration: underline; }
        .l-activity__item__content a:hover, .l-activity__item__content span:hover {
          color: white; }
      @media (max-width: 1024px) {
        .l-activity__item__content {
          max-width: 17.5rem; } }
  .l-activity__content {
    text-align: center;
    padding: 2.5rem 0;
    max-width: 50rem;
    margin: 0 auto; }
    .l-activity__content p {
      letter-spacing: 0.02em;
      line-height: 24px; }
      .l-activity__content p:nth-child(1) {
        font-size: 1.875rem;
        letter-spacing: 0.02em;
        line-height: 2.25rem;
        font-weight: 500; }

.single-activity {
  background: #3F4144;
  color: white; }
  .single-activity p a {
    color: white;
    text-decoration: underline;
    font-weight: 300;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.8125rem; }
    .single-activity p a:hover {
      color: #A8A37D; }
  .single-activity .l-detail__content {
    margin-bottom: 5rem; }
    @media (max-width: 600px) {
      .single-activity .l-detail__content {
        padding-bottom: 2rem;
        padding-top: 2rem; } }
  .single-activity .l-wysiwyg {
    position: relative;
    margin: 0 0 3.125rem 0; }
    @media (max-width: 600px) {
      .single-activity .l-wysiwyg {
        margin: 0 0 1.5625rem 0; } }
  .single-activity .l-heading__content {
    max-width: 61rem;
    margin: 0 auto; }
    .single-activity .l-heading__content h1 {
      background: #A8A37D;
      position: relative;
      top: -70px;
      display: inline-block;
      color: #3F4144;
      font-size: 1.875rem;
      padding: 1rem 3.75rem 3.5rem 3.75rem; }
      @media (max-width: 600px) {
        .single-activity .l-heading__content h1 {
          top: -38px;
          padding: 1rem 2rem; } }
  .single-activity .l-activity {
    background: #e2e0d3; }
    @media (min-width: 1025px) {
      .single-activity .l-activity {
        padding: 5rem 0; } }
    .single-activity .l-activity .heading__block {
      color: #3F4144;
      border-color: #3F4144; }

.l-image figure {
  max-width: 73rem;
  margin: 0 auto 5rem; }

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

.l-image figcaption {
  font-size: 1.0625rem;
  margin-top: 1rem; }

.l-poster {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .l-poster__child {
    width: 100%; }
  .l-poster__wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 75rem;
    margin: 0 auto; }
  .l-poster__inner {
    max-width: 38.75rem; }
    @media screen and (min-width: 768px) {
      .l-poster__inner {
        padding: 0 1rem; } }
    .l-poster__inner .l-poster__text {
      padding: 0 1.5rem;
      z-index: 3;
      position: relative; }
      @media screen and (min-width: 768px) {
        .l-poster__inner .l-poster__text {
          margin-top: 3.125rem; } }
      .l-poster__inner .l-poster__text .button {
        margin-top: 1.875rem; }
    .l-poster__inner-image {
      width: 100%;
      height: 0;
      padding-bottom: 86.25%;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center top; }
      @media (max-width: 600px) {
        .l-poster__inner-image {
          margin-top: 53px; } }
      .l-poster__inner-image:before {
        content: '';
        background: #A8A37D;
        display: block;
        height: 5.3125rem;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.73;
        mix-blend-mode: multiply; }
      @media (min-width: 1025px) {
        .l-poster__inner-image {
          height: 100vh;
          padding: 0;
          background-attachment: fixed; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .l-poster__inner-image {
          background-attachment: inherit;
          height: calc(100vh - 64px);
          padding: 0; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .l-poster__inner-image {
          background-attachment: inherit;
          height: calc(70vh - 150px); } }
    .l-poster__inner .anchor {
      position: relative;
      top: -90px; }
    .l-poster__inner .heading {
      font-size: 2.5rem;
      display: block;
      line-height: 120%;
      font-weight: 300;
      text-align: center;
      padding: 0.9375rem;
      height: 100px;
      top: -100px;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(255, 255, 255, 0.73) 0%, rgba(168, 163, 125, 0.73) 100%); }
      @media (min-width: 1025px) {
        .l-poster__inner .heading {
          margin-bottom: -75px; } }
      @media screen and (min-width: 768px) {
        .l-poster__inner .heading {
          padding: 1.5625rem;
          height: 152px;
          top: -152px;
          margin-bottom: -100px; } }
      @media (max-width: 600px) {
        .l-poster__inner .heading {
          font-size: 2rem;
          padding: 20px; } }
      .l-poster__inner .heading:before {
        background: linear-gradient(rgba(168, 163, 125, 0.73) 0%, rgba(255, 255, 255, 0.73) 100%);
        display: block;
        content: '';
        width: 100%;
        height: 152px;
        position: absolute;
        left: -100%;
        top: 152px;
        z-index: 0; }
        @media (max-width: 968px) {
          .l-poster__inner .heading:before {
            top: 100px; } }
        @media screen and (min-width: 768px) {
          .l-poster__inner .heading:before {
            top: 152px;
            left: -100%;
            width: 100%; } }
        @media (max-width: 600px) {
          .l-poster__inner .heading:before {
            height: 100px; } }
      .l-poster__inner .heading:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-top: 16.5px solid #3F4144;
        bottom: -7.5px;
        position: absolute;
        left: calc( 50% - 8px);
        transform: scale(0.5);
        animation-name: updown;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: linear; }
        @media screen and (min-width: 768px) {
          .l-poster__inner .heading:after {
            transform: scale(1);
            bottom: 14px; } }

@keyframes updown {
  to {
    bottom: -5px;
    @media screen and (min-width: 768px) {
      bottom: 20px; } } }

.l-panel {
  display: flex;
  overflow: hidden;
  position: relative; }
  .l-panel__image {
    height: 100vh; }
  .l-panel__content {
    height: 100vh;
    width: 100%;
    padding-top: 4.375rem;
    box-sizing: border-box; }
    .l-panel__content a {
      display: none;
      height: 100%;
      width: 100%; }
      .l-panel__content a:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }

.l-detail__extendedpage .l-heading__image {
  height: 0;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
  position: relative; }

.l-detail__extendedpage .l-embed__wrapper {
  max-width: 73rem;
  margin: 75px auto; }
  .l-detail__extendedpage .l-embed__wrapper .caption {
    font-style: italic;
    font-size: 1.0625rem;
    line-height: 1.75rem;
    margin-top: 1rem; }
  .l-detail__extendedpage .l-embed__wrapper--spotify {
    max-width: 26rem;
    display: flex;
    flex-direction: column;
    margin: 110px auto 100px; }
    .l-detail__extendedpage .l-embed__wrapper--spotify .l-embed {
      height: 31.25rem;
      padding-bottom: 0;
      order: 2; }
    .l-detail__extendedpage .l-embed__wrapper--spotify .caption {
      order: 1; }

.l-detail__extendedpage .l-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .l-detail__extendedpage .l-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.l-detail__extendedpage .l-image-slider .c-slider__wrapper {
  max-width: 69.65rem;
  margin: 0 auto;
  position: relative;
  padding: 3.125rem 0; }

.l-detail__extendedpage .l-image-slider .c-slider__item {
  width: 100%; }
  @media (max-width: 600px) {
    .l-detail__extendedpage .l-image-slider .c-slider__item {
      width: 320px; } }
  .l-detail__extendedpage .l-image-slider .c-slider__item img {
    width: 100%;
    height: auto; }

.l-detail__extendedpage .l-image-slider .c-slider__buttons .previous, .l-detail__extendedpage .l-image-slider .c-slider__buttons .next {
  top: calc(50%); }

.l-detail__extendedpage .l-image-slider .c-slider .flickity-page-dots {
  bottom: 25px; }
  .l-detail__extendedpage .l-image-slider .c-slider .flickity-page-dots .dot {
    background: transparent;
    border: 1px solid white;
    opacity: 1;
    width: 16px;
    height: 16px; }
    .l-detail__extendedpage .l-image-slider .c-slider .flickity-page-dots .dot.is-selected {
      background: white; }

.l_rand-quote {
  height: 50vh; }
  .l_rand-quote blockquote {
    max-width: 60rem;
    margin: 0 auto; }
    .l_rand-quote blockquote cite {
      margin-bottom: 1rem; }
  .l_rand-quote__title {
    display: none; }
  .l_rand-quote .l-container {
    text-align: center; }

.page-template-temp-content p a {
  text-decoration: underline;
  font-weight: 300;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.8125rem; }
  .page-template-temp-content p a:hover {
    color: #A8A37D; }

.page-template-temp-content .l-wysiwyg {
  position: relative; }
  @media (max-width: 1024px) {
    .page-template-temp-content .l-wysiwyg {
      margin: 0 0 6.25rem 0; } }
  @media (max-width: 600px) {
    .page-template-temp-content .l-wysiwyg {
      padding: 0 0 1.5625rem 0;
      margin: 0 0 1.5625rem 0; } }

.page-template-temp-content .quote {
  position: relative;
  padding: 3.125rem 0; }
  @media (max-width: 1024px) {
    .page-template-temp-content .quote {
      margin: 3.125rem 0; } }
  @media (max-width: 600px) {
    .page-template-temp-content .quote {
      padding: 1.5625rem 0;
      margin: 1.5625rem 0; } }
  .page-template-temp-content .quote .l-container.small {
    max-width: 63rem; }
    @media (max-width: 1024px) {
      .page-template-temp-content .quote .l-container.small {
        max-width: 50rem; } }
  .page-template-temp-content .quote:before {
    content: '';
    width: 200vw;
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    background: #A8A37D; }
  .page-template-temp-content .quote blockquote p {
    color: white;
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: 300;
    margin-bottom: 3rem; }
    @media (max-width: 1024px) {
      .page-template-temp-content .quote blockquote p {
        font-size: 2.8125rem;
        line-height: 3.4375rem; } }
  .page-template-temp-content .quote blockquote cite {
    color: white;
    font-size: 1.875rem; }
    @media (max-width: 1024px) {
      .page-template-temp-content .quote blockquote cite {
        font-size: 1.375rem; } }

.page-template-temp-content .l-heading__content {
  margin: 3.125rem auto 1.25rem;
  max-width: 83.375rem; }
  .page-template-temp-content .l-heading__content h1 {
    display: inline-block;
    font-size: 1.875rem;
    background: #A8A37D;
    color: #3F4144;
    padding: 1.875rem 3.125rem; }

.person-block {
  margin: 3.125rem 0; }
  @media (min-width: 1025px) {
    .person-block {
      margin: 6.25rem 0; } }
  .person-block--right .person-block__content {
    align-self: flex-end; }
  .person-block--right .person-block__title {
    align-self: flex-end;
    margin-right: -15px; }
  .person-block--left .person-block__title {
    margin-left: -15px;
    align-self: flex-start; }
  .person-block__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 73rem;
    margin: 0 auto; }
  .person-block__image {
    margin-bottom: -12.5rem; }
    .person-block__image img {
      max-width: 100%;
      height: auto; }
    @media (max-width: 968px) {
      .person-block__image {
        margin-bottom: -9.375rem; } }
    @media (max-width: 600px) {
      .person-block__image {
        margin-bottom: 0px; } }
  .person-block__title {
    background: #A8A37D;
    color: #3F4144;
    padding: 2.625rem 1.5625rem;
    font-weight: 700;
    font-size: 1.875rem;
    margin-bottom: -35px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      .person-block__title {
        font-size: 1.5rem; } }
  .person-block__content_wrap {
    display: flex;
    flex-direction: column;
    background: linear-gradient(#fff 0%, rgba(168, 163, 125, 0.5) 100%); }
  .person-block__content {
    background: white;
    width: 60%;
    position: relative;
    padding: 1.5625rem 2.5rem; }
    @media (max-width: 600px) {
      .person-block__content {
        width: 100%;
        padding: 1.5625rem 0; } }

.l-calendar {
  padding: 50px 0;
  background: white;
  position: relative; }
  .page-template-temp-calendar .l-calendar {
    padding: 100px 0; }
  .l-calendar h2, .l-calendar p {
    color: #3F4144;
    margin-bottom: 0; }
  .l-calendar:before, .l-calendar:after {
    background: linear-gradient(rgba(168, 163, 125, 0.73) 0%, rgba(255, 255, 255, 0.73) 50%);
    display: block;
    content: '';
    top: 0;
    left: 50%;
    width: 49.999%;
    height: 100%;
    position: absolute;
    z-index: 0; }
    @media (max-width: 600px) {
      .l-calendar:before, .l-calendar:after {
        width: 100%;
        left: 0;
        display: none; } }
  .l-calendar:after {
    left: 0;
    transform: rotate(180deg);
    display: block; }
  .l-calendar .l-container {
    z-index: 1; }
  .l-calendar .l-calendar__items {
    margin: 50px auto;
    max-width: 85rem; }
    @media (max-width: 1024px) {
      .l-calendar .l-calendar__items {
        max-width: 56rem; } }
  .l-calendar .l-calendar__item {
    width: 100%;
    color: #3F4144;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1rem 0; }
    .l-calendar .l-calendar__item:after {
      content: '';
      display: block;
      width: 77%;
      height: 1px;
      background: #3F4144;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 968px) {
        .l-calendar .l-calendar__item:after {
          width: 100%; } }
    .l-calendar .l-calendar__item .t-small {
      margin-bottom: 0;
      font-weight: 500; }
    @media (max-width: 740px) {
      .l-calendar .l-calendar__item {
        display: block; } }
    .l-calendar .l-calendar__item div {
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box; }
      .l-calendar .l-calendar__item div:first-child {
        width: 25%; }
      .l-calendar .l-calendar__item div:nth-child(2) {
        width: 25%; }
        @media screen and (min-width: 768px) {
          .l-calendar .l-calendar__item div:nth-child(2) {
            padding-left: 1rem; } }
      .l-calendar .l-calendar__item div:nth-child(3) {
        width: 25%; }
        @media screen and (min-width: 768px) {
          .l-calendar .l-calendar__item div:nth-child(3) {
            padding-left: 2rem; } }
      .l-calendar .l-calendar__item div:nth-child(4) {
        width: 25%;
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-end; }
        @media (max-width: 600px) {
          .l-calendar .l-calendar__item div:nth-child(4) {
            justify-content: center;
            margin: 2rem 0 0; } }
        .l-calendar .l-calendar__item div:nth-child(4) .button-default {
          border-width: 1px;
          padding: 26px 15px;
          border-radius: 100px;
          margin: 0 10px; }
          @media (max-width: 1024px) {
            .l-calendar .l-calendar__item div:nth-child(4) .button-default {
              padding: 16px 8px;
              font-size: 1rem; } }
          @media (max-width: 600px) {
            .l-calendar .l-calendar__item div:nth-child(4) .button-default {
              width: 50%;
              text-align: center; } }
      @media (max-width: 740px) {
        .l-calendar .l-calendar__item div:first-child, .l-calendar .l-calendar__item div:nth-child(2), .l-calendar .l-calendar__item div:nth-child(3), .l-calendar .l-calendar__item div:nth-child(4) {
          width: 100%;
          margin-bottom: 1rem; }
        .l-calendar .l-calendar__item div:last-child {
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        .l-calendar .l-calendar__item div:first-child, .l-calendar .l-calendar__item div:nth-child(2), .l-calendar .l-calendar__item div:nth-child(3), .l-calendar .l-calendar__item div:nth-child(4) {
          margin-bottom: 0; } }
      @media (max-width: 1024px) {
        .l-calendar .l-calendar__item div .h5 {
          font-size: 1rem; } }
      @media (max-width: 1024px) {
        .l-calendar .l-calendar__item div .small, .l-calendar .l-calendar__item div .t-small {
          font-size: 1rem; } }
  .l-calendar .l-calendar__button {
    padding: 1.875rem;
    text-align: center; }

.l-recordings {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  @media (max-width: 968px) {
    .l-recordings {
      padding-left: 2.75rem;
      padding-right: 2.75rem; } }
  @media (max-width: 600px) {
    .l-recordings {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .l-recordings .l-recording {
    display: flex;
    width: 33.3%;
    padding: 0 0.5rem;
    min-height: 18rem;
    box-sizing: border-box; }
    .l-recordings .l-recording__type {
      display: none; }
    @media (max-width: 968px) {
      .l-recordings .l-recording {
        width: 100%;
        min-height: 22rem; } }
    @media (max-width: 600px) {
      .l-recordings .l-recording {
        min-height: 0; } }
    @media (max-width: 968px) {
      .l-recordings .l-recording__playlist {
        width: 100%; } }
    .l-recordings .l-recording__items {
      display: flex;
      flex-wrap: wrap;
      margin: -0.5rem -1rem;
      justify-content: space-between; }
      .l-recordings .l-recording__items a {
        display: flex;
        width: 100%;
        margin: 0.5rem;
        padding: 1rem;
        box-sizing: border-box; }
        .l-recordings .l-recording__items a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .l-recordings .l-recording__image {
      width: 18rem;
      height: 18rem;
      flex: 0 0 18rem; }
      @media (max-width: 1024px) {
        .l-recordings .l-recording__image {
          width: 50%;
          height: 0;
          margin-top: -50%;
          padding-top: 50%;
          flex: 0 0 50%; } }
      @media (max-width: 968px) {
        .l-recordings .l-recording__image {
          width: 33%;
          margin-top: -33%;
          padding-top: 33%;
          flex: 0 0 33%;
          max-width: 18rem; } }
    .l-recordings .l-recording__content {
      display: block;
      box-sizing: border-box;
      padding: 0 1.875rem;
      flex: 1 1 100%;
      width: 18rem; }
      .l-recordings .l-recording__content .subcontent {
        display: none; }
  .l-recordings__button {
    padding: 1.875rem;
    text-align: center; }

.l-buy__banner {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 6vh;
  display: block;
  transition: all .25s ease; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .l-buy__banner {
      background-attachment: inherit;
      background-position: center top; } }
  .l-buy__banner:before {
    background: #A8A37D;
    transition: all .25s ease;
    opacity: 0.5;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .l-buy__banner h2 {
    font-size: 3.125rem;
    font-weight: 300; }
  .l-buy__banner-content {
    position: relative;
    z-index: 3;
    color: white;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease; }
  .l-buy__banner:hover:before {
    opacity: 1; }

.l-news {
  background: url("../svg/news-bg.svg") top center repeat;
  background-size: contain;
  padding: 3.125rem 0; }
  .page-template-temp-news .l-news {
    background: url("../svg/news-page.svg") top center repeat;
    padding: 3.75rem 0; }
    @media (max-width: 1024px) {
      .page-template-temp-news .l-news {
        padding: 6.25rem 0; } }
    @media (min-width: 1025px) {
      .page-template-temp-news .l-news {
        padding: 7.5rem 0; } }
  .l-news .l-news__items {
    display: flex;
    flex-wrap: wrap;
    margin: 1.65rem 0 3.125rem;
    justify-content: space-between; }
    @media (max-width: 1024px) {
      .l-news .l-news__items {
        margin: 1.65rem 2rem 3.125rem; } }
    @media (max-width: 600px) {
      .l-news .l-news__items {
        margin: 1.65rem 0 3.125rem; } }
    .l-news .l-news__items a {
      text-decoration: underline; }
      .l-news .l-news__items a:hover {
        color: #A8A37D; }
  .l-news .l-news__item {
    width: calc(33.3% - 2rem);
    max-width: 31.25rem;
    min-height: 24rem;
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .l-news .l-news__item {
        margin-bottom: 2rem; } }
    .l-news .l-news__item__wrap {
      background: #FFFFFF;
      padding: 1.4375rem 2.1875rem 2.1875rem; }
    @media (max-width: 968px) {
      .l-news .l-news__item {
        width: calc(50% - 1rem);
        min-height: 22rem; } }
    @media (max-width: 600px) {
      .l-news .l-news__item {
        width: 100%;
        min-height: 0; } }
    .page-template-temp-news .l-news .l-news__item {
      margin-bottom: 5rem; }
      @media (max-width: 968px) {
        .page-template-temp-news .l-news .l-news__item {
          margin-bottom: 2rem; } }
    .l-news .l-news__item .label, .l-news .l-news__item .date {
      margin: 0;
      font-size: 1.125rem;
      text-align: left;
      color: #A8A37D;
      font-weight: 500;
      line-height: 1.375rem;
      margin-bottom: 10px; }
    .l-news .l-news__item .label {
      color: #fff;
      background: #A8A37D;
      padding: 0 0.375rem;
      display: none; }
    .l-news .l-news__item--featured .date {
      display: none; }
    .l-news .l-news__item--featured .label {
      display: inline-block; }
  .l-news .l-news__content {
    margin-bottom: 2rem; }
    .l-news .l-news__content * {
      font-size: 1.0625rem;
      line-height: 1.75rem; }
  .l-news .l-news__button {
    text-align: center; }
  .l-news .l-news__image {
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover; }
    .l-news .l-news__image img {
      opacity: 0;
      width: 100%;
      display: none; }

.l-videoslider {
  margin: 50px 0; }
  @media (min-width: 969px) {
    .l-videoslider {
      margin: 100px 0; } }
  @media (min-width: 1025px) {
    .l-videoslider .l-container {
      padding: 0; } }
  .l-videoslider .l-container .c-slider__wrapper {
    max-width: 75rem;
    margin: 0 auto;
    position: relative;
    padding: 50px 0; }
    @media (max-width: 1024px) {
      .l-videoslider .l-container .c-slider__wrapper {
        max-width: 47rem; } }
  .l-videoslider .l-container .c-slider .c-videos__item {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    margin-bottom: 3.125rem; }
    .l-videoslider .l-container .c-slider .c-videos__item iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .l-videoslider .l-container .c-slider .c-videos__content {
    text-align: center;
    width: 100%; }
    .l-videoslider .l-container .c-slider .c-videos__content .h3 {
      font-size: 1.875rem;
      color: #A8A37D; }
      @media (max-width: 600px) {
        .l-videoslider .l-container .c-slider .c-videos__content .h3 {
          font-size: 1.5rem; } }
    .l-videoslider .l-container .c-slider .c-videos__content p {
      font-size: 1.75rem;
      font-weight: 300; }
      @media (max-width: 600px) {
        .l-videoslider .l-container .c-slider .c-videos__content p {
          font-size: 1.5rem; } }
  .l-videoslider .l-container .c-slider .c-videos__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .l-videoslider .l-container .flickity-page-dots {
    left: 0;
    display: none; }

.c-slider__buttons {
  pointer-events: none; }
  .c-slider__buttons a {
    background-color: transparent;
    border: 0;
    color: #9f041b;
    cursor: pointer;
    outline: 0;
    padding: 0;
    position: absolute;
    pointer-events: auto; }
  .c-slider__buttons .previous, .c-slider__buttons .next {
    top: calc(50% - 90px);
    width: 0;
    height: 0;
    left: -4.125rem;
    border: 0.6875rem solid transparent;
    border-right: 1.125rem solid #A8A37D; }
    @media (max-width: 600px) {
      .c-slider__buttons .previous, .c-slider__buttons .next {
        left: 0;
        top: 255px; } }
  .c-slider__buttons .next {
    right: -4.125rem;
    left: auto;
    border-right: 0.6875rem solid transparent;
    border-left: 1.125rem solid #A8A37D; }
    @media (max-width: 600px) {
      .c-slider__buttons .next {
        right: 0; } }

.l-footer {
  background: #3F4144;
  color: white;
  padding: 3.125rem 0; }
  @media (min-width: 1025px) {
    .l-footer {
      padding: 5.625rem 0; } }
  .l-footer .l-container {
    display: flex;
    flex-direction: row;
    max-width: 110rem; }
    .l-footer .l-container .l-container__col--right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
      @media (min-width: 1025px) {
        .l-footer .l-container .l-container__col--right {
          padding-left: 100px; } }
      @media (max-width: 600px) {
        .l-footer .l-container .l-container__col--right {
          padding-left: 0; } }
      .l-footer .l-container .l-container__col--right p {
        margin-top: 0.75rem;
        display: block;
        text-align: left; }
        @media (min-width: 1025px) {
          .l-footer .l-container .l-container__col--right p {
            margin-left: 3rem; } }
        @media (max-width: 968px) {
          .l-footer .l-container .l-container__col--right p {
            margin-left: .75rem; } }
        @media (max-width: 600px) {
          .l-footer .l-container .l-container__col--right p {
            margin-left: 0; } }
    .l-footer .l-container.large .l-container__col--right {
      flex-direction: row; }
    @media (max-width: 600px) {
      .l-footer .l-container {
        flex-wrap: wrap; } }
    .l-footer .l-container__col {
      flex: 0 0 20%;
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .l-footer .l-container__col {
          flex: 0 0 30%; }
          .l-footer .l-container__col:nth-child(3) {
            display: none; } }
      @media (max-width: 600px) {
        .l-footer .l-container__col {
          flex: 0 0 100%;
          margin-bottom: 1rem; } }
      .l-footer .l-container__col--right {
        flex: 0 0 40%; }
        @media (max-width: 600px) {
          .l-footer .l-container__col--right {
            flex: 0 0 100%; } }
        .l-footer .l-container__col--right p {
          justify-content: flex-end;
          display: flex;
          align-items: center; }
          .l-footer .l-container__col--right p.t-small {
            justify-content: center; }
    .l-footer .l-container p {
      margin-bottom: 0;
      line-height: 1.5rem; }
      @media (max-width: 968px) {
        .l-footer .l-container p {
          font-size: 1rem; } }
    .l-footer .l-container strong {
      font-weight: bold !important; }
    .l-footer .l-container a {
      text-decoration: underline !important;
      color: white; }
  .l-footer .c-social {
    float: left; }
    .l-footer .c-social ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      justify-content: flex-start; }
      .l-footer .c-social ul li {
        padding: 0 .5rem; }
        .l-footer .c-social ul li .icon-button {
          color: white;
          width: 1.625rem;
          height: 1.625rem;
          background-size: cover; }
          .l-footer .c-social ul li .icon-button:hover {
            color: white;
            text-decoration: underline; }


/*# sourceMappingURL=main.css.map*/