/** Import theme styles */

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
.Portfolio-expander .Portfolio-card .Portfolio-card-bottom span,
.Team-bio-card span,
.Team-bio-card .Team-education li,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
.Portfolio-expander .Portfolio-card .Portfolio-card-bottom span,
.Team-bio-card span,
.Team-bio-card .Team-education li,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.Button {
  display: inline-block;
}

.Button--arrow {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.Button--arrow svg {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.Button--arrow:hover {
  -webkit-transform: translateX(18px);
       -o-transform: translateX(18px);
          transform: translateX(18px);
}

.Button--arrow:hover svg {
  -webkit-transform: translateX(26px);
       -o-transform: translateX(26px);
          transform: translateX(26px);
  opacity: 0;
}

.Button--arrowCta div {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.Button--arrowCta svg {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.Button--arrowCta:hover div {
  -webkit-transform: translateX(18px);
       -o-transform: translateX(18px);
          transform: translateX(18px);
}

.Button--arrowCta:hover svg {
  -webkit-transform: translateX(26px);
       -o-transform: translateX(26px);
          transform: translateX(26px);
  opacity: 0;
}

.Button--backArrow {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  display: inline-block;
}

.Button--backArrow svg {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.Button--backArrow:hover {
  -webkit-transform: translateX(-18px);
       -o-transform: translateX(-18px);
          transform: translateX(-18px);
}

.Button--backArrow:hover svg {
  -webkit-transform: translateX(-26px);
       -o-transform: translateX(-26px);
          transform: translateX(-26px);
  opacity: 0;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.container.container--regular {
  max-width: 1080px;
}

.container.container--large {
  max-width: 1080px;
}

.container.container--team {
  max-width: 1400px;
}

.container.container--slightlylarger {
  max-width: 1140px;
}

.container.container--flush {
  padding: 0;
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-no-padding {
  padding: 0;
  margin-left: 0;
  width: calc(100%);
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.row-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.row.row-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row.row-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.row-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row.row-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.row .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-33,
.row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66,
.row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33,
.row .column.column-34 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66,
.row .column.column-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}

.row .column.column-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1060px) {
  .row .column.column-100-m {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .row .column.column-100-s {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.row .column.column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.row .column.column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.row .column.column-center {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 1rem) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }

  .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/

.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  top: 1px;
  position: relative;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
      * 3DX
      */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * 3DX Reverse
      */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * 3DY
      */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * 3DY Reverse
      */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * 3DXY
      */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * 3DXY Reverse
      */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
      * Arrow
      */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
      * Arrow Right
      */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
      * Arrow Alt
      */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
      * Arrow Alt Right
      */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
    * Arrow Turn
    */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
    * Arrow Turn Right
    */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
      * Boring
      */

.hamburger--boring .hamburger-inner {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
      * Collapse
      */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Collapse Reverse
      */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Elastic
      */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
      * Elastic Reverse
      */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

/*
      * Emphatic
      */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
      * Emphatic Reverse
      */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), -o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
      * Minus
      */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out,
 opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out,
 opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out,
 opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out,
 opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out,
 opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out,
 opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
      * Slider
      */

.hamburger--slider .hamburger-inner {
  top: 5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
      * Slider Reverse
      */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
      * Spin
      */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Spin Reverse
      */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Spring
      */

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
      * Spring Reverse
      */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Stand
      */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Stand Reverse
      */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear, -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear, -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Squeeze
      */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
      * Vortex
      */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
       -o-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
      * Vortex Reverse
      */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
       -o-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.mce-content-body {
  padding: 15px;
}

.mce-content-body ul {
  list-style: circle !important;
}

.mce-content-body ul li {
  list-style: circle !important;
  padding: 15px 0;
}

.mce-content-body ul,
.mce-content-body ol {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body .Portfolio-expander .Portfolio-card .Portfolio-card-bottom span,
.Portfolio-expander .Portfolio-card .Portfolio-card-bottom
  .mce-content-body span,
.mce-content-body .Team-bio-card span,
.Team-bio-card
  .mce-content-body span,
.mce-content-body .Team-bio-card .Team-education li,
.Team-bio-card .Team-education
  .mce-content-body li,
.mce-content-body p {
  padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
.Portfolio-expander .Portfolio-card .Portfolio-card-bottom span,
.Team-bio-card span,
.Team-bio-card .Team-education li {
  font-family: "basic-sans";
  line-height: 1.2;
  font-size: 50px;
  margin-bottom: 20px;
}

p {
  font-family: "basic-sans";
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.title {
  font-family: "source-sans-pro";
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

h1 {
  font-size: 78px;
}

h2 {
  font-size: 51px;
}

h3 {
  font-size: 51px;
}

.Button {
  font-size: 16px;
}

@media (max-width: 500px) {
  .Button {
    font-size: 18px !important;
  }
}

label {
  font-size: 12px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.is-locked {
  overflow: hidden;
}

.wf-loading * {
  opacity: 0;
}

.wf-active * {
  opacity: 1;
}

.Callouts {
  background-color: #5a0028;
  color: #fff;
  max-height: 225px;
  min-height: 125px;
  padding: 40px 150px;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .Callouts {
    max-height: 475px;
    min-height: 125;
    padding: 20px 0px;
  }
}

.Callouts .slick-list .column {
  max-width: 100% !important;
}

.Callouts .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1060px) {
  .Callouts .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.Callouts .Callouts-img {
  text-align: center;
  height: auto;
  width: 80px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .Callouts .Callouts-img {
    padding: 10px 0px;
  }
}

.Callouts .Callouts-text {
  font-size: 18px;
  font-family: "source-sans-pro";
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 10px 10px 20px;
}

.ContactIntro {
  font-family: "basic-sans";
  font-weight: 200;
  font-size: 18px;
  background-color: #e1e2ee;
  line-height: 2.5;
  padding: 40px 60px;
}

.ContactIntro a {
  color: #322b3e;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.ContactIntro a:hover {
  opacity: 0.6;
}

@media (max-width: 1060px) {
  .ContactIntro {
    padding: 20px 40px 40px 20px;
  }
}

@media (max-width: 1060px) {
  .ContactIntro .ContactIntro-info .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .ContactIntro .ContactIntro-info .column-66 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Contact {
  padding: 60px 20px;
  background: #fff;
}

@media (max-width: 1060px) {
  .Contact {
    padding: 40px 20px;
  }
}

.Contact .g-recaptcha {
  border: none !important;
}

.Contact h2 {
  font-family: "source-sans-pro";
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 8px;
}

.Contact input[type="text"],
.Contact input[type="email"],
.Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Contact h4 {
  font-family: "basic-sans";
  color: #322b3e;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 32px;
}

@media (max-width: 1060px) {
  .Contact h4 {
    margin-bottom: 24px;
    line-height: 1.5;
  }
}

.Contact label {
  font-family: "basic-sans";
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}

.Contact input,
.Contact textarea {
  margin-top: 5px;
  width: 100%;
  border: 0;
  padding: 15px;
}

.Contact textarea {
  min-height: 205px;
}

.Contact .Contact-icon {
  padding: 8px;
  max-width: 60px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .Contact .row .column-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Contact .Contact-headings {
  padding: 0px;
}

@media (max-width: 1060px) {
  .Contact .Contact-headings {
    padding: 0 20px;
  }
}

@media (max-width: 1060px) {
  .Contact .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1060px) {
  .Contact .row .column-66 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Contact .wpcf7-form-control {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 14px 0px;
  border: 1px solid #e1e2ee;
  border-radius: 6px;
}

.Contact .wpcf7-submit {
  color: #91072b;
  background-color: #f0f1f7;
  border: 0;
  height: 56px;
  max-width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.Contact .wpcf7-submit:hover {
  background: #5a0028;
  color: #fff;
}

@media (max-width: 1060px) {
  .Contact .wpcf7-submit {
    max-width: 100%;
    height: 60px;
  }
}

.Contact .ajax-loader {
  margin: 20px 0 0 4px;
  position: absolute;
}

.ContactMap {
  width: 100%;
  display: block;
  height: 460px;
  position: relative;
}

.ContactMap .Map {
  width: 100%;
  display: block;
  height: 460px;
  position: absolute !important;
  left: 0;
  top: 0;
}

@media (max-width: 1060px) {
  .ContactMap .Map:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 135px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
  }
}

.ContactMap .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ContactMap .column {
  text-align: right;
}

@media (max-width: 1060px) {
  .ContactMap .column {
    text-align: center;
  }
}

.ContactMap .container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  z-index: 100;
  bottom: 60px;
}

.ContactMap .ContactMap-button {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  border-radius: 6px;
  background: #5a0028;
  font-family: "basic-sans";
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  letter-spacing: 1px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.ContactMap .ContactMap-button:hover {
  background: #e1e2ee;
  color: #91072b;
}

.Content {
  color: #322b3e;
  padding: 60px 80px 70px 80px;
}

@media (max-width: 1060px) {
  .Content {
    padding: 40px 0;
  }
}

.Content.Content--white {
  background-color: #fff;
}

.Content.Content--grey {
  background-color: #e1e2ee;
}

.Content p {
  line-height: 1.75;
  font-size: 18px;
  font-weight: 200;
  font-family: "basic-sans";
}

.Content p:last-of-type {
  margin-bottom: 0;
  margin-top: 20px;
}

.Content ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 10px;
}

.Content li {
  line-height: 1.75;
  font-size: 18px;
  font-weight: 200;
  font-family: "basic-sans";
  padding: 10px 0;
}

.Content h2 {
  font-size: 46px;
  font-family: "source-sans-pro";
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 1060px) {
  .Content h2 {
    font-size: 30px;
  }
}

.Content a {
  text-transform: uppercase;
  color: #91072b;
  font-family: "basic-sans";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1;
}

.Content a:hover {
  color: #5a0028;
}

.Content .Button {
  margin: 30px 0 40px;
}

.Content .Button .cls-1 {
  fill: #91072b;
  fill-rule: evenodd;
}

@media (max-width: 1060px) {
  .Content .Button {
    margin: 20px 0 20px;
  }
}

.Content .Content-triangle {
  padding-left: 20px;
}

@media (max-width: 1060px) {
  .Content .Content-triangle {
    padding-left: 10px;
  }
}

.Content .Content-iconList {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  overflow: hidden;
}

.Content .Content-iconList.Content-iconList--no:first-of-type {
  padding-top: 0;
}

@media (max-width: 1060px) {
  .Content .Content-iconList {
    padding: 20px 0 0;
  }
}

.Content .Content-iconList .Content-iconList-icon {
  display: block;
  width: 60px;
  float: left;
}

@media (max-width: 1060px) {
  .Content .Content-iconList .Content-iconList-icon {
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
}

.Content .Content-iconList .Content-iconList-icon svg {
  height: auto;
  width: 65px;
  overflow: hidden;
}

.Content .Content-iconList .Content-iconList-icon svg path {
  fill: #91072b;
}

.Content .Content-iconList .Content-iconList-content {
  display: block;
  padding-left: 60px;
  float: left;
  width: calc(100% - 60px);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.Content .Content-iconList .Content-iconList-content p {
  margin-top: 0;
}

.Content .Content-iconList .Content-iconList-content .Button {
  margin-bottom: 0;
}

@media (max-width: 1060px) {
  .Content .Content-iconList .Content-iconList-content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .Content .Content-iconList .Content-iconList-content p {
    margin-top: 0;
  }

  .Content .Content-iconList .Content-iconList-content .Button {
    line-height: 1.2;
  }
}

@media (max-width: 1060px) and (max-width: 1060px) {
  .Content .Content-iconList .Content-iconList-content .Button {
    font-size: 16px !important;
    max-width: 290px;
  }
}

.Content .Content-After {
  min-width: 200px;
  padding-top: 40px;
  display: inline-block;
  text-align: left;
}

@media (max-width: 1060px) {
  .Content .Content-After {
    padding-top: 20px;
  }
}

@media (max-width: 1060px) {
  .Ctas .row .column {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.Ctas .column {
  border-top: 2px solid #e1e2ee;
}

.Ctas .column:first-child {
  border-right: 2px solid #e1e2ee;
}

@media (max-width: 1060px) {
  .Ctas .column:first-child {
    border-right: none;
  }
}

.Ctas .column:nth-child(3) {
  border-right: 2px solid #e1e2ee;
}

@media (max-width: 1060px) {
  .Ctas .column:nth-child(3) {
    border-right: none;
  }
}

.Ctas .Cta {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1060px) {
  .Ctas .Cta {
    height: 240px;
  }
}

.Ctas .Cta:hover:before {
  opacity: 1;
}

.Ctas .Cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 10, 50, 0.6)), to(rgba(0, 10, 50, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  opacity: .8;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.Ctas .Cta .Ctas-title {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  color: #fff;
  font-family: "source-sans-pro";
  font-size: 46px;
  font-weight: 200;
  text-align: center;
  overflow: visible;
  line-height: 1;
}

@media (max-width: 1060px) {
  .Ctas .Cta .Ctas-title {
    font-size: 30px;
  }
}

.Ctas .Cta .Cta-triangle {
  padding-left: 20px;
}

@media (max-width: 1060px) {
  .Ctas .Cta .Cta-triangle {
    padding-left: 4px;
  }
}

.Footer {
  background-color: #5a0028;
  padding: 40px 20px 40px 20px;
  color: #fff;
  font-family: "basic-sans";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media (max-width: 1060px) {
  .Footer {
    height: auto;
    font-weight: 200;
    padding: 40px 20px;
    text-align: left;
  }

  .Footer .row .column {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.Footer p,
.Footer a {
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .Footer p,
  .Footer a {
    font-size: 18px;
    margin: 10px 0;
  }
}

.Footer p {
  display: inline-block;
}

@media (max-width: 1060px) {
  .Footer p {
    display: block;
    margin: 6px 0 0;
  }
}

.Footer a {
  display: inline-block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.Footer a:hover {
  opacity: 0.5;
}

@media (max-width: 1060px) {
  .Footer a {
    display: block;
    margin: 12px 0;
  }
}

@media (max-width: 1060px) {
  .Footer .Footer-credit {
    line-height: 1;
    font-weight: 300;
  }
}

.Footer .Footer-designBy {
  opacity: 0.5;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 30px;
}

.Footer .Footer-designBy:hover {
  opacity: 1;
}

@media (max-width: 1060px) {
  .Footer .Footer-designBy {
    font-weight: 300;
  }
}

@media (max-width: 1060px) {
  .Footer .Footer-menu {
    padding-top: 30px;
  }
}

.Footer .Footer-link {
  color: #fff;
  line-height: 1;
}

@media (max-width: 1060px) {
  .Footer .Footer-link {
    padding: 0 4px;
  }
}

.Footer .Footer-middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 1060px) {
  .Footer .Footer-middle {
    border-left: none;
    border-right: none;
    padding-left: 4px;
    margin-left: 0;
  }
}

@media (max-width: 1060px) {
  .Footer .text-right {
    text-align: left;
  }
}

@media (max-width: 1060px) {
  .Footer .container {
    height: auto;
  }
}

@media (max-width: 1060px) {
  .Footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.Footer .Footer-email {
  margin-top: 20px;
  padding: 12px;
  width: 280px;
  font-size: 16px;
  background-color: #5a0028;
}

@media (max-width: 1060px) {
  .Footer .Footer-email {
    width: 240px;
  }
}

.Footer .wpcf7-form-control {
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 14px;
  border: 1px solid #e1e2ee;
  border-radius: 0;
  background: transparent;
  color: #fff;
  width: 280px;
}

@media (max-width: 1060px) {
  .Footer .wpcf7-form-control {
    font-size: 12px;
    margin: 10px 0;
  }
}

.Footer .wpcf7-email {
  margin-right: 20px;
}

@media (max-width: 1060px) {
  .Footer .wpcf7-email {
    margin-right: 0;
  }
}

.Footer div.wpcf7-validation-errors,
.Footer div.wpcf7-acceptance-missing {
  width: 50%;
  text-align: right;
  display: block;
  float: right;
  margin-right: 20px;
  display: none !important;
}

.Footer .Form-field {
  display: inline-block;
  position: relative;
}

.Footer .Form-field span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  width: 165px;
}

@media (max-width: 1060px) {
  .Footer .Form-field span.wpcf7-not-valid-tip {
    right: 0;
    left: auto;
  }
}

.Footer .Form-field .ajax-loader {
  position: absolute;
}

@media (max-width: 1060px) {
  .Footer .Form-field {
    display: block;
  }
}

.Footer ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.6;
}

.Footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.6;
}

.Footer :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 1060px) {
  .Footer .Footer-links span {
    display: none;
  }
}

.Footer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.6;
}

.Footer .wpcf7-submit {
  color: #91072b;
  background-color: #fff;
  border: 0;
  height: 40px;
  width: 120px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.Footer .wpcf7-submit:hover {
  background-color: #e1e2ee;
}

@media (max-width: 1060px) {
  .Footer .wpcf7-submit {
    margin: 0 auto;
    font-size: 12px;
    height: auto;
    width: auto;
  }
}

.Header {
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
          box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

@media (max-width: 1060px) {
  .Header {
    overflow: hidden;
    background: #fff !important;
  }
}

.Header > .container {
  padding: 0 45px;
}

@media (max-width: 900px) {
  .Header > .container {
    padding: 0 30px;
  }
}

.Header.Header--home {
  background: transparent;
  -webkit-box-shadow: 0 3px 5px transparent;
          box-shadow: 0 3px 5px transparent;
}

.Header.Header--home nav {
  background: transparent;
}

.Header.Header--home .sub-menu a {
  color: #322b3e !important;
}

.Header.Header--home .sub-menu a:hover {
  color: #91072b !important;
}

.Header.Header--home:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
}

.Header.Header--home .nav > li > a {
  background-color: transparent;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.Header.Header--home .nav > li > a:hover {
  opacity: 0.6;
  background-color: transparent;
}

.Header.Header--home a {
  cursor: pointer;
}

.Header.Header--home .Header-logo {
  position: relative;
}

.Header.Header--home .Header-logo .Header-logo-color {
  opacity: 0;
}

@media (max-width: 1060px) {
  .Header.Header--home .Header-logo .Header-logo-color {
    opacity: 1 !important;
  }
}

.Header.Header--home .Header-logo .Header-logo-inverted {
  opacity: 1;
}

@media (max-width: 1060px) {
  .Header.Header--home .Header-logo .Header-logo-inverted {
    opacity: 0 !important;
  }
}

.Header.Header--home .nav {
  background: transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.Header.Header--home .nav li a {
  color: #fff;
}

.Header .nav li.current-menu-item > a {
  color: #91072b;
}

.Header .nav > li.current-menu-parent > a {
  color: #91072b;
}

.Header .nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}

.Header img {
  width: auto;
  height: auto;
  padding-top: 40px;
}

.Header .Header-logo {
  display: inline-block;
  margin: 30px 20px 10px;
}

.Header .Header-logo .Header-logo-color {
  opacity: 1;
}

.Header .Header-logo .Header-logo-inverted {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 1060px) {
  .Header .Header-logo {
    margin: 0;
    padding: 7px 0;
  }
}

.Header .Header-logo svg {
  max-width: 100%;
}

.Header .sub-menu {
  display: block;
  position: absolute;
  z-index: -100;
  background: #e1e2ee;
  text-align: left;
  left: 0;
  top: -300px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 20px 0 20px 20px;
  line-height: 2.5;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
          box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.Header .sub-menu li a {
  width: 325px;
  display: inline-block;
  font-family: "basic-sans";
  color: #322b3e;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.Header .sub-menu li a:hover {
  color: #91072b;
}

.Header .menu-item-has-children:hover .sub-menu {
  display: block;
  top: 94px;
  opacity: 1;
}

@media (max-width: 1330px) {
  .Header .menu-item-has-children:hover .sub-menu {
    top: 87px;
  }
}

@media (max-width: 1060px) {
  .Header .menu-item-has-children:hover .sub-menu {
    top: 60px;
  }
}

.Header li {
  position: relative;
  display: inline-block;
}

@media (max-width: 1060px) {
  .Header .Header-desktop {
    display: none;
  }
}

.Header .Header-mobile {
  display: none;
}

@media (max-width: 1060px) {
  .Header .Header-mobile {
    display: block;
  }
}

.Header .nav > li > a {
  font-family: "basic-sans";
  font-size: 20px;
  padding: 34px 20px;
  color: #322b3e;
  height: 100%;
  font-weight: 200;
  letter-spacing: 1px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  background-color: transparent;
}

.Header .nav > li > a:hover {
  color: #fff;
  background-color: #5a0028;
}

.Header .nav > li > a:active {
  color: #fff;
  background-color: #5a0028;
}

@media (max-width: 1700px) {
  .Header .nav > li > a {
    font-size: 18px;
    padding: 32px 10px;
    font-weight: 300px;
  }
}

@media (max-width: 1400px) {
  .Header .nav > li > a {
    font-size: 16px;
    padding: 32px 5px;
    font-weight: 300px;
  }
}

@media (max-width: 1200px) {
  .Header .nav > li > a {
    font-size: 14px;
    padding: 32px 5px;
  }
}

@media (max-width: 1060px) {
  .Header .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .Header .row .column-66 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 1060px) {
  .Header .menu-main-container {
    display: none;
  }
}

.home .nav {
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  transition: 0.45s;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.tformnone {
  text-transform: none;
}

.HeaderMobile {
  position: fixed;
  top: 0;
  left: -100%;
  background: #fff;
  width: 100%;
  height: 110vh;
  z-index: 900;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding-top: 70px;
  font-family: "basic-sans";
  font-size: 20px;
  font-weight: 200;
}

.HeaderMobile a {
  display: block;
}

.HeaderMobile.is-active {
  left: 0;
}

.HeaderMobile .container {
  padding: 0;
}

.HeaderMobile li {
  position: relative;
}

.HeaderMobile a {
  padding: 20px 20px 20px 30px;
  color: #322b3e;
}

@media (max-width: 900px) {
  .HeaderMobile a {
    padding: 10px 20px 10px 30px;
  }
}

.HeaderMobile .current-menu-item > a {
  color: #91072b;
}

.HeaderMobile .current-menu-parent > a {
  color: #91072b;
}

.HeaderMobile .sub-menu {
  max-height: 0;
  background-color: #e1e2ee;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  overflow: hidden;
}

.HeaderMobile .sub-menu.is-active {
  margin: 16px 0;
  max-height: 350px;
}

.HeaderMobile .sub-menu > li:first-of-type {
  padding-top: 16px;
}

.HeaderMobile .sub-menu > li:last-of-type {
  padding-bottom: 16px;
}

.HeaderMobile .menu-item-has-children > a.is-active:after {
  border-bottom: 8px solid #544d5f;
  border-top: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.HeaderMobile .menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  right: 30px;
  top: 21px;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #544d5f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.Hero {
  font-family: "source-sans-pro";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 1000px;
  font-weight: 200;
  letter-spacing: 1px;
  overflow: hidden;
  text-transform: capitalize;
}

@media (max-width: 1060px) {
  .Hero {
    min-height: 550px;
  }
}

.Hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 10, 50, 0.6)), to(rgba(0, 10, 50, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  opacity: 1;
}

.Hero.Hero--home {
  min-height: 840px;
}

.Hero.Hero--home .Hero-text {
  padding-top: 250px;
}

@media (max-width: 1060px) {
  .Hero.Hero--home {
    height: auto;
    min-height: 550px;
  }

  .Hero.Hero--home .column-66,
  .Hero.Hero--home .column-33 {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.Hero.Hero--home:before {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 10, 50, 0.6)), to(rgba(0, 10, 50, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
}

.Hero.Hero--internal {
  min-height: 623px;
}

@media (max-width: 1060px) {
  .Hero.Hero--internal .Hero-text {
    padding-top: 142px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1060px) {
  .Hero.Hero--internal {
    min-height: 280px;
  }
}

.Hero.Hero--internal:before {
  opacity: 1 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 10, 50, 0.6)), to(rgba(0, 10, 50, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 10, 50, 0.6) 0%, rgba(0, 10, 50, 0.6) 100%);
}

.Hero.Hero--news {
  height: 625px;
}

@media (max-width: 1060px) {
  .Hero.Hero--news {
    height: 300px;
  }
}

.Hero .Hero-text {
  position: relative;
  padding-top: 340px;
  color: #fff;
  font-size: 110px;
  font-weight: 200;
  text-align: center;
  overflow: visible;
  line-height: 1;
  font-size: 95px;
  font-weight: 100;
  font-family: "source-sans-pro";
}

@media (max-width: 1060px) {
  .Hero .Hero-text {
    font-size: 40px;
    word-wrap: break-word;
    padding-top: 100px;
    line-height: 1.2;
    padding-bottom: 30px;
  }
}

.Hero .Hero-text p {
  color: #fff;
}

.Hero .Hero-cards {
  padding: 200px 0 40px;
  text-align: right;
}

@media (max-width: 1060px) {
  .Hero .Hero-cards {
    padding: 30px 0 30px;
  }
}

.Hero .Hero-cards .slick-list .column {
  max-width: 100% !important;
}

.Hero .Hero-cards .Hero-card {
  text-align: left;
  font-size: 22px;
  color: #fff;
  padding: 0 0;
  max-width: 220px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

.Hero .Hero-cards .Hero-card img {
  display: inline-block !important;
}

@media (max-width: 1060px) {
  .Hero .Hero-cards .Hero-card {
    font-size: 18px;
    padding: 0 16px;
    width: 50%;
    max-width: 49%;
  }
}

.Hero .Hero-cards h3 {
  padding-top: 16px;
  text-transform: uppercase;
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 1060px) {
  .Hero .Hero-cards h3 {
    font-size: 46px;
  }
}

.Hero .Hero-cards p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .Hero .Hero-cards p {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.Hero-block {
  background: #5A0028;
  padding: 100px 80px;
  margin-top: 250px;
  text-align: left;
}

@media (max-width: 1060px) {
  .Hero-block {
    padding: 30px 40px;
    margin-top: 80px;
  }
}

.Hero-block p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1060px) {
  .Hero-block p {
    font-size: 18px;
    line-height: 1.55;
  }
}

.Hero-block .Hero-text {
  padding: 0 !important;
  font-size: 47px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 1060px) {
  .Hero-block .Hero-text {
    font-size: 30px;
    line-height: 1.33;
  }
}

.Hero-internal-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.Hero-subtext {
  color: white !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "basic-sans";
  text-transform: uppercase;
}

.Hero-internal-text {
  color: white !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px;
  /* 106.25% */
  letter-spacing: -0.64px;
  font-family: "source-sans-pro";
}

.Hero--internal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 190px 0 100px;
}

.InvestmentSlider {
  padding-top: 62px;
  color: #322b3e;
}

.InvestmentSlider h2 {
  font-size: 46px;
  font-family: "source-sans-pro";
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .InvestmentSlider h2 {
    font-size: 30px;
  }
}

@media (max-width: 1060px) {
  .InvestmentSlider .container--sliderNav {
    padding: 0;
  }
}

.InvestmentSlider-nav {
  margin-top: 40px;
  background-color: #ebeef5;
  font-family: "basic-sans";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .InvestmentSlider-nav {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.InvestmentSlider-nav .slick-prev {
  left: 18px;
}

.InvestmentSlider-nav .slick-prev:before {
  border-width: 6px 7px 6px 0;
  border-color: transparent #5a0028 transparent transparent;
}

.InvestmentSlider-nav .slick-next {
  right: 18px;
}

.InvestmentSlider-nav .slick-next:before {
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #5a0028;
}

.InvestmentSlider-nav .slick-prev:before,
.InvestmentSlider-nav .slick-next:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1;
}

.InvestmentSlider-nav span {
  border-radius: 3px;
  padding: 12px 36px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 100;
}

.InvestmentSlider-nav .slick-current span {
  background-color: #5a0028;
  color: #fff;
}

.InvestmentSlider-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .InvestmentSlider-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.InvestmentSlider-slide > div:nth-of-type(2) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 900px) {
  .InvestmentSlider-slide > div:nth-of-type(2) {
    padding-top: 36px;
  }
}

@media (max-width: 1060px) {
  .InvestmentSlider-slide .row .column-25 {
    padding-top: 36px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .InvestmentSlider-slide .row .column-75 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.InvestmentSlider-slides {
  padding-top: 70px;
  padding-bottom: 105px;
  -webkit-user-select: auto;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}

.InvestmentSlider-content h3 {
  font-size: 36px;
  font-family: "source-sans-pro";
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 900px) {
  .InvestmentSlider-content h3 {
    font-size: 25px;
  }
}

.InvestmentSlider-content p {
  font-family: "basic-sans";
  font-weight: 200;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .InvestmentSlider-content p {
    line-height: 1.6667;
  }
}

.MapSlider.MapSlider--is-inactive {
  display: none;
}

.MapSlider.MapSlider--is-active {
  display: block;
}

.News {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1060px) {
  .News.News--list {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .News.News--list .container {
    padding: 0;
  }

  .News.News--list .row .column-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .News.News--list .row .column-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .News.News--list .row .column-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.News .News-date {
  font-weight: 300;
  font-family: 'basic-sans';
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #322b3e !important;
  letter-spacing: 1px;
}

.News .News-cards {
  opacity: 1;
  -webkit-transform: 0.25s;
       -o-transform: 0.25s;
          transform: 0.25s;
  margin-bottom: 60px;
  padding-right: 40px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0px 10px rgba(8, 19, 43, 0.07);
          box-shadow: 0 0px 10px rgba(8, 19, 43, 0.07);
  padding: 40px 40px 60px;
  min-height: 280px;
  position: relative;
}

@media (max-width: 1060px) {
  .News .News-cards {
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.News .News-cards:hover {
  opacity: 0.7;
}

.News .News-title {
  font-weight: 300;
  font-family: 'basic-sans';
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.33;
  color: #322b3e !important;
}

@media (max-width: 1060px) {
  .News .News-title {
    font-size: 22px;
  }
}

@media (max-width: 1060px) {
  .News.News--list {
    padding-bottom: 0 !important;
  }

  .News.News--list .container {
    padding: 0;
  }

  .News.News--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .News.News--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .News.News--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.News h2 {
  font-family: "source-sans-pro";
  font-size: 46px;
  font-weight: 100;
  padding: 30px 0 18px;
  color: #544d5f;
}

@media (max-width: 1060px) {
  .News h2 {
    background: #e1e2ee;
    font-size: 30px;
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.News .News-readmore {
  display: block;
  position: absolute;
  bottom: 30px;
}

.News .News-items {
  padding-top: 50px;
}

@media (max-width: 1060px) {
  .News .News-items {
    padding-top: 20px;
  }
}

.NewsSingle-wrapper {
  position: relative;
  margin-top: -300px;
}

@media (max-width: 1060px) {
  .NewsSingle-wrapper {
    margin-top: -140px;
    padding: 0 20px;
  }
}

.NewsSingle {
  max-width: 1040px;
  background: white;
  padding: 80px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .NewsSingle {
    padding: 40px 20px;
  }
}

.NewsSingle .NewsSingle-date {
  font-weight: 300;
  font-family: 'basic-sans';
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #322b3e !important;
  letter-spacing: 1px;
}

@media (max-width: 1060px) {
  .NewsSingle .NewsSingle-date {
    font-size: 18px;
  }
}

.NewsSingle .NewsSingle-title {
  font-weight: 300;
  font-family: 'basic-sans';
  font-size: 34px;
  margin-bottom: 70px;
  line-height: 1.66;
  color: #322b3e !important;
}

@media (max-width: 1060px) {
  .NewsSingle .NewsSingle-title {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.NewsSingle .NewsSingle-back {
  margin-top: 70px;
}

@media (max-width: 1060px) {
  .NewsSingle .NewsSingle-back {
    margin-top: 50px;
  }
}

.NewsSingle .NewsSingle-content {
  font-weight: 300;
  font-family: 'basic-sans';
  font-size: 18px;
  line-height: 1.5;
  color: #322b3e !important;
}

.Portfolio {
  overflow: hidden;
  padding: 160px 0;
}

.Portfolio .container {
  position: static !important;
}

@media (max-width: 900px) {
  .Portfolio {
    padding: 80px 0;
  }
}

@media (max-width: 1060px) {
  .Portfolio.Portfolio--list {
    padding-bottom: 0 !important;
  }

  .Portfolio.Portfolio--list .container {
    padding: 0;
  }

  .Portfolio.Portfolio--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .Portfolio.Portfolio--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .Portfolio.Portfolio--list .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Portfolio h2 {
  font-family: "source-sans-pro";
  font-size: 46px;
  font-weight: 100;
  padding: 30px 0 18px;
  color: #544d5f;
}

@media (max-width: 1060px) {
  .Portfolio h2 {
    background: #e1e2ee;
    font-size: 30px;
    padding: 20px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.Portfolio .previous {
  display: none;
}

.Portfolio .funds {
  overflow: hidden;
}

@media (max-width: 1060px) {
  .Portfolio .funds {
    height: 78px;
  }

  .Portfolio .funds.is-open {
    height: auto;
  }
}

.Portfolio .funds h2 {
  padding-inline: 0 !important;
}

.Portfolio .funds h3 {
  display: none;
  font-size: 24px;
  font-family: "basic-sans";
  color: #322b3e;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  position: absolute;
  margin-top: 10px;
}

@media (max-width: 1060px) {
  .Portfolio .funds h3 {
    padding: 0 20px 20px;
    margin-top: 0;
  }
}

.Portfolio .funds.is-empty h3 {
  opacity: 0.3;
}

.Portfolio .funds.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Portfolio .funds.is-inactive {
  display: none;
}

.Portfolio .funds.previous {
  display: none;
}

.Portfolio .Portfolio-readmore {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 22px;
}

.Portfolio .Portfolio-cards {
  margin: 0 0 30px 0;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  border: 2px solid #e1e2ee;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Portfolio .Portfolio-cards img {
  height: 243px;
  min-width: 160px;
  max-width: 280px;
  padding: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background: white;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-cards {
    margin: 0 auto;
    margin-bottom: 20px;
    min-width: 300px;
  }
}

.Portfolio .Portfolio-cards:hover {
  opacity: 0.6;
  cursor: pointer;
}

.Portfolio .Portfolio-cards .Portfolio-single {
  color: #322b3e;
  display: block;
}

.Portfolio .Portfolio-cards .Portfolio-top {
  padding: 10px 22px 15px;
  height: 110px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Portfolio .Portfolio-cards .Portfolio-top img {
  max-height: 75px;
  width: auto;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.Portfolio .Portfolio-cards .Portfolio-bottom {
  padding: 20px 22px 20px;
  height: 100%;
  overflow: hidden;
  font-weight: 100;
  text-transform: capitalize;
}

.Portfolio .Portfolio-cards .Portfolio-bottom span {
  font-size: 16px;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-loader {
    display: none !important;
    padding-left: 30px;
  }
}

@media (max-width: 1060px) {
  .Portfolio .is-open .Portfolio-expand:before {
    display: none;
  }
}

.Portfolio .Portfolio-expand {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-expand {
    border-bottom: 1px solid #fff;
    /* Vertical line */
    /* horizontal line */
  }

  .Portfolio .Portfolio-expand:before,
  .Portfolio .Portfolio-expand:after {
    content: "";
    position: absolute;
    background-color: #322b3e;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: -o-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  }

  .Portfolio .Portfolio-expand:before {
    top: 30px;
    right: 29px;
    width: 2px;
    height: 20px;
    margin-left: -2px;
  }

  .Portfolio .Portfolio-expand:after {
    top: 41px;
    right: 20px;
    width: 20px;
    height: 2px;
    margin-top: -2px;
  }
}

.Portfolio .Portfolio-filters {
  width: 100%;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-filters {
    text-align: center;
  }
}

.Portfolio .Portfolio-filters select {
  font-family: "source-sans-pro";
  font-size: 16px;
  color: #544d5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 48px;
  max-width: 260px;
  min-width: 240px;
  padding-left: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff no-repeat scroll right center;
  overflow: hidden;
  display: inline-block;
  border: 0;
  font-weight: 300;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-filters select {
    padding-left: 24px;
  }
}

.Portfolio .Portfolio-select {
  display: inline-block;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border-radius: 5px;
  border: 2px solid #e1e2ee;
  padding: 2px 2px 2px 0;
  margin-right: 30px;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-select {
    margin: 0 0 20px;
  }
}

.Portfolio .Portfolio-select:after {
  content: "";
  top: -2px;
  display: inline-block;
  position: relative;
  width: 15px;
  pointer-events: none;
  height: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSI4LjAzIiB2aWV3Qm94PSIwIDAgMTMgOC4wMyI+DQogIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPg0KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4NCiAgIDwvcmRmOlJERj4NCjwveDp4bXBtZXRhPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgDQo8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT4NCjxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICNiN2JhY2Y7DQogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICA8L2RlZnM+DQogIDxwYXRoIGlkPSJEb3dud2FyZF9UcmFuZ2xlX0xpbGFjIiBkYXRhLW5hbWU9IkRvd253YXJkIFRyYW5nbGVfTGlsYWMiIGNsYXNzPSJjbHMtMSIgZD0iTTE0NjIuODEsMTIwNS4wMWEwLjg2NSwwLjg2NSwwLDAsMC0uODEuODksMC45NDgsMC45NDgsMCwwLDAsLjI0LjYzbDUuNjksNi4yMmEwLjczNywwLjczNywwLDAsMCwxLjE0LDBsNS42OS02LjIyYTAuOTQ4LDAuOTQ4LDAsMCwwLC4yNC0wLjYzLDAuODY1LDAuODY1LDAsMCwwLS44MS0wLjg5aC0xMS4zOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDYyIC0xMjA1KSIvPg0KPC9zdmc+DQo=);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 23px;
}

.Portfolio .Portfolio-items {
  padding-top: 50px;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-items {
    padding-top: 20px;
  }
}

.Portfolio .Portfolio-plus {
  display: inline-block;
  background: #91072b;
  height: 12px;
  position: relative;
  width: 2px;
  margin-left: 8px;
}

.Portfolio .Portfolio-plus:after {
  background: #91072b;
  content: "";
  height: 2px;
  left: -5px;
  position: absolute;
  top: 5px;
  width: 12px;
}

@media (max-width: 1060px) {
  .Portfolio .Portfolio-plus {
    bottom: 0;
    top: 4px;
  }
}

@media (max-width: 1060px) {
  .Portfolio .Xpandy-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33% !important;
            flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
}

@media (max-width: 750px) {
  .Portfolio .Xpandy-item {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.Portfolio-expander {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1060px) {
  .Portfolio-expander {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    gap: 30px;
  }
}

.Portfolio-expander .Portfolio-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  width: 100%;
  max-width: 255px;
}

@media (max-width: 1060px) {
  .Portfolio-expander .Portfolio-card {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.Portfolio-expander .Portfolio-card .Portfolio-card-top {
  padding: 20px;
  background: #5A0028;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-top .Portfolio-fund {
  color: #FFF !important;
  /* H4 */
  font-family: "basic-sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom {
  padding: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-right: 1px solid #E1E2EE;
  border-bottom: 1px solid #E1E2EE;
  border-left: 1px solid #E1E2EE;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom svg {
  margin-right: 15px;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom h4 {
  color: #5A0028;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom span {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #5A0028;
  font-family: "source-sans-pro" !important;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-date,
.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-hq {
  padding: 15px 0;
  border-bottom: 1px solid #E1E2EE;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-team {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-team a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(225, 226, 238, 0.5);
  background: rgba(225, 226, 238, 0.5);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: 1;
  padding: 10px;
  text-decoration: none !important;
  gap: 10px;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-team a:hover {
  opacity: .6;
}

.Portfolio-expander .Portfolio-card .Portfolio-card-bottom .Portfolio-team a span {
  color: #5A0028;
  /* Parahraphy */
  font-family: "source-sans-pro" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-bottom: 0 !important;
}

.Portfolio-expander .Portfolio-bio h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  text-transform: uppercase;
  color: #1F1E21 !important;
  margin-top: 20px;
  position: relative !important;
  opacity: 1 !important;
  margin-bottom: 20px;
}

.Portfolio-expander .Portfolio-bio .Portfolio-button {
  color: #5A0028;
  /* Button */
  font-family: "basic-sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 186.667% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  opacity: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.Portfolio-expander .Portfolio-bio .Portfolio-button:hover {
  opacity: .6;
}

.Portfolio-loader {
  color: #5A0028;
  /* Button */
  font-family: "basic-sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 186.667% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  opacity: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.Portfolio-loader:hover {
  opacity: .6;
}

@media (max-width: 1060px) {
  .Portfolio-items {
    padding-inline: 30px !important;
  }

  .Portfolio .funds .Portfolio-expand {
    padding: 20px !important;
  }

  .Portfolio .funds h3 {
    padding: 20px 0 !important;
    margin-top: 0;
  }
}

.RelatedInvestments {
  background-color: #e1e2ee;
  font-family: "basic-sans";
  font-size: 36px;
  font-weight: 200;
  padding: 53px 20px 28px 20px;
}

@media (max-width: 1060px) {
  .RelatedInvestments {
    font-size: 24px;
    padding: 43px 0;
  }

  .RelatedInvestments .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .RelatedInvestments .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.RelatedInvestments h3 {
  font-size: 36px;
  font-weight: 200;
  font-family: "source-sans-pro";
  margin-bottom: 0;
}

@media (max-width: 1060px) {
  .RelatedInvestments h3 {
    font-size: 24px;
  }
}

.RelatedInvestments .RelatedInvestments-cards {
  width: 275px;
  margin: 40px 0 46px 0;
  height: 150px;
  background-color: #f0f1f7;
  font-size: 18px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 1060px) {
  .RelatedInvestments .RelatedInvestments-cards {
    margin: 22px 0 20px;
  }
}

.RelatedInvestments .RelatedInvestments-cards:hover {
  opacity: 0.5;
}

.RelatedInvestments .RelatedInvestments-cards .RelatedInvestments-single {
  color: #322b3e;
}

.RelatedInvestments .RelatedInvestments-cards .RelatedInvestments-top {
  padding: 10px 22px 15px;
  height: 80px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RelatedInvestments .RelatedInvestments-cards .RelatedInvestments-top img {
  max-height: 60px;
  width: auto;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.RelatedInvestments .RelatedInvestments-cards .RelatedInvestments-bottom {
  padding: 10px 22px 15px;
  height: 100%;
  overflow: hidden;
  font-weight: 100;
}

.Tabbed {
  background: #e1e2ee;
}

.Tabbed .column {
  text-align: center;
}

@media (max-width: 900px) {
  .Tabbed .column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

.Tabbed .Tabbed-item--is-active {
  background: #fff;
}

.Tabbed a {
  padding: 20px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-family: "basic-sans";
  display: inline-block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.TableList {
  font-family: "source-sans-pro";
  padding: 80px 180px 80px;
}

@media (max-width: 1060px) {
  .TableList {
    padding: 50px 20px 50px;
  }
}

.TableList.TableList--is-inactive {
  display: none;
}

.TableList.TableList--is-active {
  display: block;
}

.TableList .row {
  border-top: 1px solid #edd7dd;
  padding: 30px 20px;
}

@media (max-width: 1060px) {
  .TableList .row {
    display: inline-block;
  }

  .TableList .row .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .TableList .row .column-66 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    line-height: 1.5;
    padding: 0;
  }
}

.TableList .row:last-child {
  border-bottom: 1px solid #edd7dd;
}

.TableList .TableList-heading {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
  color: #000;
  font-family: "basic-sans";
}

.TableList .TableList-content p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.75;
}

@media (max-width: 1060px) {
  .TableList .TableList-content p {
    padding: 16px 0 0 0;
  }
}

.Team {
  font-family: "source-sans-pro";
  position: relative;
  padding: 160px 0;
}

@media (max-width: 900px) {
  .Team {
    padding: 80px 0;
  }
}

.Team .container {
  position: static;
}

.Xpandy {
  padding-bottom: 50px;
  padding-top: 20px;
  /* stylelint-disable no-duplicate-selectors */
}

.Xpandy h2 {
  display: block;
  width: 100%;
  padding: 30px 15px 0;
  margin-bottom: 0;
}

@media (max-width: 1060px) {
  .Xpandy h2 {
    font-size: 30px;
    padding: 10px 6px 0;
  }
}

.Xpandy .Team-plusMinus {
  float: right;
  right: 0;
  bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}

@media (max-width: 1060px) {
  .Xpandy .Team-plusMinus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 4px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 768px) {
  .Xpandy .Team-plusMinus {
    width: 10px;
  }
}

.Xpandy .Team-plusMinus:before {
  content: "";
  display: block;
  width: 18px;
  height: 0;
  border-bottom: solid 2px #000;
  position: absolute;
  bottom: 8px;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media (max-width: 1060px) {
  .Xpandy .Team-plusMinus:before {
    width: 14px;
  }
}

@media (max-width: 768px) {
  .Xpandy .Team-plusMinus:before {
    width: 10px;
  }
}

.Xpandy .Team-plusMinus:after {
  content: "";
  display: block;
  width: 18px;
  height: 0;
  border-bottom: solid 2px #000;
  position: absolute;
  bottom: 8px;
}

@media (max-width: 1060px) {
  .Xpandy .Team-plusMinus:after {
    width: 14px;
  }
}

@media (max-width: 768px) {
  .Xpandy .Team-plusMinus:after {
    width: 10px;
  }
}

.Xpandy.Xpandy-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 100px;
  row-gap: 20px;
}

.Xpandy .Xpandy-feed-item {
  -ms-flex-preferred-size: calc((100% - 300px) / 4);
      flex-basis: calc((100% - 300px) / 4);
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1060px) {
  .Xpandy .Xpandy-feed-item {
    padding: 6px;
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    margin-bottom: 30px;
  }
}

@media (max-width: 700px) {
  .Xpandy .Xpandy-feed-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.Xpandy h3 {
  font-family: "basic-sans";
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 16px;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .Xpandy h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.Xpandy h4 {
  font-family: "basic-sans";
  font-size: 18px;
  line-height: 0.5;
  font-weight: 200;
  margin-bottom: 0;
}

@media (max-width: 1060px) {
  .Xpandy h4 {
    font-size: 14px;
    line-height: 1;
  }
}

.Xpandy p {
  font-family: "basic-sans";
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
  font-family: "source-sans-pro" !important;
}

@media (max-width: 1060px) {
  .Xpandy p {
    font-size: 16px;
  }
}

.Xpandy .Xpandy-thumbnail {
  max-height: 500px;
  margin: 0;
  min-width: 150px;
}

@media (max-width: 1060px) {
  .Xpandy .Xpandy-thumbnail {
    height: auto;
    min-width: 140px;
    margin: 0 0 5px;
  }
}

.Xpandy .Xpandy-thumbnail:hover {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.Xpandy .Xpandy-thumbnail:hover .Team-memberInfo * {
  color: #5A0028 !important;
}

.Xpandy .Xpandy-thumbnail:hover .Team-plusMinus::before {
  content: "";
  display: block;
  border-bottom: solid 2px #fff;
}

.Xpandy .Xpandy-thumbnail:hover .Team-plusMinus::after {
  content: "";
  display: block;
  border-bottom: solid 2px #fff;
}

.Xpandy .Xpandy-thumbnail .Team-memberInfo {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 1060px) {
  .Xpandy .Xpandy-thumbnail .Team-memberInfo {
    min-height: 80px;
  }
}

.Xpandy .Xpandy-thumbnail img {
  width: 100%;
  display: block;
}

.Xpandy .Team-plusMinus {
  display: none !important;
}

.Xpandy .Xpandy-item--isActive .Team-memberInfo {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.Xpandy .Xpandy-item--isActive .Team-memberInfo * {
  color: #5A0028 !important;
}

.Xpandy .Xpandy-item--isActive .Team-memberInfo .Team-plusMinus {
  display: none;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

.Xpandy .Xpandy-item--isActive .Team-memberInfo .Team-plusMinus::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 8px;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.Xpandy .Xpandy-item--isActive .Team-memberInfo .Team-plusMinus::after {
  content: "";
  display: block;
  border-bottom: solid 2px #fff;
}

.Xpandy s p {
  font-weight: 100;
  line-height: 1.8;
}

.Xpandy .Team-expandInfo {
  width: 100%;
  height: auto;
  padding: 40px 0;
  max-width: 1360px;
  margin: 0 auto;
  font-family: "source-sans-pro";
  border-bottom: 1px solid #5A0028;
  border-top: 1px solid #5A0028;
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo {
    padding: 30px 20px 20px;
  }
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo .column-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo .column-66 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.Xpandy .Team-expandInfo .Team-expandContact {
  font-family: "source-sans-pro";
  line-height: 2;
  color: #91072b;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo .Team-expandContact {
    min-width: 260px;
    line-height: 1.2;
    padding: 20px 0;
    font-size: 16px;
  }
}

.Xpandy .Team-expandInfo .Team-expandContact a {
  color: #91072b;
  text-decoration: none;
  display: inline-block;
}

.Xpandy .Team-expandInfo .Team-expandContact a:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 12px;
  width: 16px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiI+DQogIDxtZXRhZGF0YT48P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPg0KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4NCiAgIDwvcmRmOlJERj4NCjwveDp4bXBtZXRhPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgDQo8P3hwYWNrZXQgZW5kPSJ3Ij8+PC9tZXRhZGF0YT4NCjxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICM5MTA3MmI7DQogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICA8L2RlZnM+DQogIDxwYXRoIGlkPSJSaWdodF9UcmFuZ2xlX1JlZCIgZGF0YS1uYW1lPSJSaWdodCBUcmFuZ2xlX1JlZCIgY2xhc3M9ImNscy0xIiBkPSJNMTQxOSwxMTY0LjAxbC03LDZ2LTEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MTIgLTExNTgpIi8+DQo8L3N2Zz4NCg==);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1060px) {
  .Xpandy .Team-expandInfo .Team-expandContact a:after {
    width: 14px;
    height: 10px;
  }
}

.Xpandy .Xpandy-item {
  -webkit-transition: height 350ms ease-in-out;
  -o-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
}

.Xpandy .Xpandy-thumbnail {
  cursor: pointer;
}

.Xpandy .Xpandy-content {
  display: none;
}

.Xpandy .Xpandy-wrapper {
  -webkit-transition: height 350ms ease-in-out;
  -o-transition: height 350ms ease-in-out;
  transition: height 350ms ease-in-out;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 1060px) {
  .Xpandy .Xpandy-wrapper {
    margin-top: 55px !important;
  }
}

.Xpandy .Xpandy-body {
  overflow: hidden;
}

.Xpandy .Xpandy-arrow {
  -webkit-transition: left 350ms ease-in-out;
  -o-transition: left 350ms ease-in-out;
  transition: left 350ms ease-in-out;
  position: absolute;
}

.Xpandy .Xpandy-container {
  overflow: hidden;
  height: 100%;
}

.Xpandy .Xpandy-base {
  overflow: hidden;
  height: 100%;
  opacity: 0;
}

.Xpandy .Xpandy-arrow {
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  height: 20px;
  width: 20px;
  top: 10px;
  z-index: 10;
}

.Xpandy .Xpandy-arrow.Xpandy-arrow--isActive {
  -webkit-transform: translate(-50%, -100%) rotate(-45deg);
       -o-transform: translate(-50%, -100%) rotate(-45deg);
          transform: translate(-50%, -100%) rotate(-45deg);
  border-color: #5A0028;
  background: white;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(15px);
       transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.Xpandy .Xpandy-preview--isOpening .Xpandy-base {
  -webkit-animation: fadeInUp 350ms ease-in-out forwards 65ms;
       -o-animation: fadeInUp 350ms ease-in-out forwards 65ms;
          animation: fadeInUp 350ms ease-in-out forwards 65ms;
}

.Xpandy .Xpandy-preview--isUpdating .Xpandy-base {
  -webkit-animation: fadeIn 350ms ease-in-out forwards 35ms;
       -o-animation: fadeIn 350ms ease-in-out forwards 35ms;
          animation: fadeIn 350ms ease-in-out forwards 35ms;
}

.Xpandy .Xpandy-preview--isClosing .Xpandy-base {
  -webkit-animation: fadeOut 250ms ease-in-out forwards;
       -o-animation: fadeOut 250ms ease-in-out forwards;
          animation: fadeOut 250ms ease-in-out forwards;
}

.Team-bio-card {
  border: 1px solid #E1E2EE;
  padding: 20px;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (max-width: 1060px) {
  .Team-bio-card {
    margin-top: 40px;
    margin-left: 0;
  }
}

.Team-bio-card svg {
  margin-right: 15px;
}

.Team-bio-card h4 {
  color: #5A0028;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Team-bio-card span {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #5A0028;
  font-family: "source-sans-pro" !important;
}

.Team-bio-card .Team-education {
  padding: 20px 12px;
  background: #5A0028;
}

.Team-bio-card .Team-education li {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-family: "source-sans-pro" !important;
}

.Team-bio-card .Team-education ul {
  margin: 5px 0;
  list-style-type: disc;
  padding-left: 20px;
}

.Team-bio-card .Team-education * {
  color: #fff !important;
}

.Team-bio-card .Team-email,
.Team-bio-card .Team-phone {
  padding: 20px 12px;
  background: rgba(225, 226, 238, 0.5);
}

.Team-bio-card .Team-email a,
.Team-bio-card .Team-email span,
.Team-bio-card .Team-phone a,
.Team-bio-card .Team-phone span {
  color: #5A0028 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "source-sans-pro" !important;
}

.Team-bio-card .Team-email a svg,
.Team-bio-card .Team-email span svg,
.Team-bio-card .Team-phone a svg,
.Team-bio-card .Team-phone span svg {
  margin-left: 15px;
}

.Team-bio-card .Team-email a,
.Team-bio-card .Team-phone a {
  opacity: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.Team-bio-card .Team-email a:hover,
.Team-bio-card .Team-phone a:hover {
  opacity: 0.6;
}

.Team-bio {
  padding-left: 40px;
  margin-right: -20px;
}

@media (max-width: 1060px) {
  .Team-bio {
    margin-right: 0;
    padding-left: 0;
  }
}

.Team-bio h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
  text-transform: uppercase;
}

.Team-bio .Team-portfolios {
  border-top: 1px solid var(--Hover, rgba(90, 0, 40, 0.8));
  padding-top: 50px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}

@media (max-width: 1060px) {
  .Team-bio .Team-portfolios {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
  }
}

.Team-bio .Team-portfolios-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Team-bio .Team-portfolios-feed h3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

.Team-bio .Team-portfolios-feed img {
  padding: 10px;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 auto !important;
          flex: 0 auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  height: 85px;
  width: 85px;
  border: 1px solid var(--e-1-e-2-ee, #E1E2EE);
  background: var(--Brand-color-2, #FFF);
}


/*# sourceMappingURL=main.css.map*/