@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0; }

* {
  position: relative;
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: inherit; }

ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p, li, li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px; }

header {
  height: 49px;
  background: #ffed00;
  z-index: 99999; }
  header h1 {
    display: block;
    width: 329px;
    height: 29px;
    background: url("../img/logo.svg") no-repeat center center;
    text-indent: -999em;
    position: absolute;
    top: 10px;
    left: 0; }
    header h1 a {
      display: block;
      width: 100%;
      height: 100%; }
  header .btn_help {
    display: block;
    width: 27px;
    height: 27px;
    background: url("../img/btn_help.svg") no-repeat center center;
    text-indent: -999em;
    position: absolute;
    right: 0;
    top: 15px; }

nav {
  height: 55px;
  background: black;
  font-size: 0;
  width: 100%;
  z-index: 1;
  max-height: 55px;
  transition: all 0.4s ease-in-out; }
  nav.hidden {
    max-height: 0;
    transition: all 0.4s ease-in-out; }
  nav a {
    vertical-align: top; }
  nav.fixed {
    z-index: 999991;
    position: fixed;
    top: 0; }
  nav .back_btn {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: white;
    letter-spacing: -0.41px;
    text-align: left;
    padding-top: 16px;
    min-height: 52px;
    padding-left: 53px;
    text-transform: none;
    text-decoration: none;
    position: absolute;
    opacity: 1;
    max-height: 52px;
    transition: all 0.4s ease-in-out; }
    nav .back_btn.hidden {
      transition: all 0.4s ease-in-out;
      max-height: 0;
      opacity: 0; }
    nav .back_btn:before {
      font-family: FontAwesome;
      content: "\f053";
      padding-left: 36px;
      font-size: 20px;
      position: absolute;
      top: 16px;
      left: -5px; }
  nav .mode_role {
    max-height: 55px;
    transition: all 0.4s ease-in-out;
    opacity: 1; }
    nav .mode_role.hidden {
      max-height: 0;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
  nav .lable {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
    letter-spacing: -0.18px;
    text-decoration: none;
    display: inline-block;
    width: 35%;
    text-align: center;
    padding: 10px 0;
    overflow: hidden; }
  nav #btn_reset {
    display: inline-block;
    width: 30%;
    height: 55px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 30px; }
    nav #btn_reset:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: FontAwesome;
      content: "\f004"; }
    nav #btn_reset.active:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: FontAwesome;
      content: "\f00d"; }

footer {
  height: 52px;
  background: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0;
  z-index: 999; }
  footer a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    letter-spacing: -0.18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 50%;
    padding: 14px 0;
    overflow: hidden; }
  footer.back a {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: white;
    letter-spacing: -0.41px;
    text-align: left;
    padding-top: 16px;
    min-height: 52px;
    padding-left: 53px;
    text-transform: none; }
    footer.back a:before {
      font-family: FontAwesome;
      content: "\f053";
      padding-left: 36px;
      font-size: 20px;
      position: absolute;
      top: 16px;
      left: -5px; }
  footer.hidden {
    display: none; }

nav .lable, footer .lable {
  color: #e9e9e9; }
  nav .lable:after, footer .lable:after {
    background: #c0c0c0;
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: -1;
    left: 0;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    top: 0; }
  nav .lable:first-of-type:after, footer .lable:first-of-type:after {
    right: 0;
    left: auto;
    opacity: 1;
    transition: all 0.4s ease-in-out; }
  nav .lable.active, footer .lable.active {
    color: white; }
    nav .lable.active:after, footer .lable.active:after {
      transition: all 0.4s ease-in-out;
      left: -100%;
      opacity: 0; }
    nav .lable.active:first-of-type:after, footer .lable.active:first-of-type:after {
      opacity: 0;
      right: -100%;
      transition: all 0.4s ease-in-out;
      left: auto; }

main.swiper-container {
  width: 100%;
  height: 100%; }
  main.swiper-container .swiper-slide {
    padding-bottom: 52px; }

section.role ul.accordion {
  list-style: none; }
  section.role ul.accordion > li {
    border-bottom: solid 1px #e0e0e0;
    max-height: 999em; }
    section.role ul.accordion > li h3.title {
      font-family: Roboto, sans-serif;
      font-weight: 700;
      font-size: 25px;
      color: black;
      letter-spacing: -0.14px;
      padding: 16px 22px; }
    section.role ul.accordion > li .btn_expand {
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      height: 56px;
      background: #c0c0c0;
      font-size: 20px; }
      section.role ul.accordion > li .btn_expand:after {
        font-family: 'FontAwesome';
        content: "\f078";
        position: absolute;
        top: 15px;
        right: 12px;
        color: white; }
    section.role ul.accordion > li .expand {
      display: none; }
    section.role ul.accordion > li.hidden {
      max-height: 0;
      transition: all 0.4s ease-in-out; }
    section.role ul.accordion > li.single {
      padding-top: 55px; }
      section.role ul.accordion > li.single h3.title {
        display: none; }
      section.role ul.accordion > li.single .btn_expand {
        background: #ffed00; }
        section.role ul.accordion > li.single .btn_expand:after {
          font-family: 'FontAwesome';
          content: "\f077";
          position: absolute;
          color: black; }
      section.role ul.accordion > li.single h3 + p {
        margin-top: 0; }
      section.role ul.accordion > li.single .expand {
        display: block;
        padding: 0 16px; }
        section.role ul.accordion > li.single .expand h3.title_pretty {
          font-family: Roboto, sans-serif;
          font-size: 50px;
          color: black;
          letter-spacing: -0.14px;
          line-height: 40px;
          text-align: left;
          padding: 30px 0; }
          section.role ul.accordion > li.single .expand h3.title_pretty span {
            color: white;
            display: inline-block; }
            section.role ul.accordion > li.single .expand h3.title_pretty span:after {
              content: "•";
              position: absolute;
              top: 3px;
              left: 0;
              color: black; }
        section.role ul.accordion > li.single .expand h4 {
          font-family: Roboto, sans-serif;
          font-style: italic;
          font-weight: 300;
          font-size: 16px;
          color: black;
          letter-spacing: -0.17px;
          line-height: 21px;
          padding-bottom: 30px; }
        section.role ul.accordion > li.single .expand ul {
          list-style-type: disc;
          padding-left: 20px;
          margin-bottom: 1em; }
        section.role ul.accordion > li.single .expand h3, section.role ul.accordion > li.single .expand p, section.role ul.accordion > li.single .expand li {
          opacity: 0.8;
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 300;
          font-size: 19px;
          color: #000000;
          letter-spacing: -0.17px;
          line-height: 26px; }
        section.role ul.accordion > li.single .expand h3 {
          font-weight: 700; }
        section.role ul.accordion > li.single .expand .slack_txt {
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: black;
          letter-spacing: -0.17px;
          text-align: left;
          text-transform: uppercase;
          padding-bottom: 12px;
          display: block;
          width: 100%; }
          section.role ul.accordion > li.single .expand .slack_txt:after {
            content: "";
            width: 29px;
            height: 28px;
            margin-left: 8px;
            display: inline-block;
            background: url("../img/icon_slack.svg") no-repeat center center; }
        section.role ul.accordion > li.single .expand .btn_slack {
          display: block;
          text-decoration: none;
          background: #ffed00;
          border-radius: 5px;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 21px;
          color: white;
          letter-spacing: -0.15px;
          text-align: center;
          padding: 12px 0;
          margin-bottom: 20px;
          text-transform: uppercase; }

section.employee ul.accordion {
  list-style: none;
  font-size: 0;
  padding: 0 29px;
  transition: all 0.4s ease-in-out; }
  section.employee ul.accordion.single {
    padding: 0 10px;
    transition: all 0.4s ease-in-out; }
  section.employee ul.accordion > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 15px 5px;
    text-align: center; }
    section.employee ul.accordion > li .img {
      background-size: cover;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #e0e0e0;
      margin: 0 auto;
      filter: grayscale(100%);
      transition: all 0.4s ease-in-out; }
    section.employee ul.accordion > li:hover .img, section.employee ul.accordion > li:focus .img, section.employee ul.accordion > li.active .img {
      filter: grayscale(0);
      transition: all 0.4s ease-in-out; }
    section.employee ul.accordion > li h3.title {
      font-family: Roboto, sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: black;
      letter-spacing: -0.14px;
      text-align: center;
      line-height: 17px;
      padding-top: 5px; }
    section.employee ul.accordion > li .expand {
      display: none; }
    section.employee ul.accordion > li.hidden {
      max-height: 0;
      transition: all 0.4s ease-in-out;
      display: none; }
    section.employee ul.accordion > li.loc_hidden {
      max-height: 0;
      transition: all 0.4s ease-in-out;
      display: none; }
    section.employee ul.accordion > li.single {
      display: flex;
      flex-flow: column;
      padding: 0;
      width: 100%; }
      section.employee ul.accordion > li.single h3.title {
        font-family: Domine, serif;
        font-weight: bold;
        font-size: 37px;
        color: black;
        letter-spacing: -0.14px;
        line-height: 32px;
        order: 1;
        text-align: left;
        padding: 25px 0; }
      section.employee ul.accordion > li.single .img {
        width: 300px;
        height: 300px;
        border-radius: 0;
        order: 2;
        filter: grayscale(100%); }
      section.employee ul.accordion > li.single .expand {
        display: block;
        order: 3; }
        section.employee ul.accordion > li.single .expand .roles_list {
          list-style: none;
          padding: 10px 0; }
          section.employee ul.accordion > li.single .expand .roles_list li {
            background: black;
            padding: 7px 16px;
            margin-bottom: 9px; }
            section.employee ul.accordion > li.single .expand .roles_list li:after {
              font-family: FontAwesome;
              content: "\f054";
              padding-left: 36px;
              font-size: 20px;
              position: absolute;
              top: 7px;
              right: 12px;
              color: #ffed00; }
            section.employee ul.accordion > li.single .expand .roles_list li a {
              width: 100%;
              height: 100%;
              display: block;
              font-family: Roboto, sans-serif;
              font-weight: 700;
              font-size: 20px;
              color: white;
              letter-spacing: -0.18px;
              line-height: 23px;
              text-decoration: none;
              text-align: left; }
        section.employee ul.accordion > li.single .expand .slack_txt {
          font-family: 'Roboto Condensed', sans-serif;
          font-weight: 700;
          font-size: 16px;
          color: black;
          letter-spacing: -0.17px;
          text-align: left;
          text-transform: uppercase;
          padding-bottom: 12px;
          display: block;
          width: 100%; }
          section.employee ul.accordion > li.single .expand .slack_txt:after {
            content: "";
            width: 29px;
            height: 28px;
            margin-left: 13px;
            display: inline-block;
            background: url("../img/icon_slack.svg") no-repeat center center; }
        section.employee ul.accordion > li.single .expand .slackat {
          display: block;
          text-decoration: none;
          background: #ffed00;
          border-radius: 5px;
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 38px;
          color: white;
          letter-spacing: -0.15px;
          text-align: center;
          padding: 12px 0; }
        section.employee ul.accordion > li.single .expand .content {
          text-align: left; }
          section.employee ul.accordion > li.single .expand .content p {
            opacity: 0.8;
            font-family: 'Roboto Condensed', sans-serif;
            font-weight: 300;
            font-size: 19px;
            color: #000000;
            letter-spacing: -0.17px;
            line-height: 26px; }

section.employee .no_results {
  max-height: 999px;
  transition: all 0.4s ease-in-out;
  padding: 0 29px;
  text-align: center; }
  section.employee .no_results.hidden {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out; }
  section.employee .no_results p {
    opacity: 0.8;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #000000;
    letter-spacing: -0.17px;
    line-height: 26px; }

section.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: white;
  top: 0;
  padding-top: 49px;
  transition: all 0.4s ease-in-out; }
  section.modal h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 60px;
    color: black;
    letter-spacing: -0.18px;
    line-height: 54px;
    text-transform: uppercase;
    padding: 29px; }
  section.modal ol {
    padding-left: 29px;
    margin-left: 20px; }
    section.modal ol li {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 14px;
      color: black;
      letter-spacing: -0.28px;
      line-height: 27px;
      text-transform: uppercase; }
  section.modal .logo2 {
    width: 120px;
    height: 48px;
    background: url("../img/logo2.svg") no-repeat center center;
    margin-top: 30px;
    margin-left: 150px; }
  section.modal .btn_forward {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: white;
    letter-spacing: -0.41px;
    text-align: left;
    background: black;
    text-decoration: none;
    padding: 24px 20px;
    border-radius: 5px;
    position: fixed;
    bottom: 29px;
    left: 29px;
    width: calc(100% - 58px); }
    section.modal .btn_forward:after {
      font-family: FontAwesome;
      content: "\f054";
      font-size: 30px;
      position: absolute;
      top: 24px;
      right: 24px; }
  section.modal.hidden {
    display: none; }

body.page main {
  padding: 31px 18px 52px 18px; }
  body.page main p, body.page main h3 {
    opacity: 0.8;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #000000;
    letter-spacing: -0.17px;
    line-height: 26px; }
  body.page main h3 {
    font-weight: 700; }
  body.page main h3 + p {
    margin-top: 0; }
  body.page main h3.title {
    font-family: Domine, serif;
    font-size: 52px;
    color: black;
    letter-spacing: -0.14px;
    line-height: 51px; }

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