.button-simple {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  padding: 0;
  align-items: normal;
  font-size: .9375rem;
  font-weight: 900;
  transition: all 0.125s ease-in-out; }
  .button-simple:focus {
    outline: none; }

.button-simple.wh {
  color: #FFFFFF; }
  .button-simple.wh.normal {
    color: #FFFFFF; }
  .button-simple.wh.rollover {
    color: #016EFF; }
  .button-simple.wh.active {
    color: #016EFF;
    cursor: default; }
  .button-simple.wh.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-simple.wh:hover {
    color: #016EFF; } }

@media (hover: hover) {
  body.highlight1 .button-simple.wh:hover {
    color: #FF3C77; } }

body.highlight1 .button-simple.wh.active {
  color: #FF3C77; }

@media (hover: hover) {
  body.highlight2 .button-simple.wh:hover {
    color: #806CFF; } }

body.highlight2 .button-simple.wh.active {
  color: #806CFF; }

@media (hover: hover) {
  body.highlight3 .button-simple.wh:hover {
    color: #2CD1A1; } }

body.highlight3 .button-simple.wh.active {
  color: #2CD1A1; }

@media (hover: hover) {
  body.highlight4 .button-simple.wh:hover {
    color: #016EFF; } }

body.highlight4 .button-simple.wh.active {
  color: #016EFF; }

.button-simple.wg {
  color: #FFFFFF; }
  .button-simple.wg.normal {
    color: #FFFFFF; }
  .button-simple.wg.rollover {
    color: #909090; }
  .button-simple.wg.active {
    color: #909090;
    cursor: default; }
  .button-simple.wg.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-simple.wg:hover {
    color: #909090; } }

.button-simple.bh {
  color: #272727; }
  .button-simple.bh.normal {
    color: #272727; }
  .button-simple.bh.rollover {
    color: #016EFF; }
  .button-simple.bh.active {
    color: #016EFF;
    cursor: default; }
  .button-simple.bh.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-simple.bh:hover {
    color: #016EFF; } }

@media (hover: hover) {
  body.highlight1 .button-simple.bh:hover, body.highlight1 .button-simple.bh.active {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .button-simple.bh:hover, body.highlight2 .button-simple.bh.active {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .button-simple.bh:hover, body.highlight3 .button-simple.bh.active {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .button-simple.bh:hover, body.highlight4 .button-simple.bh.active {
    color: #016EFF; } }

.button-simple.bg {
  color: #272727; }
  .button-simple.bg.normal {
    color: #272727; }
  .button-simple.bg.rollover {
    color: #909090; }
  .button-simple.bg.active {
    color: #909090;
    cursor: default; }
  .button-simple.bg.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-simple.bg:hover {
    color: #909090; } }

.button-simple.gh {
  color: #909090; }
  .button-simple.gh.normal {
    color: #909090; }
  .button-simple.gh.rollover {
    color: #016EFF; }
  .button-simple.gh.active {
    color: #016EFF;
    cursor: default; }
  .button-simple.gh.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-simple.gh:hover {
    color: #016EFF; } }

@media (hover: hover) {
  body.highlight1 .button-simple.gh:hover, body.highlight1 .button-simple.gh.active {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .button-simple.gh:hover, body.highlight2 .button-simple.gh.active {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .button-simple.gh:hover, body.highlight3 .button-simple.gh.active {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .button-simple.gh:hover, body.highlight4 .button-simple.gh.active {
    color: #016EFF; } }

.button-hamburger {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  padding: 0;
  align-items: normal;
  position: relative;
  transition: all 0.25s ease-out;
  width: 32px;
  height: 32px; }
  .button-hamburger:focus {
    outline: none; }
  .button-hamburger .slice {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
    transform-origin: top left;
    transition: all 0.25s ease-out; }
    .button-hamburger .slice:first-child {
      top: 20%; }
    .button-hamburger .slice:last-child {
      top: 80%; }
  .button-hamburger.open .slice {
    opacity: 0;
    transform: rotate(0deg) translateX(-100%) translateY(-50%); }
    .button-hamburger.open .slice:first-child {
      opacity: 1;
      top: 50%;
      transform: rotate(45deg) translateX(-50%) translateY(-50%); }
    .button-hamburger.open .slice:last-child {
      opacity: 1;
      top: 50%;
      transform: rotate(-45deg) translateX(-50%) translateY(-50%); }

.button-hamburger.wg .slice {
  background-color: #FFFFFF; }

.button-hamburger.wg.normal .slice {
  background-color: #FFFFFF; }

.button-hamburger.wg.rollover .slice {
  background-color: #909090; }

.button-hamburger.wg.active {
  cursor: default; }
  .button-hamburger.wg.active .slice {
    background-color: #909090; }

.button-hamburger.wg.disabled {
  cursor: default; }
  .button-hamburger.wg.disabled .slice {
    background-color: #909090 !important; }

@media (hover: hover) {
  .button-hamburger.wg:hover .slice {
    background-color: #909090; } }

.button-hamburger.bg .slice {
  background-color: #272727; }

.button-hamburger.bg.normal .slice {
  background-color: #272727; }

.button-hamburger.bg.rollover .slice {
  background-color: #909090; }

.button-hamburger.bg.active {
  cursor: default; }
  .button-hamburger.bg.active .slice {
    background-color: #909090; }

.button-hamburger.bg.disabled {
  cursor: default; }
  .button-hamburger.bg.disabled .slice {
    background-color: #909090 !important; }

@media (hover: hover) {
  .button-hamburger.bg:hover .slice {
    background-color: #909090; } }

.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  padding: 0 20px;
  z-index: 3000;
  transition: transform 0.5s ease-out; }
  @media (min-width: 768px) {
    .mobile-menu {
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.menuOpen {
    transform: translateX(100%); }
    @media (min-width: 1024px) {
      .mobile-menu.menuOpen {
        transform: translateX(0);
        transition: transform 0s ease-out; } }
    .mobile-menu.menuOpen .button-hamburger {
      transform: translateX(calc(-100% - 32px - 20px)); }
      @media (min-width: 768px) {
        .mobile-menu.menuOpen .button-hamburger {
          transform: translateX(calc(-100% - 32px - 40px)); } }
      .mobile-menu.menuOpen .button-hamburger .slice {
        background-color: white; }
  .mobile-menu .button-hamburger {
    z-index: 3000; }
  .mobile-menu nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2000;
    background-color: black;
    transform: translateX(-100%); }
    .mobile-menu nav .button-simple {
      margin-bottom: 20px; }

.grid {
  position: relative;
  height: 100%;
  z-index: 0; }
  .grid__holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: -1; }
    .grid__holder__item {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: rgba(235, 82, 247, 0.25); }
      .grid__holder__item.g2 {
        width: calc((100% - (16px * 1)) / 2);
        height: 100%; }
      .grid__holder__item.g4 {
        width: calc((100% - (16px * 3)) / 4);
        height: 100%; }
      .grid__holder__item.g6 {
        width: calc((100% - (16px * 5)) / 6);
        height: 100%; }
      .grid__holder__item.g8 {
        width: calc((100% - (16px * 7)) / 8);
        height: 100%; }
      .grid__holder__item.g12 {
        width: calc((100% - (16px * 11)) / 12);
        height: 100%; }

.block-padding {
  position: relative;
  padding: 0 20px; }
  .block-padding:before, .block-padding:after {
    font-family: monospace;
    font-size: 8px;
    color: black;
    width: 20px;
    background-color: red; }
  @media (min-width: 375px) {
    .block-padding {
      padding: 0 20px; }
      .block-padding:before, .block-padding:after {
        width: 20px;
        background-color: green; } }
  @media (min-width: 768px) {
    .block-padding {
      padding: 0 40px; }
      .block-padding:before, .block-padding:after {
        width: 40px;
        background-color: blue; } }
  @media (min-width: 1024px) {
    .block-padding {
      padding: 0 70px; }
      .block-padding:before, .block-padding:after {
        width: 70px;
        background-color: yellow; } }
  @media (min-width: 1600px) {
    .block-padding {
      padding: 0 70px;
      max-width: 1600px;
      margin: 0 auto; }
      .block-padding:before, .block-padding:after {
        width: 70px;
        background-color: purple; } }
  .block-padding.visible:before, .block-padding.visible:after {
    content: '20px';
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(127, 255, 127, 0.5); }
  .block-padding.visible:before {
    left: 0; }
  .block-padding.visible:after {
    right: 0; }
  @media (min-width: 768px) {
    .block-padding.visible:before, .block-padding.visible:after {
      content: '40px'; } }
  @media (min-width: 1024px) {
    .block-padding.visible:before, .block-padding.visible:after {
      content: '70px'; } }

.desktop-menu {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-menu {
      display: initial; } }
  .desktop-menu .block-padding {
    transition: background-color 0.25s ease-out; }
    .desktop-menu .block-padding .holder__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 90px; }
      .desktop-menu .block-padding .holder__container .logo {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); }
      .desktop-menu .block-padding .holder__container nav {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); }
        .desktop-menu .block-padding .holder__container nav > * {
          margin-right: 30px; }
          .desktop-menu .block-padding .holder__container nav > *:last-child {
            margin-right: initial; }

.header {
  display: block;
  height: 0px; }
  .header__menu {
    position: relative;
    height: 90px;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.25s ease-out; }
  .header.show .header__menu {
    transform: translateY(90px); }

.fade {
  opacity: 0;
  transition: all .0s ease-in-out; }
  .fade.open-bottom, .fade.close-bottom, .fade.open-top, .fade.close-top {
    transition: opacity .3s ease-in-out; }
  .fade.open-bottom, .fade.open-top {
    opacity: 1; }
  .fade.close-bottom, .fade.close-top {
    opacity: 0; }

.animation .preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
  background-color: #222;
  border: 1px solid #333;
  pointer-events: none; }

@charset "UTF-8";
.button-arrow {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  padding: 0;
  align-items: normal;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  font-weight: 900; }
  .button-arrow:focus {
    outline: none; }
  .button-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 0.25s ease-in-out; }
  .button-arrow .label {
    display: inline-block;
    padding-left: 0;
    padding-right: 1.5ch;
    transition: padding 0.25s ease-in-out; }
    .button-arrow .label:before {
      content: '\2192';
      position: absolute;
      left: 0;
      transform: translateX(-200%);
      transition: all 0.25s ease-in-out; }
    .button-arrow .label:after {
      content: '\2192';
      position: absolute;
      right: 0;
      display: inline-block;
      transition: all 0.25s ease-in-out; }
  @media (hover: hover) {
    .button-arrow:hover:before {
      width: 100%; }
    .button-arrow:hover .label {
      padding-left: 1.5ch;
      padding-right: 0; }
      .button-arrow:hover .label:before {
        transform: translateX(0); }
      .button-arrow:hover .label:after {
        transform: translateX(200%); } }

body.highlight1 .button-arrow {
  color: #FF3C77; }
  body.highlight1 .button-arrow:before {
    background-color: #FF3C77; }

body.highlight2 .button-arrow {
  color: #806CFF; }
  body.highlight2 .button-arrow:before {
    background-color: #806CFF; }

body.highlight3 .button-arrow {
  color: #2CD1A1; }
  body.highlight3 .button-arrow:before {
    background-color: #2CD1A1; }

body.highlight4 .button-arrow {
  color: #016EFF; }
  body.highlight4 .button-arrow:before {
    background-color: #016EFF; }

.error-404 .holder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  .error-404 .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .error-404 .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
    .error-404 .holder__container h1 {
      margin-bottom: 16px; }

.error-500 .holder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  .error-500 .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .error-500 .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
    .error-500 .holder__container h1 {
      margin-bottom: 16px; }

.about {
  background-color: #FFFFFF;
  color: #272727; }
  .about .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 1024px) {
      .about .holder {
        padding: 70px 0 100px 0; } }
    .about .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .about .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .about .holder__container h2:last-of-type {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .about .holder__container h2:last-of-type {
            margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        .about .holder__container h2 {
          width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
      @media (min-width: 1024px) {
        .about .holder__container p {
          width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
      .about .holder__container .stats {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          .about .holder__container .stats {
            margin-top: 30px; } }
        @media (min-width: 1024px) {
          .about .holder__container .stats {
            margin-top: 60px;
            flex-wrap: initial; } }
        .about .holder__container .stats .stat {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 3) + (16px * (3 - 1)));
          margin-top: 40px; }
          @media (min-width: 768px) {
            .about .holder__container .stats .stat {
              width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
          @media (min-width: 1024px) {
            .about .holder__container .stats .stat {
              width: calc( (((100% - (16px * (8 - 1))) / 8) * 2) + (16px * (2 - 1))); } }
          .about .holder__container .stats .stat h2 {
            color: #272727;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: initial; }
          .about .holder__container .stats .stat p {
            color: #909090;
            text-transform: uppercase;
            font-weight: 900;
            font-size: 1rem; }

@charset "UTF-8";
.button-pointup {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  padding: 0;
  align-items: normal;
  font-weight: bold;
  color: #909090;
  transition: all 0.125s ease-in-out; }
  .button-pointup:focus {
    outline: none; }
  .button-pointup .text:after {
    content: '\2197'; }
  @media (hover: hover) {
    .button-pointup:hover {
      color: #FFFFFF; } }

@media (hover: hover) {
  body.highlight1 .button-pointup:hover {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .button-pointup:hover {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .button-pointup:hover {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .button-pointup:hover {
    color: #016EFF; } }

.about-valuable {
  background-color: #FFFFFF;
  color: #272727; }
  .about-valuable .holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px; }
    @media (min-width: 768px) {
      .about-valuable .holder {
        padding: 70px 0 100px 0; } }
    @media (min-width: 1024px) {
      .about-valuable .holder {
        flex-direction: initial;
        justify-content: flex-end; } }
    .about-valuable .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .about-valuable .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .about-valuable .holder__container h3 .button-pointup {
        display: inline-block;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
        vertical-align: top;
        cursor: pointer;
        text-align: left;
        padding: 0;
        align-items: normal;
        font-size: 1.625rem;
        font-weight: 900;
        line-height: 1.625rem;
        text-transform: uppercase;
        transition: color 0.125s ease-in-out; }
        .about-valuable .holder__container h3 .button-pointup:focus {
          outline: none; }
        @media (min-width: 768px) {
          .about-valuable .holder__container h3 .button-pointup {
            font-size: 2rem;
            line-height: 2rem; } }
        @media (min-width: 1024px) {
          .about-valuable .holder__container h3 .button-pointup {
            font-size: 2.625rem;
            line-height: 2.625rem; } }
      @media (min-width: 768px) {
        .about-valuable .holder__container h3 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 10) + (16px * (10 - 1))); } }
      @media (min-width: 1024px) {
        .about-valuable .holder__container h3 {
          width: calc( (((100% - (16px * (8 - 1))) / 8) * 7) + (16px * (7 - 1))); } }

.image {
  position: relative;
  overflow: hidden;
  position: relative; }
  .image::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%; }
  .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .image.ratio16-9 {
    position: relative; }
    .image.ratio16-9::before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 56.25%; }
    .image.ratio16-9 > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .image.ratio9-10 {
    position: relative; }
    .image.ratio9-10::before {
      display: block;
      content: '';
      width: 100%;
      padding-top: 111.11111%; }
    .image.ratio9-10 > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .image:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #272727;
    z-index: -1; }
  .image.hidden {
    opacity: 0; }
    .image.hidden:active {
      opacity: 1; }
  .image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%) translateY(-50%); }

.careers-slide {
  background-color: #141414;
  color: #FFFFFF; }
  .careers-slide .holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .careers-slide .holder {
        padding: 70px 0 100px 0; } }
    .careers-slide .holder .list {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .careers-slide .holder .list {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      .careers-slide .holder .list .slide {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 70px; }
        @media (min-width: 768px) {
          .careers-slide .holder .list .slide {
            flex-direction: initial;
            margin-bottom: 100px;
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
        .careers-slide .holder .list .slide:last-child {
          margin-bottom: initial; }
        @media (min-width: 768px) {
          .careers-slide .holder .list .slide:nth-child(even) {
            flex-direction: row-reverse; } }
        .careers-slide .holder .list .slide__text {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
          margin-bottom: 40px; }
          @media (min-width: 768px) {
            .careers-slide .holder .list .slide__text {
              width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
              margin-bottom: initial; } }
          .careers-slide .holder .list .slide__text h3 {
            word-break: break-word;
            hyphens: auto;
            margin-bottom: 20px; }
            @media (min-width: 768px) {
              .careers-slide .holder .list .slide__text h3 {
                margin-bottom: 30px; } }
            @media (min-width: 1024px) {
              .careers-slide .holder .list .slide__text h3 {
                margin-bottom: 40px; } }
          .careers-slide .holder .list .slide__text p {
            font-size: 1.25rem;
            line-height: 1.75rem; }
            @media (min-width: 1024px) {
              .careers-slide .holder .list .slide__text p {
                font-size: 1.625rem;
                line-height: 2.125rem; } }
        .careers-slide .holder .list .slide__images {
          display: flex;
          justify-content: space-between;
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
          @media (min-width: 768px) {
            .careers-slide .holder .list .slide__images {
              width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
          .careers-slide .holder .list .slide__images .image {
            width: calc( (((100% - (16px * (6 - 1))) / 6) * 3) + (16px * (3 - 1))); }
            @media (min-width: 768px) {
              .careers-slide .holder .list .slide__images .image {
                width: calc( (((100% - (16px * (8 - 1))) / 8) * 4) + (16px * (4 - 1))); } }

.office .button-simple {
  display: flex;
  flex-direction: column; }
  .office .button-simple h4 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    transition: colour 0.25s ease-in-out; }
    .office .button-simple h4 i {
      margin-left: 12px;
      transition: transform 0.125s ease-in-out; }
    .office .button-simple h4.time {
      font-weight: normal;
      color: #272727; }
      .office .button-simple h4.time sup {
        color: #909090;
        font-size: small;
        transform: translateX(0.1rem) translateY(-0.4rem); }

.office__list {
  margin-top: 30px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out; }
  @media (min-width: 768px) {
    .office__list {
      margin-top: 40px; } }
  .office__list .block h6 {
    font-weight: normal;
    color: #909090;
    margin-bottom: 8px; }
  .office__list .block p {
    color: #272727;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.37px; }
    .office__list .block p.with-margin {
      margin-bottom: 4px; }
  .office__list .block .phone a {
    display: block;
    color: #272727; }
  .office__list .block .button-simple {
    margin-top: 4px; }
  .office__list > * {
    margin-bottom: 30px; }
    .office__list > *:last-child {
      margin-bottom: 70px; }

.office.open .button-simple h4 i {
  transform: rotate(180deg);
  transform-origin: center; }

.office.open .office__list {
  max-height: 500px; }

.contact {
  background-color: #FFFFFF;
  color: #272727; }
  .contact .holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .contact .holder .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      padding: 40px 0 70px 0; }
      @media (min-width: 768px) {
        .contact .holder .list {
          padding: 70px 0 100px 0; } }
      @media (min-width: 1024px) {
        .contact .holder .list {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      .contact .holder .list .office {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
        @media (min-width: 768px) {
          .contact .holder .list .office {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
        @media (min-width: 1024px) {
          .contact .holder .list .office {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }

.button-icon {
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
  padding: 0;
  align-items: normal;
  transition: all 0.125s ease-in-out; }
  .button-icon:focus {
    outline: none; }

.button-icon.wg {
  color: #FFFFFF; }
  .button-icon.wg.normal {
    color: #FFFFFF; }
  .button-icon.wg.rollover {
    color: #909090; }
  .button-icon.wg.active {
    color: #909090;
    cursor: default; }
  .button-icon.wg.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-icon.wg:hover {
    color: #909090; } }

.button-icon.gh {
  color: #909090; }
  .button-icon.gh.normal {
    color: #909090; }
  .button-icon.gh.rollover {
    color: #016EFF; }
  .button-icon.gh.active {
    color: #016EFF;
    cursor: default; }
  .button-icon.gh.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-icon.gh:hover {
    color: #016EFF; } }

@media (hover: hover) {
  body.highlight1 .button-icon.gh:hover, body.highlight1 .button-icon.gh.active {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .button-icon.gh:hover, body.highlight2 .button-icon.gh.active {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .button-icon.gh:hover, body.highlight3 .button-icon.gh.active {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .button-icon.gh:hover, body.highlight4 .button-icon.gh.active {
    color: #016EFF; } }

.button-icon.wb {
  color: #FFFFFF; }
  .button-icon.wb.normal {
    color: #FFFFFF; }
  .button-icon.wb.rollover {
    color: #272727; }
  .button-icon.wb.active {
    color: #272727;
    cursor: default; }
  .button-icon.wb.disabled {
    color: #909090 !important;
    cursor: default; }

@media (hover: hover) {
  .button-icon.wb:hover {
    color: #272727; } }

.cookies {
  position: relative;
  z-index: 1; }
  .cookies .holder__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0; }
    .cookies .holder__container p {
      font-size: 0.875rem;
      line-height: 1rem;
      color: #FFFFFF;
      padding-right: 20px; }
      .cookies .holder__container p a {
        text-decoration: underline;
        font-weight: bold;
        color: #FFFFFF; }
        @media (hover: hover) {
          .cookies .holder__container p a:hover {
            color: #272727; } }
    .cookies .holder__container .button-icon {
      font-size: 1rem; }

body.highlight1 .cookies {
  background-color: #FF3C77; }

body.highlight2 .cookies {
  background-color: #806CFF; }

body.highlight3 .cookies {
  background-color: #2CD1A1; }

body.highlight4 .cookies {
  background-color: #016EFF; }

.detail-awards .holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-awards .holder {
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .detail-awards .holder {
      flex-direction: initial; } }
  .detail-awards .holder__label {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .detail-awards .holder__label {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
  .detail-awards .holder__content {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .detail-awards .holder__content {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    .detail-awards .holder__content .award {
      border-top: 3px solid #272727; }
      .detail-awards .holder__content .award:last-child {
        border-bottom: 3px solid #272727; }
      @media (min-width: 768px) {
        .detail-awards .holder__content .award {
          display: flex;
          justify-content: space-between; } }
      .detail-awards .holder__content .award .position {
        display: flex;
        align-items: center; }
        @media (min-width: 768px) {
          .detail-awards .holder__content .award .position {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
        @media (min-width: 1024px) {
          .detail-awards .holder__content .award .position {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 3) + (16px * (3 - 1))); } }
        .detail-awards .holder__content .award .position h5 {
          padding-top: 30px;
          padding-left: 20px; }
          @media (min-width: 768px) {
            .detail-awards .holder__content .award .position h5 {
              padding-bottom: 30px; } }
          .detail-awards .holder__content .award .position h5 span {
            margin-right: 12px; }
            .detail-awards .holder__content .award .position h5 span sup {
              color: #909090;
              font-size: 0.625rem;
              font-weight: normal;
              margin-left: 0.25rem; }
      .detail-awards .holder__content .award .details {
        display: flex;
        flex-direction: column;
        padding: 16px 20px 30px 20px; }
        @media (min-width: 768px) {
          .detail-awards .holder__content .award .details {
            padding: 30px 0;
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
        @media (min-width: 1024px) {
          .detail-awards .holder__content .award .details {
            padding: 30px 0;
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 5) + (16px * (5 - 1))); } }
        .detail-awards .holder__content .award .details p {
          font-size: 1rem;
          line-height: 1.375rem; }
          .detail-awards .holder__content .award .details p:last-child {
            margin-bottom: initial;
            color: #909090; }

.detail-gallery .container {
  position: relative;
  overflow: hidden;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  margin-bottom: 70px;
  cursor: grab; }
  @media (min-width: 768px) {
    .detail-gallery .container {
      margin-bottom: 100px;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
  @media (hover: hover) {
    .detail-gallery .container:hover .next-image {
      opacity: 1; } }
  .detail-gallery .container.grabbing {
    cursor: grabbing; }
  .detail-gallery .container .image {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 16px;
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 5) + (16px * (5 - 1)));
    transition: opacity 0.25s ease-in-out; }
    @media (min-width: 768px) {
      .detail-gallery .container .image {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 11) + (16px * (11 - 1))); } }
  .detail-gallery .container .forsize {
    display: inline-flex;
    position: initial;
    top: initial;
    left: initial;
    opacity: 0; }
  .detail-gallery .container .next-image {
    opacity: 0.5; }
  .detail-gallery .container .next {
    all: unset;
    position: absolute;
    right: 0;
    top: 0;
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 1) + (16px * (1 - 1)));
    height: 100%;
    z-index: 1;
    cursor: pointer;
    outline: none; }
    @media (min-width: 768px) {
      .detail-gallery .container .next {
        height: 100%;
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 1) + (16px * (1 - 1))); } }

.detail-hero .holder {
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-hero .holder {
      padding-top: 300px;
      padding-bottom: 100px; } }
  .detail-hero .holder__container {
    margin-bottom: calc(20px + 40px);
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 768px) {
      .detail-hero .holder__container {
        margin-bottom: calc(20px + 70px); } }
    @media (min-width: 1024px) {
      .detail-hero .holder__container {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
    .detail-hero .holder__container h1 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .detail-hero .holder__container h1 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .detail-hero .holder__container h1 .highlight {
        color: #909090; }
  .detail-hero .holder__image {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }

.detail-image .holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .detail-image .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    padding-bottom: 70px; }
    @media (min-width: 768px) {
      .detail-image .holder__container {
        padding-bottom: 100px; } }
    @media (min-width: 1024px) {
      .detail-image .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }

.categories {
  display: flex;
  flex-direction: column; }
  .categories > * {
    margin-right: 12px; }
    .categories > *:last-child {
      margin-right: initial; }

.detail-intro .holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-intro .holder {
      padding-bottom: 100px; } }
  .detail-intro .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .detail-intro .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    .detail-intro .holder__container .label {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .detail-intro .holder__container .label {
          display: flex; } }
      @media (min-width: 1024px) {
        .detail-intro .holder__container .label {
          display: initial;
          position: absolute;
          left: 0;
          top: 0; } }
      .detail-intro .holder__container .label h6 {
        margin-bottom: 4px; }
        @media (min-width: 768px) {
          .detail-intro .holder__container .label h6 {
            margin-right: 30px;
            margin-bottom: initial; } }
        @media (min-width: 1024px) {
          .detail-intro .holder__container .label h6 {
            margin-right: initial;
            margin-bottom: 4px; } }
      @media (min-width: 768px) {
        .detail-intro .holder__container .label .categories {
          flex-direction: initial; } }
      @media (min-width: 1024px) {
        .detail-intro .holder__container .label .categories {
          flex-direction: column; } }
    @media (min-width: 1024px) {
      .detail-intro .holder__container h2, .detail-intro .holder__container p {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
    .detail-intro .holder__container h2 {
      margin-bottom: 30px; }
    .detail-intro .holder__container p {
      margin-bottom: 30px; }
      .detail-intro .holder__container p:last-child {
        margin-bottom: initial; }

.detail-metrics .holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-metrics .holder {
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .detail-metrics .holder {
      flex-direction: initial; } }
  .detail-metrics .holder__label {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .detail-metrics .holder__label {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
  .detail-metrics .holder__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 768px) {
      .detail-metrics .holder__content {
        flex-direction: initial;
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
    @media (min-width: 1024px) {
      .detail-metrics .holder__content {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    .detail-metrics .holder__content .metric {
      border-top: 3px solid #272727;
      width: 100%;
      padding-top: 30px;
      margin-right: 16px;
      padding-bottom: 30px; }
      .detail-metrics .holder__content .metric:last-child {
        margin-right: initial; }
      .detail-metrics .holder__content .metric h2 {
        margin-bottom: 10px; }
      .detail-metrics .holder__content .metric p {
        text-transform: uppercase;
        font-size: 0.9375rem;
        line-height: 1.1875rem;
        color: #909090; }

.thumbnail {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .thumbnail .container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    .thumbnail .container h3 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      color: #FFFFFF; }
      .thumbnail .container h3 .highlight {
        color: #909090;
        transition: color 0.125s ease-in-out; }
    .thumbnail .container .image img {
      transition: width 0.25s ease-out, height 0.25s ease-out; }
  @media (hover: hover) {
    .thumbnail:hover .container .image img {
      width: 105%;
      height: 105%; } }
  .thumbnail.text-top {
    flex-direction: column; }
    .thumbnail.text-top .container:last-child {
      margin-top: 15px; }
    .thumbnail.text-top .container .categories {
      display: none; }
  .thumbnail.text-bottom {
    flex-direction: column-reverse; }
    .thumbnail.text-bottom .container {
      margin-top: 15px; }
      .thumbnail.text-bottom .container:last-child {
        margin-top: initial; }
      .thumbnail.text-bottom .container .categories {
        display: none; }
  .thumbnail.text-right {
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .thumbnail.text-right {
        flex-direction: row-reverse; } }
    .thumbnail.text-right .container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-top: 15px; }
      .thumbnail.text-right .container h3 {
        color: #272727; }
      .thumbnail.text-right .container:last-child {
        margin-top: initial; }
      @media (min-width: 768px) {
        .thumbnail.text-right .container {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 3) + (16px * (3 - 1)));
          margin-top: initial; } }
      .thumbnail.text-right .container h3 {
        font-size: 1.625rem;
        line-height: 1.625rem; }
        .thumbnail.text-right .container h3 .highlight {
          display: inline-block;
          margin-bottom: 5px; }

@media (hover: hover) {
  body.highlight1 .thumbnail:hover .container h3 .highlight {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .thumbnail:hover .container h3 .highlight {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .thumbnail:hover .container h3 .highlight {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .thumbnail:hover .container h3 .highlight {
    color: #016EFF; } }

.detail-related {
  background-color: #FFFFFF;
  color: #272727; }
  .detail-related .holder {
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .detail-related .holder {
        padding: 70px 0 100px 0; } }
    .detail-related .holder__label {
      margin-bottom: 40px; }
    .detail-related .holder__content {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (min-width: 1024px) {
        .detail-related .holder__content {
          flex-direction: initial; } }
      .detail-related .holder__content .project {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
        margin-bottom: 40px; }
        .detail-related .holder__content .project:last-child {
          margin-bottom: initial; }
        @media (min-width: 1024px) {
          .detail-related .holder__content .project {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
            margin-bottom: initial; } }

.detail-rich-text .holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-rich-text .holder {
      padding-bottom: 100px; } }
  .detail-rich-text .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .detail-rich-text .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    @media (min-width: 1024px) {
      .detail-rich-text .holder__container h2, .detail-rich-text .holder__container p {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
    .detail-rich-text .holder__container h2 {
      margin-bottom: 50px; }
    .detail-rich-text .holder__container p {
      margin-bottom: 30px; }
      .detail-rich-text .holder__container p:last-child {
        margin-bottom: initial; }

.detail-video .holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .detail-video .holder {
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .detail-video .holder {
      justify-content: space-between;
      flex-direction: initial; } }
  .detail-video .holder__label {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .detail-video .holder__label {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
    .detail-video .holder__label h6 {
      margin-bottom: 40px; }
  .detail-video .holder__player {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    @media (min-width: 1024px) {
      .detail-video .holder__player {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    .detail-video .holder__player .vimeo-thumbnail__play {
      display: inline-block;
      text-transform: uppercase;
      background-color: transparent;
      border: none;
      vertical-align: top;
      cursor: pointer;
      text-align: left;
      padding: 0;
      align-items: normal;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 220px;
      line-height: 190px;
      color: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: color 0.25s linear; }
      .detail-video .holder__player .vimeo-thumbnail__play:focus {
        outline: none; }
      .detail-video .holder__player .vimeo-thumbnail__play i {
        line-height: unset; }
    .detail-video .holder__player .vimeo-thumbnail img {
      width: 100%;
      height: auto;
      opacity: 0.5;
      transition: opacity 0.25s linear; }
    @media (hover: hover) {
      .detail-video .holder__player .vimeo-thumbnail:hover img {
        opacity: 0.7; } }
    .detail-video .holder__player .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto; }
      .detail-video .holder__player .embed-container iframe,
      .detail-video .holder__player .embed-container object,
      .detail-video .holder__player .embed-container embed,
      .detail-video .holder__player .embed-container .vimeo-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media (hover: hover) {
  body.highlight1 .detail-video .holder__player .vimeo-thumbnail__play:hover {
    color: #FF3C77; } }

@media (hover: hover) {
  body.highlight2 .detail-video .holder__player .vimeo-thumbnail__play:hover {
    color: #806CFF; } }

@media (hover: hover) {
  body.highlight3 .detail-video .holder__player .vimeo-thumbnail__play:hover {
    color: #2CD1A1; } }

@media (hover: hover) {
  body.highlight4 .detail-video .holder__player .vimeo-thumbnail__play:hover {
    color: #016EFF; } }

.full-width-image .holder {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .full-width-image .holder__container {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    padding-bottom: 70px; }
    @media (min-width: 768px) {
      .full-width-image .holder__container {
        padding-bottom: 100px; } }
    @media (min-width: 1024px) {
      .full-width-image .holder__container {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }

.hero-text {
  position: relative; }
  .hero-text canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none; }
  .hero-text .holder {
    display: flex;
    justify-content: flex-end;
    padding-top: 200px; }
    @media (min-width: 768px) {
      .hero-text .holder {
        padding-top: 300px; } }
    .hero-text .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .hero-text .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .hero-text .holder__container h1 {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .hero-text .holder__container h1 {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
        .hero-text .holder__container h1 div {
          display: -webkit-inline-box;
          margin-right: 16px; }
          .hero-text .holder__container h1 div span {
            position: relative;
            display: block; }
            .hero-text .holder__container h1 div span:before {
              content: attr(data-letter);
              position: absolute;
              top: 0;
              left: 0;
              color: #272727;
              z-index: -1; }
            .hero-text .holder__container h1 div span button {
              display: inline-block;
              text-transform: uppercase;
              background-color: transparent;
              border: none;
              vertical-align: top;
              cursor: pointer;
              text-align: left;
              padding: 0;
              align-items: normal;
              font-size: 2rem;
              font-weight: 900;
              line-height: 2rem;
              text-transform: uppercase;
              color: inherit;
              cursor: inherit;
              margin: 0; }
              .hero-text .holder__container h1 div span button:focus {
                outline: none; }
              @media (min-width: 768px) {
                .hero-text .holder__container h1 div span button {
                  font-size: 4rem;
                  letter-spacing: -0.8px;
                  line-height: 4rem; } }
              @media (min-width: 1600px) {
                .hero-text .holder__container h1 div span button {
                  font-size: 4.5rem;
                  letter-spacing: -0.8px;
                  line-height: 4.5rem; } }
            .hero-text .holder__container h1 div span.drop button {
              opacity: 0;
              pointer-events: none; }
  .hero-text.dark {
    background-color: #141414;
    color: #FFFFFF; }
  .hero-text.light {
    background-color: #FFFFFF;
    color: #272727; }

.hero-video {
  position: relative; }
  .hero-video .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .hero-video .video-holder video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100vw;
      min-height: 100vh;
      transform: translateX(-50%) translateY(-50%); }
  .hero-video .holder {
    display: flex; }
    .hero-video .holder__container {
      display: flex;
      align-items: center;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .hero-video .holder__container {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 4) + (16px * (4 - 1))); } }
      @media (min-width: 1024px) {
        .hero-video .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .hero-video .holder__container .svg {
        width: 100%; }
        @media (min-width: 1024px) {
          .hero-video .holder__container .svg {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
    @media (min-width: 1024px) {
      .hero-video .holder {
        justify-content: flex-end; } }

.leadership-global {
  background-color: #FFFFFF;
  color: #272727; }
  .leadership-global .holder {
    padding: 40px 0 30px; }
    @media (min-width: 768px) {
      .leadership-global .holder {
        padding: 70px 0 50px 0; } }
    @media (min-width: 1024px) {
      .leadership-global .holder {
        padding: 70px 0 30px 0; } }
    .leadership-global .holder h4 {
      margin-bottom: 40px; }
    .leadership-global .holder .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .leadership-global .holder .list {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      .leadership-global .holder .list .person {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .leadership-global .holder .list .person {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
            margin-bottom: 50px; } }
        @media (min-width: 1024px) {
          .leadership-global .holder .list .person {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
            margin-bottom: 70px; } }
        .leadership-global .holder .list .person .image {
          margin-bottom: 20px; }
        .leadership-global .holder .list .person h5 {
          color: #272727; }
        .leadership-global .holder .list .person p {
          color: #909090;
          font-size: 16px; }
        .leadership-global .holder .list .person__social a {
          font-size: 1.25rem; }

.leadership-markets {
  background-color: #FFFFFF;
  color: #272727; }
  .leadership-markets .holder {
    padding: 40px 0 30px; }
    @media (min-width: 768px) {
      .leadership-markets .holder {
        padding: 70px 0 50px 0; } }
    @media (min-width: 1024px) {
      .leadership-markets .holder {
        padding: 70px 0 30px 0; } }
    .leadership-markets .holder h4 {
      margin-bottom: 20px; }
    .leadership-markets .holder nav {
      margin-bottom: 40px; }
      .leadership-markets .holder nav .button-simple {
        margin-right: 1.5rem; }
    .leadership-markets .holder .list {
      display: flex;
      flex-wrap: wrap;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .leadership-markets .holder .list {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      .leadership-markets .holder .list .person {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 3) + (16px * (3 - 1)));
        margin-bottom: 40px;
        margin-right: 16px; }
        .leadership-markets .holder .list .person:nth-child(2n) {
          margin-right: initial; }
        @media (min-width: 768px) {
          .leadership-markets .holder .list .person {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
            margin-bottom: 50px; }
            .leadership-markets .holder .list .person:nth-child(2n) {
              margin-right: 16px; }
            .leadership-markets .holder .list .person:nth-child(3n) {
              margin-right: initial; } }
        @media (min-width: 1024px) {
          .leadership-markets .holder .list .person {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 3) + (16px * (3 - 1)));
            margin-bottom: 70px; }
            .leadership-markets .holder .list .person:nth-child(2n), .leadership-markets .holder .list .person:nth-child(3n) {
              margin-right: 16px; }
            .leadership-markets .holder .list .person:nth-child(4n) {
              margin-right: initial; } }
        .leadership-markets .holder .list .person .image {
          margin-bottom: 20px; }
        .leadership-markets .holder .list .person h5 {
          color: #272727; }
        .leadership-markets .holder .list .person p {
          color: #909090;
          font-size: 16px; }

.html h1, .html h2 {
  font-size: 2.625rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin: 40px 0; }

.html h3, .html h4, .html h5, .html h6 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 40px 0; }

.html p {
  margin-bottom: 30px; }

.html small {
  display: block;
  font-size: 1rem; }

.html hr {
  margin: 60px 0;
  border: none;
  border-top: 3px solid #E3E3E3; }

@media (hover: hover) {
  .html a:hover {
    color: #272727 !important; } }

.html ol li,
.html ul li {
  font-size: 1.25rem;
  letter-spacing: -0.25px;
  line-height: 1.75rem;
  position: relative;
  list-style: none;
  counter-increment: step-counter;
  padding-left: 50px; }
  .html ol li:before,
  .html ul li:before {
    position: absolute;
    content: counter(step-counter) ". ";
    top: 0;
    left: 0;
    width: 40px;
    text-align: right;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    line-height: 1.75rem; }

.html ul li:before {
  content: '';
  top: 10px;
  left: 30px;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  background-color: black; }

.html > *:first-child {
  margin-top: initial; }

body.highlight1 .html a {
  color: #FF3C77; }

body.highlight2 .html a {
  color: #806CFF; }

body.highlight3 .html a {
  color: #2CD1A1; }

body.highlight4 .html a {
  color: #016EFF; }

.legal {
  background-color: #FFFFFF;
  color: #272727; }
  .legal .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 1024px) {
      .legal .holder {
        padding: 70px 0 100px 0; } }
    .legal .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .legal .holder__container .html small {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 9) + (16px * (9 - 1))); } }
      @media (min-width: 1024px) {
        .legal .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); }
          .legal .holder__container .html small {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }

@charset "UTF-8";
.article {
  position: relative;
  display: block;
  border-top: 3px solid #E3E3E3; }
  .article:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 0.125s ease-in-out; }
  .article .info {
    display: flex;
    align-items: center;
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .article .info {
        margin: 30px 0; } }
    .article .info > * {
      margin-right: 10px; }
      .article .info > *:last-child {
        margin-right: initial; }
    .article .info .type {
      font-family: "MarkforFITCH";
      font-weight: bold;
      font-size: 0.9375rem;
      text-transform: uppercase; }
    .article .info .date {
      font-family: "MarkforFITCH";
      font-weight: normal;
      font-size: 0.9375rem;
      color: #909090; }
    .article .info .author {
      font-family: "MarkforFITCH";
      font-weight: normal;
      font-size: 1rem;
      color: #272727;
      letter-spacing: -0.37px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .article .titles {
    word-break: break-word; }
  .article .title,
  .article .subtitle {
    display: initial;
    letter-spacing: -0.31px;
    color: #272727;
    transition: color 0.125s ease-in-out; }
  .article .title:after {
    content: '\2197'; }
  .article .subtitle {
    color: #909090 !important; }
  .article .description {
    margin-top: 20px;
    color: #272727; }
    @media (min-width: 768px) {
      .article .description {
        font-size: 1.625rem;
        line-height: 2.125rem; } }
  .article .image {
    width: 100%;
    margin-top: 20px; }
  @media (hover: hover) {
    .article:hover:after {
      width: 100%; }
    .article:hover h4.subtitle {
      color: #909090; } }

body.highlight1 .article:after {
  background-color: #FF3C77; }

body.highlight1 .article .info .type {
  color: #FF3C77; }

@media (hover: hover) {
  body.highlight1 .article:hover h4 {
    color: #FF3C77; } }

body.highlight2 .article:after {
  background-color: #806CFF; }

body.highlight2 .article .info .type {
  color: #806CFF; }

@media (hover: hover) {
  body.highlight2 .article:hover h4 {
    color: #806CFF; } }

body.highlight3 .article:after {
  background-color: #2CD1A1; }

body.highlight3 .article .info .type {
  color: #2CD1A1; }

@media (hover: hover) {
  body.highlight3 .article:hover h4 {
    color: #2CD1A1; } }

body.highlight4 .article:after {
  background-color: #016EFF; }

body.highlight4 .article .info .type {
  color: #016EFF; }

@media (hover: hover) {
  body.highlight4 .article:hover h4 {
    color: #016EFF; } }

.nt-template1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .nt-template1 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 70px; } }
  @media (min-width: 1024px) {
    .nt-template1 {
      flex-direction: initial;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1)));
      padding-bottom: 100px; } }
  .nt-template1 .article1 .title,
  .nt-template1 .article2 .title {
    font-size: 1.625rem;
    line-height: 1.625rem; }
  .nt-template1 .article1 .subtitle,
  .nt-template1 .article1 .description,
  .nt-template1 .article1 .image,
  .nt-template1 .article2 .subtitle,
  .nt-template1 .article2 .description,
  .nt-template1 .article2 .image {
    display: none; }
  .nt-template1 .article3 .subtitle,
  .nt-template1 .article3 .image {
    display: none; }
  @media (min-width: 768px) {
    .nt-template1 .article3 .title {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  .nt-template1__left {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
    .nt-template1__left .article {
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      .nt-template1__left {
        display: flex;
        justify-content: space-between;
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); }
        .nt-template1__left .article {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
    @media (min-width: 1024px) {
      .nt-template1__left {
        display: initial;
        justify-content: initial;
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 3) + (16px * (3 - 1))); }
        .nt-template1__left .article {
          width: initial;
          margin-bottom: initial; }
          .nt-template1__left .article:first-child {
            margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .nt-template1__right {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
  @media (min-width: 1024px) {
    .nt-template1__right {
      width: calc( (((100% - (16px * (8 - 1))) / 8) * 5) + (16px * (5 - 1))); } }

.nt-template2 {
  display: flex;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  padding-bottom: 40px; }
  .nt-template2 .article {
    width: 100%; }
    .nt-template2 .article .image {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .nt-template2 .article .image {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      @media (min-width: 1024px) {
        .nt-template2 .article .image {
          margin-top: 40px;
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
  @media (min-width: 768px) {
    .nt-template2 .article1 .title,
    .nt-template2 .article1 .subtitle {
      font-size: 4.5rem;
      line-height: 4rem; } }
  .nt-template2 .article1 .description {
    display: none; }
  @media (min-width: 768px) {
    .nt-template2 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 70px; } }
  @media (min-width: 1024px) {
    .nt-template2 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 100px; } }

.nt-template3 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  padding-bottom: 40px; }
  .nt-template3 .article {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    margin-bottom: 40px; }
    .nt-template3 .article:last-child {
      margin-bottom: initial; }
  .nt-template3 .article1 .subtitle,
  .nt-template3 .article1 .description,
  .nt-template3 .article1 .image {
    display: none; }
  @media (min-width: 768px) {
    .nt-template3 .article1 .title {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  .nt-template3 .article2 .subtitle,
  .nt-template3 .article2 .description,
  .nt-template3 .article2 .image {
    display: none; }
  .nt-template3 .article2 .title {
    font-size: 1.625rem;
    line-height: 1.625rem; }
  @media (min-width: 768px) {
    .nt-template3 {
      flex-direction: initial;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 70px; }
      .nt-template3 .article {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
        margin-bottom: initial; } }
  @media (min-width: 1024px) {
    .nt-template3 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1)));
      padding-bottom: 100px; }
      .nt-template3 .article {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 5) + (16px * (5 - 1))); }
        .nt-template3 .article:last-child {
          width: calc( (((100% - (16px * (8 - 1))) / 8) * 3) + (16px * (3 - 1))); } }

.nt-template4 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  padding-bottom: 40px; }
  .nt-template4 .article1 .subtitle,
  .nt-template4 .article1 .image {
    display: none; }
  @media (min-width: 768px) {
    .nt-template4 .article1 .title {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  .nt-template4 .article2 .title,
  .nt-template4 .article3 .title {
    font-size: 1.625rem;
    line-height: 1.625rem; }
  .nt-template4 .article2 .subtitle,
  .nt-template4 .article2 .description,
  .nt-template4 .article2 .image,
  .nt-template4 .article3 .subtitle,
  .nt-template4 .article3 .description,
  .nt-template4 .article3 .image {
    display: none; }
  @media (min-width: 768px) {
    .nt-template4 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 70px; } }
  @media (min-width: 1024px) {
    .nt-template4 {
      flex-direction: initial;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1)));
      padding-bottom: 100px; } }
  .nt-template4__left {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .nt-template4__left {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
    @media (min-width: 1024px) {
      .nt-template4__left {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 4) + (16px * (4 - 1)));
        margin-bottom: initial; } }
  .nt-template4__right .article:first-child {
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .nt-template4__right {
      display: flex;
      justify-content: space-between;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); }
      .nt-template4__right .article {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
  @media (min-width: 1024px) {
    .nt-template4__right {
      display: initial;
      justify-content: initial;
      width: calc( (((100% - (16px * (8 - 1))) / 8) * 4) + (16px * (4 - 1))); }
      .nt-template4__right .article {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 8) + (16px * (8 - 1))); } }

.nt-template5 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
  padding-bottom: 40px; }
  .nt-template5 .article {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    margin-bottom: 40px; }
    .nt-template5 .article:last-child {
      margin-bottom: initial; }
  .nt-template5 .article1 .subtitle,
  .nt-template5 .article1 .description,
  .nt-template5 .article1 .image {
    display: none; }
  .nt-template5 .article1 .title {
    font-size: 1.625rem;
    line-height: 1.625rem; }
  .nt-template5 .article2 .subtitle,
  .nt-template5 .article2 .description,
  .nt-template5 .article2 .image {
    display: none; }
  @media (min-width: 768px) {
    .nt-template5 .article2 .title {
      font-size: 2.625rem;
      line-height: 2.625rem; } }
  @media (min-width: 768px) {
    .nt-template5 {
      flex-direction: initial;
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
      padding-bottom: 70px; }
      .nt-template5 .article {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
        margin-bottom: initial; } }
  @media (min-width: 1024px) {
    .nt-template5 {
      width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1)));
      padding-bottom: 100px; }
      .nt-template5 .article {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 3) + (16px * (3 - 1))); }
        .nt-template5 .article:last-child {
          width: calc( (((100% - (16px * (8 - 1))) / 8) * 5) + (16px * (5 - 1))); } }

.news-thoughts {
  background-color: #FFFFFF;
  color: #272727; }
  .news-thoughts .holder {
    padding: 40px 0 70px 0; }
    @media (min-width: 1024px) {
      .news-thoughts .holder {
        padding: 70px 0 100px 0; } }
    .news-thoughts .holder__container {
      display: flex;
      flex-direction: column;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .news-thoughts .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      @media (min-width: 1024px) {
        .news-thoughts .holder__container {
          align-items: flex-end;
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }

.phd {
  background-color: #272727;
  color: #FFFFFF; }
  .phd .holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .phd .holder {
        padding: 70px 0 100px 0; } }
    @media (min-width: 1024px) {
      .phd .holder {
        flex-direction: initial;
        justify-content: space-between; } }
    .phd .holder h6 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .phd .holder h6 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
          margin-bottom: initial; } }
    .phd .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .phd .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .phd .holder__container h1 button {
        display: inline-block;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
        vertical-align: top;
        cursor: pointer;
        text-align: left;
        padding: 0;
        align-items: normal;
        font-size: 2rem;
        font-weight: 900;
        line-height: 2rem;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: color 0.125s ease-in-out; }
        .phd .holder__container h1 button:focus {
          outline: none; }
        @media (min-width: 768px) {
          .phd .holder__container h1 button {
            font-size: 4rem;
            letter-spacing: -0.8px;
            line-height: 4rem; } }
        @media (min-width: 1600px) {
          .phd .holder__container h1 button {
            font-size: 4.5rem;
            letter-spacing: -0.8px;
            line-height: 4.5rem; } }
      .phd .holder__container h2 {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
        min-height: 10rem; }
        @media (min-width: 768px) {
          .phd .holder__container h2 {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 10) + (16px * (10 - 1)));
            min-height: 12rem; } }
        @media (min-width: 1024px) {
          .phd .holder__container h2 {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 7) + (16px * (7 - 1))); } }
        @media (min-width: 1600px) {
          .phd .holder__container h2 {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
      .phd .holder__container .button-arrow {
        font-size: 2rem;
        font-weight: 900;
        line-height: 2rem;
        text-transform: uppercase;
        overflow: hidden;
        padding: 0;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .phd .holder__container .button-arrow {
            font-size: 4rem;
            letter-spacing: -0.8px;
            line-height: 4rem; } }
        @media (min-width: 1600px) {
          .phd .holder__container .button-arrow {
            font-size: 4.5rem;
            letter-spacing: -0.8px;
            line-height: 4.5rem; } }
        @media (min-width: 768px) {
          .phd .holder__container .button-arrow {
            margin-bottom: 50px; } }

body.highlight1 .phd .holder__container h1 button.selected {
  color: #FF3C77; }

body.highlight2 .phd .holder__container h1 button.selected {
  color: #806CFF; }

body.highlight3 .phd .holder__container h1 button.selected {
  color: #2CD1A1; }

body.highlight4 .phd .holder__container h1 button.selected {
  color: #016EFF; }

@charset "UTF-8";
.scroll-to-explore {
  width: 100%;
  background-color: #FFFFFF; }
  .scroll-to-explore .holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 72px; }
    .scroll-to-explore .holder h6 {
      color: #272727;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      overflow: hidden; }
      @media (min-width: 1024px) {
        .scroll-to-explore .holder h6 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .scroll-to-explore .holder h6:after {
        content: '\2193';
        display: inline-block;
        animation: outsideRestVertical 2s infinite; }

@-moz-keyframes outsideRestVertical {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -moz-transform: translateY(0%);
    transform: translateY(0%); }
  50%, 100% {
    -moz-transform: translateY(100%);
    transform: translateY(100%); } }

@-webkit-keyframes outsideRestVertical {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  50%, 100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes outsideRestVertical {
  0% {
    transform: translateY(-100%); }
  25% {
    transform: translateY(0%); }
  50%, 100% {
    transform: translateY(100%); } }

.teaser-about {
  background-color: #FFFFFF;
  color: #272727; }
  .teaser-about .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .teaser-about .holder {
        padding: 70px 0 100px 0; } }
    .teaser-about .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      .teaser-about .holder__container h1 {
        margin-bottom: 40px; }
      .teaser-about .holder__container h2 {
        margin-bottom: 70px; }
      @media (min-width: 1024px) {
        .teaser-about .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); }
          .teaser-about .holder__container h2 {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }

.section-teaser {
  background-color: #272727;
  color: #FFFFFF; }
  .section-teaser .holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .section-teaser .holder {
        padding: 70px 0 100px 0; } }
    @media (min-width: 1024px) {
      .section-teaser .holder {
        flex-direction: initial;
        justify-content: space-between; } }
    .section-teaser .holder h6 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .section-teaser .holder h6 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
          margin-bottom: initial; } }
    .section-teaser .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .section-teaser .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .section-teaser .holder__container h4 {
        margin-bottom: 40px; }
      .section-teaser .holder__container p {
        margin-bottom: 40px;
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
        @media (min-width: 768px) {
          .section-teaser .holder__container p {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 10) + (16px * (10 - 1))); } }
        @media (min-width: 1024px) {
          .section-teaser .holder__container p {
            width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }

.section-links {
  background-color: #272727;
  color: #FFFFFF; }
  .section-links .holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .section-links .holder {
        padding: 70px 0 100px 0; } }
    @media (min-width: 1024px) {
      .section-links .holder {
        flex-direction: initial;
        justify-content: space-between; } }
    .section-links .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      .section-links .holder__container:first-child {
        margin-top: initial;
        margin-bottom: 70px; }
        @media (min-width: 1024px) {
          .section-links .holder__container:first-child {
            margin-bottom: initial; } }
      @media (min-width: 1024px) {
        .section-links .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
          margin-top: initial; }
          .section-links .holder__container:first-child {
            border-bottom: none; } }
      .section-links .holder__container h4 {
        margin-bottom: 40px; }
        @media (min-width: 1024px) {
          .section-links .holder__container h4 {
            min-height: 5rem; } }

.teaser-latest {
  background-color: #FFFFFF;
  color: #272727; }
  .teaser-latest .holder {
    display: flex;
    flex-direction: column;
    padding: 40px 0 70px; }
    @media (min-width: 768px) {
      .teaser-latest .holder {
        padding: 70px 0 100px; } }
    @media (min-width: 1024px) {
      .teaser-latest .holder {
        flex-direction: initial;
        justify-content: space-between; } }
    .teaser-latest .holder h6 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .teaser-latest .holder h6 {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
          margin-bottom: initial; } }
    .teaser-latest .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .teaser-latest .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      @media (min-width: 768px) {
        .teaser-latest .holder__container .list {
          display: flex;
          justify-content: space-between; } }
      .teaser-latest .holder__container .list .article {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
        margin-bottom: 50px; }
        @media (min-width: 768px) {
          .teaser-latest .holder__container .list .article {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1))); } }
        @media (min-width: 1024px) {
          .teaser-latest .holder__container .list .article {
            margin-bottom: 70px; } }
        .teaser-latest .holder__container .list .article:first-child .subtitle,
        .teaser-latest .holder__container .list .article:first-child .description,
        .teaser-latest .holder__container .list .article:first-child .image {
          display: none; }
        .teaser-latest .holder__container .list .article:last-child .description,
        .teaser-latest .holder__container .list .article:last-child .image {
          display: none; }

.teaser-work {
  background-color: #141414;
  color: #FFFFFF; }
  .teaser-work .holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .teaser-work .holder {
        padding: 70px 0 100px 0; } }
    .teaser-work .holder h6 {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .teaser-work .holder h6 {
          position: absolute;
          top: 70px;
          left: 0; } }
    .teaser-work .holder .image_holder {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .teaser-work .holder .image_holder {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1)));
          margin-bottom: 70px; } }
      .teaser-work .holder .image_holder .thumbnail {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
        @media (min-width: 1024px) {
          .teaser-work .holder .image_holder .thumbnail {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
        .teaser-work .holder .image_holder .thumbnail h4 {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 5) + (16px * (5 - 1))); }
          @media (min-width: 768px) {
            .teaser-work .holder .image_holder .thumbnail h4 {
              width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
          @media (min-width: 1024px) {
            .teaser-work .holder .image_holder .thumbnail h4 {
              width: calc( (((100% - (16px * (8 - 1))) / 8) * 6) + (16px * (6 - 1))); } }
    .teaser-work .holder .list {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .teaser-work .holder .list .image_holder:nth-child(even) {
          display: flex;
          justify-content: flex-start; } }
      .teaser-work .holder .list .image_holder:nth-child(even) .thumbnail__image {
        width: calc(100% + 20px);
        transform: translateX(-20px); }
        @media (min-width: 768px) {
          .teaser-work .holder .list .image_holder:nth-child(even) .thumbnail__image {
            width: calc(100% + 40px);
            transform: translateX(-40px); } }
        @media (min-width: 1024px) {
          .teaser-work .holder .list .image_holder:nth-child(even) .thumbnail__image {
            width: initial;
            transform: initial; } }
      @media (min-width: 1024px) {
        .teaser-work .holder .list .image_holder:nth-child(odd) {
          display: flex;
          justify-content: flex-end; } }
      .teaser-work .holder .list .image_holder:nth-child(odd) .thumbnail__image {
        width: calc(100% + 20px); }
        @media (min-width: 768px) {
          .teaser-work .holder .list .image_holder:nth-child(odd) .thumbnail__image {
            width: calc(100% + 40px); } }
        @media (min-width: 1024px) {
          .teaser-work .holder .list .image_holder:nth-child(odd) .thumbnail__image {
            width: initial; } }
    .teaser-work .holder .cta {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .teaser-work .holder .cta {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }

.filter__menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .filter__menu__left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc( (((100% - (16px * (8 - 1))) / 8) * 2) + (16px * (2 - 1))); }
    .filter__menu__left > * {
      margin-right: 30px; }
      .filter__menu__left > *:last-child {
        margin-right: initial; }
    .filter__menu__left .toggle {
      display: inline-block;
      text-transform: uppercase;
      background-color: transparent;
      border: none;
      vertical-align: top;
      cursor: pointer;
      text-align: left;
      padding: 0;
      align-items: normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: "MarkforFITCH";
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.9375rem;
      width: initial;
      color: #FFFFFF; }
      .filter__menu__left .toggle:focus {
        outline: none; }
      .filter__menu__left .toggle i {
        margin-left: 12px;
        color: #909090;
        transition: transform 0.125s ease-in-out; }
      .filter__menu__left .toggle.open i {
        transform: rotate(180deg);
        transform-origin: center; }

.filter__list {
  margin-top: 50px;
  height: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .filter__list__holder {
      display: flex;
      justify-content: space-between; } }
  .filter__list__holder__category {
    width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .filter__list__holder__category {
        width: calc( (((100% - (16px * (12 - 1))) / 12) * 6) + (16px * (6 - 1)));
        margin-bottom: initial;
        padding-bottom: 70px; } }
    @media (min-width: 1024px) {
      .filter__list__holder__category {
        width: calc( (((100% - (16px * (8 - 1))) / 8) * 4) + (16px * (4 - 1))); } }
    .filter__list__holder__category:last-child {
      margin-bottom: initial;
      padding-bottom: 70px; }
    .filter__list__holder__category p {
      font-size: 0.9375rem;
      color: #909090;
      text-transform: uppercase; }
    .filter__list__holder__category > * {
      margin-bottom: 10px; }
  .filter__list .button-simple {
    display: block; }

.work-list {
  background-color: #141414;
  color: #FFFFFF; }
  .work-list .holder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 30px; }
    .work-list .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .work-list .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
    .work-list .holder .list {
      display: flex;
      flex-wrap: wrap;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .work-list .holder .list {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      .work-list .holder .list .image_holder {
        width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .work-list .holder .list .image_holder {
            width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); }
            .work-list .holder .list .image_holder:nth-child(odd) {
              margin-right: initial; }
            .work-list .holder .list .image_holder:nth-child(3n - 1) {
              margin-left: 16px;
              margin-right: 16px; } }
        @media (min-width: 1024px) {
          .work-list .holder .list .image_holder {
            margin-bottom: 70px; } }
        .work-list .holder .list .image_holder .thumbnail {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
          @media (min-width: 768px) {
            .work-list .holder .list .image_holder .thumbnail h3 {
              width: calc( (((100% - (16px * (4 - 1))) / 4) * 4) + (16px * (4 - 1)));
              font-size: 1rem;
              line-height: 1rem; } }
          @media (min-width: 1024px) {
            .work-list .holder .list .image_holder .thumbnail h3 {
              width: calc( (((100% - (16px * (4 - 1))) / 4) * 4) + (16px * (4 - 1)));
              font-size: 1.25rem;
              line-height: 1.25rem; } }

.select {
  color: #272727; }
  .select h6 {
    margin-bottom: 30px; }
  .select .toggle {
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    vertical-align: top;
    cursor: pointer;
    text-align: left;
    padding: 0;
    align-items: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "MarkforFITCH";
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.9375rem;
    width: initial;
    color: #909090; }
    .select .toggle:focus {
      outline: none; }
    .select .toggle i {
      margin-left: 12px;
      color: #272727;
      transition: transform 0.125s ease-in-out; }
    .select .toggle.open i {
      transform: rotate(180deg);
      transform-origin: center; }
  .select__options {
    overflow: hidden;
    margin-bottom: 50px; }
    .select__options .area {
      border: 1px solid transparent; }
    .select__options .button-simple {
      display: block;
      margin-bottom: 10px; }
      .select__options .button-simple:first-child {
        margin-top: 20px; }

.jobs-listing {
  background-color: #FFFFFF;
  color: #272727; }
  .jobs-listing .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px 0 70px 0; }
    @media (min-width: 768px) {
      .jobs-listing .holder {
        padding: 70px 0 100px 0; } }
    .jobs-listing .holder__container {
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 1024px) {
        .jobs-listing .holder__container {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 8) + (16px * (8 - 1))); } }
      .jobs-listing .holder__container h2 {
        margin-bottom: 70px; }
      .jobs-listing .holder__container .nomatch p {
        margin-bottom: 40px; }
      .jobs-listing .holder__container .selects {
        display: flex;
        justify-content: space-between; }
        .jobs-listing .holder__container .selects .select {
          width: calc( (((100% - (16px * (6 - 1))) / 6) * 3) + (16px * (3 - 1))); }
          @media (min-width: 768px) {
            .jobs-listing .holder__container .selects .select {
              width: calc( (((100% - (16px * (8 - 1))) / 8) * 4) + (16px * (4 - 1))); } }
      .jobs-listing .holder__container .list .job {
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .jobs-listing .holder__container .list .job h5 {
            font-size: 1.625rem; } }
        .jobs-listing .holder__container .list .job .toggle {
          position: relative;
          background-color: transparent;
          border: none;
          padding: 0;
          cursor: pointer;
          text-align: initial;
          border-top: 3px solid #E3E3E3;
          padding-top: 40px; }
          .jobs-listing .holder__container .list .job .toggle:after {
            content: '';
            position: absolute;
            top: -3px;
            left: 0;
            width: 0;
            height: 3px;
            transition: width 0.125s ease-in-out; }
          @media (hover: hover) {
            .jobs-listing .holder__container .list .job .toggle:hover:after {
              width: 100%; } }
          .jobs-listing .holder__container .list .job .toggle:focus {
            outline: none; }
          .jobs-listing .holder__container .list .job .toggle__details {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 15px;
            margin-bottom: 40px; }
            .jobs-listing .holder__container .list .job .toggle__details__holder {
              width: calc( (((100% - (16px * (6 - 1))) / 6) * 5) + (16px * (5 - 1))); }
              @media (min-width: 768px) {
                .jobs-listing .holder__container .list .job .toggle__details__holder {
                  display: flex;
                  justify-content: space-between;
                  width: calc( (((100% - (16px * (8 - 1))) / 8) * 7) + (16px * (7 - 1))); } }
              .jobs-listing .holder__container .list .job .toggle__details__holder .department,
              .jobs-listing .holder__container .list .job .toggle__details__holder .location {
                font-size: 1rem;
                line-height: 1.4rem; }
                @media (min-width: 768px) {
                  .jobs-listing .holder__container .list .job .toggle__details__holder .department,
                  .jobs-listing .holder__container .list .job .toggle__details__holder .location {
                    font-size: 1.25rem;
                    line-height: 1.65rem; } }
              .jobs-listing .holder__container .list .job .toggle__details__holder .department {
                width: calc( (((100% - (16px * (5 - 1))) / 5) * 5) + (16px * (5 - 1))); }
                @media (min-width: 768px) {
                  .jobs-listing .holder__container .list .job .toggle__details__holder .department {
                    width: calc( (((100% - (16px * (7 - 1))) / 7) * 4) + (16px * (4 - 1))); } }
              .jobs-listing .holder__container .list .job .toggle__details__holder .location {
                width: calc( (((100% - (16px * (5 - 1))) / 5) * 5) + (16px * (5 - 1))); }
                @media (min-width: 768px) {
                  .jobs-listing .holder__container .list .job .toggle__details__holder .location {
                    width: calc( (((100% - (16px * (7 - 1))) / 7) * 3) + (16px * (3 - 1))); } }
            .jobs-listing .holder__container .list .job .toggle__details__arrow {
              display: flex;
              font-size: 1.5rem; }
              .jobs-listing .holder__container .list .job .toggle__details__arrow i {
                transition: transform 0.125s ease-in-out; }
        .jobs-listing .holder__container .list .job.open i {
          transform: rotate(180deg);
          transform-origin: center; }
        .jobs-listing .holder__container .list .job__details {
          overflow: hidden; }
          .jobs-listing .holder__container .list .job__details .html h1, .jobs-listing .holder__container .list .job__details .html h2, .jobs-listing .holder__container .list .job__details .html h3, .jobs-listing .holder__container .list .job__details .html h4, .jobs-listing .holder__container .list .job__details .html h5, .jobs-listing .holder__container .list .job__details .html h6 {
            font-size: 1rem;
            font-weight: 900;
            text-transform: uppercase;
            margin: 40px 0; }
          .jobs-listing .holder__container .list .job__details .button-arrow {
            font-size: 1.625rem;
            margin-bottom: 70px; }

body.highlight1 .toggle:after {
  background-color: #FF3C77; }

body.highlight2 .toggle:after {
  background-color: #806CFF; }

body.highlight3 .toggle:after {
  background-color: #2CD1A1; }

body.highlight4 .toggle:after {
  background-color: #016EFF; }

.landor-logo {
  width: 87px;
  height: 20px; }
  .landor-logo svg {
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .landor-logo {
      width: 115px;
      height: 27px; } }

.footer-landor__content {
  display: flex;
  justify-content: space-between;
  padding: 40px 0; }

.footer-landor__text {
  font-family: "Apercu";
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer-landor__text {
      font-size: 18px; } }

.footer {
  position: relative;
  background-color: #272727; }
  .footer .holder {
    padding: 40px 0; }
    @media (min-width: 1024px) {
      .footer .holder {
        display: flex;
        justify-content: space-between; } }
    .footer .holder__social, .footer .holder__legal, .footer .holder__copyright {
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .footer .holder__social, .footer .holder__legal, .footer .holder__copyright {
          margin-bottom: initial; } }
    .footer .holder__social {
      display: flex;
      align-items: center;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .footer .holder__social {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
      @media (min-width: 1024px) {
        .footer .holder__social {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
      .footer .holder__social > * {
        font-size: 1.5rem;
        margin-right: 1rem; }
    .footer .holder__legal {
      display: flex;
      flex-direction: column;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1))); }
      @media (min-width: 768px) {
        .footer .holder__legal {
          justify-content: initial;
          flex-direction: initial;
          align-items: center;
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 12) + (16px * (12 - 1))); } }
      @media (min-width: 1024px) {
        .footer .holder__legal {
          justify-content: space-between;
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1))); } }
      .footer .holder__legal > * {
        width: initial;
        margin-bottom: 10px; }
        .footer .holder__legal > *:last-child {
          margin-bottom: initial; }
        @media (min-width: 768px) {
          .footer .holder__legal > * {
            margin-right: 2rem;
            margin-bottom: initial; } }
        @media (min-width: 1024px) {
          .footer .holder__legal > * {
            width: calc( (((100% - (16px * (4 - 1))) / 4) * 2) + (16px * (2 - 1)));
            margin-right: initial; } }
    .footer .holder__copyright {
      display: flex;
      flex-direction: column;
      font-size: 0.9375rem;
      font-weight: normal;
      text-transform: uppercase;
      color: #909090;
      width: calc( (((100% - (16px * (6 - 1))) / 6) * 6) + (16px * (6 - 1)));
      margin-bottom: initial; }
      @media (min-width: 1024px) {
        .footer .holder__copyright {
          width: calc( (((100% - (16px * (12 - 1))) / 12) * 4) + (16px * (4 - 1)));
          flex-direction: initial;
          justify-content: space-between;
          align-items: center; } }
      .footer .holder__copyright .button-icon {
        margin-top: 50px;
        font-size: 1.8rem;
        color: #909090; }
        @media (min-width: 1024px) {
          .footer .holder__copyright .button-icon {
            margin-top: initial; } }
        @media (hover: hover) {
          .footer .holder__copyright .button-icon:hover {
            color: #909090; } }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: #141414; }
  .loading .logo {
    position: relative; }
    .loading .logo .background-f,
    .loading .logo .foreground-f {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: auto; }
  .loading.show {
    opacity: 1; }

.container .page-holder {
  transition: transform 0.5s ease-out; }
  .container .page-holder.menuOpen {
    transform: translateX(100%); }
    @media (min-width: 1024px) {
      .container .page-holder.menuOpen {
        transform: translateX(0);
        transition: transform 0s ease-out; } }

.container .page {
  position: relative;
  min-height: 100vh; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b, mark {
  font-style: inherit;
  font-weight: bold; }

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

ins {
  border-bottom: 1px solid; }

a, u, ins {
  text-decoration: none; }

del, s {
  text-decoration: line-through; }

pre, code, samp, kbd {
  font-family: monospace; }

small {
  font-size: .75em; }

img {
  border: none;
  font-style: italic; }

input,
select,
textarea {
  font: inherit; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

i {
  line-height: 1; }

i[class^="icon-"]:before, i[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron:before {
  content: "\F101"; }

.icon-close:before {
  content: "\F102"; }

.icon-play:before {
  content: "\F103"; }

.icon-sitecore:before {
  content: "\F104"; }

.icon-social-facebook:before {
  content: "\F105"; }

.icon-social-instagram:before {
  content: "\F106"; }

.icon-social-linkedin:before {
  content: "\F107"; }

.icon-social-medium:before {
  content: "\F108"; }

.icon-social-twitter:before {
  content: "\F109"; }

* {
  font-family: "MarkforFITCH";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 1rem;
  font-family: "MarkforFITCH"; }

body.design h1, body.design h2, body.design h3, body.design h4, body.design h5, body.design h6, body.design p {
  border: 1px dashed #272727; }

h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 4rem;
      letter-spacing: -0.8px;
      line-height: 4rem; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 4.5rem;
      letter-spacing: -0.8px;
      line-height: 4.5rem; } }

h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.125rem;
  letter-spacing: -0.32px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.625rem;
      letter-spacing: -0.52px;
      line-height: 2.875rem; } }

h3 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.625rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2rem;
      line-height: 2rem; } }
  @media (min-width: 1024px) {
    h3 {
      font-size: 2.625rem;
      line-height: 2.625rem; } }

h4 {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.625rem;
  letter-spacing: -0.31px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h4 {
      font-size: 2rem;
      letter-spacing: 0;
      line-height: 2rem; } }

h5 {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase; }

h6 {
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase; }

p {
  font-size: 1.25rem;
  letter-spacing: -0.25px;
  line-height: 1.75rem; }

html,
body {
  margin: 0;
  min-height: 100vh; }

body {
  background-color: #141414;
  color: #FFFFFF;
  overflow-y: scroll; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#app {
  min-height: 100vh; }

body.lock {
  overflow: hidden;
  height: 100vh; }

body.highlight1 ::selection {
  background: rgba(255, 60, 119, 0.5); }

body.highlight1 ::-moz-selection {
  background: rgba(255, 60, 119, 0.5); }

body.highlight2 ::selection {
  background: rgba(128, 108, 255, 0.5); }

body.highlight2 ::-moz-selection {
  background: rgba(128, 108, 255, 0.5); }

body.highlight3 ::selection {
  background: rgba(44, 209, 161, 0.5); }

body.highlight3 ::-moz-selection {
  background: rgba(44, 209, 161, 0.5); }

body.highlight4 ::selection {
  background: rgba(1, 110, 255, 0.5); }

body.highlight4 ::-moz-selection {
  background: rgba(1, 110, 255, 0.5); }

.playground-inline {
  display: flex; }
  .playground-inline * {
    margin-right: 4px; }
    .playground-inline *:last-child {
      margin-right: initial; }


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