/**
** Core files/setup
*/
/**
 * Core mixins, variables etc.
 */
/**
 * CORE MIXINS
*/
/**
 * Calculate the rem value of a unit (eventually)
 */
/**
 * Core base
 */
/**
 * CORE BASE
*/
body {
  margin: 0;
  overflow-x: hidden; }

.s-content-page {
  max-width: 90rem; }

.row {
  max-width: 90rem; }
  .row .row {
    max-width: 90rem; }
    .row .row.column, .row .row.columns {
      margin-left: auto !important;
      margin-right: auto !important; }

.show-for-sr, .screen-reader-text, .show-on-focus, .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

/**
 * BUTTONS--HORIZONTAL-ALIGN
*/
.c-buttons--horizontal-align-left {
  text-align: left; }

.c-buttons--horizontal-align-centre {
  text-align: center; }

.c-buttons--horizontal-align-right {
  text-align: right; }

/*------------------------------------*\
    #NAVICON
\*------------------------------------*/
.c-navicon {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in-out; }
  .c-navicon:hover {
    opacity: 0.7; }
  .c-navicon:active, .c-navicon:focus {
    outline: none; }

.c-navicon__box {
  display: block;
  width: 2.5rem;
  height: 1.5rem;
  position: relative; }

.c-navicon__inner {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-navicon__inner, .c-navicon__inner::before, .c-navicon__inner::after {
    width: 100%;
    height: 0.0625rem;
    background-color: #000000;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .c-navicon__inner::before, .c-navicon__inner::after {
    content: "";
    display: block; }
  .c-navicon__inner::before {
    top: -0.5rem; }
    @media only screen and (min-width: 64em) {
      .c-navicon__inner::before {
        top: -0.75rem; } }
  .c-navicon__inner::after {
    bottom: -0.5rem; }
    @media only screen and (min-width: 64em) {
      .c-navicon__inner::after {
        bottom: -0.75rem; } }

/*
 * Spin animation for navicon
 */
.c-navicon--spin .c-navicon__inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .c-navicon--spin .c-navicon__inner:before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .c-navicon--spin .c-navicon__inner:after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navigation--is-active .c-navicon--spin .c-navicon__inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navigation--is-active .c-navicon--spin .c-navicon__inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .navigation--is-active .c-navicon--spin .c-navicon__inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/**
 * SiteOrigin row and widget styling
 */
/*------------------------------------*\
    #ROW-LAYOUT
\*------------------------------------*/
.c-row--overflow-visible {
  overflow: visible; }
  .c-row--overflow-visible.siteorigin-panels-stretch {
    overflow-y: visible; }

.c-row--no-padding-top {
  padding-top: 0 !important; }

.c-row--no-padding-bottom {
  padding-bottom: 0 !important; }

.c-row--no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media only screen and (min-width: 40em) {
  .c-row--valign-top, .c-row--valign-middle, .c-row--valign-bottom, .c-row--valign-equal {
    display: flex; } }

.c-row--valign-top .panel-grid-cell, .c-row--valign-middle .panel-grid-cell, .c-row--valign-bottom .panel-grid-cell, .c-row--valign-equal .panel-grid-cell {
  margin-left: -0.025%;
  margin-right: -0.025%; }

.c-row--valign-top {
  align-items: flex-start; }

.c-row--valign-middle {
  align-items: center; }

.c-row--valign-bottom {
  align-items: flex-end; }

.c-row--valign-equal {
  align-items: stretch; }
  .c-row--valign-equal .widget {
    height: 100%; }
    .c-row--valign-equal .widget > div {
      height: 100%; }

.c-row--widget-none .widget > div {
  margin-bottom: 0 !important; }
  .c-row--widget-none .widget > div > div {
    margin-bottom: 0 !important; }

.c-row--margin-none {
  margin-bottom: 0 !important; }

.c-row--column-none > div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*------------------------------------*\
    #ROW-STYLE
\*------------------------------------*/
.siteorigin-panels-stretch {
  overflow: hidden; }
  @media only screen and (min-width: 0em) and (max-width: map-next((small: 0, medium: 640px, large: 1024px, xlarge: 1280px, xxlarge: 1440px), small) - 0.0625) {
    .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
      margin-left: 0;
      margin-right: 0; }
      .siteorigin-panels-stretch[data-stretch-type="full-stretched"].c-row--column-none {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; }
      .siteorigin-panels-stretch[data-stretch-type="full-stretched"][class*="panel-row-style-for-"] {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
  @media only screen and (min-width: 40em) {
    .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
      padding-left: 0;
      padding-right: 0;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; }
      .siteorigin-panels-stretch[data-stretch-type="full-stretched"].c-row--column-none, .siteorigin-panels-stretch[data-stretch-type="full-stretched"][class*="panel-row-style-for-"].c-row--column-none {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: rem-calc(1440)) {
    .siteorigin-panels-stretch[data-stretch-type="full"] {
      padding-left: calc(1 * (100vw - rem-calc(1440)) / 2);
      padding-right: calc(1 * (100vw - rem-calc(1440)) / 2); }
    .siteorigin-panels-stretch[data-stretch-type="full-stretched"] {
      padding-left: 0;
      padding-right: 0;
      margin-left: calc(-1 * (((100vw - rem-calc(1440)) / 2) + 15px));
      margin-right: calc(-1 * (((100vw - rem-calc(1440)) / 2) + 15px)); }
      .siteorigin-panels-stretch[data-stretch-type="full-stretched"].c-row--column-none, .siteorigin-panels-stretch[data-stretch-type="full-stretched"][class*="panel-row-style-for-"].c-row--column-none {
        margin-left: calc(-1 * ((100vw - rem-calc(1440)) / 2));
        margin-right: calc(-1 * ((100vw - rem-calc(1440)) / 2)); } }
  .siteorigin-panels-stretch.c-row--no-column-gutters > .panel-grid-cell {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.panel-row-style.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*------------------------------------*\
    #SO-WIDGETS
\*------------------------------------*/
@media (max-width: 1200px) {
  .so-widget-cn-core-cta-slider-widget {
    overflow: hidden; } }

.panel-grid-cell:only-child {
  width: 100%; }

/**
** Row layout variables
*/
/**
* ROW--COLUMN
**/
.c-row--column-small {
  margin-bottom: 1.3125rem; }
  @media only screen and (min-width: 64em) {
    .c-row--column-small {
      margin-bottom: 1.3125rem; } }

.c-row--column-smedium {
  margin-bottom: 1.3125rem; }
  @media only screen and (min-width: 64em) {
    .c-row--column-smedium {
      margin-bottom: 1.3125rem; } }

.c-row--column-default {
  margin-bottom: 1.3125rem; }
  @media only screen and (min-width: 64em) {
    .c-row--column-default {
      margin-bottom: 1.3125rem; } }

.c-row--column-large {
  margin-bottom: 1.3125rem; }
  @media only screen and (min-width: 64em) {
    .c-row--column-large {
      margin-bottom: 1.3125rem; } }

.c-row--column-xlarge {
  margin-bottom: 1.3125rem; }
  @media only screen and (min-width: 64em) {
    .c-row--column-xlarge {
      margin-bottom: 1.3125rem; } }

/**
* ROW--MARGIN
**/
.c-row--margin-small {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64em) {
    .c-row--margin-small {
      margin-bottom: 1.875rem; } }

.c-row--margin-smedium {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64em) {
    .c-row--margin-smedium {
      margin-bottom: 1.875rem; } }

.c-row--margin-default {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64em) {
    .c-row--margin-default {
      margin-bottom: 3.75rem; } }

.c-row--margin-large {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64em) {
    .c-row--margin-large {
      margin-bottom: 4.6875rem; } }

.c-row--margin-xlarge {
  margin-bottom: 1.875rem; }
  @media only screen and (min-width: 64em) {
    .c-row--margin-xlarge {
      margin-bottom: 6.25rem; } }

/**
** Theme variables
*/
/**
 * BODY
*/
html,
body {
  overflow-x: hidden; }

html {
  scroll-behavior: smooth; }
  html.navigation--is-active {
    height: 100vh;
    overflow: hidden; }
    html.navigation--is-active:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(10, 10, 10, 0.3);
      z-index: 2;
      pointer-events: none;
      z-index: 101;
      position: fixed; }

body .s-content-page {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  @media only screen and (min-width: 64em) {
    body .s-content-page {
      padding-left: 3rem;
      padding-right: 3rem; } }
  body .s-content-page li {
    list-style-type: none; }

body * {
  font-family: stolzl, sans-serif; }

body a {
  text-decoration: none; }

body *:focus {
  outline: none; }

/**
** Header/footer styles
*/
/**
* NAV-PRIMARY
**/
.c-nav-primary {
  overflow-y: scroll;
  height: 100vh;
  padding: 7.5rem 3.125rem 5.625rem; }
  .c-nav-primary .menu .menu-item {
    display: block;
    margin-bottom: 1.5rem; }
    .c-nav-primary .menu .menu-item a {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-weight: 600;
      color: #fefefe;
      padding: 0; }
      @media only screen and (min-width: 64em) {
        .c-nav-primary .menu .menu-item a {
          font-size: 1.75rem;
          line-height: 2.125rem; } }
      .c-nav-primary .menu .menu-item a:hover {
        text-decoration: underline; }

/**
* NAVICON
**/
.c-navicon {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  background-color: #0a0a0a;
  padding: 1rem 0.75rem;
  z-index: 101;
  box-shadow: 0 0 3.125rem rgba(10, 10, 10, 0.15); }
  .c-navicon:hover {
    opacity: 1; }
  .c-navicon__inner, .c-navicon__inner:before, .c-navicon__inner:after {
    height: 0.1875rem;
    background-color: #fefefe;
    border-radius: 0.1875rem; }

/**
* OFFCANVAS
**/
.c-offcanvas {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: -webkit-transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .navigation--is-active .c-offcanvas {
    pointer-events: initial;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .c-offcanvas__inner {
    background-color: #0a0a0a;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 31.25rem; }

/**
* PAGE-FOOTER
**/
.c-page-footer {
  padding-bottom: 2.5rem; }

.c-page-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 102;
  background-color: transparent; }
  .c-page-header .row {
    display: flex;
    align-items: center; }

/**
* PAGE-LOGO
**/
.c-page-logo {
  display: inline-block; }
  @media only screen and (min-width: 64em) {
    .c-page-logo {
      width: 3.0625rem;
      height: 3.75rem; } }

/**
** Additonal component files
*/
/**
* HERO
**/
.c-hero {
  height: 50vh;
  min-height: 18.75rem; }
  @media only screen and (min-width: 64em) {
    .c-hero {
      min-height: 31.25rem; } }
  .c-hero__heading {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700; }
    @media only screen and (min-width: 64em) {
      .c-hero__heading {
        font-size: 3.5rem;
        line-height: 4rem; } }
  .c-hero__preheading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (min-width: 64em) {
      .c-hero__preheading {
        font-size: 1.25rem;
        line-height: 1.5rem; } }
  .c-hero__subheading {
    display: none; }
  .c-hero__background {
    height: 100%; }

/**
* HERO--WHITE-TEXT
**/
.c-hero--white-text * {
  color: #fefefe; }

/**
* POSTS--LOOM-LIBRARY
**/
.c-posts--loom-library .c-posts__navigation {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .c-posts--loom-library .c-posts__navigation-inner {
    display: flex;
    width: 100%;
    justify-content: center; }
  .c-posts--loom-library .c-posts__navigation .page-numbers {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%;
    border: 0.0625rem solid #2A2B33;
    text-align: center;
    margin: 0 0.5rem;
    color: #939393;
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media only screen and (min-width: 64em) {
      .c-posts--loom-library .c-posts__navigation .page-numbers {
        line-height: 2.5rem; } }
    @media only screen and (min-width: 64em) {
      .c-posts--loom-library .c-posts__navigation .page-numbers:hover, .c-posts--loom-library .c-posts__navigation .page-numbers.current, .c-posts--loom-library .c-posts__navigation .page-numbers.selected {
        background-color: #2A2B33;
        color: #fefefe; } }
    .c-posts--loom-library .c-posts__navigation .page-numbers.prev, .c-posts--loom-library .c-posts__navigation .page-numbers.next {
      background-size: 0.375rem auto;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      font-size: 0; }
      .c-posts--loom-library .c-posts__navigation .page-numbers.prev:hover, .c-posts--loom-library .c-posts__navigation .page-numbers.next:hover {
        -webkit-filter: invert(100);
                filter: invert(100); }
    .c-posts--loom-library .c-posts__navigation .page-numbers.prev {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xLjE5IDguNzgybDMuMzEzLTQuMjU2di0uMjEzTDEuMTkgMEgwbDMuMSA0LjQyNUwwIDguNzgyeiIgZmlsbD0iIzRBNEE0OCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+"); }
    .c-posts--loom-library .c-posts__navigation .page-numbers.next {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xLjE5IDguNzgybDMuMzEzLTQuMjU2di0uMjEzTDEuMTkgMEgwbDMuMSA0LjQyNUwwIDguNzgyeiIgZmlsbD0iIzRBNEE0OCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+"); }

.c-posts--loom-library .c-posts__title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 64em) {
    .c-posts--loom-library .c-posts__title {
      font-size: 2.75rem;
      line-height: 3.25rem; } }

.c-posts--loom-library .c-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem; }

.c-posts--loom-library .c-posts__item-inner {
  margin: 0 1rem 2rem; }

.c-posts--loom-library .c-posts__background {
  margin: 0 0 1rem; }

.c-posts--loom-library .c-posts__heading {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600; }
  @media only screen and (min-width: 64em) {
    .c-posts--loom-library .c-posts__heading {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

.c-posts--loom-library--menu {
  margin: 0;
  width: 20%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  text-decoration: underline; }

.so-widget-sow-posts-custom {
  display: flex;
  gap: 1.25rem; }

/**
* TEXT
**/
.c-text__heading {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 64em) {
    .c-text__heading {
      font-size: 1.75rem;
      line-height: 2.125rem; } }

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