html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
svg {
  width: 100%;
  height: 100%;
}
img,
svg,
video,
iframe {
  max-width: 100%;
}
body {
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-highlight-color: #000;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #000;
  scrollbar-dark-shadow-color: #000;
  padding-top: 82px;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: 52px;
  }
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  -moz-appearance: scrollbartrack-vertical;
  background: #f7f7f7;
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb:window-inactive {
  border-radius: 0px;
  background: rgba(0,0,0,0.8);
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #000;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
@font-face {
  font-family: 'MaisonNeue';
  src: url("../assets/fonts/MaisonNeueWEB-Light.woff2") format('woff2'), url("../assets/fonts/MaisonNeueWEB-Light.woff") format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue';
  src: url("../assets/fonts/MaisonNeueWEB-Book.woff2") format('woff2'), url("../assets/fonts/MaisonNeueWEB-Book.woff") format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeue';
  src: url("../assets/fonts/MaisonNeueWEB-Bold.woff2") format('woff2'), url("../assets/fonts/MaisonNeueWEB-Bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MaisonNeueBold';
  src: url("../assets/fonts/MaisonNeueWEB-Bold.woff2") format('woff2'), url("../assets/fonts/MaisonNeueWEB-Bold.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url("../assets/fonts/Roboto-Bold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: 'MaisonNeue', 'Open Sans', 'sans-serif';
  color: #181818;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.3;
}
h1 {
  font-size: 33px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 28px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
}
@media (max-width: 600px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
}
@media (max-width: 600px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 18px;
}
@media (max-width: 600px) {
  h6 {
    font-size: 16px;
  }
}
p,
li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
p.small {
  font-size: 16px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  p.small {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  p.small {
    font-size: 14px;
  }
}
a {
  -webkit-font-smoothing: subpixel-antialiased;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  text-decoration: none;
  color: #181818;
}
a:hover {
  cursor: pointer;
}
a:focus {
  outline: none;
}
.content a {
  font-weight: 600;
  color: #181818;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.content a:hover {
  border-bottom: 1px solid #181818;
}
.content p {
  margin-bottom: 2em;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.content .small {
  font-size: 14px;
}
.content .wp-caption-text {
  font-size: 14px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.5em;
}
.quote {
  position: relative;
}
.quote:before {
  content: '\2018\2018';
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
}
@media (min-width: 1367px) {
  .quote:before {
    left: -2px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.quote:after {
  content: '\2019\2019';
  display: inline-block;
}
hr {
  color: #eee;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.link {
  font-weight: 600;
  color: #181818;
  text-decoration: none;
  border-bottom: 3px solid #181818;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link:hover {
  color: rgba(24,24,24,0.8);
  border-color: rgba(24,24,24,0.8);
}
.link--list {
  margin: 0;
  margin-left: -10px;
  padding: 0;
}
.link--list li {
  list-style: none;
  display: block;
  padding: 2px 10px;
}
.link--list a {
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
.link--list a:hover {
  border-bottom: 3px solid black;
}
.link--post {
  display: inline-block;
  border-bottom: none !important;
  vertical-align: top;
  cursor: pointer !important;
  transition: color 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--post .title {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .link--post .title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.link--post .subtitle {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 600px) {
  .link--post .subtitle {
    font-size: 14px;
  }
}
.link--post .title,
.link--post .subtitle {
  transition: color 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--post img {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
@media (max-width: 600px) {
  .link--post img {
    margin-bottom: 8px;
  }
}
.link--post:hover .title,
.link--post:hover .subtitle {
  color: rgba(24,24,24,0.8);
}
.link-download {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .link-download {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.link--sidebar {
  position: relative;
  top: 0;
  display: block;
  max-width: 368px;
  padding: 40px;
  border: 4px solid #181818;
}
.link--sidebar .link--sidebar-title {
  display: block;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: 4px solid #181818;
  transition: border 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.link--sidebar .link--sidebar-image {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 0.8em;
  background: #666;
}
.link--sidebar .projectTitle {
  font-weight: 600;
}
.link--sidebar .link--sidebar-category {
  font-weight: 400;
}
.link--sidebar:hover .link--sidebar-title {
  border-color: #ef007b;
}
.btn-primary,
.content .btn-primary {
  background-color: #181818;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  width: 100%;
  padding: 0.5em;
  border: none;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.btn-primary:hover,
.content .btn-primary:hover {
  background: rgba(24,24,24,0.8);
  color: #fff;
}
.evolution-btn .btn-primary {
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  background-color: black !important;
}
.evolution-btn:hover .btn-primary {
  background-color: black !important;
  color: #00ff07 !important;
}
.btn-primary:active,
.content .btn-primary:active {
  background: rgba(0,0,0,0.8);
  color: #fff;
}
.btn-primary:focus,
.content .btn-primary:focus {
  outline: none;
  color: #fff;
}
@media (max-width: 600px) {
  .btn-primary,
  .content .btn-primary {
    font-size: 16px;
  }
}
.btn-container {
  margin-bottom: 25px;
}
.container {
  margin: 0 auto;
  max-width: 1366px;
}
@media (max-width: 1417px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.grid {
  font-size: 0;
  margin-left: -25px;
}
.grid > * {
  padding-left: 25px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  font-size: 20px;
}
.grid-1of1 {
  width: 100%;
}
.grid-1of2 {
  width: 50%;
}
.grid-2of2 {
  width: 100%;
}
.grid-1of3 {
  width: 33.33333333333333%;
}
.grid-2of3 {
  width: 66.66666666666666%;
}
.grid-3of3 {
  width: 100%;
}
.grid-1of4 {
  width: 25%;
}
.grid-2of4 {
  width: 50%;
}
.grid-3of4 {
  width: 75%;
}
.grid-4of4 {
  width: 100%;
}
.grid-1of5 {
  width: 20%;
}
.grid-2of5 {
  width: 40%;
}
.grid-3of5 {
  width: 60%;
}
.grid-4of5 {
  width: 80%;
}
.grid-5of5 {
  width: 100%;
}
.grid-1of6 {
  width: 16.666666666666664%;
}
.grid-2of6 {
  width: 33.33333333333333%;
}
.grid-3of6 {
  width: 50%;
}
.grid-4of6 {
  width: 66.66666666666666%;
}
.grid-5of6 {
  width: 83.33333333333334%;
}
.grid-6of6 {
  width: 100%;
}
.grid-1of7 {
  width: 14.285714285714285%;
}
.grid-2of7 {
  width: 28.57142857142857%;
}
.grid-3of7 {
  width: 42.857142857142854%;
}
.grid-4of7 {
  width: 57.14285714285714%;
}
.grid-5of7 {
  width: 71.42857142857143%;
}
.grid-6of7 {
  width: 85.71428571428571%;
}
.grid-7of7 {
  width: 100%;
}
.grid-1of8 {
  width: 12.5%;
}
.grid-2of8 {
  width: 25%;
}
.grid-3of8 {
  width: 37.5%;
}
.grid-4of8 {
  width: 50%;
}
.grid-5of8 {
  width: 62.5%;
}
.grid-6of8 {
  width: 75%;
}
.grid-7of8 {
  width: 87.5%;
}
.grid-8of8 {
  width: 100%;
}
.grid-1of9 {
  width: 11.11111111111111%;
}
.grid-2of9 {
  width: 22.22222222222222%;
}
.grid-3of9 {
  width: 33.33333333333333%;
}
.grid-4of9 {
  width: 44.44444444444444%;
}
.grid-5of9 {
  width: 55.55555555555556%;
}
.grid-6of9 {
  width: 66.66666666666666%;
}
.grid-7of9 {
  width: 77.77777777777779%;
}
.grid-8of9 {
  width: 88.88888888888889%;
}
.grid-9of9 {
  width: 100%;
}
.grid-1of10 {
  width: 10%;
}
.grid-2of10 {
  width: 20%;
}
.grid-3of10 {
  width: 30%;
}
.grid-4of10 {
  width: 40%;
}
.grid-5of10 {
  width: 50%;
}
.grid-6of10 {
  width: 60%;
}
.grid-7of10 {
  width: 70%;
}
.grid-8of10 {
  width: 80%;
}
.grid-9of10 {
  width: 90%;
}
.grid-10of10 {
  width: 100%;
}
.grid-1of11 {
  width: 9.090909090909092%;
}
.grid-2of11 {
  width: 18.181818181818183%;
}
.grid-3of11 {
  width: 27.27272727272727%;
}
.grid-4of11 {
  width: 36.36363636363637%;
}
.grid-5of11 {
  width: 45.45454545454545%;
}
.grid-6of11 {
  width: 54.54545454545454%;
}
.grid-7of11 {
  width: 63.63636363636363%;
}
.grid-8of11 {
  width: 72.72727272727273%;
}
.grid-9of11 {
  width: 81.81818181818183%;
}
.grid-10of11 {
  width: 90.9090909090909%;
}
.grid-11of11 {
  width: 100%;
}
.grid-1of12 {
  width: 8.333333333333332%;
}
.grid-2of12 {
  width: 16.666666666666664%;
}
.grid-3of12 {
  width: 25%;
}
.grid-4of12 {
  width: 33.33333333333333%;
}
.grid-5of12 {
  width: 41.66666666666667%;
}
.grid-6of12 {
  width: 50%;
}
.grid-7of12 {
  width: 58.333333333333336%;
}
.grid-8of12 {
  width: 66.66666666666666%;
}
.grid-9of12 {
  width: 75%;
}
.grid-10of12 {
  width: 83.33333333333334%;
}
.grid-11of12 {
  width: 91.66666666666666%;
}
.grid-12of12 {
  width: 100%;
}
.alert {
  width: 100%;
  color: black;
  padding: 15px;
  padding-left: 30px;
  border: 2px solid black;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.alertLinkDesktop, .alertLinkMobile {
  color: black;
}
#alertIcon {
  height: 1.2rem;
  width: 1.2rem;
  fill: black;
  margin-right: 3px;
  vertical-align: -20%;
}
.closeBtn {
  text-align: right;
  float: right;
  cursor: pointer;
}
.learnMore {
  text-decoration: underline;
}
#alertClose {
  height: 1.2rem;
  width: 1.2rem;
  fill: black;
  vertical-align: -20%;
}
.alertLinkMobile {
  display: none;
}
.alertLinkDesktop {
  display: initial;
}
@media (min-width: 1367px) {
  .grid-1of1--desk {
    width: 100%;
  }
  .grid-1of2--desk {
    width: 50%;
  }
  .grid-2of2--desk {
    width: 100%;
  }
  .grid-1of3--desk {
    width: 33.33333333333333%;
  }
  .grid-2of3--desk {
    width: 66.66666666666666%;
  }
  .grid-3of3--desk {
    width: 100%;
  }
  .grid-1of4--desk {
    width: 25%;
  }
  .grid-2of4--desk {
    width: 50%;
  }
  .grid-3of4--desk {
    width: 75%;
  }
  .grid-4of4--desk {
    width: 100%;
  }
  .grid-1of5--desk {
    width: 20%;
  }
  .grid-2of5--desk {
    width: 40%;
  }
  .grid-3of5--desk {
    width: 60%;
  }
  .grid-4of5--desk {
    width: 80%;
  }
  .grid-5of5--desk {
    width: 100%;
  }
  .grid-1of6--desk {
    width: 16.666666666666664%;
  }
  .grid-2of6--desk {
    width: 33.33333333333333%;
  }
  .grid-3of6--desk {
    width: 50%;
  }
  .grid-4of6--desk {
    width: 66.66666666666666%;
  }
  .grid-5of6--desk {
    width: 83.33333333333334%;
  }
  .grid-6of6--desk {
    width: 100%;
  }
  .grid-1of7--desk {
    width: 14.285714285714285%;
  }
  .grid-2of7--desk {
    width: 28.57142857142857%;
  }
  .grid-3of7--desk {
    width: 42.857142857142854%;
  }
  .grid-4of7--desk {
    width: 57.14285714285714%;
  }
  .grid-5of7--desk {
    width: 71.42857142857143%;
  }
  .grid-6of7--desk {
    width: 85.71428571428571%;
  }
  .grid-7of7--desk {
    width: 100%;
  }
  .grid-1of8--desk {
    width: 12.5%;
  }
  .grid-2of8--desk {
    width: 25%;
  }
  .grid-3of8--desk {
    width: 37.5%;
  }
  .grid-4of8--desk {
    width: 50%;
  }
  .grid-5of8--desk {
    width: 62.5%;
  }
  .grid-6of8--desk {
    width: 75%;
  }
  .grid-7of8--desk {
    width: 87.5%;
  }
  .grid-8of8--desk {
    width: 100%;
  }
  .grid-1of9--desk {
    width: 11.11111111111111%;
  }
  .grid-2of9--desk {
    width: 22.22222222222222%;
  }
  .grid-3of9--desk {
    width: 33.33333333333333%;
  }
  .grid-4of9--desk {
    width: 44.44444444444444%;
  }
  .grid-5of9--desk {
    width: 55.55555555555556%;
  }
  .grid-6of9--desk {
    width: 66.66666666666666%;
  }
  .grid-7of9--desk {
    width: 77.77777777777779%;
  }
  .grid-8of9--desk {
    width: 88.88888888888889%;
  }
  .grid-9of9--desk {
    width: 100%;
  }
  .grid-1of10--desk {
    width: 10%;
  }
  .grid-2of10--desk {
    width: 20%;
  }
  .grid-3of10--desk {
    width: 30%;
  }
  .grid-4of10--desk {
    width: 40%;
  }
  .grid-5of10--desk {
    width: 50%;
  }
  .grid-6of10--desk {
    width: 60%;
  }
  .grid-7of10--desk {
    width: 70%;
  }
  .grid-8of10--desk {
    width: 80%;
  }
  .grid-9of10--desk {
    width: 90%;
  }
  .grid-10of10--desk {
    width: 100%;
  }
  .grid-1of11--desk {
    width: 9.090909090909092%;
  }
  .grid-2of11--desk {
    width: 18.181818181818183%;
  }
  .grid-3of11--desk {
    width: 27.27272727272727%;
  }
  .grid-4of11--desk {
    width: 36.36363636363637%;
  }
  .grid-5of11--desk {
    width: 45.45454545454545%;
  }
  .grid-6of11--desk {
    width: 54.54545454545454%;
  }
  .grid-7of11--desk {
    width: 63.63636363636363%;
  }
  .grid-8of11--desk {
    width: 72.72727272727273%;
  }
  .grid-9of11--desk {
    width: 81.81818181818183%;
  }
  .grid-10of11--desk {
    width: 90.9090909090909%;
  }
  .grid-11of11--desk {
    width: 100%;
  }
  .grid-1of12--desk {
    width: 8.333333333333332%;
  }
  .grid-2of12--desk {
    width: 16.666666666666664%;
  }
  .grid-3of12--desk {
    width: 25%;
  }
  .grid-4of12--desk {
    width: 33.33333333333333%;
  }
  .grid-5of12--desk {
    width: 41.66666666666667%;
  }
  .grid-6of12--desk {
    width: 50%;
  }
  .grid-7of12--desk {
    width: 58.333333333333336%;
  }
  .grid-8of12--desk {
    width: 66.66666666666666%;
  }
  .grid-9of12--desk {
    width: 75%;
  }
  .grid-10of12--desk {
    width: 83.33333333333334%;
  }
  .grid-11of12--desk {
    width: 91.66666666666666%;
  }
  .grid-12of12--desk {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid-1of1--lap {
    width: 100%;
  }
  .grid-1of2--lap {
    width: 50%;
  }
  .grid-2of2--lap {
    width: 100%;
  }
  .grid-1of3--lap {
    width: 33.33333333333333%;
  }
  .grid-2of3--lap {
    width: 66.66666666666666%;
  }
  .grid-3of3--lap {
    width: 100%;
  }
  .grid-1of4--lap {
    width: 25%;
  }
  .grid-2of4--lap {
    width: 50%;
  }
  .grid-3of4--lap {
    width: 75%;
  }
  .grid-4of4--lap {
    width: 100%;
  }
  .grid-1of5--lap {
    width: 20%;
  }
  .grid-2of5--lap {
    width: 40%;
  }
  .grid-3of5--lap {
    width: 60%;
  }
  .grid-4of5--lap {
    width: 80%;
  }
  .grid-5of5--lap {
    width: 100%;
  }
  .grid-1of6--lap {
    width: 16.666666666666664%;
  }
  .grid-2of6--lap {
    width: 33.33333333333333%;
  }
  .grid-3of6--lap {
    width: 50%;
  }
  .grid-4of6--lap {
    width: 66.66666666666666%;
  }
  .grid-5of6--lap {
    width: 83.33333333333334%;
  }
  .grid-6of6--lap {
    width: 100%;
  }
  .grid-1of7--lap {
    width: 14.285714285714285%;
  }
  .grid-2of7--lap {
    width: 28.57142857142857%;
  }
  .grid-3of7--lap {
    width: 42.857142857142854%;
  }
  .grid-4of7--lap {
    width: 57.14285714285714%;
  }
  .grid-5of7--lap {
    width: 71.42857142857143%;
  }
  .grid-6of7--lap {
    width: 85.71428571428571%;
  }
  .grid-7of7--lap {
    width: 100%;
  }
  .grid-1of8--lap {
    width: 12.5%;
  }
  .grid-2of8--lap {
    width: 25%;
  }
  .grid-3of8--lap {
    width: 37.5%;
  }
  .grid-4of8--lap {
    width: 50%;
  }
  .grid-5of8--lap {
    width: 62.5%;
  }
  .grid-6of8--lap {
    width: 75%;
  }
  .grid-7of8--lap {
    width: 87.5%;
  }
  .grid-8of8--lap {
    width: 100%;
  }
  .grid-1of9--lap {
    width: 11.11111111111111%;
  }
  .grid-2of9--lap {
    width: 22.22222222222222%;
  }
  .grid-3of9--lap {
    width: 33.33333333333333%;
  }
  .grid-4of9--lap {
    width: 44.44444444444444%;
  }
  .grid-5of9--lap {
    width: 55.55555555555556%;
  }
  .grid-6of9--lap {
    width: 66.66666666666666%;
  }
  .grid-7of9--lap {
    width: 77.77777777777779%;
  }
  .grid-8of9--lap {
    width: 88.88888888888889%;
  }
  .grid-9of9--lap {
    width: 100%;
  }
  .grid-1of10--lap {
    width: 10%;
  }
  .grid-2of10--lap {
    width: 20%;
  }
  .grid-3of10--lap {
    width: 30%;
  }
  .grid-4of10--lap {
    width: 40%;
  }
  .grid-5of10--lap {
    width: 50%;
  }
  .grid-6of10--lap {
    width: 60%;
  }
  .grid-7of10--lap {
    width: 70%;
  }
  .grid-8of10--lap {
    width: 80%;
  }
  .grid-9of10--lap {
    width: 90%;
  }
  .grid-10of10--lap {
    width: 100%;
  }
  .grid-1of11--lap {
    width: 9.090909090909092%;
  }
  .grid-2of11--lap {
    width: 18.181818181818183%;
  }
  .grid-3of11--lap {
    width: 27.27272727272727%;
  }
  .grid-4of11--lap {
    width: 36.36363636363637%;
  }
  .grid-5of11--lap {
    width: 45.45454545454545%;
  }
  .grid-6of11--lap {
    width: 54.54545454545454%;
  }
  .grid-7of11--lap {
    width: 63.63636363636363%;
  }
  .grid-8of11--lap {
    width: 72.72727272727273%;
  }
  .grid-9of11--lap {
    width: 81.81818181818183%;
  }
  .grid-10of11--lap {
    width: 90.9090909090909%;
  }
  .grid-11of11--lap {
    width: 100%;
  }
  .grid-1of12--lap {
    width: 8.333333333333332%;
  }
  .grid-2of12--lap {
    width: 16.666666666666664%;
  }
  .grid-3of12--lap {
    width: 25%;
  }
  .grid-4of12--lap {
    width: 33.33333333333333%;
  }
  .grid-5of12--lap {
    width: 41.66666666666667%;
  }
  .grid-6of12--lap {
    width: 50%;
  }
  .grid-7of12--lap {
    width: 58.333333333333336%;
  }
  .grid-8of12--lap {
    width: 66.66666666666666%;
  }
  .grid-9of12--lap {
    width: 75%;
  }
  .grid-10of12--lap {
    width: 83.33333333333334%;
  }
  .grid-11of12--lap {
    width: 91.66666666666666%;
  }
  .grid-12of12--lap {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .alertLinkMobile {
    display: initial;
  }
  .alertLinkDesktop {
    display: none;
  }
  .grid-1of1--portable {
    width: 100%;
  }
  .grid-1of2--portable {
    width: 50%;
  }
  .grid-2of2--portable {
    width: 100%;
  }
  .grid-1of3--portable {
    width: 33.33333333333333%;
  }
  .grid-2of3--portable {
    width: 66.66666666666666%;
  }
  .grid-3of3--portable {
    width: 100%;
  }
  .grid-1of4--portable {
    width: 25%;
  }
  .grid-2of4--portable {
    width: 50%;
  }
  .grid-3of4--portable {
    width: 75%;
  }
  .grid-4of4--portable {
    width: 100%;
  }
  .grid-1of5--portable {
    width: 20%;
  }
  .grid-2of5--portable {
    width: 40%;
  }
  .grid-3of5--portable {
    width: 60%;
  }
  .grid-4of5--portable {
    width: 80%;
  }
  .grid-5of5--portable {
    width: 100%;
  }
  .grid-1of6--portable {
    width: 16.666666666666664%;
  }
  .grid-2of6--portable {
    width: 33.33333333333333%;
  }
  .grid-3of6--portable {
    width: 50%;
  }
  .grid-4of6--portable {
    width: 66.66666666666666%;
  }
  .grid-5of6--portable {
    width: 83.33333333333334%;
  }
  .grid-6of6--portable {
    width: 100%;
  }
  .grid-1of7--portable {
    width: 14.285714285714285%;
  }
  .grid-2of7--portable {
    width: 28.57142857142857%;
  }
  .grid-3of7--portable {
    width: 42.857142857142854%;
  }
  .grid-4of7--portable {
    width: 57.14285714285714%;
  }
  .grid-5of7--portable {
    width: 71.42857142857143%;
  }
  .grid-6of7--portable {
    width: 85.71428571428571%;
  }
  .grid-7of7--portable {
    width: 100%;
  }
  .grid-1of8--portable {
    width: 12.5%;
  }
  .grid-2of8--portable {
    width: 25%;
  }
  .grid-3of8--portable {
    width: 37.5%;
  }
  .grid-4of8--portable {
    width: 50%;
  }
  .grid-5of8--portable {
    width: 62.5%;
  }
  .grid-6of8--portable {
    width: 75%;
  }
  .grid-7of8--portable {
    width: 87.5%;
  }
  .grid-8of8--portable {
    width: 100%;
  }
  .grid-1of9--portable {
    width: 11.11111111111111%;
  }
  .grid-2of9--portable {
    width: 22.22222222222222%;
  }
  .grid-3of9--portable {
    width: 33.33333333333333%;
  }
  .grid-4of9--portable {
    width: 44.44444444444444%;
  }
  .grid-5of9--portable {
    width: 55.55555555555556%;
  }
  .grid-6of9--portable {
    width: 66.66666666666666%;
  }
  .grid-7of9--portable {
    width: 77.77777777777779%;
  }
  .grid-8of9--portable {
    width: 88.88888888888889%;
  }
  .grid-9of9--portable {
    width: 100%;
  }
  .grid-1of10--portable {
    width: 10%;
  }
  .grid-2of10--portable {
    width: 20%;
  }
  .grid-3of10--portable {
    width: 30%;
  }
  .grid-4of10--portable {
    width: 40%;
  }
  .grid-5of10--portable {
    width: 50%;
  }
  .grid-6of10--portable {
    width: 60%;
  }
  .grid-7of10--portable {
    width: 70%;
  }
  .grid-8of10--portable {
    width: 80%;
  }
  .grid-9of10--portable {
    width: 90%;
  }
  .grid-10of10--portable {
    width: 100%;
  }
  .grid-1of11--portable {
    width: 9.090909090909092%;
  }
  .grid-2of11--portable {
    width: 18.181818181818183%;
  }
  .grid-3of11--portable {
    width: 27.27272727272727%;
  }
  .grid-4of11--portable {
    width: 36.36363636363637%;
  }
  .grid-5of11--portable {
    width: 45.45454545454545%;
  }
  .grid-6of11--portable {
    width: 54.54545454545454%;
  }
  .grid-7of11--portable {
    width: 63.63636363636363%;
  }
  .grid-8of11--portable {
    width: 72.72727272727273%;
  }
  .grid-9of11--portable {
    width: 81.81818181818183%;
  }
  .grid-10of11--portable {
    width: 90.9090909090909%;
  }
  .grid-11of11--portable {
    width: 100%;
  }
  .grid-1of12--portable {
    width: 8.333333333333332%;
  }
  .grid-2of12--portable {
    width: 16.666666666666664%;
  }
  .grid-3of12--portable {
    width: 25%;
  }
  .grid-4of12--portable {
    width: 33.33333333333333%;
  }
  .grid-5of12--portable {
    width: 41.66666666666667%;
  }
  .grid-6of12--portable {
    width: 50%;
  }
  .grid-7of12--portable {
    width: 58.333333333333336%;
  }
  .grid-8of12--portable {
    width: 66.66666666666666%;
  }
  .grid-9of12--portable {
    width: 75%;
  }
  .grid-10of12--portable {
    width: 83.33333333333334%;
  }
  .grid-11of12--portable {
    width: 91.66666666666666%;
  }
  .grid-12of12--portable {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .grid-1of1--palm {
    width: 100%;
  }
  .grid-1of2--palm {
    width: 50%;
  }
  .grid-2of2--palm {
    width: 100%;
  }
  .grid-1of3--palm {
    width: 33.33333333333333%;
  }
  .grid-2of3--palm {
    width: 66.66666666666666%;
  }
  .grid-3of3--palm {
    width: 100%;
  }
  .grid-1of4--palm {
    width: 25%;
  }
  .grid-2of4--palm {
    width: 50%;
  }
  .grid-3of4--palm {
    width: 75%;
  }
  .grid-4of4--palm {
    width: 100%;
  }
  .grid-1of5--palm {
    width: 20%;
  }
  .grid-2of5--palm {
    width: 40%;
  }
  .grid-3of5--palm {
    width: 60%;
  }
  .grid-4of5--palm {
    width: 80%;
  }
  .grid-5of5--palm {
    width: 100%;
  }
  .grid-1of6--palm {
    width: 16.666666666666664%;
  }
  .grid-2of6--palm {
    width: 33.33333333333333%;
  }
  .grid-3of6--palm {
    width: 50%;
  }
  .grid-4of6--palm {
    width: 66.66666666666666%;
  }
  .grid-5of6--palm {
    width: 83.33333333333334%;
  }
  .grid-6of6--palm {
    width: 100%;
  }
  .grid-1of7--palm {
    width: 14.285714285714285%;
  }
  .grid-2of7--palm {
    width: 28.57142857142857%;
  }
  .grid-3of7--palm {
    width: 42.857142857142854%;
  }
  .grid-4of7--palm {
    width: 57.14285714285714%;
  }
  .grid-5of7--palm {
    width: 71.42857142857143%;
  }
  .grid-6of7--palm {
    width: 85.71428571428571%;
  }
  .grid-7of7--palm {
    width: 100%;
  }
  .grid-1of8--palm {
    width: 12.5%;
  }
  .grid-2of8--palm {
    width: 25%;
  }
  .grid-3of8--palm {
    width: 37.5%;
  }
  .grid-4of8--palm {
    width: 50%;
  }
  .grid-5of8--palm {
    width: 62.5%;
  }
  .grid-6of8--palm {
    width: 75%;
  }
  .grid-7of8--palm {
    width: 87.5%;
  }
  .grid-8of8--palm {
    width: 100%;
  }
  .grid-1of9--palm {
    width: 11.11111111111111%;
  }
  .grid-2of9--palm {
    width: 22.22222222222222%;
  }
  .grid-3of9--palm {
    width: 33.33333333333333%;
  }
  .grid-4of9--palm {
    width: 44.44444444444444%;
  }
  .grid-5of9--palm {
    width: 55.55555555555556%;
  }
  .grid-6of9--palm {
    width: 66.66666666666666%;
  }
  .grid-7of9--palm {
    width: 77.77777777777779%;
  }
  .grid-8of9--palm {
    width: 88.88888888888889%;
  }
  .grid-9of9--palm {
    width: 100%;
  }
  .grid-1of10--palm {
    width: 10%;
  }
  .grid-2of10--palm {
    width: 20%;
  }
  .grid-3of10--palm {
    width: 30%;
  }
  .grid-4of10--palm {
    width: 40%;
  }
  .grid-5of10--palm {
    width: 50%;
  }
  .grid-6of10--palm {
    width: 60%;
  }
  .grid-7of10--palm {
    width: 70%;
  }
  .grid-8of10--palm {
    width: 80%;
  }
  .grid-9of10--palm {
    width: 90%;
  }
  .grid-10of10--palm {
    width: 100%;
  }
  .grid-1of11--palm {
    width: 9.090909090909092%;
  }
  .grid-2of11--palm {
    width: 18.181818181818183%;
  }
  .grid-3of11--palm {
    width: 27.27272727272727%;
  }
  .grid-4of11--palm {
    width: 36.36363636363637%;
  }
  .grid-5of11--palm {
    width: 45.45454545454545%;
  }
  .grid-6of11--palm {
    width: 54.54545454545454%;
  }
  .grid-7of11--palm {
    width: 63.63636363636363%;
  }
  .grid-8of11--palm {
    width: 72.72727272727273%;
  }
  .grid-9of11--palm {
    width: 81.81818181818183%;
  }
  .grid-10of11--palm {
    width: 90.9090909090909%;
  }
  .grid-11of11--palm {
    width: 100%;
  }
  .grid-1of12--palm {
    width: 8.333333333333332%;
  }
  .grid-2of12--palm {
    width: 16.666666666666664%;
  }
  .grid-3of12--palm {
    width: 25%;
  }
  .grid-4of12--palm {
    width: 33.33333333333333%;
  }
  .grid-5of12--palm {
    width: 41.66666666666667%;
  }
  .grid-6of12--palm {
    width: 50%;
  }
  .grid-7of12--palm {
    width: 58.333333333333336%;
  }
  .grid-8of12--palm {
    width: 66.66666666666666%;
  }
  .grid-9of12--palm {
    width: 75%;
  }
  .grid-10of12--palm {
    width: 83.33333333333334%;
  }
  .grid-11of12--palm {
    width: 91.66666666666666%;
  }
  .grid-12of12--palm {
    width: 100%;
  }
}
.grid--middle > * {
  vertical-align: middle;
}
@media (min-width: 1367px) {
  .grid--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .grid--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .grid--middle--palm > * {
    vertical-align: middle;
  }
}
.grid--bottom > * {
  vertical-align: bottom;
}
@media (min-width: 1367px) {
  .grid--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1024px) {
  .grid--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 600px) {
  .grid--bottom--palm > * {
    vertical-align: bottom;
  }
}
.grid--full {
  margin-left: 0;
}
.grid--full > * {
  padding-left: 0;
}
@media (min-width: 1367px) {
  .grid--full--desk {
    margin-left: 0;
  }
  .grid--full--desk > * {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--full--lap {
    margin-left: 0;
  }
  .grid--full--lap > * {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .grid--full--portable {
    margin-left: 0;
  }
  .grid--full--portable > * {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .grid--full--palm {
    margin-left: 0;
  }
  .grid--full--palm > * {
    padding-left: 0;
  }
}
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > * {
  direction: ltr;
  text-align: left;
}
@media (min-width: 1367px) {
  .grid--rev--desk {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--desk > * {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .grid--rev--lap {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--lap > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .grid--rev--portable {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--portable > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .grid--rev--palm {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--palm > * {
    direction: ltr;
    text-align: left;
  }
}
.combo {
  display: table;
  width: 100%;
}
.combo > .combo-first {
  width: 0;
  white-space: nowrap;
}
.combo > .combo-first img {
  max-width: none;
}
.combo > .combo-last {
  width: 100%;
}
.combo-first,
.combo-last {
  display: table-cell;
  vertical-align: top;
}
@media (min-width: 1367px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (max-width: 1024px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
@media (max-width: 600px) {
  .combo-first {
    padding-right: 12.5px;
  }
  .combo-last {
    padding-left: 12.5px;
  }
}
.combo--middle > * {
  vertical-align: middle;
}
@media (min-width: 1367px) {
  .combo--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1024px) {
  .combo--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 600px) {
  .combo--middle--palm > * {
    vertical-align: middle;
  }
}
.combo--bottom > * {
  vertical-align: bottom;
}
@media (min-width: 1367px) {
  .combo--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1024px) {
  .combo--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 600px) {
  .combo--bottom--palm > * {
    vertical-align: bottom;
  }
}
@media (min-width: 1367px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (max-width: 600px) {
  .combo--wide .combo-first {
    padding-right: 25px;
  }
  .combo--wide .combo-last {
    padding-left: 25px;
  }
}
@media (min-width: 1367px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (max-width: 1024px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
@media (max-width: 600px) {
  .combo--narrow .combo-first {
    padding-right: 6.25px;
  }
  .combo--narrow .combo-last {
    padding-left: 6.25px;
  }
}
.combo--full .combo-first {
  padding-right: 0;
}
.combo--full .combo-last {
  padding-left: 0;
}
@media (min-width: 1367px) {
  .combo--full--desk .combo-first {
    padding-right: 0;
  }
  .combo--full--desk .combo-last {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--full--lap .combo-first {
    padding-right: 0;
  }
  .combo--full--lap .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .combo--full--portable .combo-first {
    padding-right: 0;
  }
  .combo--full--portable .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .combo--full--palm .combo-first {
    padding-right: 0;
  }
  .combo--full--palm .combo-last {
    padding-left: 0;
  }
}
.combo--rev > .combo-first {
  width: 100%;
  white-space: normal;
}
.combo--rev > .combo-last {
  width: 0;
  white-space: nowrap;
}
.combo--rev > .combo-last img {
  max-width: none;
}
@media (min-width: 1367px) {
  .combo--rev--desk > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--desk > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--desk > .combo-last img {
    max-width: none;
  }
}
@media (min-width: 601px) and (max-width: 1366px) {
  .combo--rev--lap > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--lap > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--lap > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .combo--rev--portable > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--portable > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--portable > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 600px) {
  .combo--rev--palm > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--palm > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--palm > .combo-last img {
    max-width: none;
  }
}
.spacer-xl {
  margin-bottom: 150px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-xl {
    margin-bottom: 120px;
  }
}
@media (max-width: 600px) {
  .spacer-xl {
    margin-bottom: 75px;
  }
}
.spacer-lg {
  margin-bottom: 100px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-lg {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .spacer-lg {
    margin-bottom: 50px;
  }
}
.spacer-md {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .spacer-md {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .spacer-md {
    margin-bottom: 25px;
  }
}
.spacer-sm {
  margin-bottom: 50px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-sm {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .spacer-sm {
    margin-bottom: 20px;
  }
}
.spacer-xs {
  margin-bottom: 30px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .spacer-xs {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .spacer-xs {
    margin-bottom: 15px;
  }
}
.sliderButton {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
}
.sliderButton--prev {
  left: 0;
  width: 10%;
}
.sliderButton--next {
  right: 0;
  width: 10%;
}
.sliderButton-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.5);
  font-size: 100px;
  transition: all 0.2s ease-in-out;
}
.sliderButton-inner svg {
  width: 72px;
  height: 72px;
}
@media (max-width: 1024px) {
  .sliderButton-inner {
    font-size: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
  }
  .sliderButton-inner svg {
    width: 40px;
    height: 40px;
  }
}
.sliderButton-inner:hover {
  color: #fff;
}
.slick-dots {
  position: absolute;
  bottom: -79px;
  left: 80%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .slick-dots {
    left: 0 !important;
    right: 0 !important;
    bottom: -30px !important;
    position: absolute !important;
    width: 100% !important;
    text-align: center !important;
  }
}
.slick-dots li {
  display: inline-block;
  font-size: 14px;
}
.slick-dots li.slick-active span {
  border-bottom-color: #000;
}
.slick-dots span {
  cursor: pointer;
  color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  margin: 0 7px;
  padding: 0 2px 4px 2px;
}
.primaryNav {
  color: #181818;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}


@media (max-width: 1024px) {
  .primaryNav {
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 9999;
  }
}
.primaryNav + * {
  margin-top: 25px;
}
.primaryNav .container {
  position: relative;
}
.primaryNav-list {
  padding: 0;
  margin: 0;
  float: right;
}
@media (max-width: 1024px) {
  .primaryNav-list {
    display: none;
    float: none;
    text-align: center;
  }
}
.primaryNav-list li {
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 1024px) {
  .primaryNav-list li {
    display: block;
  }
}
.primaryNav-list li a {
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 600;
  padding: 32px 12.5px;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .primaryNav-list li a {
    font-weight: bold;
    letter-spacing: 0.3px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
  }
}
.primaryNav-list li a span {
  position: relative;
  padding-bottom: 4px;
}
.primaryNav-list li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  visibility: hidden;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.primaryNav li:hover span::after,
.primaryNav .current-menu-item span::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.primaryNav-logo {
  display: inline-block;
  position: relative;
  width: 180px;
  margin-top: 23px;
}
@media (max-width: 1024px) {
  .primaryNav-logo {
    width: 100px;
    margin-top: 0;
  }
  .primaryNav-logo svg {
    width: 100px;
    height: 26px;
  }
}
.primaryNav-logo svg {
  fill: #181818;
  width: 180px;
  height: 46px;
}
.primaryNav-menuIcon {
  position: relative;
  float: right;
  display: none;
  z-index: 5;
}
@media (max-width: 1024px) {
  .primaryNav-menuIcon {
    display: inline-block;
    width: 20px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .primaryNav-menuIcon::before,
  .primaryNav-menuIcon::after,
  .primaryNav-menuIcon span::after {
    content: '';
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25;
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background-color: #181818;
  }
  .primaryNav-menuIcon::before {
    top: 0;
  }
  .primaryNav--open .primaryNav-menuIcon::before {
    top: 50%;
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    background-color: #fff;
  }
  .primaryNav-menuIcon::after {
    bottom: 0;
  }
  .primaryNav--open .primaryNav-menuIcon::after {
    bottom: 50%;
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  .primaryNav-menuIcon span {
    font-size: 0;
  }
  .primaryNav-menuIcon span::after {
    top: calc(50% - 1.5px);
  }
  .primaryNav--open .primaryNav-menuIcon span::after {
    visibility: hidden;
    opacity: 0;
  }
}
.primaryNav--open.primaryNav::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  height: 100vh;
  width: 100%;
}
.primaryNav--open.primaryNav .current-menu-item span::after {
  background-color: #fff;
}
.primaryNav--open .primaryNav-menuIcon::after {
  color: #fff;
  z-index: 5;
}
@media (max-width: 1024px) {
  .primaryNav--open .primaryNav-list {
    display: block;
  }
}
.primaryNav--open .primaryNav-logo {
  z-index: 5;
}
.primaryNav--open .primaryNav-logo svg {
  fill: #fff;
}
.footer {
  position: relative;
  margin: 0 auto;
  max-width: 1366px;
  color: #181818;
  border-top: 2px solid #181818;
  -webkit-font-smoothing: antialiased;
  margin-top: 25px;
  padding: 50px 0;
}
.footer p,
.footer li,
.footer h2,
.footer a {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.6;
}
.footer a {
  transition: all 0.2s ease-in-out;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer a:hover {
  border-bottom: 1px solid #181818;
}
.footer-logo {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .footer-socialWrapper {
    margin: 25px 0;
  }
}
@media (max-width: 1024px) {
  .footer-copyright {
    margin: 25px 0;
  }
}
.footer-addressWrapper {
  float: right;
}
@media (max-width: 1024px) {
  .footer-addressWrapper {
    float: none;
  }
}
.footer-socialList {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 1024px) {
  .footer-socialList {
    float: none;
  }
}
.footer-socialList li {
  list-style: none;
}
.footer-socialList li:hover a {
  border-bottom: 1px solid #181818;
}
.footer-socialList li a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer-socialList li + li {
  margin-top: 5px;
}
.featuredPostsBlock .link--post {
  margin-bottom: 50px;
}
.featuredPostsBlock-image {
  margin-bottom: 25px;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.featuredPostsBlock-imgWrap:hover .featuredPostsBlock-image {
  opacity: 0.85;
}
.featuredPostsBlock-title {
  font-weight: 500;
  font-size: 16px;
  padding-right: 25px;
}
.featuredPostsBlock-location {
  font-weight: 500;
  font-size: 16px;
  color: #b4b4b4;
  line-height: 1.5;
}
.featuredPostBlock-link {
  display: block;
}
.featuredPostBlock-link .featuredPostBlock-headline {
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
}
.featuredPostBlock-link .featuredPostBlock-headline:hover {
  opacity: 0.85;
}
.featuredPostBlock-headline {
  margin: 0;
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .featuredPostBlock-headline {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .featuredPostBlock-headline {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.featuredPostBlock-image {
  transition: all 0.2s cubic-bezier(0.87, 0, 0.225, 1);
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  width: 673px;
  height: 673px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 1417px) {
  .featuredPostBlock-image {
    width: calc(50vw - 37.5px);
    height: calc(50vw - 37.5px);
  }
}
@media (max-width: 600px) {
  .featuredPostBlock-image {
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }
}
.featuredPostBlock-image:hover {
  opacity: 0.85;
}
.newsBlock {
  display: block;
  margin-bottom: 25px;
}
.newsBlock + .newsBlock {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .newsBlock + .newsBlock {
    margin-top: 50px;
  }
}
.newsBlock-image {
  display: block;
  height: 325px;
  width: 100%;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.newsBlock-imageWrapper:hover .newsBlock-image {
  opacity: 0.85;
}
@media (max-width: 1024px) {
  .newsBlock-imageWrapper {
    margin-bottom: 25px;
  }
}
.newsBlock-textWrapper {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .newsBlock-textWrapper {
    padding-right: 0;
  }
}
.newsBlock-date {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 25px;
  color: #b4b4b4;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .newsBlock-date {
    margin-bottom: 5px;
  }
}
.newsBlock-headline:hover {
  text-decoration: underline;
}
.personBlock {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .personBlock {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .personBlock {
    margin-bottom: 30px;
  }
}
.personBlock:hover img {
  opacity: 0.85;
}
.searchInputWrapper {
  position: relative;
  margin-bottom: 25px;
}
.searchInput {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f2f2f2;
  padding: 20px;
  padding-right: 80px;
  font-size: 18px;
  color: #000;
  outline: none;
}
.searchIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #000;
  cursor: pointer;
  fill: #fff;
}
.filterBlock {
  margin-bottom: 25px;
}
.filterBlock-title,
.filterBlock-clearAll {
  font-weight: 400;
  line-height: 2;
  font-size: 15px;
}
.filterBlock-filters {
  padding-top: 10px;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.filterBlock--open .filterBlock-filters {
  max-height: 300px;
  visibility: visible;
  opacity: 1;
}
.filterBlock-filters .filterBlock-filterItem {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #979797;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 100;
}
.filterBlock-filters .filterBlock-filterItem:hover,
.filterBlock-filters .filterBlock-filterItem.filterBlock-filterItem--filtered {
  color: #181818;
  text-decoration: underline;
}
.filterBlock-clearContainer {
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}
.filterBlock-clearContainer.filterBlock-clearContainer--open {
  max-height: 50px;
  visibility: visible;
  opacity: 1;
}
.filterBlock-clearAll {
  float: right;
  display: none;
}
.filterBlock-clearContainer--open .filterBlock-clearAll {
  display: block;
}
.filterBlock-arrow {
  background-image: url("../images/triangle-down.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg) translateY(7px);
      -ms-transform: rotate(0deg) translateY(7px);
          transform: rotate(0deg) translateY(7px);
}
.filterBlock--open .filterBlock-arrow {
  -webkit-transform: rotate(180deg) translateX(7px);
      -ms-transform: rotate(180deg) translateX(7px);
          transform: rotate(180deg) translateX(7px);
}
.filterBlock-filterItem:hover,
.filterBlock-clearAll:hover,
.filterBlock-title:hover,
.filterBlock-titleLabel,
.filterBlock-clearAll,
.filterItem {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.statsBlock {
  margin-top: 25px;
}
.statsBlock-stat {
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .statsBlock-stat {
    padding-right: 0;
  }
}
.statsBlock-stat + .statsBlock-stat {
  margin-top: 25px;
}
.statsBlock-label {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.statsBlock-detail {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.evolution-h1 {
  font-size: 50px;
  line-height: 0.9;
  letter-spacing: -2px;
}

.evolution-h2 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.evolution-punchline {
  color:#00ff07;
}

.evolution-rule-container {
  padding: 0 25px;
  display: block;
}

.evolution-rule {
  display: block !important;
  border-top: 1px solid rgb(0 0 0);
}

.evolution-highlight {
  background: #00ff07;
}

.evolved--links {
  position: absolute;
  margin-top: calc(-280px - 2em);
}

.photoBlock {
  margin-bottom: 100px;
}
@media (min-width: 601px) and (max-width: 1366px) {
  .photoBlock {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .photoBlock {
    margin-bottom: 50px;
  }
}
.photoBlock-caption {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}
.photoBlock-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 100px;
}
.photoBlock--one .photoBlock-image {
  padding-bottom: 40%;
}
.photoBlock--two {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 600px) {
  .photoBlock--two {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.photoBlock--two .photoBlock-image.index0 {
  padding-bottom: 144%;
}
@media (max-width: 600px) {
  .photoBlock--two .photoBlock-image.index0 {
    padding-bottom: 78%;
  }
}
.photoBlock--two .photoBlock-image.index1 {
  padding-bottom: 78%;
}
@media (max-width: 600px) {
  .photoBlock--two .photoBlock-image.index1 {
    padding-bottom: 144%;
  }
}
.photoBlock-spacer {
  display: none;
}
@media (max-width: 600px) {
  .photoBlock-spacer {
    display: block;
    margin-bottom: 20px;
  }
}
.photoBlock--three .photoBlock-image.index0 {
  padding-bottom: 80%;
}
@media (max-width: 600px) {
  .photoBlock--three .photoBlock-image.index0 {
    padding-bottom: 83%;
    margin-top: 24px;
  }
}
.photoBlock--three .photoBlock-image.index1 {
  padding-bottom: 83%;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .photoBlock--three .photoBlock-image.index1 {
    margin-top: 24px;
  }
}
.photoBlock--three .photoBlock-image.index2 {
  padding-bottom: 142%;
}
.photoBlock-floatRight {
  float: right;
}
.portraitPhotoBlock {
  margin: 25px 0;
  width: 55%;
}
@media (max-width: 1024px) {
  .portraitPhotoBlock {
    width: 100%;
  }
}
.portraitPhotoBlock--wide {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}
.portraitPhotoBlock--wide .portraitPhotoBlock-image {
  width: 100%;
}
.portraitPhotoBlock-image {
  height: auto;
}
.content .portraitPhotoBlock-caption {
  font-size: 14px;
}
.landscapePhotoBlock {
  margin: 25px 0;
}
.landscapePhotoBlock-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 42%;
/*
  min-height: 600px
  +media(palm)
    min-height: 170px
  */
}
.content .landscapePhotoBlock-caption {
  font-size: 14px;
}
.subheaderBlock {
  position: relative;
}
.subheaderBlock-content {
  font-size: 40px;
  font-weight: 600;
  width: 75px;
  line-height: 1.1;
  border-top: solid #000 7px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .subheaderBlock-content {
    position: static;
  }
}
@media (max-width: 600px) {
  .subheaderBlock-content {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.quoteBlock {
  padding: 80px 0;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .quoteBlock {
    margin-bottom: 50px;
    padding: 35px 0;
  }
}
.quoteBlock-role {
  font-weight: 400 !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.quoteBlock-quote {
  margin-bottom: 0.5em;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 600px) {
  .quoteBlock-quote {
    margin-bottom: 1em;
  }
}
.quoteBlock-image {
  margin-bottom: 1em;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: #808080;
}
@media (max-width: 600px) {
  .quoteBlock-image {
    display: inline-block;
    max-width: 80px;
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.quoteBlock-details {
  margin-left: 40px;
}
@media (max-width: 600px) {
  .quoteBlock-details {
    display: inline-block;
    vertical-align: top;
  }
}
.mapBlock {
  position: relative;
}
@media (max-width: 600px) {
  .mapBlock {
    padding-top: 25px;
  }
}
.mapBlock .mapBlock-link {
  position: absolute;
  border-bottom: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.mapBlock-content {
  padding-right: 2em;
}
.mapBlock-name {
  margin-bottom: 0.5em;
}
.mapBlock-address {
  margin-bottom: 0;
}
.mapBlock-mapContainer {
  position: relative;
}
.mapBlock-map {
  min-height: 500px;
}
@media (max-width: 600px) {
  .mapBlock-map {
    min-height: 310px;
  }
}
.mapBlock .leaflet-control-container {
  display: none !important;
}
.headerSliderBlock {
  position: relative;
}
@media (max-width: 1024px) {
  .headerSliderBlock {
    margin-bottom: 50px;
  }
}
.headerSliderBlock .slider {
  width: 100vw !important;
}
.headerSliderBlock .modal-trigger {
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
.headerSliderBlock .modal-content {
  overflow: hidden;
}
.headerSliderBlock .slider-decorator-2 {
  width: 99vw;
}
.headerSlider-imageDiv {
  height: 56vw !important;
  max-height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 65%;
  position: relative;
}
.modal .headerSlider-imageDiv {
  max-height: none;
  height: 100vh;
}
@media (max-width: 1024px) {
  .modal .slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.modal-content {
  position: fixed;
  opacity: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  overflow-y: auto;
}
.modal--clicked .modal-content {
  -webkit-animation-name: exit;
          animation-name: exit;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.modal--visible .modal-content {
  opacity: 1;
  top: 0;
  -webkit-animation-name: enter;
          animation-name: enter;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.modal-trigger {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  position: absolute;
  padding: 2px 6px;
  font-size: 40px;
  transition: all 0.2s ease-in-out;
  width: 52px;
  height: 52px;
}
.modal-trigger:hover {
  background: rgba(24,24,24,0.5);
}
@media (max-width: 1024px) {
  .modal-trigger {
    font-size: 30px;
    width: 42px;
    height: 42px;
  }
}
.modal-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 20px;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  padding: 14px 16px;
  width: 52px;
  height: 52px;
}
.modal-close:hover {
  background: rgba(0,0,0,0.5);
}
@media (max-width: 1024px) {
  .modal-close {
    font-size: 18px;
    padding: 6px 8px;
    width: 36px;
    height: 36px;
  }
}
@-webkit-keyframes enter {
  0% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes enter {
  0% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes exit {
  0% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes exit {
  0% {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    top: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.gallery-image {
  display: block;
  margin-bottom: 25px;
}
.page--homepage .featuredPostsBlock-imgWrap {
  position: relative;
  overflow: hidden;
}
.page--homepage .featuredPostsBlock-imgWrap:after {
  content: "";
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 0;
}
.page--homepage .featuredPostBlock-image img {
  max-width: 100%;
  max-height: 100%;
  height: 673px;
}
@media (max-width: 1024px) {
  .page--homepage .featuredPostBlock-image img {
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 600px) {
  .page--homepage .featuredPostBlock-image img {
    height: 300px;
    width: 300px;
  }
}
.page--homepage .featuredPostsBlock .link--post {
  margin-bottom: 0;
}
.page--homepage .featuredPostsBlock-title {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.announcement-green {
  transition: all 0.2s ease-in-out;
  background: #00ff07;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25px;
  opacity: 0;
  z-index: 1;
}

.inverse-white {
  transition: all 0.2s ease-in-out;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 25px;
  opacity: 0;
  z-index: 1;
}

.person-quote {
  margin-top: 1.5em;
  text-indent: -0.5em;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.person-quote-a {
  text-indent: -0.35em;
}

.mobile-quote {
  display: none;
}

.page--homepage .announcement-person:hover .announcement-green, .page--homepage .announcement-button:hover .announcement-green {
  opacity: 1;
}

.page--homepage .announcement-button:hover .inverse-white {
  opacity: 1;
}

.page--homepage .announcement-button:hover .announcementPerson-title {
  color: black;
  z-index: 2;
}

.announcementPerson-title, .announcementBlock-headline {
  color: #00ff07;
  z-index: 1;
}

.page--homepage .announcement-button:hover .homeButton-title {
  color: black;
  z-index: 2;
}

.homeButton-title {
  color: white;
  z-index: 1;
}

.announcement-block {
  transition: all 0.2s ease-in-out;
  background: rgba(0,0,0,1);
}

.announcement-imgWrap:hover .announcement-block {
  background: rgba(0,0,0,0.80);
}

.announcementPerson-title, .homeButton-title {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 25px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 44px;
  letter-spacing: -0.5px;
  opacity: 1;
  line-height: 36px;
}

.announcementBlock-headline {
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  font-weight: 600;
  position: absolute;
  top: 100px;
  padding-left: 25px;
  letter-spacing: -1.75px;
  width: 100%;
  font-size: 90px;
  line-height: 82px;
}

.announcementPerson-role {
  display: block;
  font-size: 16px;
  color: white;
  padding-top: 5px;
  line-height: 18px;
}

.leadership-headline {
  vertical-align: top;
  padding-top: 100px;
}

.leadership-headline a {
  color: black !important;
}

.leadership-headline:hover .featuredPostBlock-headline {
  color: #00ff07 !important;
}

.leadership-headline .featuredPostBlock-headline {
  font-size: 42px;
  padding-left: 25px;
}

.announcement-person .featuredPostsBlock-title {
  padding-left: 25px;
  text-indent: -0.5em;
}

.announcement-person:hover .announcementPerson-title {
  opacity: 0;
}

@media (max-width: 1920px) {
  .announcementPerson-title, .homeButton-title {
    font-size: 42px;
    letter-spacing: -0.5px;
    line-height: 34px;
  }
}

@media (max-width: 1440px) {
  .announcementPerson-title, .homeButton-title {
    font-size: 36px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .page-template-page-home .featuredPostsBlock-title:not(.) {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    margin-bottom: 25px;
  }
  .announcementPerson-title, .homeButton-title {
    font-size: 42px;
    line-height: 34px;
  }
}
.page--homepage .link--post:hover .featuredPostsBlock-imgWrap:after {
  background-color: white;
}
@media (max-width: 1024px) {
  .page--homepage .link--post:hover .featuredPostsBlock-imgWrap:after {
    background-color: transparent;
  }
}
.page--homepage .link--post:hover .featuredPostsBlock-title {
  visibility: visible;
  opacity: 1;
}
.allStaff-wrapper h1 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 55px;
}
.allStaff-wrapper img {
  height: auto;
}
.allStaff-wrapper .allStaff-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.allStaff-wrapper .allStaff-heading.allStaff-headingFirst {
  margin-top: 0;
}
.allStaff-wrapper a.allStaff-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.allStaff-wrapper a.allStaff-link:hover {
  border-bottom: 1px solid #181818;
  color: #181818;
}
.allStaff-wrapper .allStaff--last {
  margin-bottom: 35px;
}
.allStaff-image {
  margin: 25px auto 0;
}
.content .allStaff-wrapper p {
  margin-bottom: 0;
}
.person-header {
  padding-bottom: 40px;
}
.person-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .person-name {
    margin-top: 25px;
  }
}
.person-role {
  font-size: 16px;
}
.person-bio {
  padding-top: 1em;
}
.person-newsList {
  margin: 0;
  padding: 0 0 0 40px;
}
@media (max-width: 1024px) {
  .person-newsList {
    padding: 0;
  }
}
.person-newsList li {
  list-style: none;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #b4b4b4;
  font-weight: 500;
}
.person-newsList li:hover a {
  text-decoration: underline;
}
.person-newsList a {
  display: block;
  color: #181818;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 3px;
}
.person-featuredProjects {
  border-top: 1px solid #181818;
}
.person-featuredProjectsTitle {
  font-weight: 700;
  margin: 35px 0 20px;
}
.project-excerpt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 600px) {
  .project-excerpt {
    font-size: 22px;
  }
}
.project-introText {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .project-introText {
    margin-bottom: 25px;
  }
}
.project-introText p {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.project-title {
  margin: 20px 0;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.project-creditsLink {
  font-size: 14px;
  font-weight: 600;
  padding: 25px 0;
  width: 100%;
  display: block;
}
.project-creditsLink:hover span {
  border-bottom: 1px solid #000;
}
.project-creditsLink span {
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.project-contentWrapper {
  width: 100%;
  width: calc(100% + ((100vw - 1366px) / 2));
}
@media (max-width: 1366px) {
  .project-contentWrapper {
    width: 100%;
  }
}
.project-relatedProjects {
  border-top: 1px solid #181818;
}
.project-relatedProjectsTitle {
  font-weight: 700;
  margin: 35px 0 20px;
}
.u-hide {
  display: none;
}
.u-italic {
  font-style: italic !important;
}
.u-bold {
  font-weight: 700 !important;
}
.u-lowercase {
  text-transform: lowercase !important;
}
.u-uppercase {
  text-transform: uppercase !important;
}
.u-small {
  font-size: 70% !important;
}
.u-xsmall {
  font-size: 60% !important;
}
.u-alignCenter {
  text-align: center !important;
}
.u-alignRight {
  text-align: right !important;
}
.u-alignLeft {
  text-align: left !important;
}
.u-underline {
  text-decoration: underline !important;
}
.u-nowrap {
  white-space: nowrap !important;
}
#bitnami-banner,
.bitnami-corner-image-div {
  display: none !important;
}
.js-sandbox {
  display: none;
}
pre {
  width: 100%;
  overflow: auto;
}

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

/* LAB Styles */
.page-template-page-lab .primaryNav-logo, .lab-template-default .primaryNav-logo {
  display: inline-block;
  position: relative;
  width: 325px;
  margin-top: 23px;
}

.index--lab h1 {
	font-size: 85px;
	font-family: 'MaisonNeue';
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.2;
}

.index--lab .entry-content-page {
  padding-top: 10vh;
  position: relative;
  padding-bottom: 3vh;
}

.index--lab .entry-content-page p {
	font-size: 30px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-weight: 100;
	padding-bottom: 3vh;
	padding-top: 3vh;
}

.labBlock-title {
  font-size: 30px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}

.labBlock-description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.labBlock-image {
    display: block;
    width: 100%;
    padding-bottom: 48%;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.labBlock-imageWrapper:hover .labBlock-image {
  opacity: 0.85;
}

.labBlock {
  display: block;
  margin-bottom: 35px;
}

.labBlock + .labBlock {
  margin-top: 25px;
}

.labBlock-textWrapper {
  padding-right: 25px;
  text-align: left;
  padding-left: 60px;
}

.labBlock-headline:hover {
  text-decoration: underline;
  text-decoration-color: rgb(231,66,95);
}

.page-template-page-twoColumnEvolved .content a, .page-template-page-twoColumn .content a {
  font-weight: normal;
  border-bottom: 1px solid black;
}

.page-template-page-twoColumnEvolved .content a:hover, .page-template-page-twoColumn .content a:hover {
  border-bottom: 2px solid black;
}

#about-header-link:hover {
  border-bottom: 2px solid black !important;
}

@media (max-width: 1366px) {
  .index--lab h1, .post--lab h1 {
    font-size: 52px;
    letter-spacing: 0.5px;
  }
  .index--lab .entry-content-page p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
}

@media (max-width: 1024px) {
  .labBlock + .labBlock {
    margin-top: 50px;
  }
  .labBlock-imageWrapper {
    margin-bottom: 25px;
  }
  .labBlock-textWrapper {
    padding-right: 0;
    text-align: left;
    padding-bottom: 1vh;
	padding-left: 25px;
  }
  .index--lab .entry-content-page {
    padding-top: 5vh;
  }
  .labBlock-date {
    margin-bottom: 5px;
  }
  .page-template-page-lab .primaryNav-logo, .lab-template-default .primaryNav-logo {
    width: 180px;
    margin-top: 0;
  }
  .page-template-page-lab .primaryNav-logo svg, .lab-template-default .primaryNav-logo svg {
    width: 180px;
    height: 26px;
  }
  .announcementBlock-headline {
    top: 50px;
    font-size: 50px;
    line-height: 42px;
  }
  
  .leadership-headline {
    vertical-align: top;
    padding-top: 50px;
  }
  
  .leadership-headline .featuredPostBlock-headline {
    font-size: 28px;
  }
  .evolved--links {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .index--lab h1, .post--lab h1 {
    font-size: 40px;
  }
  .index--lab .entry-content-page p {
    font-size: 16px;
    width: 100%;
    line-height: 2;
  }
  .labBlock-textWrapper {
    padding-bottom: 2vh;
  }
  .labBlock-title {
    font-size: 24px;
  }
  .labBlock-description {
    font-size: 14px;
  }
  .announcementBlock-headline {
    top: 50px;
    font-size: 50px;
    line-height: 42px;
  }
  
  .leadership-headline {
    padding-top: 0;
  }
  
  .leadership-headline .featuredPostBlock-headline {
    font-size: 26px;
    padding-right: 25px;
  }

  .desktop-quote {
    display: none;
  }

  .mobile-quote {
    margin-top: 1em;
    display: block;
  }
}

.link--list a.link--list-selected {
  border-bottom: 3px solid black;
}
